OK, now builds fallback for arima/hdama!

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@917 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich
2003-06-26 04:05:37 +00:00
parent 4f22177aa5
commit db59928fd9
4 changed files with 15 additions and 15 deletions

View File

@@ -241,7 +241,9 @@ ldscript /arch/i386/lib/id.lds
#### failover to another image.
####
option MAX_REBOOT_CNT=2
##ldscript arch/i386/lib/failover.lds USE_FALLBACK_IMAGE
if USE_FALLBACK_IMAGE
ldscript /arch/i386/lib/failover.lds
end
#
###
### Setup our mtrrs

View File

@@ -37,6 +37,8 @@ if USE_FALLBACK_IMAGE
print "Use fallback!"
mainboardinit cpu/i386/reset16.inc
ldscript /cpu/i386/reset16.lds
else
print "NO FALLBACK USED!"
end
if USE_NORMAL_IMAGE
@@ -45,7 +47,7 @@ if USE_NORMAL_IMAGE
end
#
#### Should this be in the northbridge code?
#mainboardinit archi386/lib/cpu_reset.inc
mainboardinit arch/i386/lib/cpu_reset.inc
#
###
### Include an id string (For safe flashing)
@@ -59,7 +61,9 @@ ldscript /arch/i386/lib/id.lds
#### failover to another image.
####
#option MAX_REBOOT_CNT=2
##ldscript arch/i386/lib/failover.lds USE_FALLBACK_IMAGE
if USE_FALLBACK_IMAGE
ldscript /arch/i386/lib/failover.lds
end
#
###
### Setup our mtrrs