[coreboot] r3090 - in trunk/coreboot-v2/targets: agami/aruma amd/db800 amd/norwich amd/serengeti_cheetah_fam10 arima/hdama artecgroup/dbe61 emulation/qemu-i386 msi/ms9185 msi/ms9282 newisys/khepri technologic/ts5300

svn at coreboot.org svn at coreboot.org
Tue Feb 5 22:53:15 CET 2008


Author: myles
Date: 2008-02-05 22:53:15 +0100 (Tue, 05 Feb 2008)
New Revision: 3090

Modified:
   trunk/coreboot-v2/targets/agami/aruma/Config.lb
   trunk/coreboot-v2/targets/agami/aruma/Config1M.lb
   trunk/coreboot-v2/targets/amd/db800/Config.lb
   trunk/coreboot-v2/targets/amd/norwich/Config.lb
   trunk/coreboot-v2/targets/amd/serengeti_cheetah_fam10/Config.lb
   trunk/coreboot-v2/targets/arima/hdama/Config.kernelimage.lb
   trunk/coreboot-v2/targets/artecgroup/dbe61/Config.lb
   trunk/coreboot-v2/targets/emulation/qemu-i386/Config-abuild.lb
   trunk/coreboot-v2/targets/emulation/qemu-i386/Config.lb
   trunk/coreboot-v2/targets/msi/ms9185/Config.lb
   trunk/coreboot-v2/targets/msi/ms9282/Config.lb
   trunk/coreboot-v2/targets/newisys/khepri/Config.lb
   trunk/coreboot-v2/targets/technologic/ts5300/Config.lb
Log:
This patch changes all rom names that aren't coreboot.rom in Config.lb files.

I think that since the directory specifies the architecture and the
board, it is redundant information to name it something else, and it
makes it more difficult to automate the build process (buildrom).

Signed-off-by: Myles Watson <myles at pel.cs.byu.edu>
Acked-by: Jordan Crouse <jordan.crouse at amd.com>



Modified: trunk/coreboot-v2/targets/agami/aruma/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/agami/aruma/Config.lb	2008-02-05 09:21:46 UTC (rev 3089)
+++ trunk/coreboot-v2/targets/agami/aruma/Config.lb	2008-02-05 21:53:15 UTC (rev 3090)
@@ -26,4 +26,4 @@
 	payload ../../../../../../filo.elf
 end
 
-buildrom ./agami_aruma.rom ROM_SIZE "normal" "fallback"
+buildrom ./coreboot.rom ROM_SIZE "normal" "fallback"

Modified: trunk/coreboot-v2/targets/agami/aruma/Config1M.lb
===================================================================
--- trunk/coreboot-v2/targets/agami/aruma/Config1M.lb	2008-02-05 09:21:46 UTC (rev 3089)
+++ trunk/coreboot-v2/targets/agami/aruma/Config1M.lb	2008-02-05 21:53:15 UTC (rev 3090)
@@ -21,4 +21,4 @@
 	payload ../../../../../../linux.elf
 end
 
-buildrom ./agami_aruma.rom ROM_SIZE "fallback"
+buildrom ./coreboot.rom ROM_SIZE "fallback"

Modified: trunk/coreboot-v2/targets/amd/db800/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/amd/db800/Config.lb	2008-02-05 09:21:46 UTC (rev 3089)
+++ trunk/coreboot-v2/targets/amd/db800/Config.lb	2008-02-05 21:53:15 UTC (rev 3090)
@@ -46,4 +46,4 @@
 	payload ../payload.elf
 end
 
-buildrom ./db800.rom ROM_SIZE "fallback"
+buildrom ./coreboot.rom ROM_SIZE "fallback"

Modified: trunk/coreboot-v2/targets/amd/norwich/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/amd/norwich/Config.lb	2008-02-05 09:21:46 UTC (rev 3089)
+++ trunk/coreboot-v2/targets/amd/norwich/Config.lb	2008-02-05 21:53:15 UTC (rev 3090)
@@ -46,4 +46,4 @@
 	payload ../payload.elf
 end
 
-buildrom ./norwich.rom ROM_SIZE "fallback"
+buildrom ./coreboot.rom ROM_SIZE "fallback"

Modified: trunk/coreboot-v2/targets/amd/serengeti_cheetah_fam10/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/amd/serengeti_cheetah_fam10/Config.lb	2008-02-05 09:21:46 UTC (rev 3089)
+++ trunk/coreboot-v2/targets/amd/serengeti_cheetah_fam10/Config.lb	2008-02-05 21:53:15 UTC (rev 3090)
@@ -65,6 +65,6 @@
 	option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Failover"
 end
 
-#buildrom ./amd-cheetah-fam10.rom ROM_SIZE "normal" "fallback" "failover"
-buildrom ./amd-cheetah-fam10.rom ROM_SIZE "fallback" "failover"
+#buildrom ./coreboot.rom ROM_SIZE "normal" "fallback" "failover"
+buildrom ./coreboot.rom ROM_SIZE "fallback" "failover"
 

Modified: trunk/coreboot-v2/targets/arima/hdama/Config.kernelimage.lb
===================================================================
--- trunk/coreboot-v2/targets/arima/hdama/Config.kernelimage.lb	2008-02-05 09:21:46 UTC (rev 3089)
+++ trunk/coreboot-v2/targets/arima/hdama/Config.kernelimage.lb	2008-02-05 21:53:15 UTC (rev 3090)
@@ -100,4 +100,4 @@
 #	payload /usr/share/etherboot/5.1.9pre2-lnxi-lb/tg3--ide_disk.zelf
 end
 
-buildrom ./luxbios.rom ROM_SIZE "fallback"
+buildrom ./coreboot.rom ROM_SIZE "fallback"

Modified: trunk/coreboot-v2/targets/artecgroup/dbe61/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/artecgroup/dbe61/Config.lb	2008-02-05 09:21:46 UTC (rev 3089)
+++ trunk/coreboot-v2/targets/artecgroup/dbe61/Config.lb	2008-02-05 21:53:15 UTC (rev 3090)
@@ -31,4 +31,4 @@
 	payload ../payload.elf
 end
 
-buildrom ./dbe61.rom ROM_SIZE  "fallback"
+buildrom ./coreboot.rom ROM_SIZE  "fallback"

Modified: trunk/coreboot-v2/targets/emulation/qemu-i386/Config-abuild.lb
===================================================================
--- trunk/coreboot-v2/targets/emulation/qemu-i386/Config-abuild.lb	2008-02-05 09:21:46 UTC (rev 3089)
+++ trunk/coreboot-v2/targets/emulation/qemu-i386/Config-abuild.lb	2008-02-05 21:53:15 UTC (rev 3090)
@@ -18,5 +18,5 @@
 	payload __PAYLOAD__
 end
 
-buildrom ./qemu-bios.rom ROM_SIZE "image"
+buildrom ./coreboot.rom ROM_SIZE "image"
 

Modified: trunk/coreboot-v2/targets/emulation/qemu-i386/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/emulation/qemu-i386/Config.lb	2008-02-05 09:21:46 UTC (rev 3089)
+++ trunk/coreboot-v2/targets/emulation/qemu-i386/Config.lb	2008-02-05 21:53:15 UTC (rev 3090)
@@ -16,5 +16,5 @@
 	payload /home/stepan/core.img
 end
 
-buildrom ./qemu-bios.rom ROM_SIZE "image"
+buildrom ./coreboot.rom ROM_SIZE "image"
 

Modified: trunk/coreboot-v2/targets/msi/ms9185/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/msi/ms9185/Config.lb	2008-02-05 09:21:46 UTC (rev 3089)
+++ trunk/coreboot-v2/targets/msi/ms9185/Config.lb	2008-02-05 21:53:15 UTC (rev 3090)
@@ -91,4 +91,4 @@
 #      payload ../../../payloads/tg3--eepro100--e1000--filo_hda2_com2.zelf
 end
 
-buildrom ./ms9185.lxb ROM_SIZE "normal" "fallback"
+buildrom ./coreboot.rom ROM_SIZE "normal" "fallback"

Modified: trunk/coreboot-v2/targets/msi/ms9282/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/msi/ms9282/Config.lb	2008-02-05 09:21:46 UTC (rev 3089)
+++ trunk/coreboot-v2/targets/msi/ms9282/Config.lb	2008-02-05 21:53:15 UTC (rev 3090)
@@ -88,4 +88,4 @@
 #      payload ../../../payloads/tg3--eepro100--e1000--filo_hda2_com2.zelf
 end
 
-buildrom ./ms9282.lxb ROM_SIZE "normal" "fallback"
+buildrom ./coreboot.rom ROM_SIZE "normal" "fallback"

Modified: trunk/coreboot-v2/targets/newisys/khepri/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/newisys/khepri/Config.lb	2008-02-05 09:21:46 UTC (rev 3089)
+++ trunk/coreboot-v2/targets/newisys/khepri/Config.lb	2008-02-05 21:53:15 UTC (rev 3090)
@@ -42,4 +42,4 @@
 	payload ../../../payloads/tg3--ide_disk.zelf
 end
 
-buildrom ./khepri.rom ROM_SIZE "normal" "fallback"
+buildrom ./coreboot.rom ROM_SIZE "normal" "fallback"

Modified: trunk/coreboot-v2/targets/technologic/ts5300/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/technologic/ts5300/Config.lb	2008-02-05 09:21:46 UTC (rev 3089)
+++ trunk/coreboot-v2/targets/technologic/ts5300/Config.lb	2008-02-05 21:53:15 UTC (rev 3090)
@@ -29,4 +29,4 @@
 	payload /home/stepan/filo-ts5300.elf
 end
 
-buildrom ./technologic_ts5300.rom ROM_SIZE  "fallback"
+buildrom ./coreboot.rom ROM_SIZE  "fallback"





More information about the coreboot mailing list