summaryrefslogtreecommitdiff
path: root/Make.defaults
AgeCommit message (Expand)Author
2025-02-11Implement the rest of the loader protocol functionsPeter Jones
2024-12-13Force gcc to produce DWARF4 so that gdb can use itMike Beaton
2024-11-12export DEFINES for sub makefileWilliam Douglas
2024-01-22Build time selectable automatic SBATLevel revocationsJan Setje-Eilers
2023-01-27Enable the NX compatibility flag by default.Peter Jones
2022-11-14Add -malign-double to IA32 compiler flagsNicholas Bishop
2022-05-13Modernize aarch64Peter Jones
2021-10-12shim: Don't parse load options if invoked from removable media pathJulian Andres Klode
2021-09-07More minor improvements to support for COMPILER=clangPeter Jones
2021-05-25Post-process our PE to be sure.Peter Jones
2021-03-25Make building outside of the top directory work.Peter Jones
2021-03-22Fix cross-compilation from x86_64->i686Peter Jones
2021-03-16build: load local build configuration from Make.local if presentPaul Moore
2021-03-15Stop using EFI_PATH, and error out if people try to use itSteve McIntyre
2021-03-12Fix include orderPeter Jones
2021-03-10Fix compilation for older gccAlex Burmashev
2021-03-10make: use -Wextra (minus some obnoxious bits)Peter Jones
2021-03-10Fix stdarg to work the same everywhere.Peter Jones
2021-03-10Fix Cryptlib's va_* definitions.Peter Jones
2021-03-10Restructure our includes.Peter Jones
2021-03-09build: Import gnu-efi as a submodule and build against itMatthew Garrett
2021-03-09Switch to using -std=gnu11Peter Jones
2021-03-09More minor makefile cleanupsPeter Jones
2021-03-09static analysis: make our build targets work betterPeter Jones
2021-03-09Re-organize a bunch of CFLAGS-related makefile bitsPeter Jones
2021-02-25Fix our debuginfo paths hopefullyPeter Jones
2021-02-25Make 'make fanalyzer' targetsPeter Jones
2021-02-19build: add some basic $EFI_PATH checkingPaul Moore
2021-02-16Use gcc -Os instead of -O0.Peter Jones
2021-02-16Make httpboot.c always get built.Peter Jones
2021-02-12efi bins: add an easy way for vendors to add .sbat dataPeter Jones
2021-02-12Add a .sbat section to EFI binariesJavier Martinez Canillas
2021-01-29shim: compile time option to bypass the ExitBootServices() checkPaul Moore
2020-07-23Add support for vendor_db built-in shim authorized list.Peter Jones
2020-07-23Once again, try even harder to get binaries without timestamps in them.Peter Jones
2020-07-23Make.default: use correct flags to disable unaligned access for 32 bit ARMPeter Korsgaard
2020-07-23Makefiles: ensure -m32 gets propogated to our gcc parameter queriesPeter Jones
2018-03-15Work around clang bugs for scan-build.Peter Jones
2018-03-12Make EFI_INCLUDE path configurable during makeTamas K Lengyel
2018-03-12Add 'make coverity' target.Peter Jones
2018-03-12Split makefiles up a bitPeter Jones