summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2016-05-12 14:39:26 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-24 10:58:26 -0400
commit42b2be3b88063b420ed1228529497af73849c4fa (patch)
treecbc01208bf290337aac86b22d253633ddf804c2b /src/include
parentaa513a3a39202bcbc5294cd1ef6618ecbe151bf8 (diff)
downloadtalos-hostboot-42b2be3b88063b420ed1228529497af73849c4fa.tar.gz
talos-hostboot-42b2be3b88063b420ed1228529497af73849c4fa.zip
Make HB and HW Mailbox Scratch reg numbering consistent
Change-Id: I74dde172f66e910f40f0fd4ffe981e0932c9ae4e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24564 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/initservice/mboxRegs.H10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/usr/initservice/mboxRegs.H b/src/include/usr/initservice/mboxRegs.H
index da8bcdf53..b000cc0d5 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 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -29,10 +29,10 @@ namespace INITSERVICE
{
namespace SPLESS
{
- const uint32_t MBOX_SCRATCH_REG0 = 0x00050038;
- const uint32_t MBOX_SCRATCH_REG1 = 0x00050039;
- const uint32_t MBOX_SCRATCH_REG2 = 0x0005003a;
- const uint32_t MBOX_SCRATCH_REG3 = 0x0005003b;
+ const uint32_t MBOX_SCRATCH_REG1 = 0x00050038;
+ const uint32_t MBOX_SCRATCH_REG2 = 0x00050039;
+ const uint32_t MBOX_SCRATCH_REG3 = 0x0005003a;
+ const uint32_t MBOX_SCRATCH_REG4 = 0x0005003b;
};
};
#endif
OpenPOWER on IntegriCloud