summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2019-01-29 10:04:26 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-03-01 15:11:42 -0600
commit2df122342fae6aef5c971218acfe994cd523d251 (patch)
tree8cdb6560b0d24221a43500fa9ad5d098365c0f04 /src/include/usr
parent518a05ca5136d3b2149ed6502871a7de52d9b794 (diff)
downloadtalos-hostboot-2df122342fae6aef5c971218acfe994cd523d251.tar.gz
talos-hostboot-2df122342fae6aef5c971218acfe994cd523d251.zip
Use NVDIMM lids for update
This will enable grabbing NVDIMM images from lids. Change-Id: I7b8da696dd629ba41834a98e9e2cc1b9c0d872b4 CMVC-Prereq: 1075393 RTC: 201197 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71045 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-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> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/util/utillidmgr.H7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/include/usr/util/utillidmgr.H b/src/include/usr/util/utillidmgr.H
index abd77a81f..64e77cfd3 100644
--- a/src/include/usr/util/utillidmgr.H
+++ b/src/include/usr/util/utillidmgr.H
@@ -61,11 +61,8 @@ 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,
+ NVDIMM_16GB_LIDID = 0x81e00640,
+ NVDIMM_32GB_LIDID = 0x81e00641,
INVALID_LIDID = 0xFFFFFFFF
};
OpenPOWER on IntegriCloud