Author: oxygene Date: Sun Feb 28 19:23:00 2010 New Revision: 5171 URL: http://tracker.coreboot.org/trac/coreboot/changeset/5171
Log: - Add config flag for boards that have their own fadt.c This should eventually go, as fadt seems to be better put into the southbridge - Add config flag for boards that have get_bus_conf.c Might be cleaned out as well, no idea - Use flags where appropriate. - Move the following rules to src/arch/i386/Makefile.inc: - fadt.o - dsdt.o - acpi_tables.o - get_bus_conf.o - Rename objs_dsl_template in toplevel Makefile to the more appropriate objs_asl_template - Remove all Makefiles that are empty now, which includes src/mainboard/Makefile.k8_CAR.inc and src/mainboard/Makefile.k8_ck804.inc and the include statements that used these files. - Add workaround to intel/xe7501devkit: It uses ACPI in an unusual way: It adds a MADT, but no DSDT. As this is highly unusual, I didn't want to add explicit support for that scenario (and encourage such uses that way), and added a dummy dsdt.asl instead. It will be linked to dsdt.o, but not linked into the final binary.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Added: trunk/src/mainboard/intel/xe7501devkit/dsdt.asl Deleted: trunk/src/mainboard/Makefile.k8_CAR.inc trunk/src/mainboard/Makefile.k8_ck804.inc trunk/src/mainboard/amd/dbm690t/Makefile.inc trunk/src/mainboard/amd/pistachio/Makefile.inc trunk/src/mainboard/arima/hdama/Makefile.inc trunk/src/mainboard/asus/a8n_e/Makefile.inc trunk/src/mainboard/asus/a8v-e_se/Makefile.inc trunk/src/mainboard/asus/m2v-mx_se/Makefile.inc trunk/src/mainboard/bcom/winnetp680/Makefile.inc trunk/src/mainboard/hp/dl145_g3/Makefile.inc trunk/src/mainboard/ibm/e325/Makefile.inc trunk/src/mainboard/ibm/e326/Makefile.inc trunk/src/mainboard/intel/eagleheights/Makefile.inc trunk/src/mainboard/iwill/dk8s2/Makefile.inc trunk/src/mainboard/iwill/dk8x/Makefile.inc trunk/src/mainboard/kontron/kt690/Makefile.inc trunk/src/mainboard/msi/ms7135/Makefile.inc trunk/src/mainboard/msi/ms9185/Makefile.inc trunk/src/mainboard/newisys/khepri/Makefile.inc trunk/src/mainboard/sunw/ultra40/Makefile.inc trunk/src/mainboard/supermicro/h8dmr/Makefile.inc trunk/src/mainboard/supermicro/h8dmr_fam10/Makefile.inc trunk/src/mainboard/supermicro/h8qme_fam10/Makefile.inc trunk/src/mainboard/technexion/tim8690/Makefile.inc trunk/src/mainboard/tyan/s2850/Makefile.inc trunk/src/mainboard/tyan/s2875/Makefile.inc trunk/src/mainboard/tyan/s2880/Makefile.inc trunk/src/mainboard/tyan/s2882/Makefile.inc trunk/src/mainboard/tyan/s2885/Makefile.inc trunk/src/mainboard/tyan/s2891/Makefile.inc trunk/src/mainboard/tyan/s2895/Makefile.inc trunk/src/mainboard/tyan/s4880/Makefile.inc trunk/src/mainboard/tyan/s4882/Makefile.inc trunk/src/mainboard/via/epia-n/Makefile.inc trunk/src/mainboard/via/vt8454c/Makefile.inc Modified: trunk/Makefile trunk/src/Kconfig trunk/src/arch/i386/Makefile.inc trunk/src/mainboard/amd/dbm690t/Kconfig trunk/src/mainboard/amd/pistachio/Kconfig trunk/src/mainboard/amd/serengeti_cheetah/Kconfig trunk/src/mainboard/amd/serengeti_cheetah/Makefile.inc trunk/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig trunk/src/mainboard/amd/serengeti_cheetah_fam10/Makefile.inc trunk/src/mainboard/asus/a8n_e/Kconfig trunk/src/mainboard/broadcom/blast/Kconfig trunk/src/mainboard/broadcom/blast/Makefile.inc trunk/src/mainboard/gigabyte/ga_2761gxdk/Kconfig trunk/src/mainboard/gigabyte/ga_2761gxdk/Makefile.inc trunk/src/mainboard/gigabyte/m57sli/Kconfig trunk/src/mainboard/gigabyte/m57sli/Makefile.inc trunk/src/mainboard/hp/dl145_g3/Kconfig trunk/src/mainboard/intel/d945gclf/Kconfig trunk/src/mainboard/intel/d945gclf/Makefile.inc trunk/src/mainboard/intel/eagleheights/Kconfig trunk/src/mainboard/intel/xe7501devkit/Makefile.inc trunk/src/mainboard/iwill/dk8_htx/Kconfig trunk/src/mainboard/iwill/dk8_htx/Makefile.inc trunk/src/mainboard/kontron/986lcd-m/Kconfig trunk/src/mainboard/kontron/986lcd-m/Makefile.inc trunk/src/mainboard/kontron/kt690/Kconfig trunk/src/mainboard/msi/ms7135/Kconfig trunk/src/mainboard/msi/ms7260/Kconfig trunk/src/mainboard/msi/ms7260/Makefile.inc trunk/src/mainboard/msi/ms9185/Kconfig trunk/src/mainboard/msi/ms9282/Kconfig trunk/src/mainboard/msi/ms9282/Makefile.inc trunk/src/mainboard/nvidia/l1_2pvv/Kconfig trunk/src/mainboard/nvidia/l1_2pvv/Makefile.inc trunk/src/mainboard/roda/rk886ex/Kconfig trunk/src/mainboard/roda/rk886ex/Makefile.inc trunk/src/mainboard/sunw/ultra40/Kconfig trunk/src/mainboard/supermicro/h8dme/Kconfig trunk/src/mainboard/supermicro/h8dme/Makefile.inc trunk/src/mainboard/supermicro/h8dmr/Kconfig trunk/src/mainboard/supermicro/h8dmr_fam10/Kconfig trunk/src/mainboard/supermicro/h8qme_fam10/Kconfig trunk/src/mainboard/technexion/tim5690/Kconfig trunk/src/mainboard/technexion/tim5690/Makefile.inc trunk/src/mainboard/technexion/tim8690/Kconfig trunk/src/mainboard/tyan/s2881/Kconfig trunk/src/mainboard/tyan/s2881/Makefile.inc trunk/src/mainboard/tyan/s2885/Kconfig trunk/src/mainboard/tyan/s2891/Kconfig trunk/src/mainboard/tyan/s2892/Kconfig trunk/src/mainboard/tyan/s2892/Makefile.inc trunk/src/mainboard/tyan/s2895/Kconfig trunk/src/mainboard/tyan/s2912/Kconfig trunk/src/mainboard/tyan/s2912/Makefile.inc trunk/src/mainboard/tyan/s2912_fam10/Kconfig trunk/src/mainboard/tyan/s2912_fam10/Makefile.inc trunk/src/mainboard/via/epia-m/Kconfig trunk/src/mainboard/via/epia-m/Makefile.inc trunk/src/mainboard/via/epia-m700/Kconfig trunk/src/mainboard/via/epia-m700/Makefile.inc trunk/src/mainboard/via/epia-n/Kconfig trunk/src/mainboard/via/vt8454c/Kconfig
Modified: trunk/Makefile ============================================================================== --- trunk/Makefile Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/Makefile Sun Feb 28 19:23:00 2010 (r5171) @@ -142,7 +142,7 @@ $(eval $(call evaluate_subdirs))
-define objs_dsl_template +define objs_asl_template $(obj)/$(1)%.o: src/$(1)%.asl @printf " IASL $$(subst $(top)/,,$$(@))\n" $(CPP) -D__ACPI__ -P $(CPPFLAGS) -include $(obj)/config.h -I$(src) -I$(src)/mainboard/$(MAINBOARDDIR) $$< -o $$(basename $$@).asl @@ -201,7 +201,7 @@
usetemplate=$(foreach d,$(sort $(dir $($(1)))),$(eval $(call $(1)_$(2)_template,$(subst $(obj)/,,$(d))))) usetemplate=$(foreach d,$(sort $(dir $($(1)))),$(eval $(call $(1)_$(2)_template,$(subst $(obj)/,,$(d))))) -$(eval $(call usetemplate,objs,dsl)) +$(eval $(call usetemplate,objs,asl)) $(eval $(call usetemplate,objs,c)) $(eval $(call usetemplate,objs,S)) $(eval $(call usetemplate,initobjs,c))
Modified: trunk/src/Kconfig ============================================================================== --- trunk/src/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -186,6 +186,21 @@ This variable specifies whether a given board has a reset.c file containing a hard_reset() function.
+config BOARD_HAS_FADT + bool + default n + help + This variable specifies whether a given board has a board-local + FADT in fadt.c. Long-term, those should be moved to appropriate + chipset components (eg. southbridge) + +config HAVE_BUS_CONFIG + bool + default n + help + This variable specifies whether a given board has a get_bus_conf.c + file containing bus configuration data. + config HAVE_INIT_TIMER bool default n if UDELAY_IO
Modified: trunk/src/arch/i386/Makefile.inc ============================================================================== --- trunk/src/arch/i386/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/arch/i386/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -213,6 +213,17 @@ ifeq ($(CONFIG_BOARD_HAS_HARD_RESET),y) objs += $(obj)/mainboard/$(MAINBOARDDIR)/reset.o endif +ifeq ($(CONFIG_GENERATE_ACPI_TABLES),y) +objs += $(obj)/mainboard/$(MAINBOARDDIR)/acpi_tables.o +objs += $(obj)/mainboard/$(MAINBOARDDIR)/dsdt.o +ifeq ($(CONFIG_BOARD_HAS_FADT),y) +objs += $(obj)/mainboard/$(MAINBOARDDIR)/fadt.o +endif +endif + +ifeq ($(CONFIG_HAVE_BUS_CONFIG),y) +objs += $(obj)/mainboard/$(MAINBOARDDIR)/get_bus_conf.o +endif
endif
Modified: trunk/src/mainboard/amd/dbm690t/Kconfig ============================================================================== --- trunk/src/mainboard/amd/dbm690t/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/amd/dbm690t/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -7,10 +7,12 @@ select SOUTHBRIDGE_AMD_RS690 select SOUTHBRIDGE_AMD_SB600 select SUPERIO_ITE_IT8712F + select BOARD_HAS_FADT select GENERATE_ACPI_TABLES select GENERATE_MP_TABLE select GENERATE_PIRQ_TABLE select HAVE_MAINBOARD_RESOURCES + select HAVE_BUS_CONFIG select USE_PRINTK_IN_CAR select USE_DCACHE_RAM select HAVE_HARD_RESET
Modified: trunk/src/mainboard/amd/pistachio/Kconfig ============================================================================== --- trunk/src/mainboard/amd/pistachio/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/amd/pistachio/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -6,6 +6,8 @@ select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX select SOUTHBRIDGE_AMD_RS690 select SOUTHBRIDGE_AMD_SB600 + select BOARD_HAS_FADT + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/amd/serengeti_cheetah/Kconfig ============================================================================== --- trunk/src/mainboard/amd/serengeti_cheetah/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/amd/serengeti_cheetah/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -7,6 +7,8 @@ select SOUTHBRIDGE_AMD_AMD8111 select SOUTHBRIDGE_AMD_AMD8131 select SUPERIO_WINBOND_W83627HF + select BOARD_HAS_FADT + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/amd/serengeti_cheetah/Makefile.inc ============================================================================== --- trunk/src/mainboard/amd/serengeti_cheetah/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/amd/serengeti_cheetah/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -18,12 +18,8 @@ ##
# Needed by irq_tables and mptable and acpi_tables. -obj-y += get_bus_conf.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += dsdt.o obj-$(CONFIG_GENERATE_ACPI_TABLES) += ssdt2.o obj-$(CONFIG_GENERATE_ACPI_TABLES) += ssdt3.o obj-$(CONFIG_GENERATE_ACPI_TABLES) += ssdt4.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += acpi_tables.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += fadt.o
obj-y += ../../../drivers/i2c/i2cmux/i2cmux.o
Modified: trunk/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig ============================================================================== --- trunk/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -7,6 +7,8 @@ select SOUTHBRIDGE_AMD_AMD8111 select SOUTHBRIDGE_AMD_AMD8132 select SUPERIO_WINBOND_W83627HF + select BOARD_HAS_FADT + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/amd/serengeti_cheetah_fam10/Makefile.inc ============================================================================== --- trunk/src/mainboard/amd/serengeti_cheetah_fam10/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/amd/serengeti_cheetah_fam10/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -18,10 +18,6 @@ ##
# Needed by irq_tables and mptable and acpi_tables. -obj-y += get_bus_conf.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += dsdt.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += acpi_tables.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += fadt.o
# ./ssdt.o is in northbridge/amd/amdfam10/Makefile.inc obj-$(CONFIG_GENERATE_ACPI_TABLES) += ssdt2.o
Modified: trunk/src/mainboard/asus/a8n_e/Kconfig ============================================================================== --- trunk/src/mainboard/asus/a8n_e/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/asus/a8n_e/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -6,6 +6,7 @@ select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX select SOUTHBRIDGE_NVIDIA_CK804 select SUPERIO_ITE_IT8712F + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/broadcom/blast/Kconfig ============================================================================== --- trunk/src/mainboard/broadcom/blast/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/broadcom/blast/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -7,6 +7,7 @@ select SOUTHBRIDGE_BROADCOM_BCM5780 select SOUTHBRIDGE_BROADCOM_BCM5785 select SUPERIO_NSC_PC87417 + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/broadcom/blast/Makefile.inc ============================================================================== --- trunk/src/mainboard/broadcom/blast/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/broadcom/blast/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -1,6 +1,4 @@ -include $(src)/mainboard/Makefile.k8_CAR.inc
# Needed by irq_tables and mptable and acpi_tables. -obj-y += get_bus_conf.o
obj-y += ../../../drivers/i2c/i2cmux2/i2cmux2.o
Modified: trunk/src/mainboard/gigabyte/ga_2761gxdk/Kconfig ============================================================================== --- trunk/src/mainboard/gigabyte/ga_2761gxdk/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/gigabyte/ga_2761gxdk/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -6,6 +6,7 @@ select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX select SOUTHBRIDGE_SIS_SIS966 select SUPERIO_ITE_IT8716F + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select USE_PRINTK_IN_CAR select USE_DCACHE_RAM
Modified: trunk/src/mainboard/gigabyte/ga_2761gxdk/Makefile.inc ============================================================================== --- trunk/src/mainboard/gigabyte/ga_2761gxdk/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/gigabyte/ga_2761gxdk/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -18,6 +18,5 @@ ##
#needed by irq_tables and mptable and acpi_tables -obj-y += get_bus_conf.o obj-$(CONFIG_USE_INIT) += romstage.o obj-$(CONFIG_AP_CODE_IN_CAR) += ap_romstage.o
Modified: trunk/src/mainboard/gigabyte/m57sli/Kconfig ============================================================================== --- trunk/src/mainboard/gigabyte/m57sli/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/gigabyte/m57sli/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -7,6 +7,7 @@ select SOUTHBRIDGE_NVIDIA_MCP55 select SUPERIO_ITE_IT8716F select SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/gigabyte/m57sli/Makefile.inc ============================================================================== --- trunk/src/mainboard/gigabyte/m57sli/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/gigabyte/m57sli/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -18,9 +18,6 @@ ##
#needed by irq_tables and mptable and acpi_tables -obj-y += get_bus_conf.o obj-$(CONFIG_USE_INIT) += romstage.o obj-$(CONFIG_AP_CODE_IN_CAR) += ap_romstage.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += dsdt.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += acpi_tables.o obj-$(CONFIG_SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL) += fanctl.o
Modified: trunk/src/mainboard/hp/dl145_g3/Kconfig ============================================================================== --- trunk/src/mainboard/hp/dl145_g3/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/hp/dl145_g3/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -7,6 +7,7 @@ select SOUTHBRIDGE_BROADCOM_BCM21000 select SOUTHBRIDGE_BROADCOM_BCM5785 select SUPERIO_NSC_PC87417 + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/intel/d945gclf/Kconfig ============================================================================== --- trunk/src/mainboard/intel/d945gclf/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/intel/d945gclf/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -25,6 +25,7 @@ select NORTHBRIDGE_INTEL_I945 select SOUTHBRIDGE_INTEL_I82801GX select SUPERIO_SMSC_LPC47M15X + select BOARD_HAS_FADT select HAVE_HARD_RESET select HAVE_PIRQ_TABLE select HAVE_MP_TABLE
Modified: trunk/src/mainboard/intel/d945gclf/Makefile.inc ============================================================================== --- trunk/src/mainboard/intel/d945gclf/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/intel/d945gclf/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -23,8 +23,5 @@
obj-y += rtl8168.o
-obj-$(CONFIG_GENERATE_ACPI_TABLES) += dsdt.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += acpi_tables.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += fadt.o
smmobj-$(CONFIG_HAVE_SMI_HANDLER) += mainboard_smi.o
Modified: trunk/src/mainboard/intel/eagleheights/Kconfig ============================================================================== --- trunk/src/mainboard/intel/eagleheights/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/intel/eagleheights/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -8,6 +8,7 @@ select SUPERIO_SMSC_SMSCSUPERIO select HAVE_HARD_RESET select BOARD_HAS_HARD_RESET + select BOARD_HAS_FADT select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select MMCONF_SUPPORT
Modified: trunk/src/mainboard/intel/xe7501devkit/Makefile.inc ============================================================================== --- trunk/src/mainboard/intel/xe7501devkit/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/intel/xe7501devkit/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -1,2 +1 @@ ROMCCFLAGS := -mcpu=p4 -O2 -obj-$(CONFIG_GENERATE_ACPI_TABLES) += acpi_tables.o
Added: trunk/src/mainboard/intel/xe7501devkit/dsdt.asl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/src/mainboard/intel/xe7501devkit/dsdt.asl Sun Feb 28 19:23:00 2010 (r5171) @@ -0,0 +1,16 @@ +/* This is a dummy dsdt. Normal ACPI requires a DSDT, but in this case, ACPI + is just a workaround for QNX. It would be nice to eventually have a real + dsdt here. + Note: It will not be hooked up at runtime. It won't even get linked. + But we still need this file. */ + +DefinitionBlock( + "dsdt.aml", + "DSDT", + 0x02, // DSDT revision: ACPI v2.0 + "COREv2", // OEM id + "COREBOOT", // OEM table id + 0x20090419 // OEM revision +) +{ +}
Modified: trunk/src/mainboard/iwill/dk8_htx/Kconfig ============================================================================== --- trunk/src/mainboard/iwill/dk8_htx/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/iwill/dk8_htx/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -7,6 +7,8 @@ select SOUTHBRIDGE_AMD_AMD8111 select SOUTHBRIDGE_AMD_AMD8131 select SUPERIO_WINBOND_W83627HF + select BOARD_HAS_FADT + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/iwill/dk8_htx/Makefile.inc ============================================================================== --- trunk/src/mainboard/iwill/dk8_htx/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/iwill/dk8_htx/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -18,11 +18,7 @@ ##
# Needed by irq_tables and mptable and acpi_tables. -obj-y += get_bus_conf.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += dsdt.o obj-$(CONFIG_GENERATE_ACPI_TABLES) += ssdt2.o obj-$(CONFIG_GENERATE_ACPI_TABLES) += ssdt3.o obj-$(CONFIG_GENERATE_ACPI_TABLES) += ssdt4.o obj-$(CONFIG_GENERATE_ACPI_TABLES) += ssdt5.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += acpi_tables.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += fadt.o
Modified: trunk/src/mainboard/kontron/986lcd-m/Kconfig ============================================================================== --- trunk/src/mainboard/kontron/986lcd-m/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/kontron/986lcd-m/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -6,6 +6,7 @@ select NORTHBRIDGE_INTEL_I945 select SOUTHBRIDGE_INTEL_I82801GX select SUPERIO_WINBOND_W83627THG + select BOARD_HAS_FADT select GENERATE_ACPI_TABLES select GENERATE_PIRQ_TABLE select GENERATE_MP_TABLE
Modified: trunk/src/mainboard/kontron/986lcd-m/Makefile.inc ============================================================================== --- trunk/src/mainboard/kontron/986lcd-m/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/kontron/986lcd-m/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -23,8 +23,5 @@
obj-y += rtl8168.o
-obj-$(CONFIG_GENERATE_ACPI_TABLES) += dsdt.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += acpi_tables.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += fadt.o
smmobj-$(CONFIG_HAVE_SMI_HANDLER) += mainboard_smi.o
Modified: trunk/src/mainboard/kontron/kt690/Kconfig ============================================================================== --- trunk/src/mainboard/kontron/kt690/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/kontron/kt690/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -7,6 +7,8 @@ select SOUTHBRIDGE_AMD_RS690 select SOUTHBRIDGE_AMD_SB600 select SUPERIO_WINBOND_W83627DHG + select BOARD_HAS_FADT + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select HAVE_MAINBOARD_RESOURCES
Modified: trunk/src/mainboard/msi/ms7135/Kconfig ============================================================================== --- trunk/src/mainboard/msi/ms7135/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/msi/ms7135/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -6,6 +6,7 @@ select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX select SOUTHBRIDGE_NVIDIA_CK804 select SUPERIO_WINBOND_W83627THF + select HAVE_BUS_CONFIG select HAVE_HARD_RESET select HAVE_PIRQ_TABLE select HAVE_MP_TABLE
Modified: trunk/src/mainboard/msi/ms7260/Kconfig ============================================================================== --- trunk/src/mainboard/msi/ms7260/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/msi/ms7260/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -6,6 +6,7 @@ select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX select SOUTHBRIDGE_NVIDIA_MCP55 select SUPERIO_WINBOND_W83627EHG + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/msi/ms7260/Makefile.inc ============================================================================== --- trunk/src/mainboard/msi/ms7260/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/msi/ms7260/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -18,6 +18,5 @@ ##
#needed by irq_tables and mptable and acpi_tables -obj-y += get_bus_conf.o obj-$(CONFIG_USE_INIT) += romstage.o obj-$(CONFIG_AP_CODE_IN_CAR) += ap_romstage.o
Modified: trunk/src/mainboard/msi/ms9185/Kconfig ============================================================================== --- trunk/src/mainboard/msi/ms9185/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/msi/ms9185/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -7,6 +7,7 @@ select SOUTHBRIDGE_BROADCOM_BCM5780 select SOUTHBRIDGE_BROADCOM_BCM5785 select SUPERIO_NSC_PC87417 + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/msi/ms9282/Kconfig ============================================================================== --- trunk/src/mainboard/msi/ms9282/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/msi/ms9282/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -6,6 +6,7 @@ select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX select SOUTHBRIDGE_NVIDIA_MCP55 select SUPERIO_WINBOND_W83627EHG + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/msi/ms9282/Makefile.inc ============================================================================== --- trunk/src/mainboard/msi/ms9282/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/msi/ms9282/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -21,6 +21,5 @@ obj-y += ../../../drivers/i2c/adm1027/adm1027.o
#needed by irq_tables and mptable and acpi_tables -obj-y += get_bus_conf.o obj-$(CONFIG_USE_INIT) += romstage.o obj-$(CONFIG_AP_CODE_IN_CAR) += ap_romstage.o
Modified: trunk/src/mainboard/nvidia/l1_2pvv/Kconfig ============================================================================== --- trunk/src/mainboard/nvidia/l1_2pvv/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/nvidia/l1_2pvv/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -6,6 +6,7 @@ select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX select SOUTHBRIDGE_NVIDIA_MCP55 select SUPERIO_WINBOND_W83627EHG + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/nvidia/l1_2pvv/Makefile.inc ============================================================================== --- trunk/src/mainboard/nvidia/l1_2pvv/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/nvidia/l1_2pvv/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -18,6 +18,5 @@ ##
#needed by irq_tables and mptable and acpi_tables -obj-y += get_bus_conf.o obj-$(CONFIG_USE_INIT) += romstage.o obj-$(CONFIG_AP_CODE_IN_CAR) += ap_romstage.o
Modified: trunk/src/mainboard/roda/rk886ex/Kconfig ============================================================================== --- trunk/src/mainboard/roda/rk886ex/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/roda/rk886ex/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -8,6 +8,7 @@ select SOUTHBRIDGE_TI_PCI7420 select SUPERIO_SMSC_LPC47N227 select SUPERIO_RENESAS_M3885X + select BOARD_HAS_FADT select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select MMCONF_SUPPORT
Modified: trunk/src/mainboard/roda/rk886ex/Makefile.inc ============================================================================== --- trunk/src/mainboard/roda/rk886ex/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/roda/rk886ex/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -25,8 +25,5 @@ obj-y += ec.o obj-y += rtl8168.o
-obj-$(CONFIG_GENERATE_ACPI_TABLES) += dsdt.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += acpi_tables.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += fadt.o
smmobj-$(CONFIG_HAVE_SMI_HANDLER) += mainboard_smi.o
Modified: trunk/src/mainboard/sunw/ultra40/Kconfig ============================================================================== --- trunk/src/mainboard/sunw/ultra40/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/sunw/ultra40/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -6,6 +6,7 @@ select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX select SOUTHBRIDGE_NVIDIA_CK804 select SUPERIO_SMSC_LPC47M10X + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/supermicro/h8dme/Kconfig ============================================================================== --- trunk/src/mainboard/supermicro/h8dme/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/supermicro/h8dme/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -6,6 +6,7 @@ select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX select SOUTHBRIDGE_NVIDIA_MCP55 select SUPERIO_WINBOND_W83627HF + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/supermicro/h8dme/Makefile.inc ============================================================================== --- trunk/src/mainboard/supermicro/h8dme/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/supermicro/h8dme/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -20,4 +20,3 @@ obj-y += ../../../drivers/i2c/i2cmux2/i2cmux2.o
# Needed by irq_tables and mptable and acpi_tables. -obj-y += get_bus_conf.o
Modified: trunk/src/mainboard/supermicro/h8dmr/Kconfig ============================================================================== --- trunk/src/mainboard/supermicro/h8dmr/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/supermicro/h8dmr/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -6,6 +6,7 @@ select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX select SOUTHBRIDGE_NVIDIA_MCP55 select SUPERIO_WINBOND_W83627HF + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/supermicro/h8dmr_fam10/Kconfig ============================================================================== --- trunk/src/mainboard/supermicro/h8dmr_fam10/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/supermicro/h8dmr_fam10/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -6,6 +6,7 @@ select NORTHBRIDGE_AMD_AMDFAM10_ROOT_COMPLEX select SOUTHBRIDGE_NVIDIA_MCP55 select SUPERIO_WINBOND_W83627HF + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/supermicro/h8qme_fam10/Kconfig ============================================================================== --- trunk/src/mainboard/supermicro/h8qme_fam10/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/supermicro/h8qme_fam10/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -7,6 +7,7 @@ select SOUTHBRIDGE_AMD_AMD8132 select SOUTHBRIDGE_NVIDIA_MCP55 select SUPERIO_WINBOND_W83627HF + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/technexion/tim5690/Kconfig ============================================================================== --- trunk/src/mainboard/technexion/tim5690/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/technexion/tim5690/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -7,6 +7,8 @@ select SOUTHBRIDGE_AMD_RS690 select SOUTHBRIDGE_AMD_SB600 select SUPERIO_ITE_IT8712F + select BOARD_HAS_FADT + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/technexion/tim5690/Makefile.inc ============================================================================== --- trunk/src/mainboard/technexion/tim5690/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/technexion/tim5690/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -18,10 +18,6 @@ ##
# Needed by irq_tables and mptable and acpi_tables. -obj-y += get_bus_conf.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += dsdt.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += acpi_tables.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += fadt.o
# This is debug message for products of Technexion. obj-y += tn_post_code.o
Modified: trunk/src/mainboard/technexion/tim8690/Kconfig ============================================================================== --- trunk/src/mainboard/technexion/tim8690/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/technexion/tim8690/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -7,6 +7,8 @@ select SOUTHBRIDGE_AMD_RS690 select SOUTHBRIDGE_AMD_SB600 select SUPERIO_ITE_IT8712F + select BOARD_HAS_FADT + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/tyan/s2881/Kconfig ============================================================================== --- trunk/src/mainboard/tyan/s2881/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/tyan/s2881/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -7,6 +7,7 @@ select SOUTHBRIDGE_AMD_AMD8131 select SOUTHBRIDGE_AMD_AMD8111 select SUPERIO_WINBOND_W83627HF + select HAVE_BUS_CONFIG select HAVE_HARD_RESET select HAVE_PIRQ_TABLE select HAVE_MP_TABLE
Modified: trunk/src/mainboard/tyan/s2881/Makefile.inc ============================================================================== --- trunk/src/mainboard/tyan/s2881/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/tyan/s2881/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -1,3 +1 @@ -include $(src)/mainboard/Makefile.k8_CAR.inc -obj-y += get_bus_conf.o obj-y += ../../../drivers/i2c/adm1027/adm1027.o
Modified: trunk/src/mainboard/tyan/s2885/Kconfig ============================================================================== --- trunk/src/mainboard/tyan/s2885/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/tyan/s2885/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -7,6 +7,7 @@ select SOUTHBRIDGE_AMD_AMD8131 select SOUTHBRIDGE_AMD_AMD8111 select SUPERIO_WINBOND_W83627HF + select HAVE_BUS_CONFIG select HAVE_HARD_RESET select HAVE_PIRQ_TABLE select HAVE_MP_TABLE
Modified: trunk/src/mainboard/tyan/s2891/Kconfig ============================================================================== --- trunk/src/mainboard/tyan/s2891/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/tyan/s2891/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -7,6 +7,7 @@ select SOUTHBRIDGE_NVIDIA_CK804 select SOUTHBRIDGE_AMD_AMD8131 select SUPERIO_WINBOND_W83627HF + select HAVE_BUS_CONFIG select HAVE_HARD_RESET select HAVE_PIRQ_TABLE select HAVE_MP_TABLE
Modified: trunk/src/mainboard/tyan/s2892/Kconfig ============================================================================== --- trunk/src/mainboard/tyan/s2892/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/tyan/s2892/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -7,6 +7,7 @@ select SOUTHBRIDGE_NVIDIA_CK804 select SOUTHBRIDGE_AMD_AMD8131 select SUPERIO_WINBOND_W83627HF + select HAVE_BUS_CONFIG select HAVE_HARD_RESET select HAVE_PIRQ_TABLE select HAVE_MP_TABLE
Modified: trunk/src/mainboard/tyan/s2892/Makefile.inc ============================================================================== --- trunk/src/mainboard/tyan/s2892/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/tyan/s2892/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -1,3 +1,2 @@ -include $(src)/mainboard/Makefile.k8_ck804.inc
obj-y += ../../../drivers/i2c/adm1027/adm1027.o
Modified: trunk/src/mainboard/tyan/s2895/Kconfig ============================================================================== --- trunk/src/mainboard/tyan/s2895/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/tyan/s2895/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -7,6 +7,7 @@ select SOUTHBRIDGE_NVIDIA_CK804 select SOUTHBRIDGE_AMD_AMD8131 select SUPERIO_SMSC_LPC47B397 + select HAVE_BUS_CONFIG select HAVE_HARD_RESET select HAVE_PIRQ_TABLE select HAVE_MP_TABLE
Modified: trunk/src/mainboard/tyan/s2912/Kconfig ============================================================================== --- trunk/src/mainboard/tyan/s2912/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/tyan/s2912/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -6,6 +6,7 @@ select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX select SOUTHBRIDGE_NVIDIA_MCP55 select SUPERIO_WINBOND_W83627HF + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/tyan/s2912/Makefile.inc ============================================================================== --- trunk/src/mainboard/tyan/s2912/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/tyan/s2912/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -18,6 +18,5 @@ ##
#needed by irq_tables and mptable and acpi_tables -obj-y += get_bus_conf.o obj-$(CONFIG_USE_INIT) += romstage.o obj-$(CONFIG_AP_CODE_IN_CAR) += ap_romstage.o
Modified: trunk/src/mainboard/tyan/s2912_fam10/Kconfig ============================================================================== --- trunk/src/mainboard/tyan/s2912_fam10/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/tyan/s2912_fam10/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -6,6 +6,7 @@ select NORTHBRIDGE_AMD_AMDFAM10_ROOT_COMPLEX select SOUTHBRIDGE_NVIDIA_MCP55 select SUPERIO_WINBOND_W83627HF + select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_PRINTK_IN_CAR
Modified: trunk/src/mainboard/tyan/s2912_fam10/Makefile.inc ============================================================================== --- trunk/src/mainboard/tyan/s2912_fam10/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/tyan/s2912_fam10/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -18,6 +18,5 @@ ##
#needed by irq_tables and mptable and acpi_tables -obj-y += get_bus_conf.o obj-$(CONFIG_USE_INIT) += romstage.o obj-$(CONFIG_AP_CODE_IN_CAR) += ap_romstage.o
Modified: trunk/src/mainboard/via/epia-m/Kconfig ============================================================================== --- trunk/src/mainboard/via/epia-m/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/via/epia-m/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -6,6 +6,7 @@ select SOUTHBRIDGE_VIA_VT8235 select SOUTHBRIDGE_RICOH_RL5C476 select SUPERIO_VIA_VT1211 + select BOARD_HAS_FADT select HAVE_PIRQ_TABLE select HAVE_ACPI_TABLES select BOARD_ROMSIZE_KB_256
Modified: trunk/src/mainboard/via/epia-m/Makefile.inc ============================================================================== --- trunk/src/mainboard/via/epia-m/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/via/epia-m/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -21,6 +21,3 @@
obj-y += vgabios.o
-obj-$(CONFIG_GENERATE_ACPI_TABLES) += fadt.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += dsdt.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += acpi_tables.o
Modified: trunk/src/mainboard/via/epia-m700/Kconfig ============================================================================== --- trunk/src/mainboard/via/epia-m700/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/via/epia-m700/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -4,6 +4,7 @@ select CPU_VIA_C7 select NORTHBRIDGE_VIA_VX800 select SUPERIO_WINBOND_W83697HF + select BOARD_HAS_FADT select HAVE_ACPI_TABLES select BOARD_ROMSIZE_KB_512
Modified: trunk/src/mainboard/via/epia-m700/Makefile.inc ============================================================================== --- trunk/src/mainboard/via/epia-m700/Makefile.inc Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/via/epia-m700/Makefile.inc Sun Feb 28 19:23:00 2010 (r5171) @@ -21,6 +21,3 @@
obj-y += wakeup.o
-obj-$(CONFIG_GENERATE_ACPI_TABLES) += fadt.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += dsdt.o -obj-$(CONFIG_GENERATE_ACPI_TABLES) += acpi_tables.o
Modified: trunk/src/mainboard/via/epia-n/Kconfig ============================================================================== --- trunk/src/mainboard/via/epia-n/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/via/epia-n/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -5,6 +5,7 @@ select NORTHBRIDGE_VIA_CN400 select SOUTHBRIDGE_VIA_VT8237R select SUPERIO_WINBOND_W83697HF + select BOARD_HAS_FADT select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select EPIA_VT8237R_INIT
Modified: trunk/src/mainboard/via/vt8454c/Kconfig ============================================================================== --- trunk/src/mainboard/via/vt8454c/Kconfig Sun Feb 28 19:13:09 2010 (r5170) +++ trunk/src/mainboard/via/vt8454c/Kconfig Sun Feb 28 19:23:00 2010 (r5171) @@ -4,6 +4,7 @@ select CPU_VIA_C7 select NORTHBRIDGE_VIA_CX700 select SUPERIO_VIA_VT1211 + select BOARD_HAS_FADT select HAVE_PIRQ_TABLE select HAVE_MP_TABLE # select MMCONF_SUPPORT