diff options
| author | Elizabeth Liner <eliner@us.ibm.com> | 2016-03-09 10:32:37 -0600 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2016-03-21 17:49:03 -0400 |
| commit | 265ac2d6c7eee92deb434808c72af19b9ff4c9d5 (patch) | |
| tree | acd16f2f6ad54f9d009370d2c777658b677e9ef5 /src/include/usr/pnor | |
| parent | 9ecc804688e872b8204addd52c6bea658b19afaa (diff) | |
| download | talos-hostboot-265ac2d6c7eee92deb434808c72af19b9ff4c9d5.tar.gz talos-hostboot-265ac2d6c7eee92deb434808c72af19b9ff4c9d5.zip | |
Adding xz decompression functionality for the skiboot image
Change-Id: I50d1eaa8bc76a030b42f982e2a967773e113f123
RTC:125550
depends-on: I2a104ec955966a6fcb9ed94dde54ab763c30210a
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21854
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include/usr/pnor')
| -rw-r--r-- | src/include/usr/pnor/pnor_const.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/usr/pnor/pnor_const.H b/src/include/usr/pnor/pnor_const.H index 1f0b08574..88f0b8ab4 100644 --- a/src/include/usr/pnor/pnor_const.H +++ b/src/include/usr/pnor/pnor_const.H @@ -85,6 +85,8 @@ struct SectionInfo_t bool sha512Version; /**< Version Checking */ bool sha512perEC; /**< Version Checking perEC */ bool readOnly; /**< Section is read only */ + bool xzCompressed; /**< Section is XZ compressed */ + uint32_t xzSize; /**< Size of uncompressed partition in bytes */ }; /** @@ -119,4 +121,4 @@ enum TestSectionOffset{ } -#endif
\ No newline at end of file +#endif |

