Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-23 | New upstream version 15.6upstream/15.6 | Steve McIntyre | |
2021-03-31 | New upstream version 15.4upstream/15.4 | Steve McIntyre | |
2021-03-23 | New upstream version 15.3upstream/15.3 | Steve McIntyre | |
2017-09-13 | New upstream version 13~git1505328970.9c1c35c5upstream/13_git1505328970.9c1c35c5 | Mathieu Trudel-Lapierre | |
2017-08-07 | New upstream version 12+1501864225.b586175 | Mathieu Trudel-Lapierre | |
2016-07-26 | Import upstream version 0.9+1465500757.14a5905 | Mathieu Trudel-Lapierre | |
2014-08-12 | Factor out x86-isms and add cross compile support | Ard Biesheuvel | |
This patch cleans up and refactors the Makefiles to better allow new architectures to be added: - remove unused Makefile definitions - import Makefile definitions from top level rather than redefining - move x86 specific CFLAGS to inside ifeq() blocks - remove x86 inline asm - allow $(FORMAT) to be overridden: this is necessary as there exists no EFI or PE/COFF aware objcopy for ARM Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> | |||
2013-11-12 | allow 32-bit compilation with 64-bit compiler | Andrew Boie | |
Also removed unused LIB_PATH from some Makefiles. Change-Id: I7d28d18f7531b51b6121a2ffb88bcaedec57c467 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> | |||
2013-10-01 | Clean up warnings. | Peter Jones | |
Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2013-10-01 | Merge console_control.h and console.h | Peter Jones | |
Since these are topically the same thing, they can live together. Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2013-10-01 | Make verbose stuff use console_notify | Peter Jones | |
Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2013-09-26 | integrate security override | Gary Ching-Pang Lin | |
2013-09-26 | Merge variable retrieving functions | Gary Ching-Pang Lin | |
2013-09-26 | Make EFI_PATH easily resettable from the build command line. | Peter Jones | |
Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2013-09-26 | Port MokManager to Linux Foundation loader UI code | Matthew Garrett | |
This is the first stage of porting the MokManager UI to the UI code used by the Linux Foundation UEFI loader. |