Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Clean up linker optionsv1.3 | Matthijs Lavrijsen | 2023-03-26 |
| | |||
* | Update Zydis to v4 | Matthijs Lavrijsen | 2023-03-26 |
| | |||
* | Restructure LibraryClasses in .dsc | Matthijs Lavrijsen | 2023-02-27 |
| | | | | | | | - Use DxeReportStatusCodeLib as ReportStatusCodeLib implementation instead of RuntimeDxeReportStatusCodeLib, as the latter is not usable by UEFI applications - Move PcdLib, MemoryAllocationLib and ReportStatusCodeLib to the common section used by both EfiGuardDxe and the loader - Remove comments re: EDK2 breaking backward compatibility by introducing RegisterFilterLib and VariablePolicyHelperLib, as edk2-stable202202 is now a year old - Only use BaseMemoryLibOptDxe instead of the default BaseMemoryLib when targeting x86 architectures | ||
* | Fix build with CLANGPDB toolchain on Linux | Matthijs Lavrijsen | 2022-08-17 |
| | |||
* | Apply GenFw flags to all toolchains | Matthijs Lavrijsen | 2022-04-21 |
| | | | | Additionally apply GCC-style link flags to all GCC-style toolchains | ||
* | Fix build with current EDK2 master | Matthijs Lavrijsen | 2022-03-30 |
| | | | | Reference: #49 | ||
* | Fix build with current EDK2 master | Matthijs Lavrijsen | 2021-06-28 |
| | |||
* | Fix compilation on Clang 11 | Matthijs Lavrijsen | 2021-01-13 |
| | | | | Fix PE section alignment on Clang by using MS '/ALIGN:XXX' instead of GCC's '-z common-page-size=XXX' | ||
* | Compile as UTF-8 | Mattiwatti | 2019-12-04 |
| | |||
* | Disable Spectre mitigation crap | Mattiwatti | 2019-10-07 |
| | |||
* | Initial commitv1.0 | Mattiwatti | 2019-03-25 |