Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-12 | Don't use uefi_call_wrapper(), ever. | Peter Jones | |
I'm pretty done with typing uefi_call_wrapper() and counting arguments every time. Instead, just make the compiler error if we don't have ms_abi. Also, make it so nothing can use uefi_call_wrapper() directly. Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2018-03-12 | Make sure all of our include files have proper guards. | Peter Jones | |
... and make them all the same formatting too. 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. |