Commit Graph

7 Commits

Author SHA1 Message Date
brentholtsclaw 244d6c1355 Attempt to fix windows compiler error
Signed-off-by: brentholtsclaw <brent.holtsclaw@intel.com>
2023-05-10 08:22:39 -07:00
brentholtsclaw 9e2982cc7b Add LZMAF86
Found that F86 option adds a conversion routine prior to encode and post
decode.  Added the functionality to the EfiCompressor code within
chipsec_tools.

Signed-off-by: brentholtsclaw <brent.holtsclaw@intel.com>
2023-05-10 08:22:39 -07:00
brentholtsclaw d0038681db Add ability to build tianocompress with python
Signed-off-by: brentholtsclaw <brent.holtsclaw@intel.com>
2022-12-05 16:34:48 -08:00
BrentHoltsclaw c73f1101a2 Compression Changes
-------------------
1. Removed previous compression methodology
  a. All files were removed
2. Using compression tools directly from tianocore/edk2/BaseTools
  a. Downloaded from master branch
  b. Changed Makefiles to build within Chipsec
  c. Added BrotliCompress
3. Reworked Windows and Linux Helper to utilize tools built from compression tools
  a. Both helpers utilize same logic of calling compression tools
  b. Updated to support BrotliCompress
4. Modified GUID functionality within uefi_common to unpack struct as strings opposed to numbers
2019-05-10 11:23:47 -07:00
Loucaides 20b43d5c29 fix compile issue on fedora26 where there is no symbol errorHandling 2017-10-26 15:35:17 -07:00
Federico Perez 841c06dbe4 Fixed (#269) 2017-10-20 11:07:48 -07:00
abazhaniuk f12b035458 Ported efi_compressor from uefi-firmware-parser to chipsec_tools (#152)
* Ported efi_compressor from uefi-firmware-parser to chipsec_tools

* moved compression_source_files
2017-02-11 00:05:30 -08:00