Simon Glass | c052918 | 2020-09-22 12:44:47 -0600 | [diff] [blame] | 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 | |
| 10 | VBT0, 32, // 0x000 - Boot Reason |
| 11 | VBT1, 32, // 0x004 - Active Main Firmware |
| 12 | VBT2, 32, // 0x008 - Active EC Firmware |
| 13 | VBT3, 16, // 0x00c - CHSW |
| 14 | VBT4, 2048, // 0x00e - HWID |
| 15 | VBT5, 512, // 0x10e - FWID |
| 16 | VBT6, 512, // 0x14e - FRID |
| 17 | VBT7, 32, // 0x18e - active main firmware type |
| 18 | VBT8, 32, // 0x192 - Recovery Reason |
| 19 | VBT9, 32, // 0x196 - FMAP base address |
| 20 | CHVD, 24576, // 0x19a - VDAT space filled by verified boot |
| 21 | VBTA, 32, // 0xd9a - pointer to smbios FWID |
| 22 | MEHH, 256, // 0xd9e - Management Engine Hash |
| 23 | RMOB, 32, // 0xdbe - RAM oops base address |
| 24 | RMOL, 32, // 0xdc2 - RAM oops length |
| 25 | ROVP, 32, // 0xdc6 - pointer to RO_VPD |
| 26 | ROVL, 32, // 0xdca - size of RO_VPD |
| 27 | RWVP, 32, // 0xdce - pointer to RW_VPD |
| 28 | RWVL, 32, // 0xdd2 - size of RW_VPD |
| 29 | // 0xdd6 |