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
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