s/LinuxBIOS/coreboot/.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4134 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
1458228b2e
commit
d2a5a5abef
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Makefile for LinuxBIOS paper.
|
# Makefile for coreboot paper.
|
||||||
# hacked together by Stefan Reinauer <stepan@openbios.org>
|
# hacked together by Stefan Reinauer <stepan@openbios.org>
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
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 v2.
|
||||||
|
|
||||||
0x10 Entry into protected mode
|
0x10 Entry into protected mode
|
||||||
0x01 Entry into 'crt0.s' reset code jumps to here
|
0x01 Entry into 'crt0.s' reset code jumps to here
|
||||||
|
|
Loading…
Reference in New Issue