diff options
author | Mike Baiocchi <baiocchi@us.ibm.com> | 2015-06-19 03:51:14 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-07-29 09:44:29 -0500 |
commit | d92d751ca50a2ca19bdbdec06ed4ad05339eaf3e (patch) | |
tree | 635d4f8a53bdfc7f90d28d325802a38b7d3a829b /src/usr/hwpf/hwp/dram_training/hbVddrMsg.H | |
parent | 296fe5b3960936275c3a1829581b10d5a4894828 (diff) | |
download | blackbird-hostboot-d92d751ca50a2ca19bdbdec06ed4ad05339eaf3e.tar.gz blackbird-hostboot-d92d751ca50a2ca19bdbdec06ed4ad05339eaf3e.zip |
Changes for Brazos 2z/3z Support
This commit has the hostboot changes for Brazos 2z/3z support along with
some attributes that Hostboot and HWSV share. It also contains memory
XML and HWP changes from SW305517 and SW305518.
Change-Id: I71896dfac6946624bed3e216fe7823bd73e8e6bc
RTC: 125037
CQ:SW305518
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19306
Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Michael D. Pardeik <pardeik@us.ibm.com>
Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com>
Tested-by: Michael Baiocchi <baiocchi@us.ibm.com>
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19375
Tested-by: Jenkins Server
Tested-by: Jenkins OP Build CI
Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Tested-by: Jenkins OP HW
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/dram_training/hbVddrMsg.H')
-rw-r--r-- | src/usr/hwpf/hwp/dram_training/hbVddrMsg.H | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/usr/hwpf/hwp/dram_training/hbVddrMsg.H b/src/usr/hwpf/hwp/dram_training/hbVddrMsg.H index f04019919..23f79fc14 100644 --- a/src/usr/hwpf/hwp/dram_training/hbVddrMsg.H +++ b/src/usr/hwpf/hwp/dram_training/hbVddrMsg.H @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2015 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -136,6 +138,7 @@ public: { HB_VDDR_ENABLE = 0x40000041, HB_VDDR_DISABLE = 0x40000042, + HB_VDDR_POST_DRAM_INIT_ENABLE = 0x40000043, }; /** @@ -180,7 +183,7 @@ public: * @return N/A */ void createVddrData( - const VDDR_MSG_TYPE i_requestType, + VDDR_MSG_TYPE i_requestType, RequestContainer& io_request) const; /** @@ -199,7 +202,7 @@ public: * return errl == NULL -> success * return errl != NULL -> failure */ - errlHndl_t sendMsg(uint32_t i_msgType) const; + errlHndl_t sendMsg(VDDR_MSG_TYPE i_msgType) const; private: |