Add constants for fast path resume copying
[coreboot.git] / documentation / POSTCODES
index aa4f258d64a4509b7aa047f645b6b28f8317154c..85ad4d76f954eba88d4890432347eb0b1d7b7b51 100644 (file)
@@ -1,14 +1,14 @@
 -------------------------------------------------------------------------------
-LinuxBIOS POST Codes
+coreboot POST Codes
 -------------------------------------------------------------------------------
 
-This is an (incomplete) list of POST codes emitted by LinuxBIOSv2.
+This is an (incomplete) list of POST codes emitted by coreboot v4.
 
 0x10 Entry into protected mode
 0x01 Entry into 'crt0.s' reset code jumps to here
-0x11 Start copying LinuxBIOS to RAM with decompression if compressed
+0x11 Start copying coreboot to RAM with decompression if compressed
 0x12 Copy/decompression finished jumping to RAM
-0x80 Entry into LinuxBIOS in RAM
+0x80 Entry into coreboot in RAM
 0x13 Entry into c_start
 0xfe Pre call to hardwaremain()
 0x39 Console is initialized