1. ba87ddf version: Move version_string[] from version.h to version_string.h by Pali Rohár · 3 years, 4 months ago
  2. 144d642 efi_loader: Use directly version_string variable by Pali Rohár · 3 years, 4 months ago
  3. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 3 months ago
  4. f013878 Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 3 months ago
  5. e234518 efi_loader: simplify efi_watchdog_timer_notify() by Heinrich Schuchardt · 3 years, 3 months ago
  6. 26753c0 efi_loader: Remove incorrect calls of EFI_CALL in TCG2 by Ilias Apalodimas · 3 years, 3 months ago
  7. 302a9cc efi_loader: require CONFIG_BLK by Heinrich Schuchardt · 3 years, 3 months ago
  8. 9cc8293 efi_loader: boot_service_capability_min should be capitalized by Masahisa Kojima · 3 years, 3 months ago
  9. 297c744 Kconfig: Drop duplicate 'select SHA512' instances by Tom Rini · 3 years, 3 months ago
  10. 5df5d69 lib: Drop SHA512_ALGO in lieu of SHA512 by Alexandru Gagniuc · 3 years, 3 months ago
  11. b807491 efi_loader: fix efi_tcg2_hash_log_extend_event() parameter check by Masahisa Kojima · 3 years, 3 months ago
  12. 7c5fccd efi_loader: add missing parameter check for EFI_TCG2_PROTOCOL api by Masahisa Kojima · 3 years, 3 months ago
  13. 3f65f81 efi_loader: correct determination of secure boot state by Heinrich Schuchardt · 3 years, 3 months ago
  14. 65b616f efi_loader: efi_auth_var_type for AuditMode, DeployedMode by Heinrich Schuchardt · 3 years, 3 months ago
  15. 211317c efi_loader: don't load signature database from file by Heinrich Schuchardt · 3 years, 3 months ago
  16. f9d1f22 efi_loader: rounding of image size by Heinrich Schuchardt · 3 years, 3 months ago
  17. cd86dc9 efi_loader: sections with zero VirtualSize by Heinrich Schuchardt · 3 years, 3 months ago
  18. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
  19. e90d985 efi_loader: use EfiBootServicesData for DP to text by Heinrich Schuchardt · 3 years, 4 months ago
  20. 1654601 efi_loader: use EfiBootServicesData for device path by Heinrich Schuchardt · 3 years, 4 months ago
  21. 9822894 efi_loader: use correct type for AllocatePages, AllocatePool by Heinrich Schuchardt · 3 years, 4 months ago
  22. 55f3ed4 efi_loader: refactor efi_append_scrtm_version() by Masahisa Kojima · 3 years, 4 months ago
  23. 1ac19bb efi_loader: add ExitBootServices() measurement by Masahisa Kojima · 3 years, 4 months ago
  24. 8173cd4 efi_loader: add boot variable measurement by Masahisa Kojima · 3 years, 4 months ago
  25. 1d2a656 efi_loader: add secure boot variable measurement by Masahisa Kojima · 3 years, 4 months ago
  26. ed665b5 efi_loader: Uri() device path node by Heinrich Schuchardt · 3 years, 4 months ago
  27. c04e337 efi_loader: typo cerificate by Heinrich Schuchardt · 3 years, 4 months ago
  28. 4cbba2b efi_loader: remove asm/setjmp.h from efi_api.h by AKASHI Takahiro · 3 years, 4 months ago
  29. 920671c efi_loader: capsule: remove authentication data by AKASHI Takahiro · 3 years, 4 months ago
  30. d719967 efi_loader: capsule: remove unused guid by AKASHI Takahiro · 3 years, 4 months ago
  31. 21da91f smbios: error handling for invalid addresses by Heinrich Schuchardt · 3 years, 7 months ago
  32. 27e059c efi_capsule: Move signature from DTB to .rodata by Ilias Apalodimas · 3 years, 5 months ago
  33. 8db8a96 efi_loader: increase eventlog buffer size by Masahisa Kojima · 3 years, 5 months ago
  34. d9763bb efi_loader: Use %pD to log device-path instead of local efi_dp_str() by Masami Hiramatsu · 3 years, 5 months ago
  35. f007a37 efi_loader: set partition GUID in device path for SIG_TYPE_GUID by Alfonso Sánchez-Beato · 3 years, 5 months ago
  36. 1016575 efi_loader: Fix to set bootdev_root correctly if bootdev found by Masami Hiramatsu · 3 years, 5 months ago
  37. b1fae8c efi_loader: set CapsuleLast after each capsule by Heinrich Schuchardt · 3 years, 5 months ago
  38. 24adaa7 efi_loader: missing EFI_CALL() in set_capsule_result by Heinrich Schuchardt · 3 years, 5 months ago
  39. e3087a1 efi_loader: rework messages for capsule updates by Heinrich Schuchardt · 3 years, 5 months ago
  40. 69f722b efi_loader: provide file attributes in EFI_FILE_PROTOCOL.Read() by Heinrich Schuchardt · 3 years, 7 months ago
  41. a38d0cb efi_loader: Allow capsule update on-disk without checking OsIndications by Ilias Apalodimas · 3 years, 5 months ago
  42. a306a12 efi_loader: clear OsIndications by Heinrich Schuchardt · 3 years, 5 months ago
  43. aee5330 efi_loader: Improve the parameter check for QueryVariableInfo() by Masami Hiramatsu · 3 years, 5 months ago
  44. c86d2bb efi_loader: missing parentheses in query_console_size by Heinrich Schuchardt · 3 years, 5 months ago
  45. fac773e efi_loader: Always install FMPs by Ilias Apalodimas · 3 years, 5 months ago
  46. 967334d efi_loader: Force a single FMP instance per hardware store by Ilias Apalodimas · 3 years, 5 months ago
  47. f538852 efi: Fix to use null handle to create new handle for efi_fmp_raw by Masami Hiramatsu · 3 years, 5 months ago
  48. cf7b04d efi_loader: TPL_HIGH_LEVEL not allowed for CreateEvent by Heinrich Schuchardt · 3 years, 6 months ago
  49. 0ab0037 efi_loader: fix Sphinx warning by Heinrich Schuchardt · 3 years, 6 months ago
  50. e5c2281 efi_loader: efi_capsule_delete_file() NULL dereference by Heinrich Schuchardt · 3 years, 6 months ago
  51. 54f180d efi_loader: partition numbers are hexadecimal by Heinrich Schuchardt · 3 years, 6 months ago
  52. 70be5a6 efi_loader: add PE/COFF image measurement by Masahisa Kojima · 3 years, 6 months ago
  53. 1a69f4d efi_loader: Work-around build issue due to missing hash_calculate() by Alexandru Gagniuc · 3 years, 6 months ago
  54. 57e5636 Revert "lib: introduce HASH_CALCULATE option" by Alexandru Gagniuc · 3 years, 6 months ago
  55. 09402b1 efi_loader: Fix coverity warnings for efi tcg2 protocol by Ilias Apalodimas · 3 years, 6 months ago
  56. 190b0a2 efi_loader: Fix -Wextra warning for EFI TCG2 by Ilias Apalodimas · 3 years, 6 months ago
  57. 158c0d7 efi_loader: path length in efi_dp_from_name() by Heinrich Schuchardt · 3 years, 6 months ago
  58. 915e427 efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabled by Masahisa Kojima · 3 years, 7 months ago
  59. 2426963 efi_loader: remove weak efi_get_public_key_data() by Heinrich Schuchardt · 3 years, 7 months ago
  60. 8a8eeee lib: introduce HASH_CALCULATE option by Masahisa Kojima · 3 years, 7 months ago
  61. cc29c9b efi_loader: Fix Kconfig for EFI_TCG2 protocol by Ilias Apalodimas · 3 years, 7 months ago
  62. 5a2baf9 efi_loader: Don't stop EFI subsystem init if installing TCG2 fails by Ilias Apalodimas · 3 years, 7 months ago
  63. fa5217d efi_loader: Uninstall the TCG2 protocol if logging s-crtm fails by Ilias Apalodimas · 3 years, 7 months ago
  64. 7df2f06 efi_loader: Clean up tcg2 once in case of failure by Ilias Apalodimas · 3 years, 7 months ago
  65. ca02db2 efi_loader: loosen buffer parameter check in efi_file_read_int by Peng Fan · 3 years, 7 months ago
  66. d1bd849 efi_loader: capsule: Remove the check for capsule_authentication_enabled environment variable by Sughosh Ganu · 3 years, 8 months ago
  67. ba1fc38 efi_loader: build warning in efi_tcg2_hash_log_extend_event by Heinrich Schuchardt · 3 years, 7 months ago
  68. fa390e6 efi_loader: capsule: return a correct error code at find_boot_device() by AKASHI Takahiro · 3 years, 8 months ago
  69. af886ce efi: Fix ESRT refresh after Capsule update by Jose Marinho · 3 years, 8 months ago
  70. 754b3a4 efi_loader: simplify tcg2_create_digest() by Ilias Apalodimas · 3 years, 7 months ago
  71. 476ff2c efi_loader: missing include in efi_string.c by Heinrich Schuchardt · 3 years, 7 months ago
  72. eb74a90 efi_loader: fix possible buffer overflow by Masahisa Kojima · 3 years, 8 months ago
  73. aa27e5d efi_loader: memory leak in efi_capsule_scan_dir() by Heinrich Schuchardt · 3 years, 8 months ago
  74. 1554352 efi_loader: esrt: Remove incorrect invocations of EFI_CALL macro by Sughosh Ganu · 3 years, 8 months ago
  75. 4390e76 efi_loader: Change ptr arithmetics tcg eventlog buffer by Ilias Apalodimas · 3 years, 8 months ago
  76. 13ddf77 efi_loader: esrt: wrong type for LocateHandleBuffer() by Heinrich Schuchardt · 3 years, 8 months ago
  77. 60f4409 efi_loader: use correct printf codes by Heinrich Schuchardt · 3 years, 8 months ago
  78. 2fa9866 efi_loader: efi_esrt: Fix the build warning for 32 bit systems by Sughosh Ganu · 3 years, 8 months ago
  79. 3f5318f efi_loader: Kconfig: Select IMAGE_SIGN_INFO when capsule authentication is enabled by Sughosh Ganu · 3 years, 8 months ago
  80. fc4ca6b efi_loader: Cleanup get_var duplication by Ilias Apalodimas · 3 years, 8 months ago
  81. 8183f43 Merge branch 'next' by Tom Rini · 3 years, 8 months ago
  82. 6a6a861 efi_loader: typo 'devide path' by Heinrich Schuchardt · 3 years, 8 months ago
  83. 91853b0 efi_loader: Uart device path missing break by Heinrich Schuchardt · 3 years, 8 months ago
  84. 03d0d76 efi_loader: Clean up file size calculations by Ilias Apalodimas · 3 years, 8 months ago
  85. f576f7d efi_loader: Add an S-CRTM even for firmware version by Ilias Apalodimas · 3 years, 8 months ago
  86. 1b278e6 efi_loader: EFI TCG2 free efi memory on protocol failure by Ilias Apalodimas · 3 years, 8 months ago
  87. ebb61ee efi: Add ESRT to the EFI system table by Jose Marinho · 3 years, 9 months ago
  88. b307e3d efi_loader: Replace config option for initrd loading by Ilias Apalodimas · 3 years, 9 months ago
  89. aa0f755 efi_loader: Add helper functions for EFI by Ilias Apalodimas · 3 years, 9 months ago
  90. 483d28e efi_loader: Add device path related functions for initrd via Boot#### by Ilias Apalodimas · 3 years, 9 months ago
  91. 77c0da8 efi_loader: Uart device path by Heinrich Schuchardt · 3 years, 9 months ago
  92. 5381cbc efi_loader: NULL dereference in EFI console by Heinrich Schuchardt · 3 years, 9 months ago
  93. 83698b2 efi: Fix compiler warnings by Simon Glass · 3 years, 10 months ago
  94. 7a147d7 efi_loader: fix memory type for memory reservation block by Mark Kettenis · 3 years, 9 months ago
  95. 7997960 efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXI by Heinrich Schuchardt · 3 years, 9 months ago
  96. 26fce53 efi_loader: Uart device path by Heinrich Schuchardt · 3 years, 9 months ago
  97. ae165ef efi_loader: NULL dereference in EFI console by Heinrich Schuchardt · 3 years, 9 months ago
  98. c665dbf efi: Fix compiler warnings by Simon Glass · 3 years, 10 months ago
  99. cdcef02 efi_loader: fix memory type for memory reservation block by Mark Kettenis · 3 years, 9 months ago
  100. a579915 efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXI by Heinrich Schuchardt · 3 years, 9 months ago