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