island -> agami
authorStefan Reinauer <stepan@openbios.org>
Fri, 25 Nov 2005 15:26:41 +0000 (15:26 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 25 Nov 2005 15:26:41 +0000 (15:26 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2105 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

targets/agami/aruma/Config.lb [new file with mode: 0644]
targets/agami/aruma/build [new file with mode: 0755]
targets/island/aruma/Config.lb [deleted file]
targets/island/aruma/build [deleted file]

diff --git a/targets/agami/aruma/Config.lb b/targets/agami/aruma/Config.lb
new file mode 100644 (file)
index 0000000..f838693
--- /dev/null
@@ -0,0 +1,35 @@
+# This will make a target directory of ./aruma
+
+target 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 ../../../payloads/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 ../../../payloads/filo.elf
+end
+
+buildrom ./island_aruma.rom ROM_SIZE "normal" "fallback"
diff --git a/targets/agami/aruma/build b/targets/agami/aruma/build
new file mode 100755 (executable)
index 0000000..46cf08b
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/bash
+#
+# script to generate rom image with builtin vga option rom.
+# call from freebios2/targets
+#
+rm -rf island/aruma/island_aruma
+./buildtarget island/aruma/
+cd island/aruma/island_aruma
+make
+mv island_aruma.rom island_aruma_novga.rom
+cat ~/atiragexl.rom island_aruma_novga.rom > island_aruma.rom
+cd ../../..
diff --git a/targets/island/aruma/Config.lb b/targets/island/aruma/Config.lb
deleted file mode 100644 (file)
index f838693..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# This will make a target directory of ./aruma
-
-target 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 ../../../payloads/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 ../../../payloads/filo.elf
-end
-
-buildrom ./island_aruma.rom ROM_SIZE "normal" "fallback"
diff --git a/targets/island/aruma/build b/targets/island/aruma/build
deleted file mode 100755 (executable)
index 46cf08b..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-#
-# script to generate rom image with builtin vga option rom.
-# call from freebios2/targets
-#
-rm -rf island/aruma/island_aruma
-./buildtarget island/aruma/
-cd island/aruma/island_aruma
-make
-mv island_aruma.rom island_aruma_novga.rom
-cat ~/atiragexl.rom island_aruma_novga.rom > island_aruma.rom
-cd ../../..