autoport: Don't initialize already initialized fields in acpi_tables
[coreboot.git] / Documentation / POSTCODES
blob0e67dd173cce838012bb0cc0024b0410cf18cbdd
1 -------------------------------------------------------------------------------
2 coreboot POST Codes
3 -------------------------------------------------------------------------------
5 This is an (incomplete) list of POST codes emitted by coreboot v4.
7 0x10 Entry into protected mode
8 0x01 Entry into 'crt0.s' reset code jumps to here
9 0x11 Start copying coreboot to RAM with decompression if compressed
10 0x12 Copy/decompression finished jumping to RAM
11 0x80 Entry into coreboot in RAM
12 0x13 Entry into c_start
13 0xfe Pre call to hardwaremain()
14 0x39 Console is initialized
15 0x40 Console boot message succeeded
16 0x66 Devices have been enumerated
17 0x88 Devices have been configured
18 0x89 Devices have been enabled
19 0xe0 Boot media (e.g. SPI ROM) is corrupt
20 0xe1 Resource stored within CBFS is corrupt
21 0xe2 Vendor binary (e.g. FSP) generated a fatal error
22 0xe3 RAM could not be initialized
23 0xe4 Critical hardware component could not initialize
24 0xe5 Video subsystem failed to initialize
25 0xf8 Entry into elf boot
26 0xf3 Jumping to payload
28 Errors (used in several places):
30 0xee Not supposed to get here
31 0xff Elfload fail or die() called