1. f9dd353 arm: dts: am437x-gp-evm: Add some nodes to u-boot.dtsi by Faiz Abbas · 4 years, 8 months ago
  2. 07906b3 ARC: Switch to generic accessors by Alexey Brodkin · 4 years, 8 months ago
  3. c77bbc2 ARC: rework setting of ARC CPU specific compiler options by Eugeniy Paltsev · 4 years, 8 months ago
  4. 95f7103 ARC: nsim_hs38: Add support of Virtio NET & BLK by Alexey Brodkin · 4 years, 9 months ago
  5. 9515e41 ARC: nSIM: switch from ARC UART to DW UART by Alexey Brodkin · 4 years, 9 months ago
  6. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 8 months ago
  7. 4e5c468 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 8 months ago
  8. c998cbe Merge tag 'u-boot-imx-20200210' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 8 months ago
  9. 4043397 riscv: Remove unnecessary instruction by Sean Anderson · 4 years, 8 months ago
  10. fd1f6e9 riscv: Add option to print registers on exception by Sean Anderson · 4 years, 9 months ago
  11. d9f1cee riscv: Fix breakage caused by linker relaxation by Sean Anderson · 4 years, 9 months ago
  12. bd58b1a board: ge: bx50v3: override panel by Ian Ray · 4 years, 8 months ago
  13. 9167c20 board: ge: mx53ppd: enable DM_VIDEO by Ian Ray · 4 years, 8 months ago
  14. 1d06dc6 board: ge: mx53ppd: add i2c eeprom bootcount storage by Robert Beckett · 4 years, 8 months ago
  15. 41613a7 board: ge: bx50v3: add i2c eeprom bootcount storage by Robert Beckett · 4 years, 8 months ago
  16. 1dec7fa board: ge: bx50v3, imx53ppd: use DM I2C by Robert Beckett · 4 years, 8 months ago
  17. b64088c board: ge: bx50v3, imx53ppd: add eeprom partitions by Robert Beckett · 4 years, 8 months ago
  18. b91f28d ARM: imx: novena: Enable DM ethernet by Marek Vasut · 4 years, 8 months ago
  19. e772b4f ARM: imx: novena: Move defconfig bits to arch Kconfig by Marek Vasut · 4 years, 8 months ago
  20. 41fe56e mx7dsabre: Fix usbtog probe when use dfu or ums by Joris Offouga · 4 years, 8 months ago
  21. b3ebcc7 arm: dts: imx7s-warp7: Move u-boot specific node in u-boot.dtsi by Joris Offouga · 4 years, 8 months ago
  22. a05eb8b arm: xea: dts: Add 'fec-3v3' regulator properties to prevent accidental disablement by Lukasz Majewski · 4 years, 8 months ago
  23. 14d5aef board: toradex: Add Verdin iMX8M Mini support by Igor Opaniuk · 4 years, 8 months ago
  24. 1c12b67 arm: dts: imx8mm-pinfunc: sync latest linux-next pin func header by Marcel Ziswiler · 4 years, 8 months ago
  25. 7d706a8 board: presidio-asic: Add basic G3 engr. development board support by Alex Nemirovsky · 4 years, 8 months ago
  26. f267f84 gpio: do not include <asm/arch/gpio.h> for Cortina CAxxxx SoCs by Jason Li · 4 years, 8 months ago
  27. 3f3c153 mpc8xx: Expose show_regs() by Tom Rini · 4 years, 8 months ago
  28. 6efa450 arm: dts: mediatek: add ethernet and sgmii dts node for mt7622 by MarkLee · 4 years, 8 months ago
  29. fa78604 x86: coral: Add I2C and TPM device-tree definitions by Simon Glass · 4 years, 8 months ago
  30. e85cbe8 x86: Add support for ACPI general-purpose events by Simon Glass · 4 years, 8 months ago
  31. 0255435 dm: irq: Add support for requesting interrupts by Simon Glass · 4 years, 8 months ago
  32. d9a5fad x86: itss: Add of-platdata support by Simon Glass · 4 years, 8 months ago
  33. 69c2dc9 x86: Give each driver an IRQ type by Simon Glass · 4 years, 8 months ago
  34. ba87607 dm: irq: Add support for interrupt controller types by Simon Glass · 4 years, 8 months ago
  35. eb8af95 x86: apl: Drop the I2C config in FSP-S by Simon Glass · 4 years, 8 months ago
  36. 659252e x86: apl: Use the clock driver by Simon Glass · 4 years, 8 months ago
  37. 2999846 x86: Move P2SB from Apollo Lake to a more generic location by Wolfgang Wallner · 4 years, 8 months ago
  38. 457faef Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 4 years, 8 months ago
  39. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  40. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  41. a466db5 sandbox: Support changing the LCD colour depth by Simon Glass · 4 years, 8 months ago
  42. 6be88c7 sandbox: sdl: Add an option to double the screen size by Simon Glass · 4 years, 8 months ago
  43. 96d0cd4 sandbox: sdl: Move to use SDL2 by Simon Glass · 4 years, 8 months ago
  44. ac7b730 sandbox: sdl: Support waiting for audio to complete by Simon Glass · 4 years, 8 months ago
  45. 5f736f8 sandbox: sdl: Improve error handling by Simon Glass · 4 years, 8 months ago
  46. c127f19 sandbox: Add comments to the sdl struct by Simon Glass · 4 years, 8 months ago
  47. 3062cd1 sound: Add a new stop_play() method by Simon Glass · 4 years, 8 months ago
  48. 3ff6fe5 sandbox: Add a new header for the system malloc() by Simon Glass · 4 years, 8 months ago
  49. 1c8c47e sandbox: Ensure that long-options array is terminated by Simon Glass · 4 years, 8 months ago
  50. 89cdb0b sandbox: Drop os_realloc() by Simon Glass · 4 years, 8 months ago
  51. 0db1b43 sandbox: Drop use of special os_malloc() where possible by Simon Glass · 4 years, 8 months ago
  52. cf23c7c sandbox: Rename 'free' variable by Simon Glass · 4 years, 8 months ago
  53. 4209be3 sandbox: Sort the help options by Simon Glass · 4 years, 8 months ago
  54. 19464f4 cli: Make the sandbox board_run_command the default by Sean Anderson · 4 years, 9 months ago
  55. bd933bf dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 4 years, 8 months ago
  56. 14ca9f7 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 4 years, 8 months ago
  57. f5cc89a Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 8 months ago
  58. c95215a Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 4 years, 8 months ago
  59. 9a5a90a ddr: altera: Add DDR2 support to Gen5 driver by Marek Vasut · 5 years ago
  60. cf8c836 watchdog: designware: Convert to DM and DT probing by Marek Vasut · 5 years ago
  61. d4827fc Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 8 months ago
  62. a0affb3 dm: arm64: ls1012a: add i2c DM support by Biwen Li · 4 years, 9 months ago
  63. beadf4f armv8: fsl-layerscape: spl: fix build error when DM_I2C is enabled by Biwen Li · 4 years, 9 months ago
  64. e572064 arm: dts: lx2160a: Add FSPI node properties by Kuldeep Singh · 4 years, 11 months ago
  65. 5e2fb3e arm: dts: ls1028a: Add FSPI node properties by Kuldeep Singh · 4 years, 11 months ago
  66. 3ffe090 arm: dts: ls1028a: fix interrupt properties by Michael Walle · 4 years, 9 months ago
  67. 922ac0f arm: ls1028a: use the new flexspi driver by Michael Walle · 4 years, 9 months ago
  68. 03fe85a x86: itss: Remove apl-prefix by Wolfgang Wallner · 4 years, 8 months ago
  69. 1d5bf32 x86: itss: Add a Kconfig option to enable/disable ITSS driver by Wolfgang Wallner · 4 years, 8 months ago
  70. 43709fa x86: Move itss.c from Apollo Lake to a more generic location by Wolfgang Wallner · 4 years, 8 months ago
  71. 16217ed arm: dts: k3-j721e-main: Add Support for gpio0 by Faiz Abbas · 4 years, 8 months ago
  72. b642778 arm: dts: k3-j721e-common-proc-board: Enable I2C expander for SPL by Vignesh Raghavendra · 4 years, 8 months ago
  73. 18402a1 arm: dts: k3-j721e-common-proc-board: Add I2C GPIO expander by Vignesh Raghavendra · 4 years, 8 months ago
  74. 01ec6a5 arm: dts: k3-j721e: Add I2C nodes by Vignesh Raghavendra · 4 years, 8 months ago
  75. b070f58 arm: dts: k3-j721e-common-proc-board: Enable USB0 in peripheral mode by Vignesh Raghavendra · 4 years, 8 months ago
  76. e15b6e3 arm: mach-k3: sysfw-loader: Add support to download SYSFW via DFU by Vignesh Raghavendra · 4 years, 8 months ago
  77. eabd591 arm: mach-k3: j721e: Rename BOOT_DEVICE_USB to BOOT_DEVICE_DFU by Vignesh Raghavendra · 4 years, 8 months ago
  78. 142c975 x86: Move itss.h from Apollo Lake to the generic x86 include directory by Wolfgang Wallner · 4 years, 8 months ago
  79. 7d53b5a x86: apl: Add the term "Interrupt Timer Subsystem" to ITSS files by Wolfgang Wallner · 4 years, 8 months ago
  80. 2fa863e x86: limit the fs segment to the pointer size by Masahiro Yamada · 4 years, 9 months ago
  81. 0d67fac x86: use invd instead of wbinvd in real mode start code by Masahiro Yamada · 4 years, 9 months ago
  82. 18416ba x86: serial: Use NS16550_DYNAMIC in Slim Bootloader by Park, Aiden · 4 years, 9 months ago
  83. b7c1e67 x86: Move coreboot over to use the coreboot UART by Simon Glass · 4 years, 9 months ago
  84. 8c3ccb3 x86: Update coreboot serial table struct by Simon Glass · 4 years, 9 months ago
  85. 707c36e ARM: socfpga: Drop last use of socfpga_reset_manager by Marek Vasut · 4 years, 9 months ago
  86. 427da6f Merge tag 'u-boot-rockchip-20200130' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 8 months ago
  87. 80e99ad Merge tag 'uniphier-v2020.04-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier by Tom Rini · 4 years, 8 months ago
  88. 6da69d3 ARM: uniphier: set gd->ram_base correctly by Masahiro Yamada · 4 years, 8 months ago
  89. 407b01b mtd: rawnand: denali_dt: use UCLASS_MTD instead of UCLASS_MISC by Masahiro Yamada · 4 years, 8 months ago
  90. 5bacb44 ARM: uniphier: remove adhoc reset deassertion for the NAND controller by Masahiro Yamada · 4 years, 8 months ago
  91. a7eb9ae rockchip: rk3308: add alias for emmc/sdmmc by Kever Yang · 4 years, 9 months ago
  92. 4082a68 ram: rk3328: update lpddr3 setting by YouMin Chen · 4 years, 9 months ago
  93. c7df648 ram: rk3328: add support ddr4 init by YouMin Chen · 4 years, 9 months ago
  94. 79030a4 rockchip: Add Single boot image (with binman, pad_cat) by Jagan Teki · 4 years, 9 months ago
  95. a1b75cf arm: dts: rk3188: Add rk3188-u-boot.dtsi by Jagan Teki · 4 years, 9 months ago
  96. f48299a arm: dts: rk3036: Add rk3036-u-boot.dtsi by Jagan Teki · 4 years, 9 months ago
  97. efebc8e rockchip: rk3399: Add bootcount support by Jagan Teki · 4 years, 9 months ago
  98. ee6321f rockchip: Add common reset cause by Jagan Teki · 4 years, 9 months ago
  99. b52a199 arm: rockchip: Add common cru.h by Jagan Teki · 4 years, 9 months ago
  100. 2952f39 rockchip: Add cpu-info by Jagan Teki · 4 years, 9 months ago