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>
-------------------
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