summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/pnor_utils.H
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.H
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.H')
-rw-r--r--src/usr/pnor/pnor_utils.H2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/usr/pnor/pnor_utils.H b/src/usr/pnor/pnor_utils.H
index daff13c3b..94109044d 100644
--- a/src/usr/pnor/pnor_utils.H
+++ b/src/usr/pnor/pnor_utils.H
@@ -116,8 +116,6 @@ struct SectionData_t {
uint8_t version; /**< Version Checking */
uint16_t integrity; /**< Data Integrity */
uint8_t misc; /**< Misc Flags */
- uint8_t compress; /**< Compression Flags */
- uint32_t xzDecompressSize; /**< Size of uncompressed image */
} PACKED;
/**
OpenPOWER on IntegriCloud