1. f6081a8 efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabled by Masahisa Kojima · 3 years, 5 months ago
  2. 9d30a94 efi_loader: don't load beyond VirtualSize by Asherah Connor · 3 years, 9 months ago
  3. 5dad05a efi_loader: carve out efi_check_pe() by Heinrich Schuchardt · 3 years, 9 months ago
  4. 0f7878b efi_loader: error message if image not authenticated by Heinrich Schuchardt · 4 years, 2 months ago
  5. 2458605 efi_loader: log function in image loader by Heinrich Schuchardt · 4 years, 2 months ago
  6. 52956e5 efi_loader: signature: correct a behavior against multiple signatures by AKASHI Takahiro · 4 years, 2 months ago
  7. 1115edd efi_loader: signature: rework for intermediate certificates support by AKASHI Takahiro · 4 years, 3 months ago
  8. 39a75f5 efi_loader: wrong printf format in efi_image_parse by Heinrich Schuchardt · 4 years, 4 months ago
  9. 7926dfb efi_loader: image_loader: add digest-based verification for signed image by AKASHI Takahiro · 4 years, 4 months ago
  10. 11bafb2 efi_loader: image_loader: verification for all signatures should pass by AKASHI Takahiro · 4 years, 4 months ago
  11. eb537fd efi_loader: image_loader: retrieve authenticode only if it exists by AKASHI Takahiro · 4 years, 4 months ago
  12. 1a44b70 efi_loader: image_loader: add a check against certificate type of authenticode by AKASHI Takahiro · 4 years, 4 months ago
  13. 1b6c085 efi_loader: image_loader: replace debug to EFI_PRINT by AKASHI Takahiro · 4 years, 5 months ago
  14. 4bb4249 efi_loader: printf code in efi_image_parse() by Heinrich Schuchardt · 4 years, 5 months ago
  15. 55af40a efi_loader: simplify PE consistency check by Heinrich Schuchardt · 4 years, 5 months ago
  16. 13f62d9 efi_loader: function description cmp_pe_section() by Heinrich Schuchardt · 4 years, 5 months ago
  17. 4afceb4 efi_loader: function descriptions efi_image_loader.c by Heinrich Schuchardt · 4 years, 5 months ago
  18. 52d7bfe efi_loader: image_loader: fix a Coverity check against array access by AKASHI Takahiro · 4 years, 6 months ago
  19. d7ca3ce efi_loader: crypto/pkcs7_parser.h is not a local include by Heinrich Schuchardt · 4 years, 6 months ago
  20. 6f14615 efi_loader: pkcs7_parse_message() returns error pointer by Patrick Wildt · 4 years, 6 months ago
  21. e3f5c9c lib/crypto, efi_loader: move some headers to include/crypto by AKASHI Takahiro · 4 years, 6 months ago
  22. 4540dab efi_loader: image_loader: support image authentication by AKASHI Takahiro · 4 years, 6 months ago
  23. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  24. 126a43f efi_loader: unload applications upon Exit() by Heinrich Schuchardt · 5 years ago
  25. dec88e4 efi_loader: consistent naming of protocol GUIDs by Heinrich Schuchardt · 6 years ago
  26. bc8fc32 efi_loader: boottime: add loaded image device path protocol to image handle by AKASHI Takahiro · 6 years ago
  27. 8458bf6 efi_loader: set image_base and image_size to correct values by AKASHI Takahiro · 6 years ago
  28. 997fc12 efi_loader: do not miss last relocation block by Heinrich Schuchardt · 6 years ago
  29. 1db561e efi_loader: documentation of image loader by Heinrich Schuchardt · 6 years ago
  30. 8f7e2b2 efi_loader: set entry point in efi_load_pe() by Heinrich Schuchardt · 6 years ago
  31. c982874 efi_loader: refactor efi_setup_loaded_image() by Heinrich Schuchardt · 6 years ago
  32. b59f697 efi_loader: Use compiler constants for image loader by Alexander Graf · 6 years ago
  33. de452c0 riscv: Add support for HI20 PE relocations by Alexander Graf · 6 years ago
  34. 1f0532c efi_loader: remove unnecessary include by Heinrich Schuchardt · 6 years ago
  35. e2dc422 efi_loader: correctly apply relocations from the .reloc section by Ivan Gorinov · 6 years ago
  36. 89aea43 efi_loader: Use EFI_CACHELINE_SIZE in the image loader too by Alexander Graf · 7 years ago
  37. f739fcd SPDX: Convert a few files that were missed before by Tom Rini · 6 years ago
  38. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  39. 61a5ced efi_loader: Check machine type in the image header by Ivan Gorinov · 7 years ago
  40. c9a63f4 efi_loader: new functions to print loaded image information by Heinrich Schuchardt · 7 years ago
  41. 8278675 efi_loader: ImageSize must be multiple of SectionAlignment by Heinrich Schuchardt · 7 years ago
  42. 84b40b4 efi_loader: save image relocation address and size by Heinrich Schuchardt · 7 years ago
  43. 268ec6e efi_loader: fix building crt0 on arm by Heinrich Schuchardt · 7 years ago
  44. 36b41a3 efi_loader: allocate correct memory type for EFI image by Heinrich Schuchardt · 7 years ago
  45. e540c48 efi_loader: use correct format string for unsigned long by Heinrich Schuchardt · 7 years ago
  46. 4657a3f efi_loader: set loaded image code/data type properly by Rob Clark · 7 years ago
  47. 9975fe9 efi_loader: add bootmgr by Rob Clark · 7 years ago
  48. 2a92080 efi_loader: add file/filesys support by Rob Clark · 7 years ago
  49. b5349f7 efi_loader: refactor efi_open_protocol by xypron.glpk@gmx.de · 7 years ago
  50. da684a6 efi_loader: abort on unsupported relocation type by xypron.glpk@gmx.de · 7 years ago
  51. d0d9099 efi: Correct cache flush alignment by Simon Glass · 8 years ago
  52. b1237c6 efi_loader: Fix relocations above 64kb image size by Alexander Graf · 8 years ago
  53. 1cd29f0 efi_loader: Fix some entry/exit points by Alexander Graf · 9 years ago
  54. cb149c6 efi_loader: Add PE image loader by Alexander Graf · 9 years ago