AGESA vendorcode: Move compiler class definition
Change-Id: Ia4cef7d584e43f1911db2f81d8b86ed406b75aad Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/14786 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
f87275f821
commit
82171ea0ff
|
@ -5,3 +5,16 @@ subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY15) += f15
|
|||
subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY15_TN) += f15tn
|
||||
subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY15_RL) += f15tn
|
||||
subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY16_KB) += f16kb
|
||||
|
||||
ifeq ($(CONFIG_CPU_AMD_AGESA),y)
|
||||
|
||||
classes-y += libagesa
|
||||
libagesa-y =
|
||||
|
||||
ifeq ($(CONFIG_ARCH_ROMSTAGE_X86_32),y)
|
||||
$(eval $(call create_class_compiler,libagesa,x86_32))
|
||||
else
|
||||
$(eval $(call create_class_compiler,libagesa,x86_64))
|
||||
endif
|
||||
|
||||
endif
|
||||
|
|
|
@ -51,19 +51,11 @@ CPPFLAGS_x86_32 += $(AGESA_INC)
|
|||
CPPFLAGS_x86_64 += $(AGESA_INC)
|
||||
#######################################################################
|
||||
|
||||
classes-y += libagesa
|
||||
|
||||
ifeq ($(CONFIG_ARCH_ROMSTAGE_X86_32),y)
|
||||
$(eval $(call create_class_compiler,libagesa,x86_32))
|
||||
else
|
||||
$(eval $(call create_class_compiler,libagesa,x86_64))
|
||||
endif
|
||||
|
||||
#libagesa-y += Proc/CPU/Family/0x10/F10IoCstate.c
|
||||
#libagesa-y += Proc/CPU/Feature/cpuIoCstate.c
|
||||
#libagesa-y += Proc/Mem/NB/ON/mnprotoon.c
|
||||
|
||||
libagesa-y = Proc/CPU/Family/0x10/RevD/F10MicrocodePatch010000c4.c
|
||||
libagesa-y += Proc/CPU/Family/0x10/RevD/F10MicrocodePatch010000c4.c
|
||||
libagesa-y += Proc/CPU/Family/0x10/RevD/HY/F10HyInitEarlyTable.c
|
||||
libagesa-y += Proc/CPU/cpuInitEarlyTable.c
|
||||
libagesa-y += Proc/CPU/cahalt.c
|
||||
|
|
|
@ -88,15 +88,7 @@ CPPFLAGS_x86_64 += $(AGESA_INC)
|
|||
|
||||
#######################################################################
|
||||
|
||||
classes-y += libagesa
|
||||
|
||||
ifeq ($(CONFIG_ARCH_ROMSTAGE_X86_32),y)
|
||||
$(eval $(call create_class_compiler,libagesa,x86_32))
|
||||
else
|
||||
$(eval $(call create_class_compiler,libagesa,x86_64))
|
||||
endif
|
||||
|
||||
libagesa-y = Legacy/Proc/agesaCallouts.c
|
||||
libagesa-y += Legacy/Proc/agesaCallouts.c
|
||||
libagesa-y += Legacy/Proc/Dispatcher.c
|
||||
libagesa-y += Legacy/Proc/hobTransfer.c
|
||||
libagesa-y += Lib/amdlib.c
|
||||
|
|
|
@ -72,15 +72,7 @@ CPPFLAGS_x86_32 += $(AGESA_INC)
|
|||
CPPFLAGS_x86_64 += $(AGESA_INC)
|
||||
#######################################################################
|
||||
|
||||
classes-y += libagesa
|
||||
|
||||
ifeq ($(CONFIG_ARCH_ROMSTAGE_X86_32),y)
|
||||
$(eval $(call create_class_compiler,libagesa,x86_32))
|
||||
else
|
||||
$(eval $(call create_class_compiler,libagesa,x86_64))
|
||||
endif
|
||||
|
||||
libagesa-y = Proc/GNB/Modules/GnbGfxConfig/GfxConfigPost.c
|
||||
libagesa-y += Proc/GNB/Modules/GnbGfxConfig/GfxConfigPost.c
|
||||
libagesa-y += Proc/GNB/Modules/GnbGfxConfig/GfxConfigEnv.c
|
||||
libagesa-y += Proc/GNB/Nb/Family/0x14/F14NbLclkDpm.c
|
||||
libagesa-y += Proc/GNB/Modules/GnbPcieAlibV1/PcieAlib.c
|
||||
|
|
|
@ -64,14 +64,6 @@ CPPFLAGS_x86_64 += $(AGESA_INC)
|
|||
|
||||
#######################################################################
|
||||
|
||||
classes-y += libagesa
|
||||
|
||||
ifeq ($(CONFIG_ARCH_ROMSTAGE_X86_32),y)
|
||||
$(eval $(call create_class_compiler,libagesa,x86_32))
|
||||
else
|
||||
$(eval $(call create_class_compiler,libagesa,x86_64))
|
||||
endif
|
||||
|
||||
libagesa-y += Legacy/Proc/agesaCallouts.c
|
||||
libagesa-y += Legacy/Proc/Dispatcher.c
|
||||
libagesa-y += Legacy/Proc/hobTransfer.c
|
||||
|
|
|
@ -85,14 +85,6 @@ CPPFLAGS_x86_32 += $(AGESA_INC)
|
|||
CPPFLAGS_x86_64 += $(AGESA_INC)
|
||||
#######################################################################
|
||||
|
||||
classes-y += libagesa
|
||||
|
||||
ifeq ($(CONFIG_ARCH_ROMSTAGE_X86_32),y)
|
||||
$(eval $(call create_class_compiler,libagesa,x86_32))
|
||||
else
|
||||
$(eval $(call create_class_compiler,libagesa,x86_64))
|
||||
endif
|
||||
|
||||
libagesa-y += Legacy/Proc/Dispatcher.c
|
||||
libagesa-y += Legacy/Proc/agesaCallouts.c
|
||||
libagesa-y += Legacy/Proc/hobTransfer.c
|
||||
|
|
|
@ -89,15 +89,8 @@ CPPFLAGS_x86_64 += $(AGESA_INC)
|
|||
|
||||
#######################################################################
|
||||
|
||||
classes-y += libagesa
|
||||
|
||||
ifeq ($(CONFIG_ARCH_ROMSTAGE_X86_32),y)
|
||||
$(eval $(call create_class_compiler,libagesa,x86_32))
|
||||
else
|
||||
$(eval $(call create_class_compiler,libagesa,x86_64))
|
||||
endif
|
||||
|
||||
libagesa-y =
|
||||
libagesa-y += Legacy/Proc/agesaCallouts.c
|
||||
libagesa-y += Legacy/Proc/Dispatcher.c
|
||||
libagesa-y += Legacy/Proc/hobTransfer.c
|
||||
|
|
Loading…
Reference in New Issue