1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Copyright 2019 Google LLC 4 */ 5 6/* This is the ChromeOS specific ACPI information needed by 7 * the mainboard's chromeos.asl 8 */ 9 10VBT0, 32, // 0x000 - Boot Reason 11VBT1, 32, // 0x004 - Active Main Firmware 12VBT2, 32, // 0x008 - Active EC Firmware 13VBT3, 16, // 0x00c - CHSW 14VBT4, 2048, // 0x00e - HWID 15VBT5, 512, // 0x10e - FWID 16VBT6, 512, // 0x14e - FRID 17VBT7, 32, // 0x18e - active main firmware type 18VBT8, 32, // 0x192 - Recovery Reason 19VBT9, 32, // 0x196 - FMAP base address 20CHVD, 24576, // 0x19a - VDAT space filled by verified boot 21VBTA, 32, // 0xd9a - pointer to smbios FWID 22MEHH, 256, // 0xd9e - Management Engine Hash 23RMOB, 32, // 0xdbe - RAM oops base address 24RMOL, 32, // 0xdc2 - RAM oops length 25ROVP, 32, // 0xdc6 - pointer to RO_VPD 26ROVL, 32, // 0xdca - size of RO_VPD 27RWVP, 32, // 0xdce - pointer to RW_VPD 28RWVL, 32, // 0xdd2 - size of RW_VPD 29 // 0xdd6 30