summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2012-11-01Merge branch 'mok' into netbootMatthew Garrett
Conflicts: Makefile shim.c
2012-10-23Support a vendor-specific DBX list.Peter Jones
In some rare corner cases, it's useful to add a blacklist of things that were allowed by a copy of shim that was never signed by the UEFI signing service. In these cases it's okay for them to go into a local dbx, rather than taking up precious flash. Signed-off-by: Peter Jones <pjones@redhat.com>
2012-10-12Add draft version of Neil's netboot codeMatthew Garrett
2012-09-26Build debug image for all efi filesGary Ching-Pang Lin
2012-09-11Add a separate efi application to manage MOKsGary Ching-Pang Lin
2012-09-06Add some convenience make targets.Peter Jones
Adds targets for "test-archive" and "archive"
2012-09-06Allow specification of vendor_cert through a build command line option.Peter Jones
This allows you to specify the vendor_cert as a file on the command line during build.
2012-07-09Improve makefileMatthew Garrett
2012-07-02Build a debug imageMatthew Garrett
2012-06-19Fix build somewhatMatthew Garrett
2012-06-18Add crypto librariesMatthew Garrett
2012-05-30Add image verificationMatthew Garrett
2012-04-11Initial commitMatthew Garrett