UEFITool/common
pkubaj 799f186852 Fix build on *BSD/arm (32-bit)
Similar fix as for aarch64. I only tested FreeBSD, but since aarch64 version works everywhere, this one should also.
2022-09-29 23:15:57 +03:00
..
bstrlib Fix another issue spotted by PVS-Studio 2022-09-10 14:47:55 +02:00
digest Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
generated Fix a version issue in ACBPv2 definition file 2022-09-10 16:08:06 +02:00
kaitai Fix building with MinGW 11.2.0 on Windows, add it into CI/CD 2022-09-27 19:22:32 +02:00
ksy Fix a version issue in ACBPv2 definition file 2022-09-10 16:08:06 +02:00
LZMA Fix build on *BSD/arm (32-bit) 2022-09-29 23:15:57 +03:00
Tiano Initial ME parser, improved ucode parser, reset vector info 2019-07-24 10:30:59 -07:00
zlib Merge zlib warning fixes by rurban 2021-10-07 19:10:36 +03:00
basetypes.h Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
descriptor.cpp Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
descriptor.h Add support for IFWI 1.7 and 2.0 layouts, improve ME parser, fix small issues spotted by static analysis 2019-08-19 11:36:02 -07:00
ffs.cpp Add support for AMI ROM hole files 2022-09-14 19:04:44 +02:00
ffs.h Add support for AMI ROM hole files 2022-09-14 19:04:44 +02:00
ffsbuilder.cpp Downcast all qtsizetype to UINT32 manually, apply consistent identation 2022-08-28 12:47:01 +02:00
ffsbuilder.h NE Alpha 40 2017-02-14 09:39:16 +03:00
ffsops.cpp Downcast all qtsizetype to UINT32 manually, apply consistent identation 2022-08-28 12:47:01 +02:00
ffsops.h Merge recent updates but without broken builder and with minor refactoring and bugfixes 2018-10-08 12:58:12 +03:00
ffsparser.cpp Add support for AMI ROM hole files 2022-09-14 19:04:44 +02:00
ffsparser.h Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
ffsreport.cpp Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
ffsreport.h Include offset in FfsReport 2018-05-08 18:44:49 +03:00
ffsutils.cpp Downcast all qtsizetype to UINT32 manually, apply consistent identation 2022-08-28 12:47:01 +02:00
ffsutils.h Multiple improvements and bugfixes 2019-01-20 13:23:28 +03:00
filesystem.h Fix building with MinGW 11.2.0 on Windows, add it into CI/CD 2022-09-27 19:22:32 +02:00
fitparser.cpp Provide basic non-owning memstream implementation for Kaitai parsers to use 2022-09-14 19:04:44 +02:00
fitparser.h Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
gbe.h NE Alpha 43 2017-10-11 22:59:23 -07:00
guiddatabase.cpp Downcast all qtsizetype to UINT32 manually, apply consistent identation 2022-08-28 12:47:01 +02:00
guiddatabase.h Fix CMAKE_CXX_STANDARD 17 build on Windows 2022-09-14 04:05:13 +02:00
guids.csv Add GUIDs from Lenovo UEFI BIOS 2022-09-08 13:43:50 +03:00
intel_fit.h Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
intel_microcode.h Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
me.h Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
meparser.cpp Fix a possible crash of MeParser in case there are no valid FPT partition table entries 2022-09-14 19:04:44 +02:00
meparser.h Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
meson.build Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
nvram.cpp Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
nvram.h Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
nvramparser.cpp Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
nvramparser.h Improve firmware parser and tool robustness 2021-10-07 18:51:39 +03:00
parsingdata.h - introduce Extract Uncompressed and Uncompressed Hex View actions for compressed items 2022-08-24 22:17:51 +02:00
peimage.cpp Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
peimage.h Improve firmware parser and tool robustness 2021-10-07 18:51:39 +03:00
treeitem.cpp Downcast all qtsizetype to UINT32 manually, apply consistent identation 2022-08-28 12:47:01 +02:00
treeitem.h - introduce Extract Uncompressed and Uncompressed Hex View actions for compressed items 2022-08-24 22:17:51 +02:00
treemodel.cpp Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
treemodel.h - introduce Extract Uncompressed and Uncompressed Hex View actions for compressed items 2022-08-24 22:17:51 +02:00
types.cpp Add a missing break to types.cpp 2022-09-14 19:04:44 +02:00
types.h Add support for x86 recovery startup AP data entries in special padding files 2022-09-14 19:04:44 +02:00
ubytearray.h Improve firmware parser and tool robustness 2021-10-07 18:51:39 +03:00
ustring.cpp Downcast all qtsizetype to UINT32 manually, apply consistent identation 2022-08-28 12:47:01 +02:00
ustring.h Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
utility.cpp Add support for x86 recovery startup AP data entries in special padding files 2022-09-14 19:04:44 +02:00
utility.h Improve firmware parser and tool robustness 2021-10-07 18:51:39 +03:00