Kconfig builds all boards now.
This patch also aligns the configuration of a couple of boards more closely to what newconfig does. Also, the romstrap inc/lds files are declared in the Makefiles of the southbridges they belong to, instead of some global file. AMD CPUs have their own timer functions, so disable UDELAY_IO for them and set HAVE_INIT_TIMER as appropriate, same for emulation/qemu-x86. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5000 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -24,19 +24,14 @@ bootblock_lds := $(src)/arch/i386/init/ldscript_failover.lb
|
||||
bootblock_lds += $(src)/cpu/x86/16bit/entry16.lds
|
||||
bootblock_lds += $(src)/cpu/x86/16bit/reset16.lds
|
||||
bootblock_lds += $(src)/arch/i386/lib/id.lds
|
||||
ifeq ($(CONFIG_SOUTHBRIDGE_VIA_K8T890),y)
|
||||
bootblock_lds += $(src)/southbridge/via/k8t890/romstrap.lds
|
||||
endif
|
||||
bootblock_lds += $(chipset_bootblock_lds)
|
||||
|
||||
bootblock_inc := $(src)/arch/i386/init/bootblock_prologue.c
|
||||
bootblock_inc += $(src)/cpu/x86/16bit/entry16.inc
|
||||
bootblock_inc += $(src)/cpu/x86/16bit/reset16.inc
|
||||
bootblock_inc += $(src)/cpu/x86/32bit/entry32.inc
|
||||
bootblock_inc += $(src)/arch/i386/lib/id.inc
|
||||
|
||||
ifeq ($(CONFIG_SOUTHBRIDGE_VIA_K8T890),y)
|
||||
bootblock_inc += $(src)/southbridge/via/k8t890/romstrap.inc
|
||||
endif
|
||||
bootblock_inc += $(chipset_bootblock_inc)
|
||||
|
||||
ifeq ($(CONFIG_SSE),y)
|
||||
bootblock_inc += $(src)/cpu/x86/sse_enable.inc
|
||||
|
Reference in New Issue
Block a user