diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-28 18:23:00 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-28 18:23:00 +0000 |
commit | 9ea7bff22ecaba50eefd817dd74d092120682f1a (patch) | |
tree | 1a3db24f8fdafac9178991f1c0f187faba5960eb /src/mainboard/tyan | |
parent | 55259bd73ba89ec648d9bfc29aa9583fb089903f (diff) | |
download | coreboot-9ea7bff22ecaba50eefd817dd74d092120682f1a.tar.xz |
- 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>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5171 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan')
-rw-r--r-- | src/mainboard/tyan/s2850/Makefile.inc | 1 | ||||
-rw-r--r-- | src/mainboard/tyan/s2875/Makefile.inc | 1 | ||||
-rw-r--r-- | src/mainboard/tyan/s2880/Makefile.inc | 1 | ||||
-rw-r--r-- | src/mainboard/tyan/s2881/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/tyan/s2881/Makefile.inc | 2 | ||||
-rw-r--r-- | src/mainboard/tyan/s2882/Makefile.inc | 1 | ||||
-rw-r--r-- | src/mainboard/tyan/s2885/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/tyan/s2885/Makefile.inc | 2 | ||||
-rw-r--r-- | src/mainboard/tyan/s2891/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/tyan/s2891/Makefile.inc | 1 | ||||
-rw-r--r-- | src/mainboard/tyan/s2892/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/tyan/s2892/Makefile.inc | 1 | ||||
-rw-r--r-- | src/mainboard/tyan/s2895/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/tyan/s2895/Makefile.inc | 1 | ||||
-rw-r--r-- | src/mainboard/tyan/s2912/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/tyan/s2912/Makefile.inc | 1 | ||||
-rw-r--r-- | src/mainboard/tyan/s2912_fam10/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/tyan/s2912_fam10/Makefile.inc | 1 | ||||
-rw-r--r-- | src/mainboard/tyan/s4880/Makefile.inc | 1 | ||||
-rw-r--r-- | src/mainboard/tyan/s4882/Makefile.inc | 1 |
20 files changed, 7 insertions, 15 deletions
diff --git a/src/mainboard/tyan/s2850/Makefile.inc b/src/mainboard/tyan/s2850/Makefile.inc deleted file mode 100644 index b1077f9940..0000000000 --- a/src/mainboard/tyan/s2850/Makefile.inc +++ /dev/null @@ -1 +0,0 @@ -include $(src)/mainboard/Makefile.k8_CAR.inc diff --git a/src/mainboard/tyan/s2875/Makefile.inc b/src/mainboard/tyan/s2875/Makefile.inc deleted file mode 100644 index b1077f9940..0000000000 --- a/src/mainboard/tyan/s2875/Makefile.inc +++ /dev/null @@ -1 +0,0 @@ -include $(src)/mainboard/Makefile.k8_CAR.inc diff --git a/src/mainboard/tyan/s2880/Makefile.inc b/src/mainboard/tyan/s2880/Makefile.inc deleted file mode 100644 index b1077f9940..0000000000 --- a/src/mainboard/tyan/s2880/Makefile.inc +++ /dev/null @@ -1 +0,0 @@ -include $(src)/mainboard/Makefile.k8_CAR.inc diff --git a/src/mainboard/tyan/s2881/Kconfig b/src/mainboard/tyan/s2881/Kconfig index 017c6227f6..d719f0f1de 100644 --- a/src/mainboard/tyan/s2881/Kconfig +++ b/src/mainboard/tyan/s2881/Kconfig @@ -7,6 +7,7 @@ config BOARD_TYAN_S2881 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 diff --git a/src/mainboard/tyan/s2881/Makefile.inc b/src/mainboard/tyan/s2881/Makefile.inc index aa0510402f..4160fecd12 100644 --- a/src/mainboard/tyan/s2881/Makefile.inc +++ b/src/mainboard/tyan/s2881/Makefile.inc @@ -1,3 +1 @@ -include $(src)/mainboard/Makefile.k8_CAR.inc -obj-y += get_bus_conf.o obj-y += ../../../drivers/i2c/adm1027/adm1027.o diff --git a/src/mainboard/tyan/s2882/Makefile.inc b/src/mainboard/tyan/s2882/Makefile.inc deleted file mode 100644 index b1077f9940..0000000000 --- a/src/mainboard/tyan/s2882/Makefile.inc +++ /dev/null @@ -1 +0,0 @@ -include $(src)/mainboard/Makefile.k8_CAR.inc diff --git a/src/mainboard/tyan/s2885/Kconfig b/src/mainboard/tyan/s2885/Kconfig index bd66b609b0..216c29dcda 100644 --- a/src/mainboard/tyan/s2885/Kconfig +++ b/src/mainboard/tyan/s2885/Kconfig @@ -7,6 +7,7 @@ config BOARD_TYAN_S2885 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 diff --git a/src/mainboard/tyan/s2885/Makefile.inc b/src/mainboard/tyan/s2885/Makefile.inc deleted file mode 100644 index c9f716360b..0000000000 --- a/src/mainboard/tyan/s2885/Makefile.inc +++ /dev/null @@ -1,2 +0,0 @@ -include $(src)/mainboard/Makefile.k8_CAR.inc -obj-y += get_bus_conf.o diff --git a/src/mainboard/tyan/s2891/Kconfig b/src/mainboard/tyan/s2891/Kconfig index 028934b508..7c600abafa 100644 --- a/src/mainboard/tyan/s2891/Kconfig +++ b/src/mainboard/tyan/s2891/Kconfig @@ -7,6 +7,7 @@ config BOARD_TYAN_S2891 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 diff --git a/src/mainboard/tyan/s2891/Makefile.inc b/src/mainboard/tyan/s2891/Makefile.inc deleted file mode 100644 index 53cb4fcdcf..0000000000 --- a/src/mainboard/tyan/s2891/Makefile.inc +++ /dev/null @@ -1 +0,0 @@ -include $(src)/mainboard/Makefile.k8_ck804.inc diff --git a/src/mainboard/tyan/s2892/Kconfig b/src/mainboard/tyan/s2892/Kconfig index 39a5cb9c54..a21665ee8a 100644 --- a/src/mainboard/tyan/s2892/Kconfig +++ b/src/mainboard/tyan/s2892/Kconfig @@ -7,6 +7,7 @@ config BOARD_TYAN_S2892 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 diff --git a/src/mainboard/tyan/s2892/Makefile.inc b/src/mainboard/tyan/s2892/Makefile.inc index c78f133554..3094c13658 100644 --- a/src/mainboard/tyan/s2892/Makefile.inc +++ b/src/mainboard/tyan/s2892/Makefile.inc @@ -1,3 +1,2 @@ -include $(src)/mainboard/Makefile.k8_ck804.inc obj-y += ../../../drivers/i2c/adm1027/adm1027.o diff --git a/src/mainboard/tyan/s2895/Kconfig b/src/mainboard/tyan/s2895/Kconfig index c411e9b575..0be63a72aa 100644 --- a/src/mainboard/tyan/s2895/Kconfig +++ b/src/mainboard/tyan/s2895/Kconfig @@ -7,6 +7,7 @@ config BOARD_TYAN_S2895 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 diff --git a/src/mainboard/tyan/s2895/Makefile.inc b/src/mainboard/tyan/s2895/Makefile.inc deleted file mode 100644 index 53cb4fcdcf..0000000000 --- a/src/mainboard/tyan/s2895/Makefile.inc +++ /dev/null @@ -1 +0,0 @@ -include $(src)/mainboard/Makefile.k8_ck804.inc diff --git a/src/mainboard/tyan/s2912/Kconfig b/src/mainboard/tyan/s2912/Kconfig index 4a541d7a6a..83cf5e59dd 100644 --- a/src/mainboard/tyan/s2912/Kconfig +++ b/src/mainboard/tyan/s2912/Kconfig @@ -6,6 +6,7 @@ config BOARD_TYAN_S2912 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 diff --git a/src/mainboard/tyan/s2912/Makefile.inc b/src/mainboard/tyan/s2912/Makefile.inc index 271e9fe547..9c0156e9dd 100644 --- a/src/mainboard/tyan/s2912/Makefile.inc +++ b/src/mainboard/tyan/s2912/Makefile.inc @@ -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 diff --git a/src/mainboard/tyan/s2912_fam10/Kconfig b/src/mainboard/tyan/s2912_fam10/Kconfig index 40ec9b4151..23e18ba4d2 100644 --- a/src/mainboard/tyan/s2912_fam10/Kconfig +++ b/src/mainboard/tyan/s2912_fam10/Kconfig @@ -6,6 +6,7 @@ config BOARD_TYAN_S2912_FAM10 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 diff --git a/src/mainboard/tyan/s2912_fam10/Makefile.inc b/src/mainboard/tyan/s2912_fam10/Makefile.inc index 271e9fe547..9c0156e9dd 100644 --- a/src/mainboard/tyan/s2912_fam10/Makefile.inc +++ b/src/mainboard/tyan/s2912_fam10/Makefile.inc @@ -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 diff --git a/src/mainboard/tyan/s4880/Makefile.inc b/src/mainboard/tyan/s4880/Makefile.inc deleted file mode 100644 index b1077f9940..0000000000 --- a/src/mainboard/tyan/s4880/Makefile.inc +++ /dev/null @@ -1 +0,0 @@ -include $(src)/mainboard/Makefile.k8_CAR.inc diff --git a/src/mainboard/tyan/s4882/Makefile.inc b/src/mainboard/tyan/s4882/Makefile.inc deleted file mode 100644 index b1077f9940..0000000000 --- a/src/mainboard/tyan/s4882/Makefile.inc +++ /dev/null @@ -1 +0,0 @@ -include $(src)/mainboard/Makefile.k8_CAR.inc |