diff options
| author | Corey Swenson <cswenson@us.ibm.com> | 2017-01-31 12:06:13 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-02-28 11:51:33 -0500 |
| commit | 600d2fb18f8566e50bb1036c664ed576753ad8c1 (patch) | |
| tree | 5740bfba01c9041c353225ac64351b116ae03f3d /src/usr/runtime | |
| parent | 2f76aef57ebc1c12e5d19e90a8d6872fbd67664e (diff) | |
| download | blackbird-hostboot-600d2fb18f8566e50bb1036c664ed576753ad8c1.tar.gz blackbird-hostboot-600d2fb18f8566e50bb1036c664ed576753ad8c1.zip | |
Update the HDAT HB reserved memory fields
Change-Id: I45fb3144836877b3b495e62d06289f70af7dbdf6
RTC:168523
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35855
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@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>
Reviewed-by: NAGENDRA K. GURRAM <nagendra.g@in.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/runtime')
| -rw-r--r-- | src/usr/runtime/hdatstructs.H | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/usr/runtime/hdatstructs.H b/src/usr/runtime/hdatstructs.H index aee2c8108..8fbea2eee 100644 --- a/src/usr/runtime/hdatstructs.H +++ b/src/usr/runtime/hdatstructs.H @@ -317,16 +317,18 @@ struct hdatMsReservedMemArrayHeader_t uint32_t actualContentSize; //actual size of array entries } __attribute__ ((packed)); -/** @brief In Reserved Hostboot Memory iaddress range +/** @brief In Reserved Hostboot Memory address range * array element information - */ struct hdatMsVpdRhbAddrRange_t { - uint32_t hdatDbobID; // 0x0000 Node instance + uint8_t hdatRhbRngType; // 0x0000 Range type + uint8_t hdatRhbRngRes; // 0x0001 Reserved + uint16_t hdatRhbRngId; // 0x0002 Range ID uint64_t hdatRhbAddrRngStrAddr; // 0x0004 Range starting uint64_t hdatRhbAddrRngEndAddr; // 0x000C Range ending uint32_t hdatRhbLabelSize; // 0x0014 Label size - uint8_t hdatRhbLabelString[64]; // 0x0019 Label string Ptr + uint8_t hdatRhbLabelString[64]; // 0x0018 Label string Ptr } __attribute__ ((packed)); |

