[coreboot] [commit] r5333 - in trunk/src/mainboard: amd/mahogany_fam10 amd/serengeti_cheetah_fam10 gigabyte/ga_2761gxdk gigabyte/m57sli msi/ms7260 msi/ms9282 nvidia/l1_2pvv supermicro/h8dmr_fam10 supermicro/h...

repository service svn at coreboot.org
Tue Mar 30 23:47:11 CEST 2010


Author: stepan
Date: Tue Mar 30 23:47:10 2010
New Revision: 5333
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5333

Log:
- drop unneeded Makefile.inc
- drop ap_romstage from Fam10 boards, the mechanism was never used on Fam10

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Deleted:
   trunk/src/mainboard/amd/mahogany_fam10/ap_romstage.c
   trunk/src/mainboard/amd/serengeti_cheetah_fam10/ap_romstage.c
   trunk/src/mainboard/gigabyte/ga_2761gxdk/Makefile.inc
   trunk/src/mainboard/msi/ms7260/Makefile.inc
   trunk/src/mainboard/nvidia/l1_2pvv/Makefile.inc
   trunk/src/mainboard/supermicro/h8dmr_fam10/ap_romstage.c
   trunk/src/mainboard/supermicro/h8qme_fam10/ap_romstage.c
   trunk/src/mainboard/tyan/s2912/Makefile.inc
   trunk/src/mainboard/tyan/s2912_fam10/Makefile.inc
   trunk/src/mainboard/tyan/s2912_fam10/ap_romstage.c
Modified:
   trunk/src/mainboard/gigabyte/m57sli/Makefile.inc
   trunk/src/mainboard/msi/ms9282/Makefile.inc

Modified: trunk/src/mainboard/gigabyte/m57sli/Makefile.inc
==============================================================================
--- trunk/src/mainboard/gigabyte/m57sli/Makefile.inc	Tue Mar 30 23:43:15 2010	(r5332)
+++ trunk/src/mainboard/gigabyte/m57sli/Makefile.inc	Tue Mar 30 23:47:10 2010	(r5333)
@@ -17,7 +17,4 @@
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
-#needed by irq_tables and mptable and acpi_tables
-obj-$(CONFIG_USE_INIT) += romstage.o
-obj-$(CONFIG_AP_CODE_IN_CAR) += ap_romstage.o
 obj-$(CONFIG_SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL) += fanctl.o

Modified: trunk/src/mainboard/msi/ms9282/Makefile.inc
==============================================================================
--- trunk/src/mainboard/msi/ms9282/Makefile.inc	Tue Mar 30 23:43:15 2010	(r5332)
+++ trunk/src/mainboard/msi/ms9282/Makefile.inc	Tue Mar 30 23:47:10 2010	(r5333)
@@ -17,9 +17,7 @@
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
+# FIXME drivers should be selected through Kconfig
 obj-y += ../../../drivers/i2c/i2cmux2/i2cmux2.o
 obj-y += ../../../drivers/i2c/adm1027/adm1027.o
 
-#needed by irq_tables and mptable and acpi_tables
-obj-$(CONFIG_USE_INIT) += romstage.o
-obj-$(CONFIG_AP_CODE_IN_CAR) += ap_romstage.o




More information about the coreboot mailing list