diff options
Diffstat (limited to 'src/include/usr/util/utillidmgr.H')
-rw-r--r-- | src/include/usr/util/utillidmgr.H | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/usr/util/utillidmgr.H b/src/include/usr/util/utillidmgr.H index 29e317233..abd77a81f 100644 --- a/src/include/usr/util/utillidmgr.H +++ b/src/include/usr/util/utillidmgr.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2013,2018 */ +/* Contributors Listed Below - COPYRIGHT 2013,2019 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -61,6 +61,12 @@ enum LidId HCODE_CONTAINER_LIDID = 0x80d0000c, HWREFIMG_RINGOVD_LIDID = 0x81e00620, TARGETING_BINARY_LIDID = 0x81e00630, + + // two lids for 16GB and 32GB NVDIMMs + // @todo RTC 201197 - update when valid lids are created + NVDIMM_16GB_LIDID = 0xBADBAD16, + NVDIMM_32GB_LIDID = 0xBADBAD32, + INVALID_LIDID = 0xFFFFFFFF }; |