diff options
author | Stefan Reinauer <stepan@openbios.org> | 2005-02-02 15:03:37 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2005-02-02 15:03:37 +0000 |
commit | fc4dda703b3e7a4ce02b95ba53aa511fe43d2239 (patch) | |
tree | 127da9afd4b68e5b244106d47dd700b3c1c3ef36 /targets/island/aruma/Config.lb | |
parent | 4d909049bc036bcbba6637b7ae5c65abf165fb09 (diff) | |
download | coreboot-fc4dda703b3e7a4ce02b95ba53aa511fe43d2239.tar.xz |
new port: island aruma
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1905 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/island/aruma/Config.lb')
-rw-r--r-- | targets/island/aruma/Config.lb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/targets/island/aruma/Config.lb b/targets/island/aruma/Config.lb new file mode 100644 index 0000000000..40db1421cb --- /dev/null +++ b/targets/island/aruma/Config.lb @@ -0,0 +1,35 @@ +# This will make a target directory of ./island_aruma + +target island_aruma +mainboard island/aruma + +option DEFAULT_CONSOLE_LOGLEVEL=8 +option MAXIMUM_CONSOLE_LOGLEVEL=8 + +#option DEFAULT_CONSOLE_LOGLEVEL=7 +#option MAXIMUM_CONSOLE_LOGLEVEL=7 + +option CC="gcc -m32" + +option CONFIG_MAX_CPUS=4 +option HAVE_ACPI_TABLES=1 + +romimage "normal" + # 512-36 k + option ROM_SIZE = 487424 + option USE_FALLBACK_IMAGE=0 + option ROM_IMAGE_SIZE=0x1c000 + option XIP_ROM_SIZE=0x20000 + option LINUXBIOS_EXTRA_VERSION=".0-normal" + payload /home/stepan/agami/build/filo-0.4.2/filo.elf +end + +romimage "fallback" + option USE_FALLBACK_IMAGE=1 + option ROM_IMAGE_SIZE=0x1c000 + option XIP_ROM_SIZE=0x20000 + option LINUXBIOS_EXTRA_VERSION=".0-fallback" + payload /home/stepan/agami/build/filo-0.4.2/filo.elf +end + +buildrom ./island_aruma.rom ROM_SIZE "normal" "fallback" |