1. 1621d3c lib: kconfig: Limit BINMAN_FDT for OF_SEPARATE or OF_EMBED by Bin Meng · 3 years, 5 months ago
  2. 87316da lib: introduce HASH_CALCULATE option by Masahisa Kojima · 3 years, 4 months ago
  3. e2ae483 hash: Kconfig option for SHA512 hardware acceleration by Heinrich Schuchardt · 3 years, 4 months ago
  4. 6d66502 lmb: Add 2 config to define the max number of regions by Patrick Delaunay · 3 years, 7 months ago
  5. 4fa0150 lmb: move MAX_LMB_REGIONS value in Kconfig by Patrick Delaunay · 3 years, 7 months ago
  6. 77b8cfe lmb: move CONFIG_LMB in Kconfig by Patrick Delaunay · 3 years, 7 months ago
  7. a479f10 hash: Allow for SHA512 hardware implementations by Joel Stanley · 3 years, 7 months ago
  8. f2c1442 bloblist: Make BLOBLIST_TABLES depend on BLOBLIST by Simon Glass · 3 years, 6 months ago
  9. e010315 lib: kconfig: Mention CONFIG_ADDR_MAP limitation in the help by Bin Meng · 3 years, 7 months ago
  10. 56e7257 lib: Fix BINMAN_FDT dependency by Bin Meng · 3 years, 8 months ago
  11. 59e4e39 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 3 years, 8 months ago
  12. a80f851 trace: select TIMER_EARLY to avoid infinite recursion by Pragnesh Patel · 3 years, 8 months ago
  13. 6205bbb lib: cosmetic update of CONFIG_LIB_ELF description by Patrick Delaunay · 3 years, 9 months ago
  14. c589132 fdt: Use phandle to distinguish DT nodes with same name by Aswath Govindraju · 3 years, 10 months ago
  15. 28cef9c fs: fat: create correct short names by Heinrich Schuchardt · 3 years, 10 months ago
  16. e4f8e54 smbios: Drop the unused Kconfig options by Simon Glass · 3 years, 11 months ago
  17. 44c74bd sysinfo: Provide a default driver to set SMBIOS values by Simon Glass · 3 years, 11 months ago
  18. d2cb7a2 x86: Allow putting some tables in the bloblist by Simon Glass · 3 years, 11 months ago
  19. 415eab0 smbios: add parsing API by Christian Gmeiner · 3 years, 11 months ago
  20. 72eda50 lib: Add getopt by Sean Anderson · 4 years ago
  21. 26637e2 lib: Allow hexdump to be used in SPL by Simon Glass · 4 years ago
  22. e87dfb0 lib: sscanf: add sscanf implementation by Andrii Anisov · 4 years, 2 months ago
  23. 81014f7 include/u-boot, lib/zlib: add sources for zlib decompression by Joao Marcos Costa · 4 years, 2 months ago
  24. 69be8fd powerpc: move ADDR_MAP to Kconfig by Marek Szyprowski · 4 years, 4 months ago
  25. d16b38f Add support for SHA384 and SHA512 by Reuben Dowle · 4 years, 5 months ago
  26. 43e442a kconfig: fix some typos by Marcin Juszkiewicz · 4 years, 4 months ago
  27. eff5a54 cmd: zip: automatically pull in gzip() by Michael Walle · 4 years, 4 months ago
  28. 8239be6 lib: Allow MD5 to be enabled in SPL by Simon Glass · 4 years, 5 months ago
  29. 04cb399 lib: enable lzma decompression support for SPL build by Weijie Gao · 4 years, 5 months ago
  30. 2a2119e lib: kconfig: Add option to set BZIP2 compression method by Atish Patra · 4 years, 7 months ago
  31. 805b3ca lib: elf: Move the generic elf loading/validating functions to lib by Keerthy · 4 years, 8 months ago
  32. 1611235 lib: Kconfig dependencies for pseudo-random library by Heinrich Schuchardt · 4 years, 8 months ago
  33. 3c10dc9 binman: Add a library to access binman entries by Simon Glass · 4 years, 10 months ago
  34. b4adf62 lib: crypto: add x509 parser by AKASHI Takahiro · 4 years, 11 months ago
  35. a9b45e6 lib: add oid registry utility by AKASHI Takahiro · 4 years, 11 months ago
  36. ab8a0e0 lib: add asn1 decoder by AKASHI Takahiro · 4 years, 11 months ago
  37. 2b12196 cmd: add asn1_compiler by AKASHI Takahiro · 4 years, 11 months ago
  38. 05429b6 rtc: move date.c from drivers/rtc/ to lib/ by AKASHI Takahiro · 4 years, 11 months ago
  39. 37ef177 Kconfig: disambiguate config names for tiny printf by Thomas Hebb · 4 years, 11 months ago
  40. 0d76afc fdt: Add Kconfig options to control code size by Simon Glass · 5 years ago
  41. 27084c0 spl: Allow tiny printf() to be controlled in SPL and TPL by Simon Glass · 5 years ago
  42. 2a51e16 configs: Make USE_TINY_PRINTF depend on SPL||TPL and be default by Tom Rini · 5 years ago
  43. da0fb5f trace: make call depth limit customizable by Heinrich Schuchardt · 5 years ago
  44. 8509f22 lib: add Zstandard decompression support by Marek Behún · 5 years ago
  45. 83a486b lib: Add xxhash support by Marek Behún · 5 years ago
  46. 5132361 lib: Kconfig: fix help text for GZIP by Heiko Schocher · 5 years ago
  47. 1c6eb07 Convert CONFIG_TRACE_BUFFER_SIZE et al to Kconfig by Simon Glass · 5 years ago
  48. a24a78d Convert CONFIG_TRACE to Kconfig by Simon Glass · 5 years ago
  49. 54969b4 fdtdec: Add Kconfig symbol for tests by Thierry Reding · 6 years ago
  50. 95f4bbd lib: fdt: Allow LZO and GZIP DT compression in U-Boot by Marek Vasut · 6 years ago
  51. 6e70511 lib: Kconfig: spelling fixes by Chris Packham · 6 years ago
  52. 048c6e8 spl: lz4: Allow use of lz4 compression in SPL by Simon Glass · 6 years ago
  53. 2895c4b kconfig: Introduce HAVE_ARCH_IOMAP by Bin Meng · 6 years ago
  54. 5592a63 fdt: Allow libfdt in TPL by Simon Glass · 6 years ago
  55. 6307896 tpm: Add support for SPL and TPL by Simon Glass · 6 years ago
  56. ab948cd fdt_support: make FDT_FIXUP_PARTITIONS depend on CMD_MTDPARTS by Masahiro Yamada · 6 years ago
  57. 3330584 avb2.0: integrate avb 2.0 into the build system by Igor Opaniuk · 6 years ago
  58. f8c987f lib: Add hexdump by Alexey Brodkin · 6 years ago
  59. c232d14 mmc: Separate "mmc swrite" from fastboot by Alex Kiernan · 6 years ago
  60. 6417572 lib/Kconfig: Mark OF_LIBFDT_OVERLAY as depending on OF_LIBFDT by Tom Rini · 6 years ago
  61. 58a46f8 configs: TI: Enable FIT Library overlay support by Praneeth Bajjuri · 6 years ago
  62. 14ad44a spl: Split sprintf, strto* from SPL serial in Kconfig by Alex Kiernan · 6 years ago
  63. e294ba0 Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
  64. d14db11 sunxi: revert disabling of features by Andre Przywara · 6 years ago
  65. 32ce617 optee: Add lib entries for sharing OPTEE code across ports by Bryan O'Donoghue · 7 years ago
  66. 36c1877 lib: Kconfig: Move DYNAMIC_CRC_TABLE to Kconfig by Faiz Abbas · 7 years ago
  67. a451bc2 Convert LIB_UUID to Kconfig by Adam Ford · 7 years ago
  68. a5a3756 Convert CONFIG LIB_HW_RAND to Kconfig by Adam Ford · 7 years ago
  69. acd4d33 net: regex: Disable by default on sunXi by Maxime Ripard · 7 years ago
  70. 7e3caa8 Move CONFIG_PANIC_HANG to Kconfig by Masahiro Yamada · 7 years ago
  71. da5337a rtc: add support for s35392a by Nandor Han · 7 years ago
  72. f52bdf4 lib: allow building lzo for the SPL by Jean-Jacques Hiblot · 7 years ago
  73. 85d8bf5 lib: Add CRC32-C by Marek Behún · 7 years ago
  74. 7264f29 spl: fit: Eanble GZIP support for image decompression by York Sun · 7 years ago
  75. 6ef2f90 Convert CONFIG_BCH to Kconfig by Adam Ford · 7 years ago
  76. f1a7ba1 Fix 'notes' typos by Anatolij Gustschin · 7 years ago
  77. 96b9082 rockchip: rk3188: rock: adjust for SPL/TPL split by Philipp Tomsich · 7 years ago
  78. d56b4b1 configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS by Tom Rini · 7 years ago
  79. aed998a Convert CONFIG_LZMA to Kconfig by Simon Glass · 7 years ago
  80. b1a873d Convert CONFIG_CMD_AES et al to Kconfig by Simon Glass · 7 years ago
  81. 173aafb cmd: Expose a Kconfig option to enable UBIFS commands by Boris Brezillon · 8 years ago
  82. aa04915 mtd: ubi: Select RBTREE option from MTD_UBI Kconfig entry by Boris Brezillon · 8 years ago
  83. ab4458b string: Provide a slimmed-down memset() by Simon Glass · 7 years ago
  84. bea79d7 Kconfig: introduce md5sum command selection by Andre Przywara · 8 years ago
  85. e663b35 smbios: Expose in efi_loader as table by Alexander Graf · 8 years ago
  86. 4b6dddc x86: Move smbios generation into arch independent directory by Alexander Graf · 8 years ago
  87. ebf7fff spl: move FDT_FIXUP_PARTITIONS to Kconfig by Heiko Schocher · 8 years ago
  88. ddf67f7 libfdt: Add overlay application function by Maxime Ripard · 8 years ago
  89. 91b86e2 lib: Enable private libgcc by default by Marek Vasut · 8 years ago
  90. 6797630 cosmetic: Fix typos "privide" by Masahiro Yamada · 8 years ago
  91. ed980b8 efi_loader: hook up in build environment by Alexander Graf · 9 years ago
  92. aa34fbc fdt: Allow libfdt to be used in SPL by Simon Glass · 9 years ago
  93. 69e173e Move CONFIG_OF_LIBFDT to Kconfig by Simon Glass · 9 years ago
  94. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  95. 947c626 vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF by Tom Rini · 9 years ago
  96. 7d9cde1 lib/tiny-printf.c: Add tiny printf function for space limited environments by Stefan Roese · 9 years ago
  97. 2419cd1 dm: tpm: Drop CONFIG_DM_TPM by Simon Glass · 9 years ago
  98. 027b728 Add support for LZ4 decompression algorithm by Julius Werner · 9 years ago
  99. a7d660b tpm: Add Kconfig options for TPMs by Simon Glass · 9 years ago
  100. 867a6ac efi: Add start-up library code by Simon Glass · 9 years ago