1. 3b32cf0 tools: Remove the out-of-date MinGW support codes by Bin Meng · 4 years, 5 months ago
  2. ae2b3e8 doc: invalid doc link in rstFlatTable.py by Heinrich Schuchardt · 4 years, 5 months ago
  3. 67b359c spl: Kconfig: de-dup SPL_DM_GPIO definition by Joel Johnson · 4 years, 5 months ago
  4. 308c6b0 fixdep: Re-sync with Linux 5.7-rc1 by Masahiro Yamada · 4 years, 5 months ago
  5. 9d88a0a fixdep: handle CONFIG_IS_ENABLE() and friends for TPL by Masahiro Yamada · 4 years, 5 months ago
  6. f9f5a7e .mailmap: map Ruchika Gupta's mail address by Heinrich Schuchardt · 4 years, 5 months ago
  7. be621c1 dlmalloc: remove unit test support in SPL by Heinrich Schuchardt · 4 years, 5 months ago
  8. f6a24a1 lib: do not provide hexdump in SPL by Heinrich Schuchardt · 4 years, 5 months ago
  9. 6441164 common: image_sign_info helper functions in SPL by Heinrich Schuchardt · 4 years, 5 months ago
  10. 4f4d526 lib: do not build OID registry in SPL by Heinrich Schuchardt · 4 years, 5 months ago
  11. b21c08a tools: image-host.c: use correct output format by Heinrich Schuchardt · 4 years, 5 months ago
  12. 0053d26 Makefile: ARMv7-M has no CPSR register by Heinrich Schuchardt · 4 years, 6 months ago
  13. a555557 qemu: don't allow to select 32- and 64-bit by Heinrich Schuchardt · 4 years, 6 months ago
  14. ec8eef5 fvp: Add support for loading Android boot images via semihosting by Peter Collingbourne · 4 years, 6 months ago
  15. ebfe611 mkimage: fit_image: Add option to make fit header align by Kever Yang · 4 years, 6 months ago
  16. 10d887d libfdt: Make fdtdec_get_child_count() available for HOST by Kever Yang · 4 years, 6 months ago
  17. 02560b1 tool: use ALIGN() to align the size by Kever Yang · 4 years, 6 months ago
  18. e5ad99c tools: imx8mimage: remove redundant code by Kever Yang · 4 years, 6 months ago
  19. e002ee7 tools: kwbimage: use common ALIGN to do the size align by Kever Yang · 4 years, 6 months ago
  20. 29e7ab0 tools: mkimage: use common ALIGN to do the size align by Kever Yang · 4 years, 6 months ago
  21. cd1cec6 tool: aisimage: use ALIGN instead of self defiend macro by Kever Yang · 4 years, 6 months ago
  22. c738adb tool: Move ALIGN_MASK to header as common MACRO by Kever Yang · 4 years, 6 months ago
  23. 9b544c9 docs: Fix conf.py for Sphinx 2.0 by Jonathan Corbet · 4 years, 6 months ago
  24. 9e3c94d env/sf.c: drop private CMD_SAVEENV logic by Rasmus Villemoes · 4 years, 7 months ago
  25. 1df96a7 env/ext4.c: remove CONFIG_CMD_SAVEENV ifdef by Rasmus Villemoes · 4 years, 7 months ago
  26. 3908bc9 env/fat.c: remove private CMD_SAVEENV logic by Rasmus Villemoes · 4 years, 7 months ago
  27. 82b2f41 env_internal.h: add alternative ENV_SAVE_PTR macro by Rasmus Villemoes · 4 years, 7 months ago
  28. 1d0adee env: add SAVEENV as an alias of the CMD_SAVEENV symbol by Rasmus Villemoes · 4 years, 7 months ago
  29. df928f8 bootcount_ext: Add flag to enable/disable bootcount by Frédéric Danis · 4 years, 6 months ago
  30. 080019b make env_entry::callback conditional on !CONFIG_SPL_BUILD by Rasmus Villemoes · 4 years, 7 months ago
  31. 3428497 lib/hashtable.c: don't test ->callback in SPL by Rasmus Villemoes · 4 years, 7 months ago
  32. 7f529f6 lib/hashtable.c: create helper for calling env_entry::callback by Rasmus Villemoes · 4 years, 7 months ago
  33. e13df08 env: remove callback.o for an SPL build by Rasmus Villemoes · 4 years, 7 months ago
  34. 532de8d eth: mtk-eth: add mt7531 switch support in mediatek eth driver by Landen Chao · 4 years, 7 months ago
  35. ea8de98 watchdog: mpc8xx_wdt: Allow selection of watchdog mode through environment by Charles Frey · 4 years, 7 months ago
  36. dbfd9e0 dm: pinctrl: Use right device pointer for configuring pinctrl by Lokesh Vutla · 4 years, 5 months ago
  37. a5f9b8a Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 4 years, 5 months ago
  38. 177c53f riscv: Move all fdt fixups together by Atish Patra · 4 years, 5 months ago
  39. 73d756f riscv: Copy the reserved-memory nodes to final DT by Atish Patra · 4 years, 5 months ago
  40. 0cb2785 riscv: Setup reserved-memory node for FU540 by Atish Patra · 4 years, 5 months ago
  41. d4ea649 riscv: Provide a mechanism to fix DT for reserved memory by Atish Patra · 4 years, 5 months ago
  42. f614753 fdtdec: Fix boundary check by Atish Patra · 4 years, 5 months ago
  43. 5370478 riscv: Add boot hartid to device tree by Atish Patra · 4 years, 5 months ago
  44. fa16ec2 riscv: Make SBI v0.2 the default SBI version by Bin Meng · 4 years, 5 months ago
  45. ff0fa6c riscv: Add Kconfig option for SBI v0.2 by Bin Meng · 4 years, 5 months ago
  46. 6fa022e riscv: Add SMP Kconfig option dependency for U-Boot proper by Bin Meng · 4 years, 5 months ago
  47. 191636e riscv: Introduce SPL_SMP Kconfig option for U-Boot SPL by Bin Meng · 4 years, 5 months ago
  48. 84dc9d2 riscv: Merge unnecessary SMP ifdefs in start.S by Bin Meng · 4 years, 5 months ago
  49. ed1475e riscv: qemu: Remove the simple-bus driver for the SoC node by Bin Meng · 4 years, 5 months ago
  50. 846b612 Revert "riscv: qemu: clear kernel-start/-end in device tree as workaround for BBL" by Lukas Auer · 4 years, 5 months ago
  51. 5988bb9 riscv: ax25: cache: Remove SPL_RISCV_MMODE config check by Pragnesh Patel · 4 years, 6 months ago
  52. caad316 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 5 months ago
  53. 2b63959 Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years, 5 months ago
  54. 2448c34 drivers: mmc: rpmb: do not build for SPL by Heinrich Schuchardt · 4 years, 5 months ago
  55. c51b751 spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition() by Harald Seiler · 4 years, 5 months ago
  56. e975906 spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode() by Harald Seiler · 4 years, 5 months ago
  57. 4a66d4e mmc: tmio: sdhi: Implement get_b_max function by Marek Vasut · 4 years, 6 months ago
  58. 145429a mmc: Add option to adjust b_max before long read by Marek Vasut · 4 years, 6 months ago
  59. d2661d8 mmc: tmio: sdhi: Use bounce buffer to avoid DMA limitations by Marek Vasut · 4 years, 6 months ago
  60. 80a624f ARM: rmobile: Increase malloc area size by Marek Vasut · 4 years, 6 months ago
  61. 8074ffe common: bouncebuf: Permit passing custom alignment check function by Marek Vasut · 4 years, 6 months ago
  62. 453d213 mmc: adjust Kconfig for mmc sub-commands by Heinrich Schuchardt · 4 years, 6 months ago
  63. 29617ca drivers: mmc: iproc_sdhci: move host.mmc init before sdhci_setup_cfg by Rayagonda Kokatanur · 4 years, 6 months ago
  64. 7a65b8b drivers: mmc: iproc_sdhci: fix compilation warning by Rayagonda Kokatanur · 4 years, 6 months ago
  65. 2bb02b1 drivers: mmc: iproc_sdhci: enable broken R1B response quirk by Bharat Kumar Reddy Gooty · 4 years, 6 months ago
  66. d5b8500 drivers: mmc: iproc_sdhci: fix possible memory leak by Bharat Kumar Reddy Gooty · 4 years, 6 months ago
  67. 0469d84 cmd: mmc: provide boot area protection command by Heinrich Schuchardt · 4 years, 6 months ago
  68. d5210e4 cmd: mmc: display write protect state of boot partition by Heinrich Schuchardt · 4 years, 6 months ago
  69. 1601ea2 mmc: export mmc_send_ext_csd() by Heinrich Schuchardt · 4 years, 6 months ago
  70. 9abfe33 mmc: EXT_CSD registers for write protection by Heinrich Schuchardt · 4 years, 6 months ago
  71. f60a66e cmd: mvebu: bubt: show image boot device by Joel Johnson · 4 years, 5 months ago
  72. 549ba7b arm: mvebu: clearfog: enable bubt command by Joel Johnson · 4 years, 5 months ago
  73. 658854a cmd: mvebu: bubt: verify A38x target device type by Joel Johnson · 4 years, 5 months ago
  74. f41b85e cmd: mvebu: bubt: correct U-Boot spelling by Joel Johnson · 4 years, 5 months ago
  75. 8ec6db7 cmd: mvebu: bubt: add A38x support by Joel Johnson · 4 years, 5 months ago
  76. ab2f757 arm: mvebu: correct SPL boot configs for SPI/MMC by Joel Johnson · 4 years, 5 months ago
  77. 36d61a3 arm: mvebu: clearfog: adjust SCSI boot duplication by Joel Johnson · 4 years, 5 months ago
  78. 239f424 clk: armada-37xx-periph: fix DDR PHY clock divider values by Marek Behún · 4 years, 5 months ago
  79. 2f2031e Merge tag 'dm-pull-21apr20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 5 months ago
  80. bdcb299 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 5 months ago
  81. b1e5e6d buildman: Change the exit codes by Simon Glass · 4 years, 6 months ago
  82. a38930e buildman: Update the TODO items by Simon Glass · 4 years, 6 months ago
  83. 113a8a5 buildman: Add an option to ignore migration warnings by Simon Glass · 4 years, 6 months ago
  84. 174592b buildman: Add an option to ignore device-tree warnings by Simon Glass · 4 years, 6 months ago
  85. eb70a2c buildman: Make -I the default by Simon Glass · 4 years, 6 months ago
  86. ea09fb5 buildman: Update workflow documentation with more detail by Simon Glass · 4 years, 6 months ago
  87. 9e040b5 buildman: Add the abbreviation for --boards by Simon Glass · 4 years, 6 months ago
  88. f972836 buildman: Update the 'theory of operation' a little by Simon Glass · 4 years, 6 months ago
  89. 7b33f21 buildman: Show a summary of the build result by Simon Glass · 4 years, 6 months ago
  90. 95ed0a2 buildman: Limit the length of progress messages by Simon Glass · 4 years, 6 months ago
  91. 6eb76ca buildman: Show the number of builds remaining by Simon Glass · 4 years, 6 months ago
  92. edae4ad buildman: Drop unused output code by Simon Glass · 4 years, 6 months ago
  93. 212c0b8 buildman: Show a message when fetching a repo by Simon Glass · 4 years, 6 months ago
  94. 102969b buildman: Drop the line-clearing code in Builder by Simon Glass · 4 years, 6 months ago
  95. 1e13047 patman: Support limiting output to a single line by Simon Glass · 4 years, 6 months ago
  96. 37b224f patman: Support erasing a previously unfinished text line by Simon Glass · 4 years, 6 months ago
  97. a84eb16 patman: Update flushing Print() for Python 3 by Simon Glass · 4 years, 6 months ago
  98. 9ef0ceb buildman: Use spaces in the board list by Simon Glass · 4 years, 6 months ago
  99. 8c9a267 buildman: Show the list of boards in magenta by Simon Glass · 4 years, 6 months ago
  100. 35d696d buildman: Use an object to hold error lines by Simon Glass · 4 years, 6 months ago