coreboot-kgpe-d16/src
Zheng Bao 289a2f5aad Add CONFIG_VGA_ROM_RUN to dbm690t and pistachio, otherwise the
VGA ROM can not run. After make, run
> ./cbfs/cbfstool ./coreboot.rom add ../vga_bios.rom   pci1002,791f.rom  optionrom
to make the final image with vga bios.

The macro vga_rom_address is out-of-date when CBFS starts play its role. it also should
be eliminated from rs690/chip.h as below. But it will cause building error on other board, which I
cant make test on.

##    Index: src/southbridge/amd/rs690/chip.h
##    ===================================================================
##    --- src/southbridge/amd/rs690/chip.h	(revision 4782)
##    +++ src/southbridge/amd/rs690/chip.h	(working copy)
##    @@ -23,7 +23,6 @@
##     /* Member variables are defined in Config.lb. */
##     struct southbridge_amd_rs690_config
##     {
##    -	u32 vga_rom_address;		/* The location that the VGA rom has been appened. */
##     	u8 gpp_configuration;	/* The configuration of General Purpose Port, A/B/C/D/E. */
##     	u8 port_enable;		/* Which port is enabled? GFX(2,3), GPP(4,5,6,7) */
##     	u8 gfx_dev2_dev3;	/* for GFX Core initialization REFCLK_SEL */
##

Don't apply above patch about rs690/chip.h before every board has been fixed.

Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4783 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-10-16 07:44:04 +00:00
..
arch Add CONFIG_GENERATE_* for tables so that the user can select which tables not 2009-10-15 13:35:47 +00:00
boot Remove: 2009-10-03 16:24:58 +00:00
config Add CONFIG_GENERATE_* for tables so that the user can select which tables not 2009-10-15 13:35:47 +00:00
console Make console maximum/default log level a choice option. 2009-10-11 13:35:24 +00:00
cpu Add CONFIG_GENERATE_* for tables so that the user can select which tables not 2009-10-15 13:35:47 +00:00
devices Remove a couple more warnings. Trivial. 2009-10-13 20:00:09 +00:00
drivers undo another accidential rename of X -> CONFIG_X (trivial) 2009-10-15 22:40:41 +00:00
include Add const to get rid of some warnings when passing quoted strings. 2009-10-09 20:13:43 +00:00
lib Move the ulzma prototype out of the function to make the code easier to read. 2009-10-09 15:22:35 +00:00
mainboard Add CONFIG_VGA_ROM_RUN to dbm690t and pistachio, otherwise the 2009-10-16 07:44:04 +00:00
northbridge Add CONFIG_GENERATE_* for tables so that the user can select which tables not 2009-10-15 13:35:47 +00:00
pc80 Add const to get rid of some warnings when passing quoted strings. 2009-10-09 20:13:43 +00:00
southbridge Add CONFIG_VGA_ROM_RUN to dbm690t and pistachio, otherwise the 2009-10-16 07:44:04 +00:00
superio Remove default n statements to simplify .config and ldoptions files. 2009-10-09 17:39:35 +00:00
Kconfig Start documenting a few kconfig variables and user-visible options. 2009-10-15 17:49:07 +00:00