summaryrefslogtreecommitdiffstats
path: root/src/include/usr/pnor/pnorif.H
diff options
context:
space:
mode:
authorAdam Muhle <armuhle@us.ibm.com>2012-07-10 15:33:12 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-07-11 16:52:40 -0500
commitf02a3cb65a7a4ddab5d05f868672d429113feca8 (patch)
tree71bf14a0668407988be006b032d12952fcf3ff47 /src/include/usr/pnor/pnorif.H
parent9398c435a50ee505c6d09dcc64a76641bbca1342 (diff)
downloadtalos-hostboot-f02a3cb65a7a4ddab5d05f868672d429113feca8.tar.gz
talos-hostboot-f02a3cb65a7a4ddab5d05f868672d429113feca8.zip
Change PNORDD test cases to use test section of PNOR
Updated the PNOR Device Driver test cases to use a specially created test section of PNOR. The test cases will only run if the TEST section exists. Disabled the fake-pnor related test cases as the test section offset does not exist in the fake-pnor address space. Opened a story to fix this later. Change-Id: I1b5fd4989ee775c14034430226d9ffe844995f96 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1335 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/pnor/pnorif.H')
-rw-r--r--src/include/usr/pnor/pnorif.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/pnor/pnorif.H b/src/include/usr/pnor/pnorif.H
index 0c47210fb..35ef9bacb 100644
--- a/src/include/usr/pnor/pnorif.H
+++ b/src/include/usr/pnor/pnorif.H
@@ -42,6 +42,7 @@ enum SectionId
DIMM_JEDEC_VPD, /**< DIMM JEDEC VPD */
MODULE_VPD, /**< Module VPD */
HB_BASE_CODE, /**< Hostboot Base Image */
+ TEST, /**< Scratch space for PNOR test cases */
NUM_SECTIONS, /**< Number of defined sections */
//Not currently used
@@ -52,7 +53,7 @@ enum SectionId
// HB_ERRLOGS, /**< Hostboot Error log Repository */
FIRST_SECTION = TOC, /**< First section (for looping) */
- LAST_SECTION = HB_BASE_CODE, /**< Last section (for looping) */
+ LAST_SECTION = TEST, /**< Last section (for looping) */
INVALID_SECTION = NUM_SECTIONS, /**< Used for error cases, initialization */
};
OpenPOWER on IntegriCloud