summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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
2017-09-19Fix an LDFLAGS issue on arm and aarch64Peter Jones
2017-09-19Try to do a slightly better job at 'make clean'Peter Jones
2017-09-14Don't build shim_cert.h in parallel with other targets.Mathieu Trudel-Lapierre
2017-09-14Clean up after BOOT$(ARCH).CSV.Mathieu Trudel-Lapierre
2017-09-13try to show errors more usefully.Peter Jones
2017-08-31Fix build with ENABLE_SHIM_CERT and ENABLE_SBSIGN: shim.key is created by the...Mathieu Trudel-Lapierre
2017-08-11Add ENABLE_SHIM_HASH and make install-as-data know how to install it.Peter Jones
2017-08-11Make better debuginfo and install it reasonably.Peter Jones
2017-08-11Allow use of sbsign to sign things.Peter Jones
2017-08-11Add ENABLE_SHIM_CERT to make MokManager/fallback signing optional.Peter Jones
2017-08-11Make DEFAULT_LOADER have the EFI arch suffix by default.Peter Jones
2017-08-11Make ARM targets use -mstrict-alignPeter Jones
2017-08-11Add install targets.Peter Jones
2017-08-03Make fallback aware of tpm measurements, and reboot if tpm is used.Peter Jones
2017-07-24Make it possible to build in a subdirectory.Peter Jones
2017-07-18Make ARCH overridablePeter Jones
2017-06-15become more friendly for the cross compilationLans Zhang