From 0ff075bac5d78384a625de70b34b7ef363a25fd6 Mon Sep 17 00:00:00 2001 From: Stephen Cprek Date: Tue, 3 Oct 2017 09:36:58 -0500 Subject: Create Pre Verified Lid Manager and refactor exisiting implementation Change-Id: I5417b8e381bf15a1b696cf006940eedd7a1e235c RTC:125304 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/47110 Reviewed-by: Michael Baiocchi Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Nicholas E. Bofferding Reviewed-by: William G. Hoffa --- src/include/usr/vmmconst.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include/usr/vmmconst.h') diff --git a/src/include/usr/vmmconst.h b/src/include/usr/vmmconst.h index 5afcddfc2..a08ba05c5 100644 --- a/src/include/usr/vmmconst.h +++ b/src/include/usr/vmmconst.h @@ -236,4 +236,8 @@ enum BlockPriority #define UNSECURE_MEM_REGION_SIZE_TEST (1*KILOBYTE) +/** PreVerifiedLidMgr test space */ +#define PREVERLIDMGR_TEST_ADDR (364*MEGABYTE) +#define PREVERLIDMGR_TEST_SIZE (64*MEGABYTE) + #endif /* _VMMCONST_H */ -- cgit v1.2.1