fix two mainboards that have been broken by someone who does not use abuild.sh
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2313 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -7,7 +7,7 @@ uses HAVE_OPTION_TABLE
|
|||||||
uses USE_OPTION_TABLE
|
uses USE_OPTION_TABLE
|
||||||
uses CONFIG_COMPRESS
|
uses CONFIG_COMPRESS
|
||||||
uses CONFIG_COMPRESSED_ROM_STREAM
|
uses CONFIG_COMPRESSED_ROM_STREAM
|
||||||
#uses CONFIG_ROM_STREAM
|
uses CONFIG_ROM_STREAM
|
||||||
uses CONFIG_USE_INIT
|
uses CONFIG_USE_INIT
|
||||||
uses IRQ_SLOT_COUNT
|
uses IRQ_SLOT_COUNT
|
||||||
uses MAINBOARD
|
uses MAINBOARD
|
||||||
@ -135,7 +135,7 @@ default USE_OPTION_TABLE = 0
|
|||||||
default _RAMBASE = 0x00004000
|
default _RAMBASE = 0x00004000
|
||||||
|
|
||||||
default CONFIG_COMPRESSED_ROM_STREAM = 1
|
default CONFIG_COMPRESSED_ROM_STREAM = 1
|
||||||
##default CONFIG_ROM_STREAM = 1
|
default CONFIG_ROM_STREAM = 1
|
||||||
|
|
||||||
##
|
##
|
||||||
## The default compiler
|
## The default compiler
|
||||||
|
@ -43,6 +43,7 @@ extern unsigned char bus_coproc_0;
|
|||||||
extern unsigned sbdn;
|
extern unsigned sbdn;
|
||||||
extern unsigned hcdn[];
|
extern unsigned hcdn[];
|
||||||
extern unsigned sbdn3;
|
extern unsigned sbdn3;
|
||||||
|
extern unsigned pci1234[];
|
||||||
extern unsigned coprocdn;
|
extern unsigned coprocdn;
|
||||||
|
|
||||||
extern void get_bus_conf(void);
|
extern void get_bus_conf(void);
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* generic K8 debug code, used by mainboard specific auto.c
|
* generic debug code, used by mainboard specific auto.c
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#if 1
|
#if 1
|
||||||
|
Reference in New Issue
Block a user