From eaf4ca605f7b0e23fe72188b3e2f30aa9879d41c Mon Sep 17 00:00:00 2001 From: Jaymes Wilks Date: Thu, 9 Nov 2017 14:07:45 -0600 Subject: Create new test only PNOR section to test secure Load/Unloads Created a test PNOR section called TESTLOAD that only exists in standalone solely for the purpose of testing loadSecureSection and unloadSecureSection functions of secure boot. Change-Id: I8d397f96c9199b46a20dae0263822eaf3766f83f RTC:181598 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49501 Reviewed-by: Stephen M. Cprek Reviewed-by: Nicholas E. Bofferding Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Michael Baiocchi Tested-by: FSP CI Jenkins Reviewed-by: William G. Hoffa --- src/include/usr/pnor/pnor_const.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/usr/pnor/pnor_const.H b/src/include/usr/pnor/pnor_const.H index 37316e87d..e820bdac6 100644 --- a/src/include/usr/pnor/pnor_const.H +++ b/src/include/usr/pnor/pnor_const.H @@ -72,6 +72,7 @@ enum SectionId SBKT, /**< SecureBoot Key Transition */ HB_VOLATILE, /**< Semi volatile partition for reconfig */ MEMD, /**< Memory configuration data */ + TESTLOAD, /**< Secureboot test load */ #endif NUM_SECTIONS, /**< Number of defined sections */ -- cgit v1.2.1