Move existing AMD Ffamily14 code to f14 folder
This change moves the AMD Family14 cpu Agesa code to the vendorcode/amd/agesa/f14 folder to complete the transition to the family oriented folder structure. Change-Id: I211e80ee04574cc713f38b4cc1b767dbb2bfaa59 Signed-off-by: Frank Vibrans <frank.vibrans@amd.com> Signed-off-by: efdesign98 <efdesign98@gmail.com> Reviewed-on: http://review.coreboot.org/52 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marcj303@gmail.com>
This commit is contained in:
parent
05a89ab922
commit
621ca384a7
|
@ -15,4 +15,4 @@ subdirs-$(CONFIG_CPU_AMD_SC520) += sc520
|
|||
subdirs-$(CONFIG_CPU_AMD_SOCKET_S1G1) += socket_S1G1
|
||||
|
||||
subdirs-$(CONFIG_AMD_AGESA) += agesa
|
||||
subdirs-$(CONFIG_AMD_AGESA) += ../../vendorcode/amd/agesa
|
||||
subdirs-$(CONFIG_AMD_AGESA) += ../../vendorcode/amd/agesa/f14
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
ramstage-y += chip_name.c
|
||||
driver-y += model_14_init.c
|
||||
|
||||
AGESA_ROOT = ../../../../vendorcode/amd/agesa
|
||||
AGESA_ROOT = ../../../../vendorcode/amd/agesa/f14
|
||||
|
||||
agesa_lib_src = $(AGESA_ROOT)/Proc/GNB/Modules/GnbGfxConfig/GfxConfigPost.c
|
||||
agesa_lib_src += $(AGESA_ROOT)/Proc/GNB/Modules/GnbGfxConfig/GfxConfigEnv.c
|
||||
|
|
|
@ -6,14 +6,14 @@ ramstage-y += pmio.c
|
|||
|
||||
#SB800 CIMx share AGESA V5 lib code
|
||||
ifneq ($(CONFIG_AMD_AGESA),y)
|
||||
romstage-y += ../../../vendorcode/amd/agesa/Lib/amdlib.c
|
||||
ramstage-y += ../../../vendorcode/amd/agesa/Lib/amdlib.c
|
||||
romstage-y += ../../../vendorcode/amd/agesa/f14/Lib/amdlib.c
|
||||
ramstage-y += ../../../vendorcode/amd/agesa/f14/Lib/amdlib.c
|
||||
|
||||
AGESA_INC := -Isrc/vendorcode/amd/agesa/ \
|
||||
-Isrc/vendorcode/amd/agesa/Include \
|
||||
-Isrc/vendorcode/amd/agesa/Proc/IDS/ \
|
||||
-Isrc/vendorcode/amd/agesa/Proc/CPU/ \
|
||||
-Isrc/vendorcode/amd/agesa/Proc/CPU/Family
|
||||
AGESA_INC := -Isrc/vendorcode/amd/agesa/f14/ \
|
||||
-Isrc/vendorcode/amd/agesa/f14/Include \
|
||||
-Isrc/vendorcode/amd/agesa/f14/Proc/IDS/ \
|
||||
-Isrc/vendorcode/amd/agesa/f14/Proc/CPU/ \
|
||||
-Isrc/vendorcode/amd/agesa/f14/Proc/CPU/Family
|
||||
|
||||
CFLAGS += $(AGESA_INC)
|
||||
endif
|
||||
|
|
|
@ -32,4 +32,4 @@ ramstage-y += PlatformGnbPcie.c
|
|||
ramstage-y += reset.c
|
||||
ramstage-y += pmio.c
|
||||
|
||||
subdirs-$(CONFIG_AMD_AGESA) += ../../../vendorcode/amd/agesa
|
||||
subdirs-$(CONFIG_AMD_AGESA) += ../../../vendorcode/amd/agesa/f14
|
||||
|
|
|
@ -32,4 +32,4 @@ ramstage-y += PlatformGnbPcie.c
|
|||
ramstage-y += reset.c
|
||||
ramstage-y += pmio.c
|
||||
|
||||
subdirs-$(CONFIG_AMD_AGESA) += ../../../vendorcode/amd/agesa
|
||||
subdirs-$(CONFIG_AMD_AGESA) += ../../../vendorcode/amd/agesa/f14
|
||||
|
|
|
@ -32,4 +32,4 @@ ramstage-y += PlatformGnbPcie.c
|
|||
ramstage-y += reset.c
|
||||
ramstage-y += pmio.c
|
||||
|
||||
subdirs-$(CONFIG_AMD_AGESA) += ../../../vendorcode/amd/agesa
|
||||
subdirs-$(CONFIG_AMD_AGESA) += ../../../vendorcode/amd/agesa/f14
|
||||
|
|
|
@ -5,4 +5,4 @@ subdirs-$(CONFIG_NORTHBRIDGE_AMD_GX2) += gx2
|
|||
subdirs-$(CONFIG_NORTHBRIDGE_AMD_LX) += lx
|
||||
|
||||
subdirs-$(CONFIG_AMD_AGESA) += agesa
|
||||
subdirs-$(CONFIG_AMD_AGESA) += ../../vendorcode/amd/agesa
|
||||
subdirs-$(CONFIG_AMD_AGESA) += ../../vendorcode/amd/agesa/f14
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#
|
||||
|
||||
# AGESA V5 Files
|
||||
AGESA_ROOT = src/vendorcode/amd/agesa
|
||||
AGESA_ROOT = src/vendorcode/amd/agesa/f14
|
||||
|
||||
AGESA_INC = -Isrc/mainboard/$(MAINBOARDDIR)
|
||||
AGESA_INC += -I$(AGESA_ROOT)
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue