From 5ce0506618c653c663251f94447e23f8c3f39fb7 Mon Sep 17 00:00:00 2001 From: Rudolf Marek Date: Mon, 27 May 2013 16:09:44 +0200 Subject: AMD Fam15tn: Add support for AGESA runtime allocation in CBMEM The IOMMU AGESA needs a reserved scratch space and it wants to allocate the stuff for runtime. So provide a simple allocator for 4 KB CBMEM page. Change-Id: I53bdfcd2cd69f84fbfbc6edea53a051f516c05cc Signed-off-by: Rudolf Marek Reviewed-on: http://review.coreboot.org/3315 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Ronald G. Minnich --- src/include/cbmem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/cbmem.h') diff --git a/src/include/cbmem.h b/src/include/cbmem.h index baec780156..efb0f904cf 100644 --- a/src/include/cbmem.h +++ b/src/include/cbmem.h @@ -71,6 +71,7 @@ #define CBMEM_ID_VBOOT_HANDOFF 0x780074f0 #define CBMEM_ID_CAR_GLOBALS 0xcac4e6a3 #define CBMEM_ID_NONE 0x00000000 +#define CBMEM_ID_AGESA_RUNTIME 0x41474553 #ifndef __ASSEMBLER__ #include -- cgit v1.2.3