index
:
efi-boot-shim.git
bookworm/updates
bullseye/updates
buster/updates
master
upstream
vyos/current
(mirror of https://github.com/vyos/efi-boot-shim.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Make.defaults
Age
Commit message (
Expand
)
Author
2025-02-11
Implement the rest of the loader protocol functions
Peter Jones
2024-12-13
Force gcc to produce DWARF4 so that gdb can use it
Mike Beaton
2024-11-12
export DEFINES for sub makefile
William Douglas
2024-01-22
Build time selectable automatic SBATLevel revocations
Jan Setje-Eilers
2023-01-27
Enable the NX compatibility flag by default.
Peter Jones
2022-11-14
Add -malign-double to IA32 compiler flags
Nicholas Bishop
2022-05-13
Modernize aarch64
Peter Jones
2021-10-12
shim: Don't parse load options if invoked from removable media path
Julian Andres Klode
2021-09-07
More minor improvements to support for COMPILER=clang
Peter Jones
2021-05-25
Post-process our PE to be sure.
Peter Jones
2021-03-25
Make building outside of the top directory work.
Peter Jones
2021-03-22
Fix cross-compilation from x86_64->i686
Peter Jones
2021-03-16
build: load local build configuration from Make.local if present
Paul Moore
2021-03-15
Stop using EFI_PATH, and error out if people try to use it
Steve McIntyre
2021-03-12
Fix include order
Peter Jones
2021-03-10
Fix compilation for older gcc
Alex Burmashev
2021-03-10
make: use -Wextra (minus some obnoxious bits)
Peter Jones
2021-03-10
Fix stdarg to work the same everywhere.
Peter Jones
2021-03-10
Fix Cryptlib's va_* definitions.
Peter Jones
2021-03-10
Restructure our includes.
Peter Jones
2021-03-09
build: Import gnu-efi as a submodule and build against it
Matthew Garrett
2021-03-09
Switch to using -std=gnu11
Peter Jones
2021-03-09
More minor makefile cleanups
Peter Jones
2021-03-09
static analysis: make our build targets work better
Peter Jones
2021-03-09
Re-organize a bunch of CFLAGS-related makefile bits
Peter Jones
2021-02-25
Fix our debuginfo paths hopefully
Peter Jones
2021-02-25
Make 'make fanalyzer' targets
Peter Jones
2021-02-19
build: add some basic $EFI_PATH checking
Paul Moore
2021-02-16
Use gcc -Os instead of -O0.
Peter Jones
2021-02-16
Make httpboot.c always get built.
Peter Jones
2021-02-12
efi bins: add an easy way for vendors to add .sbat data
Peter Jones
2021-02-12
Add a .sbat section to EFI binaries
Javier Martinez Canillas
2021-01-29
shim: compile time option to bypass the ExitBootServices() check
Paul Moore
2020-07-23
Add support for vendor_db built-in shim authorized list.
Peter Jones
2020-07-23
Once again, try even harder to get binaries without timestamps in them.
Peter Jones
2020-07-23
Make.default: use correct flags to disable unaligned access for 32 bit ARM
Peter Korsgaard
2020-07-23
Makefiles: ensure -m32 gets propogated to our gcc parameter queries
Peter Jones
2018-03-15
Work around clang bugs for scan-build.
Peter Jones
2018-03-12
Make EFI_INCLUDE path configurable during make
Tamas K Lengyel
2018-03-12
Add 'make coverity' target.
Peter Jones
2018-03-12
Split makefiles up a bit
Peter Jones