1. a60c1e6 mips: add a mtmips-specific field to architecture-specific global data by Weijie Gao · 4 years, 5 months ago
  2. c366a45 mips: mtmips: make use of sysreset-resetctrl for mt7628 soc by Weijie Gao · 4 years, 5 months ago
  3. caf7092 sysreset: add reset controller based reboot driver by Weijie Gao · 4 years, 5 months ago
  4. 2a9d68e mips: spl: Flush cache before jumping to U-Boot proper by Stefan Roese · 4 years, 5 months ago
  5. 814a891 mips: add an option to enable u_boot_list section for SPL loaders in u-boot-spl.lds by Weijie Gao · 4 years, 5 months ago
  6. e951119 mips: enable support for appending dtb to spl binary by Weijie Gao · 4 years, 5 months ago
  7. 6e9281b mips: start.S: avoid overwriting outside gd when clearing global data in stack by Weijie Gao · 4 years, 5 months ago
  8. 7976520 mips: mtmips: add predefined i-cache/d-cache size and linesize by Weijie Gao · 4 years, 5 months ago
  9. ce7e197 configs: enable CONFIG_RESTORE_EXCEPTION_VECTOR_BASE for all mtmips boards by Weijie Gao · 4 years, 5 months ago
  10. 7105973 mips: add support to restore exception vector base before booting linux by Weijie Gao · 4 years, 5 months ago
  11. 56ed625 bmips: allow disabling usb support by Álvaro Fernández Rojas · 4 years, 6 months ago
  12. b9ec102 nand: brcmnand: return without disabling clock by Álvaro Fernández Rojas · 4 years, 6 months ago
  13. d16d37b Merge tag 'video-for-v2020.07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 5 months ago
  14. ea16637 video: simple_panel: add boe,nv140fhmn49 display by Peter Robinson · 4 years, 5 months ago
  15. 973e31f drivers: video: rockchip: fix building eDP and LVDS drivers by Peter Robinson · 4 years, 5 months ago
  16. d202f67 Merge branch '2020-04-25-master-imports' by Tom Rini · 4 years, 5 months ago
  17. 691132e rtc: ds1374: typo Watchdog by Heinrich Schuchardt · 4 years, 5 months ago
  18. cffedec spi: mpc8xxx_spi: fix missing dev_err definition by Rasmus Villemoes · 4 years, 5 months ago
  19. 077e72c spl: fit: do not check argument of free() by Heinrich Schuchardt · 4 years, 5 months ago
  20. dd786d4 MAINTAINERS: add entry for cubieboard7 config by Amit Singh Tomar · 4 years, 5 months ago
  21. 5f0ec25 doc: boards: add Cubieboard7 documentation by Amit Singh Tomar · 4 years, 5 months ago
  22. 99d5ac6 arm: add Cubieboard7 board support by Amit Singh Tomar · 4 years, 5 months ago
  23. d5c819b actions: Move defconfig options to Kconfig by Amit Singh Tomar · 4 years, 5 months ago
  24. 78e4f45 arm: add support Actions Semi S700 by Amit Singh Tomar · 4 years, 5 months ago
  25. ea6314a arm: dts: actions: s700: add u-boot specific dtsi file by Amit Singh Tomar · 4 years, 5 months ago
  26. 1050eaa arm: actions: add S700 SoC device tree by Amit Singh Tomar · 4 years, 5 months ago
  27. 8b520ac clk: actions: Add common clock driver by Amit Singh Tomar · 4 years, 5 months ago
  28. 5bc4c0b arm: dts: actions: s900: add u-boot specific dtsi file by Amit Singh Tomar · 4 years, 5 months ago
  29. 4939bee arm: dts: sync dts for Action Semi S900 by Amit Singh Tomar · 4 years, 5 months ago
  30. bf66584 serial: actions: add compatible string by Amit Singh Tomar · 4 years, 5 months ago
  31. d996f35 arm: actions: rename sysmap-s900 to sysmap-owl by Amit Singh Tomar · 4 years, 5 months ago
  32. b1a6bb3 arm: actions: Add common framework for Actions Owl Semi SoCs by Amit Singh Tomar · 4 years, 5 months ago
  33. c11f0d8 coccinelle: adjust NULL check before free() by Heinrich Schuchardt · 4 years, 5 months ago
  34. cb2a2eb coccinelle: check for casting malloc output by Heinrich Schuchardt · 4 years, 5 months ago
  35. b5a2046 kbuild: cherry-pick kbuild changes from Linux by Masahiro Yamada · 4 years, 5 months ago
  36. c3da3f5 kbuild: add FORCE to dependency of $(obj)/dts/dt-platdata.o by Masahiro Yamada · 4 years, 5 months ago
  37. f62782f cache: l2x0: Fix write to incorrect shared-override bit by Ley Foon Tan · 4 years, 5 months ago
  38. a3d7cb1 README: remove references on no more used config CONFIG_SYS_RCAR_I2C* by Patrick Delaunay · 4 years, 5 months ago
  39. b5d5d90 cosmetic: README: Fix one CONFIG name by Patrick Delaunay · 4 years, 5 months ago
  40. 3a905cd dm: mmc: Update mmc_get_mmc_dev() to use const * by Simon Glass · 4 years, 6 months ago
  41. f059703 pci: Add a macro to convert BDF from linux to U-Boot by Simon Glass · 4 years, 6 months ago
  42. 2c2ca20 uuid: Use const char * where possible by Simon Glass · 4 years, 6 months ago
  43. fdc79a6 lib: Add a function to convert a string to upper case by Simon Glass · 4 years, 6 months ago
  44. 4f04d54 test: Add the beginnings of some string tests by Simon Glass · 4 years, 6 months ago
  45. 4b48589 lib: strto: Stop detection when invalid char is used by Michal Simek · 4 years, 6 months ago
  46. 593f397 mtd: nand: pxa3xx: fix raw read when last_chunk_size == 0 by Baruch Siach · 4 years, 6 months ago
  47. 79926e4 common/board_f: Make reserve_mmu generic by Ovidiu Panait · 4 years, 6 months ago
  48. 6184858 arm: asm/cache.c: Introduce arm_reserve_mmu by Ovidiu Panait · 4 years, 6 months ago
  49. 586b15b common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.c by Ovidiu Panait · 4 years, 6 months ago
  50. 4d131cd Merge tag 'u-boot-stm32-20200424' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 4 years, 5 months ago
  51. f94fc11 Revert "sunxi: Fix PHY regression on A20-OLinuXino-Lime2 and A20-Olimex-SOM-EVB" by Tom Rini · 4 years, 5 months ago
  52. 18b9c98 Merge branch '2020-04-24-master-imports' by Tom Rini · 4 years, 5 months ago
  53. b897306 sunxi: Fix PHY regression on A20-OLinuXino-Lime2 and A20-Olimex-SOM-EVB by Tom Rini · 4 years, 5 months ago
  54. 23d203d ARM: stm32: Enable bootd, iminfo, imxtract on DHCOM by Marek Vasut · 4 years, 6 months ago
  55. 08140db travis: Correct error checking when building boards by Simon Glass · 4 years, 5 months ago
  56. 0dbd6e3 mkimage: fit: Free buf directly in fit_extract_data() by Bin Meng · 4 years, 5 months ago
  57. 3fc85a7 mkimage: fit: Unmmap the memory before closing fd in fit_import_data() by Lihua Zhao · 4 years, 5 months ago
  58. 3b32cf0 tools: Remove the out-of-date MinGW support codes by Bin Meng · 4 years, 5 months ago
  59. ae2b3e8 doc: invalid doc link in rstFlatTable.py by Heinrich Schuchardt · 4 years, 5 months ago
  60. 67b359c spl: Kconfig: de-dup SPL_DM_GPIO definition by Joel Johnson · 4 years, 5 months ago
  61. 308c6b0 fixdep: Re-sync with Linux 5.7-rc1 by Masahiro Yamada · 4 years, 5 months ago
  62. 9d88a0a fixdep: handle CONFIG_IS_ENABLE() and friends for TPL by Masahiro Yamada · 4 years, 5 months ago
  63. f9f5a7e .mailmap: map Ruchika Gupta's mail address by Heinrich Schuchardt · 4 years, 5 months ago
  64. be621c1 dlmalloc: remove unit test support in SPL by Heinrich Schuchardt · 4 years, 5 months ago
  65. f6a24a1 lib: do not provide hexdump in SPL by Heinrich Schuchardt · 4 years, 5 months ago
  66. 6441164 common: image_sign_info helper functions in SPL by Heinrich Schuchardt · 4 years, 5 months ago
  67. 4f4d526 lib: do not build OID registry in SPL by Heinrich Schuchardt · 4 years, 5 months ago
  68. b21c08a tools: image-host.c: use correct output format by Heinrich Schuchardt · 4 years, 5 months ago
  69. 0053d26 Makefile: ARMv7-M has no CPSR register by Heinrich Schuchardt · 4 years, 5 months ago
  70. a555557 qemu: don't allow to select 32- and 64-bit by Heinrich Schuchardt · 4 years, 6 months ago
  71. ec8eef5 fvp: Add support for loading Android boot images via semihosting by Peter Collingbourne · 4 years, 6 months ago
  72. ebfe611 mkimage: fit_image: Add option to make fit header align by Kever Yang · 4 years, 6 months ago
  73. 10d887d libfdt: Make fdtdec_get_child_count() available for HOST by Kever Yang · 4 years, 6 months ago
  74. 02560b1 tool: use ALIGN() to align the size by Kever Yang · 4 years, 6 months ago
  75. e5ad99c tools: imx8mimage: remove redundant code by Kever Yang · 4 years, 6 months ago
  76. e002ee7 tools: kwbimage: use common ALIGN to do the size align by Kever Yang · 4 years, 6 months ago
  77. 29e7ab0 tools: mkimage: use common ALIGN to do the size align by Kever Yang · 4 years, 6 months ago
  78. cd1cec6 tool: aisimage: use ALIGN instead of self defiend macro by Kever Yang · 4 years, 6 months ago
  79. c738adb tool: Move ALIGN_MASK to header as common MACRO by Kever Yang · 4 years, 6 months ago
  80. 9b544c9 docs: Fix conf.py for Sphinx 2.0 by Jonathan Corbet · 4 years, 6 months ago
  81. 9e3c94d env/sf.c: drop private CMD_SAVEENV logic by Rasmus Villemoes · 4 years, 7 months ago
  82. 1df96a7 env/ext4.c: remove CONFIG_CMD_SAVEENV ifdef by Rasmus Villemoes · 4 years, 7 months ago
  83. 3908bc9 env/fat.c: remove private CMD_SAVEENV logic by Rasmus Villemoes · 4 years, 7 months ago
  84. 82b2f41 env_internal.h: add alternative ENV_SAVE_PTR macro by Rasmus Villemoes · 4 years, 7 months ago
  85. 1d0adee env: add SAVEENV as an alias of the CMD_SAVEENV symbol by Rasmus Villemoes · 4 years, 7 months ago
  86. df928f8 bootcount_ext: Add flag to enable/disable bootcount by Frédéric Danis · 4 years, 6 months ago
  87. 080019b make env_entry::callback conditional on !CONFIG_SPL_BUILD by Rasmus Villemoes · 4 years, 7 months ago
  88. 3428497 lib/hashtable.c: don't test ->callback in SPL by Rasmus Villemoes · 4 years, 7 months ago
  89. 7f529f6 lib/hashtable.c: create helper for calling env_entry::callback by Rasmus Villemoes · 4 years, 7 months ago
  90. e13df08 env: remove callback.o for an SPL build by Rasmus Villemoes · 4 years, 7 months ago
  91. 532de8d eth: mtk-eth: add mt7531 switch support in mediatek eth driver by Landen Chao · 4 years, 7 months ago
  92. ea8de98 watchdog: mpc8xx_wdt: Allow selection of watchdog mode through environment by Charles Frey · 4 years, 7 months ago
  93. 132e5b6 ARM: dts: stm32: Split AV96 into DHCOR SoM and AV96 board by Marek Vasut · 4 years, 6 months ago
  94. e589909 ARM: dts: stm32: Adjust PLL4 settings on AV96 by Marek Vasut · 4 years, 6 months ago
  95. e7a0251 ARM: dts: stm32mp1: remove file stm32mp157-pinctrl.dtsi by Patrick Delaunay · 4 years, 5 months ago
  96. dbfd9e0 dm: pinctrl: Use right device pointer for configuring pinctrl by Lokesh Vutla · 4 years, 5 months ago
  97. a5f9b8a Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 4 years, 5 months ago
  98. 177c53f riscv: Move all fdt fixups together by Atish Patra · 4 years, 5 months ago
  99. 73d756f riscv: Copy the reserved-memory nodes to final DT by Atish Patra · 4 years, 5 months ago
  100. 0cb2785 riscv: Setup reserved-memory node for FU540 by Atish Patra · 4 years, 5 months ago