- Trivial fixes for x86
This commit is contained in:
Tom Rini 2022-03-14 10:57:15 -04:00
commit b7a919b6c8
2 changed files with 9 additions and 3 deletions

View File

@ -47,7 +47,13 @@ enum {
BINF_RW_B = 2
};
enum {
/**
* enum cros_fw_type_t - Used to indicate Chromium OS firmware type
*
* Chromium OS uses a region of the GNVS starting at offset 0x100 to store
* various bits of information, including the type of firmware being booted
*/
enum cros_fw_type_t {
FIRMWARE_TYPE_AUTO_DETECT = -1,
FIRMWARE_TYPE_RECOVERY = 0,
FIRMWARE_TYPE_NORMAL = 1,

View File

@ -2,12 +2,12 @@ COREBOOT BOARD
M: Simon Glass <sjg@chromium.org>
S: Maintained
F: board/coreboot/coreboot/
F: include/configs/chromebook_link.h
F: include/configs/coreboot.h
F: configs/coreboot_defconfig
COREBOOT64 BOARD
M: Simon Glass <sjg@chromium.org>
S: Maintained
F: board/coreboot/coreboot/
F: include/configs/chromebook_link.h
F: include/configs/coreboot.h
F: configs/coreboot64_defconfig