Tiny Bootblock, step 1/n.
authorPatrick Georgi <patrick.georgi@coresystems.de>
Wed, 23 Dec 2009 12:52:56 +0000 (12:52 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Wed, 23 Dec 2009 12:52:56 +0000 (12:52 +0000)
commit9341acda13aa2e8d8df4f04f80c14ace52f9aa27
tree5b65f3604728fcc7a3b0ce061290af9bae0ff14f
parent336daa76faa6255cf487100a9741c740802bb32f
Tiny Bootblock, step 1/n.

Introduce the tiny bootblock infrastructure and use it on QEmu.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4989 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
12 files changed:
Makefile
src/arch/i386/Kconfig
src/arch/i386/Makefile.bigbootblock.inc [new file with mode: 0644]
src/arch/i386/Makefile.inc
src/arch/i386/Makefile.tinybootblock.inc [new file with mode: 0644]
src/arch/i386/init/bootblock.c [new file with mode: 0644]
src/arch/i386/init/bootblock_prologue.c [new file with mode: 0644]
src/arch/i386/lib/walkcbfs.S [new file with mode: 0644]
src/cpu/x86/32bit/entry32.lds
src/mainboard/emulation/qemu-x86/Kconfig
src/mainboard/emulation/qemu-x86/Makefile.inc
util/cbfstool/cbfs-mkstage.c