1. 59593a5 efi_loader: EFI_DEVICE_PATH_UTILITIES_PROTOCOL configurable by Heinrich Schuchardt · 3 years, 8 months ago
  2. 4cb07d8 efi_loader: make EFI_DT_FIXUP_PROTOCOL configurable by Heinrich Schuchardt · 3 years, 8 months ago
  3. 535c473 efi_loader: fixup protocol, avoid forward declaration by Heinrich Schuchardt · 3 years, 8 months ago
  4. ff2f532 efi_loader: make the UEFI boot manager configurable by Heinrich Schuchardt · 3 years, 8 months ago
  5. 2363eff efi_loader: move load options to new module by Heinrich Schuchardt · 3 years, 8 months ago
  6. 92fdad2 lib: uuid: use RNG device if present by Matthias Brugger · 3 years, 9 months ago
  7. 59e4e39 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 3 years, 8 months ago
  8. a80f851 trace: select TIMER_EARLY to avoid infinite recursion by Pragnesh Patel · 3 years, 8 months ago
  9. 6205bbb lib: cosmetic update of CONFIG_LIB_ELF description by Patrick Delaunay · 3 years, 9 months ago
  10. 986c841 lib: zlib: our putc() takes only one argument by Heinrich Schuchardt · 3 years, 9 months ago
  11. 834427d lib: zlib: include ctype.h by Heinrich Schuchardt · 3 years, 9 months ago
  12. 3e50dee lib: aes: build failure with DEBUG=1 by Heinrich Schuchardt · 3 years, 9 months ago
  13. 976a68a string: Use memcpy() within memmove() when we can by Patrick Delaunay · 3 years, 10 months ago
  14. c0364ce doc/README.gpt: define partition type GUID for U-Boot environment by Rasmus Villemoes · 3 years, 10 months ago
  15. 31ce367 lib/uuid.c: change prototype of uuid_guid_get_str() by Rasmus Villemoes · 3 years, 10 months ago
  16. 8e70f1c efi_selftest: dtbdump support EFI_DT_FIXUP_PROTOCOL by Heinrich Schuchardt · 3 years, 10 months ago
  17. 94686f6 efi_loader: implement EFI_DT_FIXUP_PROTOCOL by Heinrich Schuchardt · 3 years, 10 months ago
  18. db0f298 efi_loader: remove outdated TODO in efi_memory.c by Heinrich Schuchardt · 3 years, 9 months ago
  19. 7913c7d efi_loader: typedef efi_string_t text output protocol by Heinrich Schuchardt · 3 years, 9 months ago
  20. 5dad05a efi_loader: carve out efi_check_pe() by Heinrich Schuchardt · 3 years, 9 months ago
  21. dd860b9 efi_loader: print boot device and file path in helloworld by Heinrich Schuchardt · 3 years, 9 months ago
  22. db12f51 efi_loader: implement non-blocking file services by Heinrich Schuchardt · 3 years, 9 months ago
  23. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 9 months ago
  24. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 9 months ago
  25. 6d1a8eb timer: Use a shorter error in TPL by Simon Glass · 3 years, 9 months ago
  26. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 9 months ago
  27. d30c720 serial: Update NS16550_t and struct NS16550 by Simon Glass · 3 years, 9 months ago
  28. 88a2ef2 efi_loader: Enable uefi capsule authentication by Sughosh Ganu · 3 years, 9 months ago
  29. 04be98b efi: capsule: Add support for uefi capsule authentication by Sughosh Ganu · 3 years, 9 months ago
  30. b4f20a5 efi_loader: Re-factor code to build the signature store from efi signature list by Sughosh Ganu · 3 years, 9 months ago
  31. 201b806 efi_loader: Make the pkcs7 header parsing function an extern by Sughosh Ganu · 3 years, 9 months ago
  32. 675b62e efi_loader: Add logic to parse EDKII specific fmp payload header by Sughosh Ganu · 3 years, 9 months ago
  33. 4366a24 crypto: Fix the logic to calculate hash with authattributes set by Sughosh Ganu · 3 years, 9 months ago
  34. b7d186f efi_loader: event queueing by Heinrich Schuchardt · 3 years, 9 months ago
  35. fe179d7 efi_loader: Add size checks to efi_create_indexed_name() by Ilias Apalodimas · 3 years, 9 months ago
  36. 47d2b3b efi_loader: Remove unconditional installation of file2 protocol for initrd by Ilias Apalodimas · 3 years, 9 months ago
  37. 0c44452 efi_loader: Remove unused headers from efi_load_initrd.c by Ilias Apalodimas · 3 years, 9 months ago
  38. f8212f0 efi_loader: use after free in efi_exit() by Heinrich Schuchardt · 3 years, 9 months ago
  39. 2a0f80f efi_loader: efi_signal_event() fix comment typos by Heinrich Schuchardt · 3 years, 9 months ago
  40. 2a68cd4 efi_loader: avoid invalid free by Heinrich Schuchardt · 3 years, 9 months ago
  41. 97d36f0 efi_loader: escape key handling by Heinrich Schuchardt · 3 years, 9 months ago
  42. db6288d efi_loader: missing parentheses after if by Heinrich Schuchardt · 3 years, 9 months ago
  43. ffa375e efi_loader: Extra checks while opening an OPTEE session by Ilias Apalodimas · 3 years, 9 months ago
  44. c0c21d6 efi_loader: make variable store size customizable by Heinrich Schuchardt · 3 years, 9 months ago
  45. be48b0f efi_loader: use after free in efi_exit() by Heinrich Schuchardt · 3 years, 9 months ago
  46. 34dc4a9 efi_loader: efi_signal_event() fix comment typos by Heinrich Schuchardt · 3 years, 9 months ago
  47. e434311 efi_loader: avoid invalid free by Heinrich Schuchardt · 3 years, 9 months ago
  48. 9abb01a efi_loader: escape key handling by Heinrich Schuchardt · 3 years, 9 months ago
  49. 5f9b537 efi_loader: missing parentheses after if by Heinrich Schuchardt · 3 years, 9 months ago
  50. 548fb67 efi_loader: Extra checks while opening an OPTEE session by Ilias Apalodimas · 3 years, 9 months ago
  51. c589132 fdt: Use phandle to distinguish DT nodes with same name by Aswath Govindraju · 3 years, 10 months ago
  52. 9c54729 sandbox: implement runtime system reset by Heinrich Schuchardt · 3 years, 10 months ago
  53. 265ce19 efi_loader: make variable store size customizable by Heinrich Schuchardt · 3 years, 9 months ago
  54. d1e8530 x86: Simplify acpi_device_infer_name() by Simon Glass · 3 years, 9 months ago
  55. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 3 years, 9 months ago
  56. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  57. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  58. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  59. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  60. 04cc791 efi_selftest: implement exception test for sandbox by Heinrich Schuchardt · 3 years, 11 months ago
  61. 2644851 efi_loader: link partition to block device by Heinrich Schuchardt · 4 years, 9 months ago
  62. f9ad240 efi_loader: make efi_protocol_open() non-static by Heinrich Schuchardt · 4 years, 9 months ago
  63. 7f8e656 efi_selftest: test EFI_LOAD_FILE_PROTOCOL by Heinrich Schuchardt · 3 years, 10 months ago
  64. 6d78ca8 efi_selftest: clean up Makefile by Heinrich Schuchardt · 3 years, 10 months ago
  65. 3da0b28 efi_loader: support EFI_LOAD_FILE_PROTOCOL by Heinrich Schuchardt · 3 years, 10 months ago
  66. 0e074d1 efi_loader: carve out efi_load_image_from_file() by Heinrich Schuchardt · 3 years, 10 months ago
  67. c06c55b efi_loader: pass boot_policy to efi_load_image_from_path by Heinrich Schuchardt · 3 years, 10 months ago
  68. b6f1109 efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID by Heinrich Schuchardt · 3 years, 10 months ago
  69. 0e9d2d7 efi_loader: resequence functions in efi_boottime.c by Heinrich Schuchardt · 3 years, 10 months ago
  70. 861072b efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOL by Heinrich Schuchardt · 3 years, 10 months ago
  71. 470fa19 efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULE by Heinrich Schuchardt · 3 years, 10 months ago
  72. 28cef9c fs: fat: create correct short names by Heinrich Schuchardt · 3 years, 10 months ago
  73. 96434a7 env: Allow returning errors from hdelete_r() by Simon Glass · 3 years, 11 months ago
  74. bb7e71d efi_loader: add firmware management protocol for raw image by AKASHI Takahiro · 3 years, 10 months ago
  75. f27c201 efi_loader: add firmware management protocol for FIT image by AKASHI Takahiro · 3 years, 10 months ago
  76. 8d99026 efi_loader: capsule: support firmware update by AKASHI Takahiro · 3 years, 10 months ago
  77. c74cd8b efi_loader: capsule: add capsule_on_disk support by AKASHI Takahiro · 3 years, 10 months ago
  78. 2bc27ca efi_loader: define UpdateCapsule api by AKASHI Takahiro · 3 years, 10 months ago
  79. c8d0fd5 efi_loader: Introduce eventlog support for TCG2_PROTOCOL by Ilias Apalodimas · 3 years, 10 months ago
  80. e926136 tpm: use more than sha256 on pcr_extend by Ilias Apalodimas · 3 years, 10 months ago
  81. fc36442 efi_loader: replace printf by log in efi_uclass.c by Heinrich Schuchardt · 3 years, 10 months ago
  82. a9e73d2 binman: Remove additional backslash by Michal Simek · 3 years, 10 months ago
  83. 6974a4a charset: make u16_strnlen accessible at runtime by Ilias Apalodimas · 3 years, 10 months ago
  84. 31cadc3 efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARM by Heinrich Schuchardt · 3 years, 10 months ago
  85. 7e5875a efi_loader: parameter check in GetNextVariableName() by Heinrich Schuchardt · 3 years, 10 months ago
  86. 9aeb380 efi_loader: tcg2 protocol updates by Ilias Apalodimas · 3 years, 10 months ago
  87. af69267 efi_selftest: provide unit test for the EFI_TCG2_PROTOCOL by Heinrich Schuchardt · 3 years, 11 months ago
  88. c1c0210 efi_loader: Add basic EFI_TCG2_PROTOCOL support by Ilias Apalodimas · 3 years, 11 months ago
  89. 792aee1 efi_loader: incorrect buffer size in efi_file_setinfo() by Heinrich Schuchardt · 3 years, 11 months ago
  90. 337c97d efi_loader: Add missing newline to log_{err,warning} by Paulo Alcantara · 3 years, 11 months ago
  91. fccd3d9 efi_selftest: keep devices in ExitBootServices() by Heinrich Schuchardt · 3 years, 11 months ago
  92. a322f54 tpm: Change response length of tpm2_get_capability() by Ilias Apalodimas · 3 years, 11 months ago
  93. b1aa6fc efi_selftest: add tool to download dtb by Heinrich Schuchardt · 3 years, 11 months ago
  94. ab02c3f efi_loader: non-volatile variable not deleted from file by Heinrich Schuchardt · 3 years, 11 months ago
  95. 22ad69b Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · 3 years, 11 months ago
  96. e4f8e54 smbios: Drop the unused Kconfig options by Simon Glass · 3 years, 11 months ago
  97. 44c74bd sysinfo: Provide a default driver to set SMBIOS values by Simon Glass · 3 years, 11 months ago
  98. a3f5c8e smbios: Add more properties by Simon Glass · 3 years, 11 months ago
  99. 44ffb6f smbios: Allow properties to come from the device tree by Simon Glass · 3 years, 11 months ago
  100. 78227d4 x86: Pass an ofnode into each SMBIOS function by Simon Glass · 3 years, 11 months ago