diff options
| author | aalugore <aalugore@us.ibm.com> | 2015-10-16 15:54:09 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-10-28 21:14:01 -0500 |
| commit | 4a4ade353f2a665bc39e6032495f6ed9a9745236 (patch) | |
| tree | f0c175642f8128c36083255812334031de2f8c15 /src/include/usr/hwpf/hwp | |
| parent | 3d02c5bf91e7bd6292c4648e1f58efbdffe8821c (diff) | |
| download | blackbird-hostboot-4a4ade353f2a665bc39e6032495f6ed9a9745236.tar.gz blackbird-hostboot-4a4ade353f2a665bc39e6032495f6ed9a9745236.zip | |
Changes to fix ipl-time checkstop FIR collection
-Fulfill OCC requirement to be aligned on 1MB boundary
-Use temporary memory buffer to hold OCC lid
-Small change to how Hostboot loads FIR data to SRAM
Change-Id: I561ec89c8e04fe9e820e9e2448a2d5cb26423a3a
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21293
Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com>
Tested-by: Jenkins Server
Tested-by: Jenkins OP Build CI
Tested-by: Jenkins OP HW
Tested-by: FSP CI Jenkins
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf/hwp')
| -rw-r--r-- | src/include/usr/hwpf/hwp/occ/occ_common.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/hwpf/hwp/occ/occ_common.H b/src/include/usr/hwpf/hwp/occ/occ_common.H index 1c4209a60..2369c0fc2 100644 --- a/src/include/usr/hwpf/hwp/occ/occ_common.H +++ b/src/include/usr/hwpf/hwp/occ/occ_common.H @@ -80,6 +80,7 @@ namespace HBOCC OCC_SRAM_FIR_LENGTH = 0x1000, // offsets for OCC loading during IPL + OCC_OFFSET_LENGTH = 0x48, OCC_OFFSET_IPL_FLAG = 0x82, OCC_OFFSET_FREQ = 0x84, |

