summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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
2017-04-27Bump version number to 12.latest-release12Peter Jones
2017-04-10make tag: always tag latest-release as wellPeter Jones
2017-04-03Update version to 1111Peter Jones
2017-03-27Update version to 10Peter Jones
2017-02-23Make shim_version live in a special aligned section.Peter Jones
2016-09-06Update to openssl to 1.0.2eGary Lin
2016-09-06fix: filter objcopy versionMorris
2016-09-06Add the optional HTTPBoot supportGary Ching-Pang Lin
2016-09-06read_header/handle_image: treat uninitialized file alignment as PAGE_SIZEPeter Jones
2016-09-06Make LIB_PATH and EFI_PATH per-arch.Peter Jones
2016-09-06Make fallback and mokmanager know about multi-arch.Peter Jones
2016-05-18Work around binutils version string weirdness.Peter Jones
2016-05-11Measure state and second stage into TPMMatthew Garrett
2015-11-17shim: rebuild shim.o if headers changePeter Jones
2015-11-09Cryptlib: Define the va functions for EFIAPIGary Ching-Pang Lin
2015-09-18Fix recursive reference for RELEASELinn Crosetto
2015-07-28Specify the gnu89 standardGary Ching-Pang Lin
2015-06-30Typo on aarch64 :/Peter Jones
2015-06-300.9Version_0.90.9Peter Jones
2015-06-30Improve our debuginfo path printPeter Jones
2015-06-29Add a conditional point for a debugger to attach.Peter Jones
2015-05-12Make the build failed with objcopy < 2.24Gary Ching-Pang Lin
2015-04-15Explicitly request sysv-style ELF hash sectionsMatthew Garrett
2015-04-13gcc 5.0 changes some include bits, so copy what arm does on x86.Peter Jones
2015-04-13Make lib/ use the right CFLAGS.Peter Jones
2014-10-13Bump version to 0.80.8Peter Jones
2014-10-02Use -Werror=sign-compare .Peter Jones
2014-09-30Revert header changesPeter Jones
2014-09-21Do the same for ia32...Peter Jones
2014-09-21Generate a sane PE header on shim, fallback, and MokManager.Peter Jones
2014-08-12Add support for 32-bit ARMArd Biesheuvel
2014-08-12Add support for 64-bit ARM (AArch64)Ard Biesheuvel
2014-08-12Factor out x86-isms and add cross compile supportArd Biesheuvel