coreboot-kgpe-d16/src
Patrick Georgi 7a27fc558d Make coreboot load VSA from CBFS on amd/gx2.
You have to convert the VSA bios image to ELF using the following
commands (assuming i386/32bit binutils, if in doubt, use crossgcc's
i386-elf-* tools):

objcopy --set-start 0x20 --adjust-vma 0x60000 -I binary -O elf32-i386 -B i386 vsa.binary vsa.o
ld -e 0x60020 --section-start .data=0x60000 vsa.o -o vsa.elf

Then, after build, use
cbfstool coreboot.rom add-stage vsa.elf vsa l
to add it to the image.


Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4986 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-12-21 12:32:29 +00:00
..
arch/i386 Clean up amd/dbm690t and kontron/986lcd-m some more (not 2009-12-18 16:43:30 +00:00
boot If the coreboot and filo overlap, it will "slice off" a piece at the 2009-11-05 10:02:59 +00:00
config Make "KBuild report" a bit happier 2009-12-17 18:47:50 +00:00
console Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. 2009-11-12 16:38:03 +00:00
cpu Make coreboot load VSA from CBFS on amd/gx2. 2009-12-21 12:32:29 +00:00
devices Silence two warnings. Only use the Qemu hard-coded address for VGA devices. 2009-11-17 15:20:22 +00:00
drivers Remove drivers/pci/onboard. The only purpose was for option ROMs, which are 2009-11-06 23:42:26 +00:00
include Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. 2009-11-12 16:38:03 +00:00
lib Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. 2009-11-12 16:38:03 +00:00
mainboard Clean up amd/dbm690t and kontron/986lcd-m some more (not 2009-12-18 16:43:30 +00:00
northbridge Maciej Pijanka tried to get the Biostar M6TLD running, and created a patch for 2009-11-28 09:31:30 +00:00
pc80 http://www.coreboot.org/pipermail/coreboot/2007-October/025740.html 2009-11-05 12:38:34 +00:00
southbridge Eliminate special case id.inc/id.lds in favor of a configuration variable ID_SECTION_OFFSET 2009-11-27 16:55:13 +00:00
superio Trivial. SCH4304 and SCH4307 have the same device id. 2009-12-01 03:22:16 +00:00
Kconfig Eliminate special case id.inc/id.lds in favor of a configuration variable ID_SECTION_OFFSET 2009-11-27 16:55:13 +00:00