1. f4b9f0b board/BuR/common: add br resetcontoller implementation by Hannes Schmelzer · 5 years ago
  2. 2fac7a8 board/BuR/common: add 'brdefaulip_setup' function by Hannes Schmelzer · 5 years ago
  3. 47656d9 board/BuR/common: cosmetic: move 'overwrite_console' up to more related stuff by Hannes Schmelzer · 5 years ago
  4. ad6be25 board/BuR/common: prepare for compiling common into non AM33XX boards by Hannes Schmelzer · 5 years ago
  5. 07b68b7 Merge git://git.denx.de/u-boot-marvell by Tom Rini · 5 years ago
  6. 1c64692 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 5 years ago
  7. b684d40 arm: kirkwood: openrd: Mark openrd boards as maintained again by Stefan Roese · 5 years ago
  8. c2ff69a watchdog: at91sam9_wdt: Remove now superfluous wdt start and reset by Stefan Roese · 5 years ago
  9. f3729ba watchdog: mpc8xx_wdt: Watchdog driver and macros cleanup by Stefan Roese · 5 years ago
  10. 782ef57 watchdog: cadence: Remove driver specific "timeout-sec" handling by Stefan Roese · 5 years ago
  11. 0698528 watchdog: Implement generic watchdog_reset() version by Stefan Roese · 5 years ago
  12. 5edb9b2 arm: mvebu: turris_omnia: Use thumb instructions in SPL to save space by Stefan Roese · 5 years ago
  13. e4318ae ARM: kirkwood: enable CONFIG_DM_USB on db-88f6281-bp by Chris Packham · 5 years ago
  14. d55254a ARM: kirkwood: add db-88f6281-bp board by Chris Packham · 5 years ago
  15. 30387ee arm: kirkwood: lsxl: add note about sata in README by Michael Walle · 5 years ago
  16. 5039aae arm: kirkwood: openrd: Increase U-Boot size in flash to make it fit by Stefan Roese · 5 years ago
  17. e297df3 arm: kirkwood: openrd: Remove superfluous CONFIG_ENV_ADDR by Stefan Roese · 5 years ago
  18. 9408665 arm: kirkwood: dts: Add openrd-* dtb makefile build targets by Stefan Roese · 5 years ago
  19. 61b8c34 arm: mvebu: turris_omnia: use MMC driver model by Pierre Bourdon · 5 years ago
  20. 4ec9dd4 mmc: mv_sdhci: add driver model support by Pierre Bourdon · 5 years ago
  21. 5561943 arm: mvebu: turris_omnia: fix eeprom/mcu device names by Pierre Bourdon · 5 years ago
  22. bf068c7 arm: socfpga: mailbox: Fix off-by-one error on command length checking by Ley Foon Tan · 5 years ago
  23. 4aab232 arm: socfpga: clean up board config files by Simon Goldschmidt · 6 years ago
  24. faea9e7 arm: socfpga: remove CONFIG_SYS_BOOTMAPSZ by Simon Goldschmidt · 6 years ago
  25. 71f574d arm: socfpga: clean up socfpga_common.h by Simon Goldschmidt · 6 years ago
  26. 0b7eb43 arm: socfpga: move vining_fpga to DM_I2C by Simon Goldschmidt · 6 years ago
  27. 9dc61aa arm: socfpga: gen5: reduce SPL pre-reloc malloc by Simon Goldschmidt · 5 years ago
  28. aef4428 arm: socfpga: imply/default common config options by Simon Goldschmidt · 5 years ago
  29. 4399e48 arm: socfpga: put initial U-Boot stack into DDR by Simon Goldschmidt · 5 years ago
  30. 798baf7 arm: socfpga: fix comment about SPL memory layout by Simon Goldschmidt · 5 years ago
  31. ac1ec53 configs: socfpga: socrates: enable rtc support by Simon Goldschmidt · 6 years ago
  32. d1aa159 arm: socfpga: socrates: make rtc work by Simon Goldschmidt · 6 years ago
  33. 4e829e9 rtc: m41t62: add compatible for m41t82 by Simon Goldschmidt · 6 years ago
  34. 36821b3 i2c: designware: fix reset handling on socfpga gen5 by Simon Goldschmidt · 6 years ago
  35. bbecfd4 Revert "cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPAT" by Simon Goldschmidt · 6 years ago
  36. 4f25617 eeprom: fix DM_I2C support without CONFIG_SYS_I2C_EEPROM_BUS by Simon Goldschmidt · 6 years ago
  37. 7d99406 Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm by Tom Rini · 5 years ago
  38. 180e38a Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efi by Tom Rini · 5 years ago
  39. c2bb9c5 Merge tag 'u-boot-stm32-mcu-20190423' of https://github.com/pchotard/u-boot by Tom Rini · 5 years ago
  40. ceb6ddb Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogic by Tom Rini · 5 years ago
  41. a339f52 socfpga: add Simon Goldschmidt as co-custodian by Simon Goldschmidt · 6 years ago
  42. 3fbd2dc Merge branch '2019-04-22-master-imports' by Tom Rini · 5 years ago
  43. 74a7e00 image: android: fix 'iminfo' typo by Eugeniu Rosca · 5 years ago
  44. 829ceb2 image: android: allow booting lz4-compressed kernels by Eugeniu Rosca · 5 years ago
  45. 0efe2b8 test: env: Enable env unit tests by default by Heinrich Schuchardt · 5 years ago
  46. 8781d04 pci: pci.h: add missing maskbit by Ramon Fried · 5 years ago
  47. d81d969 fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle() by Thierry Reding · 5 years ago
  48. f2100f6 dm: core: Change platform specific translation-offset handling by Stefan Roese · 5 years ago
  49. 3a7c45f simple-bus: add DM_FLAG_PRE_RELOC flag to simple-bus driver by Lukas Auer · 5 years ago
  50. 569cec5 sandbox: Enable the 'trace' command when tracing is used by Simon Glass · 5 years ago
  51. 1c6eb07 Convert CONFIG_TRACE_BUFFER_SIZE et al to Kconfig by Simon Glass · 5 years ago
  52. a24a78d Convert CONFIG_TRACE to Kconfig by Simon Glass · 5 years ago
  53. f564d09 trace: Tidy up error returns by Simon Glass · 5 years ago
  54. f611a46 div64: Don't instrument the division function by Simon Glass · 5 years ago
  55. ca49b2c div64: Use kernel types by Simon Glass · 5 years ago
  56. 315f60d initcall: Drop use of header files by Simon Glass · 5 years ago
  57. b82de17 sandbox: Increase the early-trace-buffer size by Simon Glass · 5 years ago
  58. 1735772 bootstage: Allow calling bootstage_mark() before bootstage_init() by Simon Glass · 5 years ago
  59. a1396cd sandbox: Move pre-console buffer out of the way of tracing by Simon Glass · 5 years ago
  60. 5dbe794 sandbox: Drop the printf() in setup_ram_buf() by Simon Glass · 5 years ago
  61. 4a6409b sandbox: Correct maths in allocation routines by Simon Glass · 5 years ago
  62. 001d188 sandbox: Improve debugging in initcall_run_list() by Simon Glass · 5 years ago
  63. 7ae31fc common: command: Add command execution tracer. by Christoph Muellner · 5 years ago
  64. 6239267 fdt: boot_get_fdt: android: use ENV 'fdtaddr' as fallback by Eugeniu Rosca · 6 years ago
  65. 18b8f2c fdt: boot_get_fdt: android: compress handling (non-functional) by Eugeniu Rosca · 6 years ago
  66. 8028182 fdt: boot_get_fdt: simplify no_fdt handling (non-functional) by Eugeniu Rosca · 6 years ago
  67. 9ee9cf3 fdt: boot_get_fdt: really boot w/o FDT when "goto no_fdt" by Eugeniu Rosca · 6 years ago
  68. d9313ef fdt: boot_get_fdt: remove redundant zeroing out by Eugeniu Rosca · 6 years ago
  69. 25c07c7 ARMv8: PSCI: Fix PSCI_TABLE relocation issue by Lars Povlsen · 5 years ago
  70. b4353b3 bootm: Simplying cache flush code by Trent Piepho · 6 years ago
  71. 4c6be01 malloc: Fix memalign not honoring alignment prior to full malloc init by Andreas Dannenberg · 6 years ago
  72. 443b3ce spl: spl_nand.c: Add NAND loading message by Stefan Roese · 6 years ago
  73. def2fc0 ARM: MediaTek: Add support for MT8516 SoC by Fabien Parent · 6 years ago
  74. 6fdb50c pinctrl: add driver for MT8516 by Fabien Parent · 6 years ago
  75. cd52c32 clk: mediatek: add driver for MT8516 by Fabien Parent · 6 years ago
  76. fe913a8 clk: mediatek: add support for SETCLR_INV and NO_SETCLR flags by Fabien Parent · 6 years ago
  77. b5096f1 mmc: mtk-sd: fix configuration option check by Fabien Parent · 6 years ago
  78. a933266 mmc: mtk-sd: add support for MT8516 by Fabien Parent · 6 years ago
  79. ba077e5 mmc: mtk-sd: add source_cg clock support by Fabien Parent · 6 years ago
  80. 7c798a1 poplar: enable Ethernet driver support by Shawn Guo · 6 years ago
  81. 1d5b5d2 net: add higmacv300 Ethernet driver for HiSilicon platform by Shawn Guo · 6 years ago
  82. f5e6c16 reset: add reset driver for HiSilicon platform by Shawn Guo · 6 years ago
  83. f5ed748 reset: add polarity field into struct reset_ctl by Shawn Guo · 6 years ago
  84. aec4298 pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS by Thierry Reding · 6 years ago
  85. d94d9aa pci: Add boundary check for hose->regions by Thierry Reding · 6 years ago
  86. 248b873 ARM: da850evm: Remove legacy MMC code by Adam Ford · 6 years ago
  87. d6ce4c0 bcm963158: enable led support by Philippe Reynes · 6 years ago
  88. 4ae0542 dt: bcm963158: enable led controller by Philippe Reynes · 6 years ago
  89. cfbb03b dt: bcm63158: add led controller by Philippe Reynes · 6 years ago
  90. 4ac59e3 led: bcm6858: allow to use this driver on ARCH_963158 by Philippe Reynes · 6 years ago
  91. 102b231 bcm968580xref: enable led support by Philippe Reynes · 6 years ago
  92. 9689921 dt: bcm968580xref: enable led controller by Philippe Reynes · 6 years ago
  93. c406a47 mmc: stm32_sdmmc2: Fix r1b timeout issue by Christophe Kerello · 6 years ago
  94. b611535 mmc: stm32_sdmmc2: Update DT properties with v4.19 bindings by Patrick Delaunay · 6 years ago
  95. c89b87c ARM: dts: stm32: Update sdmmc binding for stm32mp157c-ed1 by Patrice Chotard · 6 years ago
  96. e4995e6 ARM: dts: stm32: Update sdmmc binding for stm32h743i-eval by Patrice Chotard · 5 years ago
  97. 77594d7 board: stm32f746-disco: Get MII/RMII phy_mode from DT by Patrice Chotard · 6 years ago
  98. 136580c configs: stm32f746-disco: Enable SPI_FLASH_MACRONIX by Patrice Chotard · 6 years ago
  99. cc19887 configs: stm32f746-disco: enable CONFIG_DISTRO_DEFAULTS by Patrice Chotard · 6 years ago
  100. 019ce05 configs: stm32f746-disco: update EXTRA_ENV_SETTINGS by Patrice Chotard · 6 years ago