diff options
| author | Claus Michael Olsen <cmolsen@us.ibm.com> | 2017-07-31 11:26:38 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-08-01 10:28:09 -0400 |
| commit | 8d40ce00e504ad8589a265173f9bbacc61286baa (patch) | |
| tree | 8abb50bd0e6d98061660acf2c4aeef57cf48ea1c /src/import/chips/p9/utils/imageProcs | |
| parent | 81ae70f1d1770b9a2d0b492a751ff84de33d22d1 (diff) | |
| download | talos-hostboot-8d40ce00e504ad8589a265173f9bbacc61286baa.tar.gz talos-hostboot-8d40ce00e504ad8589a265173f9bbacc61286baa.zip | |
Fix to allow xip_customize to pass pre-allocated buffers to RS4
compression and decompression routines.
Change-Id: Ia3549094cc9c1dfbb87068240c22b8ddaa655919
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43943
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43947
Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/utils/imageProcs')
| -rw-r--r-- | src/import/chips/p9/utils/imageProcs/p9_scan_compression.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_scan_compression.C b/src/import/chips/p9/utils/imageProcs/p9_scan_compression.C index 39d6ddb65..47e7fd6cf 100644 --- a/src/import/chips/p9/utils/imageProcs/p9_scan_compression.C +++ b/src/import/chips/p9/utils/imageProcs/p9_scan_compression.C @@ -620,7 +620,7 @@ _rs4_compress(CompressedScanData* io_rs4, const uint8_t* i_care_str, const uint32_t i_length, const uint32_t i_scanAddr, - const uint8_t i_ringId) + const uint16_t i_ringId) { int rc; uint32_t nibbles = rs4_max_compressed_nibbles(i_length); |

