add cvsignore files for target files. Use gcc -m32 to build on AMD64
authorStefan Reinauer <stepan@openbios.org>
Fri, 26 Sep 2003 10:03:47 +0000 (10:03 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 26 Sep 2003 10:03:47 +0000 (10:03 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1141 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

targets/amd/quartet/.cvsignore [new file with mode: 0644]
targets/amd/solo/.cvsignore [new file with mode: 0644]
targets/amd/solo/Config.lb
targets/newisys/khepri/Config.lb

diff --git a/targets/amd/quartet/.cvsignore b/targets/amd/quartet/.cvsignore
new file mode 100644 (file)
index 0000000..aad3e28
--- /dev/null
@@ -0,0 +1 @@
+quartet
diff --git a/targets/amd/solo/.cvsignore b/targets/amd/solo/.cvsignore
new file mode 100644 (file)
index 0000000..ceeec84
--- /dev/null
@@ -0,0 +1 @@
+solo
index d3287edd8eaa46608e2139504ccef4828b805c89..c30e164501c8514cbf083ec8c4fcb904967ccd69 100644 (file)
@@ -48,6 +48,9 @@ uses CONFIG_CHIP_CONFIGURE
 uses XIP_ROM_SIZE
 uses XIP_ROM_BASE
 uses LINUXBIOS_EXTRA_VERSION
+uses CC
+
+option CC="gcc -m32"
 
 option CONFIG_CHIP_CONFIGURE=1
 
@@ -65,7 +68,6 @@ option k8=1
 
 option ROM_SIZE=262144
 
-
 option HAVE_OPTION_TABLE=1
 option CONFIG_ROM_STREAM=1
 option HAVE_FALLBACK_BOOT=1
@@ -79,18 +81,12 @@ option FALLBACK_SIZE=131072
 ## LinuxBIOS C code runs at this location in RAM
 option _RAMBASE=0x00004000
 
-#
-###
-### Compute the start location and size size of
-### The linuxBIOS bootloader.
-###
-
 #
 # AMD Solo
 romimage "normal"
        option USE_FALLBACK_IMAGE=0
        option ROM_IMAGE_SIZE=0x10000
-       option LINUXBIOS_EXTRA_VERSION=".0Normal"
+       option LINUXBIOS_EXTRA_VERSION=".0-Normal"
        mainboard amd/solo
        payload /suse/stepan/tg3--ide_disk.zelf
 end
@@ -98,7 +94,7 @@ end
 romimage "fallback" 
        option USE_FALLBACK_IMAGE=1
        option ROM_IMAGE_SIZE=0x10000
-       option LINUXBIOS_EXTRA_VERSION=".0Fallback"
+       option LINUXBIOS_EXTRA_VERSION=".0-Fallback"
        mainboard amd/solo
        payload /suse/stepan/tg3--ide_disk.zelf
 end
index 75328fc3c144dfa9849605300615926b60432d85..9ac5645c15a48a1cad1faddee7f96f8ecd542fe8 100644 (file)
@@ -51,6 +51,10 @@ uses CONFIG_CHIP_CONFIGURE
 uses XIP_ROM_SIZE
 uses XIP_ROM_BASE
 uses LINUXBIOS_EXTRA_VERSION
+uses CC
+
+# set target C compiler to 32bit gcc.
+option CC="gcc -m32"
 
 # Configuration options.