summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-23Makefile: do not run git on clean if there's no .git directoryLuca Boccassi
2020-07-23Fix apparent typo in ARM 32-on-64 codedann frazier
2020-07-23Fix for "Section 0 has negative size" error when loading fbaa64.efiMaran Wilson
2020-07-23shim: Prevent shim to set itself as a second stage loaderJavier Martinez Canillas
2020-07-23shim: Properly generate absolute paths from relative image pathsJavier Martinez Canillas
2020-07-23Fix the compile error of mkdir wrong directory.TanMing
2020-07-23Add GRUB's PCR Usage to README.tpmPeter Jones
2020-07-23shim: Extend invalid reloc size warning messagePaul Menzel
2020-07-23MokManager: Stop using EFI_VARIABLE_APPEND_WRITEGary Lin
2020-07-23Fix typo in debug path in shim.hGary Lin
2020-07-23httpboot: show the error message for the ChildHandleGary Lin
2020-07-23httpboot: allow the IPv4 gateway to be emptyGary Lin
2020-07-23httpboot: print more messages when it fails to set IPGary Lin
2020-07-23httpboot: return EFI_NOT_FOUND when it fails to find the NIC handleGary Lin
2020-07-23Let MokManager follow a MokTimeout var for timeout length for the promptMathieu Trudel-Lapierre
2020-07-23Makefiles: ensure -m32 gets propogated to our gcc parameter queriesPeter Jones
2020-07-23Make some things dprint() instead of console_print()Peter Jones
2018-04-05Bump version to 15Version_1515Peter Jones
2018-04-05Audit get_variable() calls for correct FreePool() use.Peter Jones
2018-04-05Fix get_variable() usage in setup_verbosity()Peter Jones
2018-04-05Make setup_console(-1) do GetMode() and call it from setup_verbosity()Peter Jones
2018-04-05Make handle_image() use console_print() not console_notify() on successPeter Jones
2018-04-05Fix lib/ rebuild-on-change dependencies in the MakefilePeter Jones
2018-04-05Get rid of dprinta(), it's uselessPeter Jones
2018-04-04tpm_log_event_raw(): be more careful about EFI_NOT_FOUNDPeter Jones
2018-04-04Make the 'something has gone seriously wrong' message less ambiguousPeter Jones
2018-04-04read_header(): fix the case where signatures have been removed.Peter Jones
2018-04-04Add another TODO for shim-16Peter Jones
2018-03-23Add some TODO items for shim-16Peter Jones
2018-03-23.travis.yml: update travis to get newer gnu-efi.Peter Jones
2018-03-23Revert "Allow shim to handle multiple trusted certificates"Peter Jones
2018-03-20Revert "MokManager: stop using StrnCat"Peter Jones
2018-03-19Fix i386 pointer type error.Peter Jones
2018-03-15Avoid a minor scan-build complaint.Peter Jones
2018-03-15Work around clang bugs for scan-build.Peter Jones
2018-03-14travis: Fix a typoPeter Jones
2018-03-14Fix the working directory we start in.Peter Jones
2018-03-14Add some configs for CI using github+travis+dockerPeter Jones
2018-03-14Allow shim to handle multiple trusted certificatesMichael Brown
2018-03-14Allow memory allocated by handle_image() to be freedMichael Brown
2018-03-14Remove global entry_point variableMichael Brown
2018-03-14Do not modify original imageMichael Brown
2018-03-13MokManager: stop using StrnCatHans de Goede
2018-03-13console: Fix indentationHans de Goede
2018-03-12console: Do not set EFI console to textmode until something is printedHans de Goede
2018-03-12console: Move setup_console() definition to higher in the fileHans de Goede
2018-03-12console: Add console_print and console_print_at helpersHans de Goede
2018-03-12Fix syntastic config for include/Peter Jones
2018-03-12shim: Don't overwrite EFI_LOADED_IMAGE's LoadOptions when not neededTamas K Lengyel
2018-03-12Make EFI_INCLUDE path configurable during makeTamas K Lengyel