summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/pnor_utils.C
diff options
context:
space:
mode:
authorElizabeth Liner <eliner@us.ibm.com>2016-07-07 12:48:13 -0500
committerStephen Cprek <smcprek@us.ibm.com>2016-07-18 15:32:28 -0500
commit80bdd0b88c6d43dbb41025ed893a82ee4abd6f32 (patch)
treefae5084078ed447a26d41566e7b9a332cc63d59a /src/usr/pnor/pnor_utils.C
parent8f5b9a2108a009e93cea373b78474026e3cce9b9 (diff)
downloadtalos-hostboot-80bdd0b88c6d43dbb41025ed893a82ee4abd6f32.tar.gz
talos-hostboot-80bdd0b88c6d43dbb41025ed893a82ee4abd6f32.zip
Changing XZ decompressor to verify without pnor changes
This patch set is reverting previous pnor changes for XZ verification, and instead is checking the MAGIC_HEADER to verify if a section is XZ compressed. Change-Id: I17c6ec76aef0261e07042f91df550ef34c3d60b3 RTC:149915 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26728 Tested-by: Jenkins Server <pfd-jenkins+hostboot@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/pnor/pnor_utils.C')
-rw-r--r--src/usr/pnor/pnor_utils.C3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/usr/pnor/pnor_utils.C b/src/usr/pnor/pnor_utils.C
index 96ab528ee..1171c53fc 100644
--- a/src/usr/pnor/pnor_utils.C
+++ b/src/usr/pnor/pnor_utils.C
@@ -314,9 +314,6 @@ void PNOR::parseEntries (ffs_hdr* i_ffs_hdr,
io_TOC[secId].integrity = ffsUserData->dataInteg;
io_TOC[secId].version = ffsUserData->verCheck;
io_TOC[secId].misc = ffsUserData->miscFlags;
- io_TOC[secId].compress = ffsUserData->compressType;
- io_TOC[secId].xzDecompressSize =
- (ffsUserData->decompressSize);
if((io_TOC[secId].flashAddr + io_TOC[secId].size) >
(i_ffs_hdr->block_count*PAGESIZE))
{
OpenPOWER on IntegriCloud