1. d2cd431 Convert CONFIG_SYS_FDT_PAD to Kconfig by Tom Rini · 2 years, 4 months ago
  2. 9737fab tpm: rng: Add driver model interface for TPM RNG device by Sughosh Ganu · 2 years, 4 months ago
  3. 0a83cc2 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · 2 years, 6 months ago
  4. 7fb323b vpl: Ensure all VPL symbols in Kconfig have some VPL dependency by Tom Rini · 2 years, 6 months ago
  5. 36a4ca0 tpl: Ensure all TPL symbols in Kconfig have some TPL dependency by Tom Rini · 2 years, 6 months ago
  6. c55d261 fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ by Rasmus Villemoes · 2 years, 6 months ago
  7. 013aabb lib: fix selection of CONFIG_CHARSET by Heinrich Schuchardt · 2 years, 7 months ago
  8. e7ca7da vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 7 months ago
  9. 5332012 nds32: Remove the architecture by Tom Rini · 2 years, 8 months ago
  10. cf538b5 lib: allow to build asn1 decoder and oid registry in SPL by Philippe Reynes · 2 years, 8 months ago
  11. e35c3a2 lib: Kconfig: enhance the help of OID_REGISTRY by Philippe Reynes · 2 years, 8 months ago
  12. 2aba944 lib: Kconfig: enhance help for ASN1 by Philippe Reynes · 2 years, 8 months ago
  13. 99ce9ea Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years, 10 months ago
  14. 12797e6 lib/circbuf: Make circbuf selectable symbol by Loic Poulain · 3 years ago
  15. a6cee93 x86: Allow any arch to generate ACPI tables by Simon Glass · 3 years ago
  16. b98e8a2 lib: add BLAKE2 hash support by Qu Wenruo · 2 years, 11 months ago
  17. db6bbcb lib: Kconfig: fix PHANDLE_CHECK_SEQ position outside of menu by Eugen Hristev · 2 years, 11 months ago
  18. 7c15943 efi: Make unicode printf available to the app by Simon Glass · 2 years, 11 months ago
  19. ef9e762 Convert CONFIG_PHYSMEM to Kconfig by Simon Glass · 3 years ago
  20. c4bc918 lmb: fix typo 'commun' by Heinrich Schuchardt · 3 years ago
  21. 577226c image: Use the correct checks for CRC32 by Simon Glass · 3 years, 2 months ago
  22. 383dd57 hash: Use Kconfig to enable hashing in host tools and SPL by Simon Glass · 3 years, 2 months ago
  23. f7b37c2 spl: cypto: Bring back SPL_ versions of SHA by Simon Glass · 3 years, 2 months ago
  24. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 2 months ago
  25. 30a4c31 lib: fix typos in Kconfig by Oleksandr Suvorov · 3 years, 3 months ago
  26. 5df5d69 lib: Drop SHA512_ALGO in lieu of SHA512 by Alexandru Gagniuc · 3 years, 3 months ago
  27. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
  28. 48cb9b8 lib: ecdsa: Implement UCLASS_ECDSA verification on target by Alexandru Gagniuc · 3 years, 4 months ago
  29. 11df072 lib: disable CONFIG_SPL_HEXDUMP by default by Heinrich Schuchardt · 3 years, 4 months ago
  30. c17db99 lib: Create a new Kconfig option for charset conversion by Simon Glass · 3 years, 5 months ago
  31. 229bd51 lib: add crypt subsystem by Steffen Jaeckel · 3 years, 5 months ago
  32. cfbe15c lib: rational: copy the rational fraction lib routines from Linux by Tero Kristo · 3 years, 6 months ago
  33. 57e5636 Revert "lib: introduce HASH_CALCULATE option" by Alexandru Gagniuc · 3 years, 6 months ago
  34. c9155f1 lib: kconfig: Limit BINMAN_FDT for OF_SEPARATE or OF_EMBED by Bin Meng · 3 years, 7 months ago
  35. 8a8eeee lib: introduce HASH_CALCULATE option by Masahisa Kojima · 3 years, 7 months ago
  36. d42f81f hash: Kconfig option for SHA512 hardware acceleration by Heinrich Schuchardt · 3 years, 6 months ago
  37. 71cc9c5 lmb: Add 2 config to define the max number of regions by Patrick Delaunay · 3 years, 9 months ago
  38. cd831af lmb: move MAX_LMB_REGIONS value in Kconfig by Patrick Delaunay · 3 years, 9 months ago
  39. d62063d lmb: move CONFIG_LMB in Kconfig by Patrick Delaunay · 3 years, 9 months ago
  40. 92efc1f hash: Allow for SHA512 hardware implementations by Joel Stanley · 3 years, 9 months ago
  41. 171c646 bloblist: Make BLOBLIST_TABLES depend on BLOBLIST by Simon Glass · 3 years, 8 months ago
  42. 0a5fee5 lib: kconfig: Mention CONFIG_ADDR_MAP limitation in the help by Bin Meng · 3 years, 9 months ago
  43. c5e8b31 lib: Fix BINMAN_FDT dependency by Bin Meng · 3 years, 10 months ago
  44. 799763b Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 3 years, 10 months ago
  45. 0dd501a trace: select TIMER_EARLY to avoid infinite recursion by Pragnesh Patel · 3 years, 10 months ago
  46. fb67df8 lib: cosmetic update of CONFIG_LIB_ELF description by Patrick Delaunay · 3 years, 11 months ago
  47. 3dd8125 fdt: Use phandle to distinguish DT nodes with same name by Aswath Govindraju · 4 years ago
  48. ba9c44e fs: fat: create correct short names by Heinrich Schuchardt · 4 years ago
  49. 95f4708 smbios: Drop the unused Kconfig options by Simon Glass · 4 years, 1 month ago
  50. 052a03e sysinfo: Provide a default driver to set SMBIOS values by Simon Glass · 4 years, 1 month ago
  51. 5d093f3 x86: Allow putting some tables in the bloblist by Simon Glass · 4 years, 1 month ago
  52. 1985998 smbios: add parsing API by Christian Gmeiner · 4 years, 1 month ago
  53. 3b4a6f5 lib: Add getopt by Sean Anderson · 4 years, 1 month ago
  54. a37fd4d lib: Allow hexdump to be used in SPL by Simon Glass · 4 years, 2 months ago
  55. 6e29ac4 lib: sscanf: add sscanf implementation by Andrii Anisov · 4 years, 4 months ago
  56. ae8abb1 include/u-boot, lib/zlib: add sources for zlib decompression by Joao Marcos Costa · 4 years, 4 months ago
  57. 795dc7d powerpc: move ADDR_MAP to Kconfig by Marek Szyprowski · 4 years, 6 months ago
  58. 1908fd9 Add support for SHA384 and SHA512 by Reuben Dowle · 4 years, 7 months ago
  59. a360c2c kconfig: fix some typos by Marcin Juszkiewicz · 4 years, 6 months ago
  60. 3a6e351 cmd: zip: automatically pull in gzip() by Michael Walle · 4 years, 6 months ago
  61. d33d0db lib: Allow MD5 to be enabled in SPL by Simon Glass · 4 years, 7 months ago
  62. 6a4e1d3 lib: enable lzma decompression support for SPL build by developer · 4 years, 7 months ago
  63. 1fa7962 lib: kconfig: Add option to set BZIP2 compression method by Atish Patra · 4 years, 9 months ago
  64. 76f361a lib: elf: Move the generic elf loading/validating functions to lib by Keerthy · 4 years, 10 months ago
  65. b2e67a2 lib: Kconfig dependencies for pseudo-random library by Heinrich Schuchardt · 4 years, 10 months ago
  66. dd7fb9b binman: Add a library to access binman entries by Simon Glass · 5 years ago
  67. 591535c lib: crypto: add x509 parser by AKASHI Takahiro · 5 years ago
  68. 5492364 lib: add oid registry utility by AKASHI Takahiro · 5 years ago
  69. 3a88871 lib: add asn1 decoder by AKASHI Takahiro · 5 years ago
  70. f702526 cmd: add asn1_compiler by AKASHI Takahiro · 5 years ago
  71. 51ba522 rtc: move date.c from drivers/rtc/ to lib/ by AKASHI Takahiro · 5 years ago
  72. 0c12fb5 Kconfig: disambiguate config names for tiny printf by Thomas Hebb · 5 years ago
  73. c48044d fdt: Add Kconfig options to control code size by Simon Glass · 5 years ago
  74. 7611ac6 spl: Allow tiny printf() to be controlled in SPL and TPL by Simon Glass · 5 years ago
  75. d0502b7 configs: Make USE_TINY_PRINTF depend on SPL||TPL and be default by Tom Rini · 5 years ago
  76. c1a7379 trace: make call depth limit customizable by Heinrich Schuchardt · 5 years ago
  77. e87e200 lib: add Zstandard decompression support by Marek Behún · 6 years ago
  78. b139a7f lib: Add xxhash support by Marek Behún · 6 years ago
  79. b93cc60 lib: Kconfig: fix help text for GZIP by Heiko Schocher · 6 years ago
  80. 445078e Convert CONFIG_TRACE_BUFFER_SIZE et al to Kconfig by Simon Glass · 6 years ago
  81. bfce7fc Convert CONFIG_TRACE to Kconfig by Simon Glass · 6 years ago
  82. 52c7f1f3 fdtdec: Add Kconfig symbol for tests by Thierry Reding · 6 years ago
  83. aeaa29d lib: fdt: Allow LZO and GZIP DT compression in U-Boot by Marek Vasut · 6 years ago
  84. 1c3b7ba lib: Kconfig: spelling fixes by Chris Packham · 6 years ago
  85. e107bcd spl: lz4: Allow use of lz4 compression in SPL by Simon Glass · 6 years ago
  86. b95e9db kconfig: Introduce HAVE_ARCH_IOMAP by Bin Meng · 6 years ago
  87. ca8ec4b fdt: Allow libfdt in TPL by Simon Glass · 6 years ago
  88. 93a45b1 tpm: Add support for SPL and TPL by Simon Glass · 6 years ago
  89. 734b755 fdt_support: make FDT_FIXUP_PARTITIONS depend on CMD_MTDPARTS by Masahiro Yamada · 6 years ago
  90. 525d1d8 avb2.0: integrate avb 2.0 into the build system by Igor Opaniuk · 6 years ago
  91. 2d2fa49 lib: Add hexdump by Alexey Brodkin · 6 years ago
  92. c568bcb mmc: Separate "mmc swrite" from fastboot by Alex Kiernan · 6 years ago
  93. c1e49ba lib/Kconfig: Mark OF_LIBFDT_OVERLAY as depending on OF_LIBFDT by Tom Rini · 7 years ago
  94. 7b71a01 configs: TI: Enable FIT Library overlay support by Praneeth Bajjuri · 7 years ago
  95. 5b40428 spl: Split sprintf, strto* from SPL serial in Kconfig by Alex Kiernan · 7 years ago
  96. 8f5faaa Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  97. 3125a3e sunxi: revert disabling of features by Andre Przywara · 7 years ago
  98. 4b0de7c optee: Add lib entries for sharing OPTEE code across ports by Bryan O'Donoghue · 7 years ago
  99. 6199fb1 lib: Kconfig: Move DYNAMIC_CRC_TABLE to Kconfig by Faiz Abbas · 7 years ago
  100. 70c8f05 Convert LIB_UUID to Kconfig by Adam Ford · 7 years ago