Add constants for fast path resume copying
[coreboot.git] / documentation / POSTCODES
1 -------------------------------------------------------------------------------
2 coreboot POST Codes
3 -------------------------------------------------------------------------------
4
5 This is an (incomplete) list of POST codes emitted by coreboot v4.
6
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 0xf8 Entry into elf boot
20 0xf3 Jumping to payload
21
22 Errors (used in several places):
23
24 0xee Not supposed to get here
25 0xff Elfload fail or die() called
26