blob: 3c02f7f15d4b65d8c54a9300bc4b27b3b0daf5e5 [file] [log] [blame]
Uwe Hermann1b515cb2007-03-03 15:01:29 +00001-------------------------------------------------------------------------------
Uwe Hermannd2a5a5a2009-04-18 14:18:20 +00002coreboot POST Codes
Uwe Hermann1b515cb2007-03-03 15:01:29 +00003-------------------------------------------------------------------------------
4
Uwe Hermannd2a5a5a2009-04-18 14:18:20 +00005This is an (incomplete) list of POST codes emitted by coreboot v2.
Uwe Hermann1b515cb2007-03-03 15:01:29 +00006
70x10 Entry into protected mode
80x01 Entry into 'crt0.s' reset code jumps to here
90x11 Start copying LinuxBIOS to RAM with decompression if compressed
100x12 Copy/decompression finished jumping to RAM
110x80 Entry into LinuxBIOS in RAM
120x13 Entry into c_start
130xfe Pre call to hardwaremain()
140x39 Console is initialized
150x40 Console boot message succeeded
160x66 Devices have been enumerated
170x88 Devices have been configured
180x89 Devices have been enabled
190xf8 Entry into elf boot
200xf3 Jumping to payload
21
22Errors (used in several places):
23
240xee Not supposed to get here
250xff Elfload fail or die() called
26