Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-03 | New upstream version 15.8 | Steve McIntyre | |
2023-01-22 | New upstream version 15.7upstream/15.7 | Steve McIntyre | |
2022-06-23 | New upstream version 15.6upstream/15.6 | Steve McIntyre | |
2022-04-27 | New upstream version 15.5upstream/15.5 | 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 | |
2018-07-24 | New upstream version 15+1531942534.dd3230dupstream/15+1531942534.dd3230d | Mathieu Trudel-Lapierre | |
2017-09-13 | New upstream version 13~git1505328970.9c1c35c5upstream/13_git1505328970.9c1c35c5 | Mathieu Trudel-Lapierre | |
2016-09-21 | Import upstream version 0.9+1474479173.6c180c6 | Mathieu Trudel-Lapierre | |
2016-07-26 | Import upstream version 0.9+1465500757.14a5905 | Mathieu Trudel-Lapierre | |
2014-08-27 | Make sure we don't try to load a binary from a different arch. | Peter Jones | |
Since in theory you could, for example, get an x86_64 binary signed that also behaves as an ARM executable, we should be checking this before people build on other architectures. Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2014-06-25 | Make sure we default to assuming we're locked down. | Peter Jones | |
If "SecureBoot" exists but "SetupMode" does not, assume "SetupMode" says we're not in Setup Mode. Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2014-06-25 | MokManager: handle the error status from ReadKeyStroke | Gary Ching-Pang Lin | |
On some machines, even though the key event was signaled, ReadKeyStroke still got EFI_NOT_READY. This commit handles the error status to avoid console_get_keystroke from returning unexpected keys. Signed-off-by: Gary Ching-Pang Lin <glin@suse.com> Conflicts: MokManager.c | |||
2013-11-21 | Fix path generation for Dhcpv4 bootloader. | Peter Jones | |
Right now we always look for e.g. "\grubx64.efi", which is completely wrong. This makes it look for the path shim was loaded from and modify that to end in a sanitized version of our default loader name. Resolves: rhbz#1032583 Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2013-10-04 | Try to actually make debug printing look reasonable. | Peter Jones | |
Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2013-10-03 | Add ident-like blobs to shim.efi for version checking. | Peter Jones | |
I feel dirty. | |||
2013-10-01 | Conditionalize overriding the security policy. | Peter Jones | |
Make OVERRIDE_SECURITY_POLICY a build option. 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 | Merge signature.h into efiauthenticated.h and guid.h | Gary Ching-Pang Lin | |
Conflicts: shim.c | |||
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. |