diff options
Diffstat (limited to 'targets')
-rw-r--r-- | targets/amd/quartet/.cvsignore | 1 | ||||
-rw-r--r-- | targets/amd/solo/.cvsignore | 1 | ||||
-rw-r--r-- | targets/amd/solo/Config.lb | 14 | ||||
-rw-r--r-- | targets/newisys/khepri/Config.lb | 4 |
4 files changed, 11 insertions, 9 deletions
diff --git a/targets/amd/quartet/.cvsignore b/targets/amd/quartet/.cvsignore new file mode 100644 index 0000000000..aad3e28347 --- /dev/null +++ b/targets/amd/quartet/.cvsignore @@ -0,0 +1 @@ +quartet diff --git a/targets/amd/solo/.cvsignore b/targets/amd/solo/.cvsignore new file mode 100644 index 0000000000..ceeec8434f --- /dev/null +++ b/targets/amd/solo/.cvsignore @@ -0,0 +1 @@ +solo diff --git a/targets/amd/solo/Config.lb b/targets/amd/solo/Config.lb index d3287edd8e..c30e164501 100644 --- a/targets/amd/solo/Config.lb +++ b/targets/amd/solo/Config.lb @@ -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 @@ -80,17 +82,11 @@ option FALLBACK_SIZE=131072 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 diff --git a/targets/newisys/khepri/Config.lb b/targets/newisys/khepri/Config.lb index 75328fc3c1..9ac5645c15 100644 --- a/targets/newisys/khepri/Config.lb +++ b/targets/newisys/khepri/Config.lb @@ -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. |