diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-06-24 22:51:16 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-06-24 22:51:16 +0000 |
commit | ed27a5e5474b0c23dbedca9519f72265a8f1cf51 (patch) | |
tree | 8512216396179f442157576b07b17d4709dbfc7e /targets/arima/hdama | |
parent | cb18b80e38c34238279d5fe3584e9ee500df9201 (diff) | |
download | coreboot-ed27a5e5474b0c23dbedca9519f72265a8f1cf51.tar.xz |
needed rules for DRIVER
more fixes to various Config.lb
one last problem and we're there
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@911 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/arima/hdama')
-rw-r--r-- | targets/arima/hdama/Config.lb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/targets/arima/hdama/Config.lb b/targets/arima/hdama/Config.lb index 0f002caa8b..bd20788f1f 100644 --- a/targets/arima/hdama/Config.lb +++ b/targets/arima/hdama/Config.lb @@ -19,6 +19,7 @@ uses FINAL_MAINBOARD_FIXUP uses HAVE_FALLBACK_BOOT uses HAVE_MP_TABLE uses HAVE_PIRQ_TABLE +uses i586 uses i686 uses INTEL_PPRO_MTRR uses HEAP_SIZE @@ -49,6 +50,7 @@ option HAVE_MP_TABLE=1 option CPU_FIXUP=1 option CONFIG_UDELAY_TSC=0 option i686=1 +option i586=1 option INTEL_PPRO_MTRR=1 option k7=1 option k8=1 @@ -190,4 +192,5 @@ option _ROMBASE = (CONFIG_ROM_STREAM_START + PAYLOAD_SIZE) # Arima hdama mainboard arima/hdama makedefine CFLAGS += -g + payload ../eepro100.ebi end |