diff options
| author | Matt Derksen <mderkse1@us.ibm.com> | 2018-12-10 16:38:11 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-02-28 10:24:21 -0600 |
| commit | 37e67698be56632c6505990dc3375136494d2a67 (patch) | |
| tree | a23967962c1e31f9a2a8b7430fff1b10232241b2 /src/include/usr/util | |
| parent | 80cea86add7ba742181cd272b16e10185b5e9a4d (diff) | |
| download | blackbird-hostboot-37e67698be56632c6505990dc3375136494d2a67.tar.gz blackbird-hostboot-37e67698be56632c6505990dc3375136494d2a67.zip | |
Framework for NVDIMM update
This includes framework to update the firmware
running on the NV controller. The controller requires
12V power to update, so this function in inside hostboot.
Change-Id: I0733d83ff6ba2fc3f026d49c72784b1295bd3eed
RTC:201197
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69879
Reviewed-by: Roland Veloz <rveloz@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-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/util')
| -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 }; |

