1. ab5348a sandbox: Remove OF_HOSTFILE by Ilias Apalodimas · 3 years, 1 month ago
  2. 74f6f71 Merge tag 'efi-2022-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 1 month ago
  3. f3e0c55 efi_loader: add DeployedMode and AuditMode variable measurement by Masahisa Kojima · 3 years, 1 month ago
  4. 2168452 efi_loader: simplify tcg2_measure_secure_boot_variable() by Masahisa Kojima · 3 years, 1 month ago
  5. 6460c3e efi_loader: add UEFI GPT measurement by Masahisa Kojima · 3 years, 1 month ago
  6. a6064f7 lib: uuid: fix the test on RNG device presence by Patrick Delaunay · 3 years, 1 month ago
  7. fd40a9b lib: rsa: rsa-verify: also check that padding is not NULL by Philippe Reynes · 3 years, 1 month ago
  8. cd1fe7d efi_loader: add SMBIOS table measurement by Masahisa Kojima · 3 years, 1 month ago
  9. 6f26e7c efi_loader: simplify tcg2_measure_secure_boot_variable() by Heinrich Schuchardt · 3 years, 3 months ago
  10. caeb73b efi_loader: simplify efi_sigstore_parse_sigdb() by Heinrich Schuchardt · 3 years, 3 months ago
  11. cbd2802 efi_loader: function to get GUID for variable name by Heinrich Schuchardt · 3 years, 3 months ago
  12. 1ad2f0d efi_loader: treat UEFI variable name as const by Heinrich Schuchardt · 3 years, 3 months ago
  13. b71a0ae efi_loader: capsule: add back efi_get_public_key_data() by AKASHI Takahiro · 3 years, 2 months ago
  14. bc38d77 efi_loader: add missing const qualifier by Masahisa Kojima · 3 years, 1 month ago
  15. b0cfdaf Merge tag 'efi-2022-01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 1 month ago
  16. 35dd322 efi_loader: efi_dp_from_lo() should skip VenMedia node by Heinrich Schuchardt · 3 years, 1 month ago
  17. 6c405cb efi_loader: avoid multiple local copies of lf2_initrd_guid by Heinrich Schuchardt · 3 years, 1 month ago
  18. 9530652 efi_loader: efi_dp_from_lo() unused parameter size by Heinrich Schuchardt · 3 years, 1 month ago
  19. 9979cff efi_loader: efi_dp_from_lo() don't copy GUID by Heinrich Schuchardt · 3 years, 1 month ago
  20. 6e01c23 efi_loader: Fix loaded image alignment by Ilias Apalodimas · 3 years, 1 month ago
  21. dfa2278 efi_loader: don't load Shim's MOK database from file by Heinrich Schuchardt · 3 years, 2 months ago
  22. 222f3cb efi_loader: Drop code that doesn't work with driver model by Simon Glass · 3 years, 2 months ago
  23. 784a10f efi_selftest: Receive the packets until the receive buffer is empty by Masami Hiramatsu · 3 years, 2 months ago
  24. 19db3ce efi_selftest: Do not check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT by Masami Hiramatsu · 3 years, 2 months ago
  25. 1944103 efi_selftest: Use EFI_SIMPLE_NETWORK_PROTOCOL::GetStatus() for media check by Masami Hiramatsu · 3 years, 2 months ago
  26. 2eeaea4 Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 1 month ago
  27. 554f85e treewide: Remove OF_PRIOR_STAGE by Ilias Apalodimas · 3 years, 1 month ago
  28. bedc439 fdtdec: Support reserved-memory flags by Thierry Reding · 3 years, 3 months ago
  29. d6ad807 fdtdec: Reorder fdtdec_set_carveout() parameters for consistency by Thierry Reding · 3 years, 3 months ago
  30. 5e33691 fdtdec: Support compatible string list for reserved memory by Thierry Reding · 3 years, 3 months ago
  31. 8a3c9fc fdtdec: Support retrieving the name of a carveout by Thierry Reding · 3 years, 3 months ago
  32. 3dcc4cf fdtdec: Allow using fdtdec_get_carveout() in loops by Thierry Reding · 3 years, 3 months ago
  33. e2a168a Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 3 years, 2 months ago
  34. caf6267 lz4: Use a private header for U-Boot by Simon Glass · 3 years, 2 months ago
  35. d8ab334 efi_loader: GOP: Fix 30bpp block transfer support by Mark Kettenis · 3 years, 2 months ago
  36. 3e4b3d5 efi_loader: GOP: Add 30bpp support by Mark Kettenis · 3 years, 2 months ago
  37. 2c6a1b0 image: Drop unnecessary #ifdefs from image.h by Simon Glass · 3 years, 2 months ago
  38. d898dcb efi: Correct dependency on FIT_SIGNATURE by Simon Glass · 3 years, 2 months ago
  39. 577226c image: Use the correct checks for CRC32 by Simon Glass · 3 years, 2 months ago
  40. effa452 image: Use Kconfig to enable FIT_RSASSA_PSS on host by Simon Glass · 3 years, 2 months ago
  41. 85c057e image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · 3 years, 2 months ago
  42. 383dd57 hash: Use Kconfig to enable hashing in host tools and SPL by Simon Glass · 3 years, 2 months ago
  43. f7b37c2 spl: cypto: Bring back SPL_ versions of SHA by Simon Glass · 3 years, 2 months ago
  44. e8c011d gzip: Avoid use of u64 by Simon Glass · 3 years, 2 months ago
  45. 3eb3cce zstd: Create a function for use from U-Boot by Simon Glass · 3 years, 2 months ago
  46. 143fa86 Add support for an owned buffer by Simon Glass · 3 years, 2 months ago
  47. 4b2a18b lib: Add memdup() by Simon Glass · 3 years, 2 months ago
  48. 20734f6 Kconfig: Don't use RSA_FREESCALE_EXP on MX7ULP by Ricardo Salveti · 3 years, 3 months ago
  49. 04ab0a2 lib: rsa: fix dependency for SPL_RSA_VERIFY by Oleksandr Suvorov · 3 years, 2 months ago
  50. f0de20e acpi: Use U-Boot version for OEM_REVISION by Pali Rohár · 3 years, 5 months ago
  51. 5078dc6 arm: imx: mx7: Move CONFIG_OPTEE_TZDRAM_SIZE from lib/optee by Alexandru Gagniuc · 3 years, 3 months ago
  52. 96be1cf lib: optee: Remove CONFIG_OPTEE_LOAD_ADDR by Alexandru Gagniuc · 3 years, 3 months ago
  53. c58050b lib: optee: Remove CONFIG_OPTEE_TZDRAM_BASE by Alexandru Gagniuc · 3 years, 3 months ago
  54. dccafba lib: optee: Avoid CONFIG_TZDRAM_* in optee_verify_bootm_image() by Alexandru Gagniuc · 3 years, 3 months ago
  55. a7ca480 lib: optee: remove the duplicate CONFIG_OPTEE by Patrick Delaunay · 3 years, 3 months ago
  56. f04c4ab Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 3 years, 2 months ago
  57. 961578e Merge tag 'v2021.10-rc5' into next by Tom Rini · 3 years, 2 months ago
  58. e972aab fdt: Update Makefile rules with the new OF_REAL Kconfig by Simon Glass · 3 years, 4 months ago
  59. 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 4 months ago
  60. e53007b efi_loader: Fix spec ID event creation by Ruchika Gupta · 3 years, 2 months ago
  61. a2eec02 lmb: Add generic arch_lmb_reserve_generic() by Marek Vasut · 3 years, 3 months ago
  62. 355405c crc32: Add crc32 implementation using __builtin_aarch64_crc32b by Marek Vasut · 3 years, 3 months ago
  63. 1f78c12 Revert "efi_capsule: Move signature from DTB to .rodata" by Simon Glass · 3 years, 4 months ago
  64. 6e1f085 Remove including timestamp.h in version.h by Pali Rohár · 3 years, 4 months ago
  65. ba87ddf version: Move version_string[] from version.h to version_string.h by Pali Rohár · 3 years, 4 months ago
  66. 144d642 efi_loader: Use directly version_string variable by Pali Rohár · 3 years, 4 months ago
  67. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 2 months ago
  68. f3b5e58 image: rsa: Move padding_algos to linker lists by Alexandru Gagniuc · 3 years, 3 months ago
  69. 30a4c31 lib: fix typos in Kconfig by Oleksandr Suvorov · 3 years, 3 months ago
  70. 48806ee lib/rsa: don't use NULL as key_id by Heinrich Schuchardt · 3 years, 3 months ago
  71. fde8b76 pci: Drop DM_PCI check from fdtdec by Simon Glass · 3 years, 4 months ago
  72. f013878 Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 2 months ago
  73. e234518 efi_loader: simplify efi_watchdog_timer_notify() by Heinrich Schuchardt · 3 years, 3 months ago
  74. 26753c0 efi_loader: Remove incorrect calls of EFI_CALL in TCG2 by Ilias Apalodimas · 3 years, 3 months ago
  75. 302a9cc efi_loader: require CONFIG_BLK by Heinrich Schuchardt · 3 years, 3 months ago
  76. 9cc8293 efi_loader: boot_service_capability_min should be capitalized by Masahisa Kojima · 3 years, 3 months ago
  77. 297c744 Kconfig: Drop duplicate 'select SHA512' instances by Tom Rini · 3 years, 3 months ago
  78. f301658 common: Move MD5 hash to hash_algo[] array. by Alexandru Gagniuc · 3 years, 3 months ago
  79. 97464ff common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASH by Alexandru Gagniuc · 3 years, 3 months ago
  80. 5df5d69 lib: Drop SHA512_ALGO in lieu of SHA512 by Alexandru Gagniuc · 3 years, 3 months ago
  81. 041a0ac net: Rename SPL_NET_SUPPORT to SPL_NET by Simon Glass · 3 years, 4 months ago
  82. f4d6039 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · 3 years, 4 months ago
  83. b807491 efi_loader: fix efi_tcg2_hash_log_extend_event() parameter check by Masahisa Kojima · 3 years, 3 months ago
  84. 7c5fccd efi_loader: add missing parameter check for EFI_TCG2_PROTOCOL api by Masahisa Kojima · 3 years, 3 months ago
  85. 3f65f81 efi_loader: correct determination of secure boot state by Heinrich Schuchardt · 3 years, 3 months ago
  86. 65b616f efi_loader: efi_auth_var_type for AuditMode, DeployedMode by Heinrich Schuchardt · 3 years, 3 months ago
  87. 211317c efi_loader: don't load signature database from file by Heinrich Schuchardt · 3 years, 3 months ago
  88. f9d1f22 efi_loader: rounding of image size by Heinrich Schuchardt · 3 years, 3 months ago
  89. cd86dc9 efi_loader: sections with zero VirtualSize by Heinrich Schuchardt · 3 years, 3 months ago
  90. 1f23e41 lib: add crc16.o if CONFIG_MMC_SPI_CRC_ON for SPL build by Andreas Schwab · 3 years, 3 months ago
  91. 1e92a8a lib: -Wformat-truncation in rsa_engine_get_priv_key by Heinrich Schuchardt · 3 years, 4 months ago
  92. abc83f9 lib/md5: Export progressive APIs by Chia-Wei Wang · 3 years, 4 months ago
  93. b63dc08 lib/rsa: Remove support for OpenSSL < 1.1.0 and libressl < 2.7.0 by Alexandru Gagniuc · 3 years, 4 months ago
  94. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
  95. 3459ddc Merge tag 'efi-2021-10-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 3 months ago
  96. fae8875 display_options: Do not use %llu in print_size by Matwey V. Kornilov · 3 years, 4 months ago
  97. 4ae458c tiny-printf: Handle %pM format when CONFIG_SPL_NET_SUPPORT is enabled by Matwey V. Kornilov · 3 years, 4 months ago
  98. e90d985 efi_loader: use EfiBootServicesData for DP to text by Heinrich Schuchardt · 3 years, 3 months ago
  99. 1654601 efi_loader: use EfiBootServicesData for device path by Heinrich Schuchardt · 3 years, 3 months ago
  100. 9822894 efi_loader: use correct type for AllocatePages, AllocatePool by Heinrich Schuchardt · 3 years, 3 months ago