summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/htmgt_occcmd.H
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2016-10-04 14:43:01 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-12-09 11:23:15 -0500
commitd311df36656590b7f9a0dd674e81e2e87b4952f4 (patch)
tree1c5b7491ffab69fb567e9fa79532d73afa8b202f /src/usr/htmgt/htmgt_occcmd.H
parent1074ed361ea8d975e5eb330046c64077d229404f (diff)
downloadtalos-hostboot-d311df36656590b7f9a0dd674e81e2e87b4952f4.tar.gz
talos-hostboot-d311df36656590b7f9a0dd674e81e2e87b4952f4.zip
HTMGT: OCC Initialization
Contains the changes for p9 OCC init. Mostly a port from p8. New cmd/rsp buffers and data format for packets. This commit also makes HTMGT fapi2 compatible. Change-Id: I6182163e569ac97f06e3ddfbb69deab90e849de3 RTC:133945 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31010 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/htmgt/htmgt_occcmd.H')
-rw-r--r--src/usr/htmgt/htmgt_occcmd.H8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/htmgt/htmgt_occcmd.H b/src/usr/htmgt/htmgt_occcmd.H
index a75dd5528..1335b00ed 100644
--- a/src/usr/htmgt/htmgt_occcmd.H
+++ b/src/usr/htmgt/htmgt_occcmd.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014,2015 */
+/* Contributors Listed Below - COPYRIGHT 2014,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -36,10 +36,10 @@
namespace HTMGT
{
- const uint32_t OCC_CMD_ADDR = 0x001EE000;
- const uint32_t OCC_RSP_ADDR = 0x001EF000;
+ const uint32_t OCC_CMD_ADDR = 0x000E0000;
+ const uint32_t OCC_RSP_ADDR = 0x000E1000;
const uint32_t OCC_MAX_DATA_LENGTH = 0x00001000;
- const uint32_t OCC_RSP_SRAM_ADDR = 0xFFFF7000;
+ const uint32_t OCC_RSP_SRAM_ADDR = 0xFFFBF000;
// The following header lengths include the 2 byte checksum
const uint16_t OCC_CMD_HDR_LENGTH = 6;
OpenPOWER on IntegriCloud