1. 760d2f9 autoboot: fix MENUKEY by Da Xue · 3 years, 3 months ago
  2. 6b69f15 Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 3 months ago
  3. 6d0453d Merge tag 'v2021.07-rc5' into next by Tom Rini · 3 years, 3 months ago
  4. 5ad9220 malloc: add SPDX license identifiers by Heinrich Schuchardt · 3 years, 4 months ago
  5. be2d1a8 spl: fit: Also record architecture in /fit-images by Michal Simek · 3 years, 4 months ago
  6. 5a87df8 autoboot: fix typos of CONFIG_AUTOBOOT_USE_MENUKEY by Da Xue · 3 years, 3 months ago
  7. 481d394 common: fit: Update board_fit_image_post_process() to pass fit and node_offset by Lokesh Vutla · 3 years, 4 months ago
  8. 58b4b71 log: Add support for logging a buffer by Simon Glass · 3 years, 5 months ago
  9. c1a2bb4 console: Report an error when output buffer is exhausted by Simon Glass · 3 years, 5 months ago
  10. f46959c image-fdt: save no-map parameter of reserve-memory by Patrick Delaunay · 3 years, 5 months ago
  11. 70415e1 board: sifive: add HiFive Unmatched board support by Green Wan · 3 years, 4 months ago
  12. ec0512b Revert "lib: introduce HASH_CALCULATE option" by Alexandru Gagniuc · 3 years, 4 months ago
  13. ce869b5 spl: Kconfig: Use tabs instead of space for alignment by Michal Simek · 3 years, 4 months ago
  14. 84dee33 riscv: Drop USE_SPL_FIT_GENERATOR by Bin Meng · 3 years, 5 months ago
  15. 6e847f6 common: kconfig: Correct a typo in SPL_LOAD_FIT by Bin Meng · 3 years, 5 months ago
  16. 428bec7 Merge branch '2021-05-17-assorted-fixes' by Tom Rini · 3 years, 4 months ago
  17. 87316da lib: introduce HASH_CALCULATE option by Masahisa Kojima · 3 years, 5 months ago
  18. e2ae483 hash: Kconfig option for SHA512 hardware acceleration by Heinrich Schuchardt · 3 years, 4 months ago
  19. 6c353b3 cli: slighly more clear error messages by peng.wang@smartm.com · 3 years, 5 months ago
  20. bbdbcaf fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.c by Kory Maincent · 3 years, 5 months ago
  21. a47abd7 Revert "fdt: translate address if #size-cells = <0>" by Dario Binacchi · 3 years, 5 months ago
  22. f0b21eb fdt_support.c: Allow late kernel cmdline modification by Niko Mauno · 3 years, 7 months ago
  23. 95fd977 env: allow environment to be amended from control dtb by Rasmus Villemoes · 3 years, 5 months ago
  24. 4d65c6b sysinfo: Require that sysinfo_detect be called before other methods by Sean Anderson · 3 years, 5 months ago
  25. 77ed7a2 IOMUX: Fix buffer overflow in iomux_replace_device() by Yuichiro Goto · 3 years, 5 months ago
  26. a327fee common: edid: Search for valid timing in extension block by Jernej Skrabec · 3 years, 5 months ago
  27. 3daea86 common: edid: extract code for detailed timing search by Jernej Skrabec · 3 years, 5 months ago
  28. 4fb0c3c common: edid: check for digital display earlier by Jernej Skrabec · 3 years, 5 months ago
  29. 4e9bce1 Add support for stack-protector by Joel Peshkin · 3 years, 6 months ago
  30. 58b504e Revert "spl: Drop bd_info in the data section" by Alexandru Gagniuc · 3 years, 6 months ago
  31. 033ac4e image-fit: Accept OP-TEE images when booting a FIT by Alexandru Gagniuc · 3 years, 6 months ago
  32. 47b6f7f image-fit: Accept IH_TYPE_FIRMWARE in fit_image_load() as valid by Alexandru Gagniuc · 3 years, 6 months ago
  33. 51d3a8b spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' properties by Alexandru Gagniuc · 3 years, 6 months ago
  34. 60138aa spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloads by Alexandru Gagniuc · 3 years, 6 months ago
  35. 2eaae17 spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOT by Alexandru Gagniuc · 3 years, 6 months ago
  36. 18fd663 spl: LOAD_FIT_FULL: Fix selection of the "fdt" node by Alexandru Gagniuc · 3 years, 6 months ago
  37. d442f69 common: fit: Add weak board_fit_config_name_match by Sean Anderson · 3 years, 6 months ago
  38. df51ae7 Kconfig: Document the limitations of the simple SPL_LOAD_FIT path by Alexandru Gagniuc · 3 years, 6 months ago
  39. 35f4f8e spl: fit: Support loading FPGA images from list of "loadables" by Alexandru Gagniuc · 3 years, 6 months ago
  40. d8a3951 spl: fit: Warn if FIT contains "fpga" property in config node by Alexandru Gagniuc · 3 years, 6 months ago
  41. 55e7a1a spl: fit: Move FPGA loading code to separate functions by Alexandru Gagniuc · 3 years, 6 months ago
  42. f0a6ec3 spl: fit: Don't overwrite previous loadable if "load" is missing by Alexandru Gagniuc · 3 years, 6 months ago
  43. ed6c9e0 lib: Add support for ECDSA image signing by Alexandru Gagniuc · 3 years, 7 months ago
  44. 0bcb28d lib: Rename rsa-checksum.c to hash-checksum.c by Alexandru Gagniuc · 3 years, 7 months ago
  45. 5b0b43e x86: qemu: move QFW to its own uclass by Asherah Connor · 3 years, 6 months ago
  46. 9539f71 hush: Fix assignments being misinterpreted as commands by Sean Anderson · 3 years, 7 months ago
  47. a479f10 hash: Allow for SHA512 hardware implementations by Joel Stanley · 3 years, 7 months ago
  48. a253524 lib: optee: migration optee_copy_fdt_nodes for OF_LIVE support by Patrick Delaunay · 3 years, 8 months ago
  49. 83064c2 board_f: cosmetic: change the debug trace to KB in reserve_video by Patrick Delaunay · 3 years, 6 months ago
  50. a1e95e3 Merge tag 'u-boot-imx-20210409' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 6 months ago
  51. aa0032f spl: fit: nand: allow for non-page-aligned elements by Tim Harvey · 3 years, 7 months ago
  52. 39cb850 spl: fit: nand: skip bad block handling if NAND chip not fully defined by Tim Harvey · 3 years, 7 months ago
  53. ae2d950 riscv: sifive: Rename fu540 board to unleashed by Bin Meng · 3 years, 6 months ago
  54. 2e216be Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 years, 6 months ago
  55. c1125ba usb: hub: Fix usb_get_port_status() for big-endian platforms by Aaron Williams · 3 years, 6 months ago
  56. 48f4545 Convert CONFIG_MISC_INIT_F to Kconfig by Simon Glass · 3 years, 6 months ago
  57. 1057b1b Merge tag 'v2021.04-rc5' into next by Tom Rini · 3 years, 6 months ago
  58. 96dedb0 sysinfo: Allow showing model info from sysinfo by Simon Glass · 3 years, 6 months ago
  59. a8d6962 bootm: Skip command-line substitution if !CONFIG_CMDLINE by Simon Glass · 3 years, 6 months ago
  60. 529d5f9 cpu: Rename SPL_CPU_SUPPORT to SPL_CPU by Simon Glass · 3 years, 6 months ago
  61. eb26d88 bootstage: Warning if space is exhausted by Simon Glass · 3 years, 6 months ago
  62. 05e3a0d spl: Split out bootstage ID into a function by Simon Glass · 3 years, 6 months ago
  63. e2734d6 sandbox: image: Allow sandbox to load any image by Simon Glass · 3 years, 6 months ago
  64. 95a5825 dm: core: Add an option to support SPL in read-only memory by Simon Glass · 3 years, 6 months ago
  65. 0453411 avb: Fix error when partition not found by schspa · 3 years, 7 months ago
  66. 29cbc4b image: Avoid -ENODATA in host tools by Simon Glass · 3 years, 7 months ago
  67. 22fc991 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 6 months ago
  68. 166363f common: SCP03 control (enable and provision of keys) by Jorge Ramirez-Ortiz · 3 years, 7 months ago
  69. 9ad7a6c log: Handle line continuation by Simon Glass · 3 years, 8 months ago
  70. 79d5983 log: Set up a flag byte for log records by Simon Glass · 3 years, 8 months ago
  71. 891d9e8 spl: Convert spl_fit to work with sandbox by Simon Glass · 3 years, 7 months ago
  72. 1bc2089 arm: socfpga: soc64: Support Vendor Authorized Boot (VAB) by Siew Chin Lim · 3 years, 7 months ago
  73. a43b598 common: Move initr_addr_map() to a bit earlier by Bin Meng · 3 years, 7 months ago
  74. a932aa3 common: fdt_support: Support special case of PCI address in fdt_read_prop() by Bin Meng · 3 years, 7 months ago
  75. 939b04e bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNT by Simon Glass · 3 years, 8 months ago
  76. 185756e bootm: Fix duplicate debugging in bootm_process_cmdline() by Simon Glass · 3 years, 8 months ago
  77. 1a9e75b spl: Drop duplicate 'Jumping to U-Boot' message by Simon Glass · 3 years, 8 months ago
  78. 3bbe1a7 Respect that some compression algos can be enabled separately for SPL by Frieder Schrempf · 3 years, 8 months ago
  79. ba0b984 usb: kbd: Also accept keyboards with Interrupt OUT endpoint by Stefan Brüns · 3 years, 7 months ago
  80. bdb7f26 Kconfig: SPL_FIT_SIGNATURE requires SPL_LOAD_FIT by Klaus Heinrich Kiwi · 3 years, 8 months ago
  81. 6ce2813 Kconfig: SPL_FIT_SIGNATURE selects FIT_SIGNATURE by Klaus Heinrich Kiwi · 3 years, 8 months ago
  82. 402558b cmd: fdt: skip board specific fixup using env variable by Wasim Khan · 3 years, 8 months ago
  83. a3ddc77 Merge tag 'video-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 3 years, 7 months ago
  84. e036a1d fdt/sunxi: Remove OF_STDOUT_PATH by Andre Przywara · 3 years, 7 months ago
  85. a0b74ac common: splash_source: fix -Wint-to-pointer-cast warning by Jaehoon Chung · 3 years, 10 months ago
  86. 766927a Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements' by Tom Rini · 3 years, 7 months ago
  87. 51bdb50 dm: Introduce xxx_get_dma_range() by Nicolas Saenz Julienne · 3 years, 9 months ago
  88. 7155105 spl: fit: Load devicetree when a Linux payload is found by Alexandru Gagniuc · 3 years, 8 months ago
  89. aeedeae spl: fit: Replace #ifdef blocks with more readable constructs by Alexandru Gagniuc · 3 years, 8 months ago
  90. 9e9aa0b spl: fit: Only look up FIT configuration node once by Alexandru Gagniuc · 3 years, 8 months ago
  91. e492827 spl: fit: Remove useless loop in spl_fit_get_image_name() by Alexandru Gagniuc · 3 years, 8 months ago
  92. 3dc2079 spl: fit: Pass FIT context via a structure pointer by Alexandru Gagniuc · 3 years, 8 months ago
  93. 917fa36 spl: fit: Factor out FIT parsing and use a context struct by Alexandru Gagniuc · 3 years, 8 months ago
  94. efc4ad0bc spl: fit: Drop 'length' argument to board_spl_fit_post_load() by Alexandru Gagniuc · 3 years, 8 months ago
  95. eb5fd9e usb: kbd: destroy device after console is stopped by Andy Shevchenko · 3 years, 8 months ago
  96. 694cd56 IOMUX: Introduce iomux_replace_device() by Andy Shevchenko · 3 years, 8 months ago
  97. 400797c IOMUX: Split out for_each_console_dev() helper macro by Andy Shevchenko · 3 years, 8 months ago
  98. b672c16 IOMUX: Split out iomux_match_device() helper by Andy Shevchenko · 3 years, 8 months ago
  99. 658d6c5 IOMUX: Switch to use stdio_file_to_flags() by Andy Shevchenko · 3 years, 8 months ago
  100. 09d8f07 console: Set file and devices at one go by Andy Shevchenko · 3 years, 8 months ago