summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2021-03-23Bump version to 15.3upstream/shim-15.315.3Peter Jones
2021-03-23Update 'make archive' to include gnu-efiPeter Jones
2021-03-22Fix cross-compilation from x86_64->i686Peter Jones
2021-03-15Stop using EFI_PATH, and error out if people try to use itSteve McIntyre
2021-03-12Make ENABLE_SHIM_DEVEL work better.Peter Jones
2021-03-12More va_* workPeter Jones
2021-03-10fallback: Allow defining FALLBACK_VERBOSE at build timeJoão Paulo Rechi Vita
2021-03-10fallback: Make verbose mode's wait time configurableJoão Paulo Rechi Vita
2021-03-10Consolidate most of our standard lib functions to libPeter Jones
2021-03-10Restructure our includes.Peter Jones
2021-03-09build: Import gnu-efi as a submodule and build against itMatthew Garrett
2021-03-09Re-organize a bunch of CFLAGS-related makefile bitsPeter Jones
2021-03-09Set the section flags for .sbatGary Lin
2021-02-25make 'make test' able to run unit test harnessesPeter Jones
2021-02-25Add a stand-alone CSV parser.Peter Jones
2021-02-25Make 'make fanalyzer' targetsPeter Jones
2021-02-25Move the coverity and scan-build makefiles out of the top directoryPeter Jones
2021-02-22Drop --set-section-alignment from Makefile since linker ALIGN(4096)Jan Setje-Eilers
2021-02-20Add --set-section-alignment '.sbat=512' to objcopy command lineupstream/15+1613861442.888f5b5Jan Setje-Eilers
2021-02-19build: Pass the correct paths to sbsignChris Coulson
2021-02-16Use gcc -Os instead of -O0.Peter Jones
2021-02-16Make httpboot.c always get built.Peter Jones
2021-02-16Fix sbsign command usageChris Coulson
2021-02-16Makefile: use fixed build host if SOURCE_DATE_EPOCH is definedLuca Boccassi
2021-02-13Add the beginning of .sbat parsing stuffPeter Jones
2021-02-13Move a bunch of PE-related stuff out of shim.cPeter 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
2020-10-15Fix some mokmanager deletion pathsPeter Jones
2020-07-23Once again, try even harder to get binaries without timestamps in them.Peter Jones
2020-07-23Makefile: do not run git on clean if there's no .git directoryLuca Boccassi
2020-07-23Fix the compile error of mkdir wrong directory.TanMing
2018-04-05Bump version to 15Version_1515Peter Jones
2018-04-05Fix lib/ rebuild-on-change dependencies in the MakefilePeter Jones
2018-03-12Make sure fallback.efi gets errlog.o as wellPeter Jones
2018-03-12shim: Make our variable validation and mirroring table driven.Peter Jones
2018-03-12Move includes around to clean the source tree up a bit.Peter Jones
2018-03-12Add "make scan-build" target.Peter Jones
2018-03-12Add 'make coverity' target.Peter Jones
2018-03-12Split makefiles up a bitPeter Jones
2018-03-08Fix failure to boot on systems without a TPMHans de Goede
2018-03-06Add REQUIRE_TPM flag to treat TPM related errors as criticalTamas K Lengyel
2018-03-06Add -m64 compiler flag to allow cross-compiling to 64-bit version on 32-bit s...Tamas K Lengyel
2018-02-28ident: We don't actually need the hostname or kernel version, and it makes th...Peter Jones
2017-12-19Bump the version to 1414Peter Jones
2017-12-19Don't allow undefined symbols at all.Peter Jones
2017-09-29Bump the version to 1313Peter Jones
2017-09-29Make shim_cert.h able to be included more safely.Peter Jones
2017-09-29buildid: make 'make clean' remove it.Peter Jones
2017-09-26Use iconv for UCS-2 encoding.Peter Jones