BrentHoltsclaw
68184c2621
Update get_vsvars.bat to sync with edk ( #1406 )
...
Add option to compile with VS2022
2022-03-25 14:42:06 -05:00
BrentHoltsclaw
e0aa740a78
Update log_parser requirements.txt
...
Security update
2021-12-14 11:56:26 -08:00
Aaron Frinzell
4f8444edce
Move UEFI Shell to Python 3.6.8
2021-12-08 08:39:32 -08:00
Adrián Herrera Arcila
5a7f5f7691
[PATCH] Fix VLA parameter warning ( #893 )
...
Make VLA buffer types consistent in declarations and definitions.
Resolves build crash when using -Werror due to "vla-parameter" warning.
Signed-off-by: Adrian Herrera <adr.her.arc.95@gmail.com >
Upstream-status: Backport [https://github.com/google/brotli/commit/0a3944c8c99b8d10cc4325f721b7c273d2b41f7b ]
2021-10-25 14:50:39 -07:00
Aaron Frinzell
035ff13ffb
Add lxml version update
2021-03-31 12:57:04 -07:00
Aaron Frinzell
289f159255
Update log_parser requirements.txt
2021-03-31 12:57:04 -07:00
Erik Bjorge
e7f8db4879
Fixed 64-bit PA issue in UEFI Shell
...
Updated Python UEFI Shell support to enable passing 64-bit addresses when accessing memory/MMIO.
Signed-off-by: Erik Bjorge <erik.c.bjorge@intel.com >
2020-07-09 09:40:35 -07:00
Matan Mates
d2f3648b37
Added bootstrap CSS to static files & Moved utils to chipsec_tools
2020-03-25 13:56:08 -07:00
Assaf Carlsbad
9f80c67bf0
Fix compression tools build - the trailing backslash was interpreted as a multi-line definition.
2019-12-18 16:29:20 -08:00
BrentHoltsclaw
331c2ae0ad
Fix compression includes on WIN
...
Signed-off-by: BrentHoltsclaw <brent.holtsclaw@intel.com >
2019-10-21 14:17:18 -07:00
BrentHoltsclaw
ec404f0afc
Update compression tools with edk2 Basetools
...
Modify Compression Libraries, Common, Makefiles, Includes
Signed-off-by: BrentHoltsclaw <brent.holtsclaw@intel.com >
2019-09-24 12:23:26 -07:00
BrentHoltsclaw
2efeda4345
Merge python3-rc2 branch into master ( #656 )
2019-08-15 14:11:20 -07:00
BrentHoltsclaw
b97905b73a
Add support to use python build_ext -i command on windows
...
(assuming VS and WDK are installed)
Signed-off-by: BrentHoltsclaw <brent.holtsclaw@intel.com >
2019-07-23 14:01:50 -07:00
brentholtsclaw
99ad141f31
Fix case issue within chipsec_tools LZMA directory name
...
fixup setup.py for osx
2019-05-29 09:33:48 -07:00
BrentHoltsclaw
a3928c9cef
Setup.py was not rebased correctly and lzma directory
2019-05-10 11:23:47 -07:00
BrentHoltsclaw
e5f6187a8a
Update windows build
2019-05-10 11:23:47 -07: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
Jesse Michael
5380cc7930
Prevent stack overflow when processing malformed compressed blobs
2018-08-21 14:38:42 -07:00
Alex
6820651a9e
fixed deb for amd64 and i386. cleanup chipsec_tools linux ( #370 )
2018-03-16 17:55:46 -07:00
Federico Perez
eb7f7f4d65
Fixed compression bug( #312 )
2018-01-19 16:52:59 -03:00
Federico Perez
0a7fe559b5
Fixed ( #269 )
2017-10-20 11:07:48 -07:00
Federico Perez
a20093eadf
Fixed ( #269 )
2017-10-20 11:07:48 -07:00
Federico Perez
7693398e0a
Fixed ( #269 )
2017-10-20 11:07:48 -07:00
Federico Perez
841c06dbe4
Fixed ( #269 )
2017-10-20 11:07:48 -07:00
Erik Bjorge
388606733d
Fixed x64 calling convention for SW SMI generation. ( #255 )
...
See chapter 2 of the UEFI specificaiton for more information about the
x64 calling convention.
2017-07-21 19:43:19 -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
abazhaniuk
c377a72e28
Deb package ( #135 )
...
* merge
* Add Debian packaging
* cleanup
* Removed incorrect info into Copyright.
* One more: removed incorrect info in Copyright.
2017-01-06 12:57:13 -08:00
abazhaniuk
f9738aeac0
Fix bug when calls compression tools on linux ( #130 )
2016-12-05 09:30:36 +11:00
c7zero
8ee894b880
More generic handling of chipsec tools ( #118 )
...
* More generic handling of chipsec_tools
* file extension fix
* Installing chipsec-manual.pdf
2016-11-04 14:38:06 -07:00
abazhaniuk
9e42ff337d
add compression tools to python package ( #111 )
2016-10-25 14:01:27 -07:00