bootblock updates:
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Sat, 16 Apr 2011 00:09:53 +0000 (00:09 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sat, 16 Apr 2011 00:09:53 +0000 (00:09 +0000)
commita7163f1eb9a5461ba7a59c946d841a2b77b4932f
treea6f6d3fabb3f7beef7fc24ad77013fa17f40e21b
parent6aef5542f8f4c61c571055fe675170fa0d4deaa5
bootblock updates:

- allow CPU to define bootblock code, too.
- drop unneeded __PRE_RAM__ define
- move CBFS specific code out of bootblock_common.h into cbfs.h

Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6507 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/arch/x86/include/arch/cbfs.h [new file with mode: 0644]
src/arch/x86/include/bootblock_common.h
src/arch/x86/init/bootblock_normal.c
src/arch/x86/init/bootblock_simple.c