From 3e32cc00d1984e7a0d01039577e5aa6ae3b2aa81 Mon Sep 17 00:00:00 2001 From: Siyuan Wang Date: Tue, 9 Jul 2013 17:16:20 +0800 Subject: AMD Kabini: Add northbridge AGESA wrapper (new AMD processor) src/arch/x86/boot/tables.c and src/include/device/pci_ids.h are also changed because these two files depend on F16kb northbridge macros Change-Id: Iedc842f0b230826675703fc78ed8001a978319c5 Reviewed-by: Marc Jones Signed-off-by: Bruce Griffith Reviewed-by: Bruce Griffith Tested-by: Bruce Griffith Reviewed-on: http://review.coreboot.org/3782 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/arch/x86/boot/tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch') diff --git a/src/arch/x86/boot/tables.c b/src/arch/x86/boot/tables.c index 3cc2c6b041..67d7911fe2 100644 --- a/src/arch/x86/boot/tables.c +++ b/src/arch/x86/boot/tables.c @@ -214,7 +214,7 @@ struct lb_memory *write_tables(void) */ cbmem_add(CBMEM_ID_RESUME, HIGH_MEMORY_SAVE); #endif -#if CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY14 || CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY15_TN +#if CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY14 || CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY15_TN || CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY16_KB cbmem_add(CBMEM_ID_RESUME_SCRATCH, CONFIG_HIGH_SCRATCH_MEMORY_SIZE); #endif #endif -- cgit v1.2.3