2007-03-03 16:01:29 +01:00
|
|
|
-------------------------------------------------------------------------------
|
2009-04-18 16:18:20 +02:00
|
|
|
coreboot POST Codes
|
2007-03-03 16:01:29 +01:00
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
|
2010-09-23 20:48:27 +02:00
|
|
|
This is an (incomplete) list of POST codes emitted by coreboot v4.
|
2007-03-03 16:01:29 +01:00
|
|
|
|
|
|
|
0x10 Entry into protected mode
|
|
|
|
0x01 Entry into 'crt0.s' reset code jumps to here
|
2010-09-23 20:48:27 +02:00
|
|
|
0x11 Start copying coreboot to RAM with decompression if compressed
|
2007-03-03 16:01:29 +01:00
|
|
|
0x12 Copy/decompression finished jumping to RAM
|
2010-09-23 20:48:27 +02:00
|
|
|
0x80 Entry into coreboot in RAM
|
2007-03-03 16:01:29 +01:00
|
|
|
0x13 Entry into c_start
|
|
|
|
0xfe Pre call to hardwaremain()
|
|
|
|
0x39 Console is initialized
|
|
|
|
0x40 Console boot message succeeded
|
|
|
|
0x66 Devices have been enumerated
|
|
|
|
0x88 Devices have been configured
|
|
|
|
0x89 Devices have been enabled
|
2019-05-07 00:12:57 +02:00
|
|
|
0xe0 Boot media (e.g. SPI ROM) is corrupt
|
2019-05-16 19:46:27 +02:00
|
|
|
0xe1 Resource stored within CBFS is corrupt
|
2019-05-16 22:07:43 +02:00
|
|
|
0xe2 Vendor binary (e.g. FSP) generated a fatal error
|
2019-05-16 22:08:31 +02:00
|
|
|
0xe3 RAM could not be initialized
|
2007-03-03 16:01:29 +01:00
|
|
|
0xf8 Entry into elf boot
|
|
|
|
0xf3 Jumping to payload
|
|
|
|
|
|
|
|
Errors (used in several places):
|
|
|
|
|
|
|
|
0xee Not supposed to get here
|
|
|
|
0xff Elfload fail or die() called
|