mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-18 09:48:39 +00:00
- Trivial fixes for x86
This commit is contained in:
commit
b7a919b6c8
@ -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,
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user