diff options
| author | Sampa Misra <sampmisr@in.ibm.com> | 2018-10-08 03:54:37 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-11-27 08:34:21 -0600 |
| commit | ac53c27a467b524a906ee4a92ff6a79759f77977 (patch) | |
| tree | 0c6c5fa8c254c0de1b3290e7bcf4e73adcf7c1c0 /src/include/usr | |
| parent | 4288e39bf210c36431cbc59cb9eb7a0371510042 (diff) | |
| download | talos-hostboot-ac53c27a467b524a906ee4a92ff6a79759f77977.tar.gz talos-hostboot-ac53c27a467b524a906ee4a92ff6a79759f77977.zip | |
all scripts for hdat pnor partition
Change-Id: Ied9c154d544d65eebfe5cfb0185ccb26545ee130
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67144
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Jayashankar Padath <jayashankar.padath@in.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/pnor/pnor_const.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/pnor/pnor_const.H b/src/include/usr/pnor/pnor_const.H index 9b48db7ff..e8716c12c 100644 --- a/src/include/usr/pnor/pnor_const.H +++ b/src/include/usr/pnor/pnor_const.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015,2017 */ +/* Contributors Listed Below - COPYRIGHT 2015,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -74,6 +74,7 @@ enum SectionId MEMD, /**< Memory configuration data */ TESTLOAD, /**< Secureboot test load */ CENTAUR_HW_IMG, /**< Centaur HCODE Reference image */ + HDAT, /**< HDAT data */ #endif NUM_SECTIONS, /**< Number of defined sections */ |

