summaryrefslogtreecommitdiffstats
path: root/src/include/usr/initservice
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/initservice')
-rw-r--r--src/include/usr/initservice/mboxRegs.H12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/include/usr/initservice/mboxRegs.H b/src/include/usr/initservice/mboxRegs.H
index 716311385..2f0314c54 100644
--- a/src/include/usr/initservice/mboxRegs.H
+++ b/src/include/usr/initservice/mboxRegs.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -99,6 +99,16 @@ namespace SPLESS
} PACKED;
};
+ // Mailbox Scratch Register 7
+ union MboxScratch7_t
+ {
+ uint32_t data32;
+ struct
+ {
+ uint32_t drtmPayloadAddrMb :32; //0
+ } PACKED;
+ };
+
// Mailbox Scratch Register 8
union MboxScratch8_t
{
OpenPOWER on IntegriCloud