Rename build system variables to be more intuitive, and
at the same time let the user specify sources instead of object files: - objs becomes ramstage-srcs - initobjs becomes romstage-srcs - driver becomes driver-srcs - smmobj becomes smm-srcs The user servicable parts are named accordingly: ramstage-y, romstage-y, driver-y, smm-y Also, the object file names are properly renamed now, using .ramstage.o, .romstage.o, .driver.o, .smm.o suffixes consistently. Remove stubbed out via/epia-m700 dsdt/ssdt files - they didn't easily fit in the build system and aren't useful anyway. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coreystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5886 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
obj-y += bga956.o
|
||||
ramstage-y += bga956.c
|
||||
subdirs-y += ../model_1067x
|
||||
subdirs-y += ../../x86/tsc
|
||||
subdirs-y += ../../x86/mtrr
|
||||
|
@@ -1,5 +1,5 @@
|
||||
obj-y += ep80579.o
|
||||
driver-y += ep80579_init.o
|
||||
ramstage-y += ep80579.c
|
||||
driver-y += ep80579_init.c
|
||||
subdirs-y += ../../x86/tsc
|
||||
subdirs-y += ../../x86/mtrr
|
||||
subdirs-y += ../../x86/lapic
|
||||
|
@@ -1 +1 @@
|
||||
obj-y += intel_sibling.o
|
||||
ramstage-y += intel_sibling.c
|
||||
|
@@ -1 +1 @@
|
||||
obj-y += microcode.o
|
||||
ramstage-y += microcode.c
|
||||
|
@@ -1,3 +1,3 @@
|
||||
driver-y += model_1067x_init.o
|
||||
driver-y += model_1067x_init.c
|
||||
subdirs-y += ../../x86/name
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
driver-y += model_106cx_init.o
|
||||
driver-y += model_106cx_init.c
|
||||
subdirs-y += ../../x86/name
|
||||
|
||||
cpu_incs += $(src)/cpu/intel/model_106cx/cache_as_ram.inc
|
||||
|
@@ -18,6 +18,6 @@
|
||||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += model_68x_init.o
|
||||
driver-y += model_68x_init.c
|
||||
subdirs-y += ../../x86/name
|
||||
|
||||
|
@@ -1 +1 @@
|
||||
driver-y += model_69x_init.o
|
||||
driver-y += model_69x_init.c
|
||||
|
@@ -1,2 +1,2 @@
|
||||
driver-y += model_6bx_init.o
|
||||
driver-y += model_6bx_init.c
|
||||
subdirs-y += ../../x86/name
|
||||
|
@@ -1 +1 @@
|
||||
driver-y += model_6dx_init.o
|
||||
driver-y += model_6dx_init.c
|
||||
|
@@ -1,4 +1,4 @@
|
||||
driver-y += model_6ex_init.o
|
||||
driver-y += model_6ex_init.c
|
||||
subdirs-y += ../../x86/name
|
||||
|
||||
cpu_incs += $(src)/cpu/intel/model_6ex/cache_as_ram.inc
|
||||
|
@@ -1,2 +1,2 @@
|
||||
driver-y += model_6fx_init.o
|
||||
driver-y += model_6fx_init.c
|
||||
subdirs-y += ../../x86/name
|
||||
|
@@ -1 +1 @@
|
||||
driver-y += model_6xx_init.o
|
||||
driver-y += model_6xx_init.c
|
||||
|
@@ -1 +1 @@
|
||||
driver-y += model_f0x_init.o
|
||||
driver-y += model_f0x_init.c
|
||||
|
@@ -1 +1 @@
|
||||
driver-y += model_f1x_init.o
|
||||
driver-y += model_f1x_init.c
|
||||
|
@@ -1 +1 @@
|
||||
driver-y += model_f2x_init.o
|
||||
driver-y += model_f2x_init.c
|
||||
|
@@ -1 +1 @@
|
||||
driver-y += model_f3x_init.o
|
||||
driver-y += model_f3x_init.c
|
||||
|
@@ -1 +1 @@
|
||||
driver-y += model_f4x_init.o
|
||||
driver-y += model_f4x_init.c
|
||||
|
@@ -18,7 +18,7 @@
|
||||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
obj-y += slot_1.o
|
||||
ramstage-y += slot_1.c
|
||||
subdirs-y += ../model_6xx
|
||||
subdirs-y += ../../x86/tsc
|
||||
subdirs-y += ../../x86/mtrr
|
||||
|
@@ -18,7 +18,7 @@
|
||||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
obj-y += slot_2.o
|
||||
ramstage-y += slot_2.c
|
||||
subdirs-y += ../model_6xx
|
||||
subdirs-y += ../../x86/tsc
|
||||
subdirs-y += ../../x86/mtrr
|
||||
|
@@ -1,4 +1,4 @@
|
||||
obj-y += socket_441.o
|
||||
ramstage-y += socket_441.c
|
||||
subdirs-y += ../model_106cx
|
||||
subdirs-y += ../../x86/tsc
|
||||
subdirs-y += ../../x86/mtrr
|
||||
|
@@ -18,7 +18,7 @@
|
||||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
obj-y += socket_FC_PGA370.o
|
||||
ramstage-y += socket_FC_PGA370.c
|
||||
subdirs-y += ../model_68x
|
||||
subdirs-y += ../../x86/tsc
|
||||
subdirs-y += ../../x86/mtrr
|
||||
|
@@ -18,7 +18,7 @@
|
||||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
obj-y += socket_PGA370.o
|
||||
ramstage-y += socket_PGA370.c
|
||||
subdirs-y += ../model_6xx
|
||||
subdirs-y += ../../x86/tsc
|
||||
subdirs-y += ../../x86/mtrr
|
||||
|
@@ -1,4 +1,4 @@
|
||||
obj-y += socket_mFCBGA479.o
|
||||
ramstage-y += socket_mFCBGA479.c
|
||||
subdirs-y += ../model_6bx
|
||||
subdirs-y += ../../x86/tsc
|
||||
subdirs-y += ../../x86/mtrr
|
||||
|
@@ -1,4 +1,4 @@
|
||||
obj-y += socket_mFCPGA478.o
|
||||
ramstage-y += socket_mFCPGA478.c
|
||||
subdirs-y += ../model_69x
|
||||
subdirs-y += ../model_6dx
|
||||
subdirs-y += ../model_6ex
|
||||
|
@@ -1,4 +1,4 @@
|
||||
obj-y += socket_mPGA478.o
|
||||
ramstage-y += socket_mPGA478.c
|
||||
subdirs-y += ../model_69x
|
||||
subdirs-y += ../model_6dx
|
||||
subdirs-y += ../../x86/tsc
|
||||
|
@@ -1,4 +1,4 @@
|
||||
obj-y += socket_mPGA479M.o
|
||||
ramstage-y += socket_mPGA479M.c
|
||||
subdirs-y += ../model_69x
|
||||
subdirs-y += ../model_6dx
|
||||
subdirs-y += ../model_f2x
|
||||
@@ -10,4 +10,4 @@ subdirs-y += ../../x86/smm
|
||||
subdirs-y += ../microcode
|
||||
subdirs-y += ../hyperthreading
|
||||
|
||||
cpu_incs += $(src)/cpu/intel/car/cache_as_ram.inc
|
||||
cpu_incs += $(src)/cpu/intel/car/cache_as_ram.inc
|
||||
|
@@ -1,4 +1,4 @@
|
||||
obj-y += socket_mPGA603_400Mhz.o
|
||||
ramstage-y += socket_mPGA603_400Mhz.c
|
||||
subdirs-y += ../model_f0x
|
||||
subdirs-y += ../model_f1x
|
||||
subdirs-y += ../model_f2x
|
||||
|
@@ -1,4 +1,4 @@
|
||||
obj-y += socket_mPGA604.o
|
||||
ramstage-y += socket_mPGA604.c
|
||||
subdirs-y += ../model_f2x
|
||||
subdirs-y += ../model_f3x
|
||||
subdirs-y += ../model_f4x
|
||||
|
@@ -1 +1 @@
|
||||
obj-$(CONFIG_GENERATE_ACPI_TABLES) += acpi.o
|
||||
ramstage-$(CONFIG_GENERATE_ACPI_TABLES) += acpi.c
|
||||
|
Reference in New Issue
Block a user