summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2021-11-03Bump the version number to 15.5~rc1Peter Jones
2021-09-07tests: Add a 'test-coverage' make target for gcovPeter Jones
2021-09-07shim/mm/fb: move global state to its own source filePeter Jones
2021-09-07tests: clean up temp data after running testsPeter Jones
2021-09-07More minor improvements to support for COMPILER=clangPeter Jones
2021-09-03fallback: add compile option FALLBACK_NONINTERACTIVEDimitri John Ledkov
2021-07-20arm/aa64: fix the size of .rela* sectionsGary Lin
2021-07-20shim: move the bulk of set_second_stage() to its own filePeter Jones
2021-05-25Post-process our PE to be sure.Peter Jones
2021-03-30Update version to 15.415.4Peter Jones
2021-03-30arm/aa64 targets: put .rel* and .dyn* in .rodataPeter Jones
2021-03-29Fix openssl's 'make clean'Peter Jones
2021-03-28Makefile: sort vendor sbats to remove duplicatesChris Co
2021-03-26make: Fix search paths for vendor sbat.*.csv filesPeter Jones
2021-03-26make: make 'make install-as-data' install BOOT*.CSVPeter Jones
2021-03-25Make building outside of the top directory work.Peter Jones
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