1. 83af276 watchdog: cadence: Remove driver specific "timeout-sec" handling by Stefan Roese · Thu Apr 11 15:58:45 2019 +0200
  2. 502acb0 watchdog: Implement generic watchdog_reset() version by Stefan Roese · Thu Apr 11 15:58:44 2019 +0200
  3. cfea79c arm: mvebu: turris_omnia: Use thumb instructions in SPL to save space by Stefan Roese · Wed Apr 24 16:05:06 2019 +0200
  4. 11b073d ARM: kirkwood: enable CONFIG_DM_USB on db-88f6281-bp by Chris Packham · Sat Apr 13 20:21:19 2019 +1200
  5. 90b4a00 ARM: kirkwood: add db-88f6281-bp board by Chris Packham · Sat Apr 13 20:21:18 2019 +1200
  6. 79b4b94 arm: kirkwood: lsxl: add note about sata in README by Michael Walle · Thu Apr 11 15:36:21 2019 +0200
  7. 289f155 arm: kirkwood: openrd: Increase U-Boot size in flash to make it fit by Stefan Roese · Thu Apr 11 12:33:36 2019 +0200
  8. 44d9848 arm: kirkwood: openrd: Remove superfluous CONFIG_ENV_ADDR by Stefan Roese · Thu Apr 11 12:33:35 2019 +0200
  9. f3e8fee arm: kirkwood: dts: Add openrd-* dtb makefile build targets by Stefan Roese · Thu Apr 11 12:33:34 2019 +0200
  10. 53e93d3 arm: mvebu: turris_omnia: use MMC driver model by Pierre Bourdon · Thu Apr 11 04:56:59 2019 +0200
  11. b9af62d mmc: mv_sdhci: add driver model support by Pierre Bourdon · Thu Apr 11 04:56:58 2019 +0200
  12. 9a1386f arm: mvebu: turris_omnia: fix eeprom/mcu device names by Pierre Bourdon · Thu Apr 11 01:00:23 2019 +0200
  13. 18ae337 Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm by Tom Rini · Wed Apr 24 12:27:29 2019 -0400
  14. 3313539 Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efi by Tom Rini · Wed Apr 24 12:26:58 2019 -0400
  15. d7f0a35 Merge tag 'u-boot-stm32-mcu-20190423' of https://github.com/pchotard/u-boot by Tom Rini · Wed Apr 24 12:26:39 2019 -0400
  16. e59d7eb Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogic by Tom Rini · Wed Apr 24 12:26:25 2019 -0400
  17. 64040a4 Merge branch '2019-04-22-master-imports' by Tom Rini · Wed Apr 24 09:04:23 2019 -0400
  18. 792631c image: android: fix 'iminfo' typo by Eugeniu Rosca · Mon Apr 08 17:35:28 2019 +0200
  19. 1403f39 image: android: allow booting lz4-compressed kernels by Eugeniu Rosca · Mon Apr 08 17:35:27 2019 +0200
  20. 6b3635e test: env: Enable env unit tests by default by Heinrich Schuchardt · Sun Apr 07 17:57:40 2019 +0200
  21. 8a8e86f pci: pci.h: add missing maskbit by Ramon Fried · Sat Apr 06 05:12:01 2019 +0300
  22. a312309 fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle() by Thierry Reding · Mon Apr 15 10:08:20 2019 +0200
  23. 85bddff dm: core: Change platform specific translation-offset handling by Stefan Roese · Fri Apr 12 16:42:28 2019 +0200
  24. 54310eb simple-bus: add DM_FLAG_PRE_RELOC flag to simple-bus driver by Lukas Auer · Wed Apr 10 14:46:07 2019 +0200
  25. ad0bcb1 sandbox: Enable the 'trace' command when tracing is used by Simon Glass · Mon Apr 08 13:20:53 2019 -0600
  26. 445078e Convert CONFIG_TRACE_BUFFER_SIZE et al to Kconfig by Simon Glass · Mon Apr 08 13:20:52 2019 -0600
  27. bfce7fc Convert CONFIG_TRACE to Kconfig by Simon Glass · Mon Apr 08 13:20:51 2019 -0600
  28. f710d38 trace: Tidy up error returns by Simon Glass · Mon Apr 08 13:20:50 2019 -0600
  29. 903276d div64: Don't instrument the division function by Simon Glass · Mon Apr 08 13:20:49 2019 -0600
  30. c11719c div64: Use kernel types by Simon Glass · Mon Apr 08 13:20:48 2019 -0600
  31. c1442d6 initcall: Drop use of header files by Simon Glass · Mon Apr 08 13:20:47 2019 -0600
  32. 171bb99 sandbox: Increase the early-trace-buffer size by Simon Glass · Mon Apr 08 13:20:46 2019 -0600
  33. 14b9477 bootstage: Allow calling bootstage_mark() before bootstage_init() by Simon Glass · Mon Apr 08 13:20:45 2019 -0600
  34. e6c3c2b sandbox: Move pre-console buffer out of the way of tracing by Simon Glass · Mon Apr 08 13:20:44 2019 -0600
  35. cd3705e sandbox: Drop the printf() in setup_ram_buf() by Simon Glass · Mon Apr 08 13:20:43 2019 -0600
  36. fc2dde8 sandbox: Correct maths in allocation routines by Simon Glass · Mon Apr 08 13:20:42 2019 -0600
  37. 752707a sandbox: Improve debugging in initcall_run_list() by Simon Glass · Mon Apr 08 13:20:41 2019 -0600
  38. 388b145 common: command: Add command execution tracer. by Christoph Muellner · Fri Apr 05 13:03:46 2019 +0200
  39. d3617b4 fdt: boot_get_fdt: android: use ENV 'fdtaddr' as fallback by Eugeniu Rosca · Mon Apr 01 12:52:52 2019 +0200
  40. 60a869a fdt: boot_get_fdt: android: compress handling (non-functional) by Eugeniu Rosca · Mon Apr 01 12:45:36 2019 +0200
  41. a7da502 fdt: boot_get_fdt: simplify no_fdt handling (non-functional) by Eugeniu Rosca · Mon Apr 01 12:45:35 2019 +0200
  42. 1974f95 fdt: boot_get_fdt: really boot w/o FDT when "goto no_fdt" by Eugeniu Rosca · Mon Apr 01 12:45:34 2019 +0200
  43. 0d5cf7e fdt: boot_get_fdt: remove redundant zeroing out by Eugeniu Rosca · Mon Apr 01 12:45:33 2019 +0200
  44. 2e43f0f ARMv8: PSCI: Fix PSCI_TABLE relocation issue by Lars Povlsen · Thu Apr 04 14:38:50 2019 +0200
  45. 92e51d0 bootm: Simplying cache flush code by Trent Piepho · Wed Mar 27 23:50:09 2019 +0000
  46. ecc2740 malloc: Fix memalign not honoring alignment prior to full malloc init by Andreas Dannenberg · Wed Mar 27 13:17:26 2019 -0500
  47. 438b6cd spl: spl_nand.c: Add NAND loading message by Stefan Roese · Tue Mar 26 13:04:00 2019 +0100
  48. b6530b4 ARM: MediaTek: Add support for MT8516 SoC by Fabien Parent · Sun Mar 24 16:46:38 2019 +0100
  49. 2a33b68 pinctrl: add driver for MT8516 by Fabien Parent · Sun Mar 24 16:46:37 2019 +0100
  50. 1fe5ad0 clk: mediatek: add driver for MT8516 by Fabien Parent · Sun Mar 24 16:46:36 2019 +0100
  51. 69463e5 clk: mediatek: add support for SETCLR_INV and NO_SETCLR flags by Fabien Parent · Sun Mar 24 16:46:35 2019 +0100
  52. 8ed608a mmc: mtk-sd: fix configuration option check by Fabien Parent · Sun Mar 24 16:46:34 2019 +0100
  53. 1d520a4 mmc: mtk-sd: add support for MT8516 by Fabien Parent · Sun Mar 24 16:46:33 2019 +0100
  54. 297fa1a mmc: mtk-sd: add source_cg clock support by Fabien Parent · Sun Mar 24 16:46:32 2019 +0100
  55. e70b3ec poplar: enable Ethernet driver support by Shawn Guo · Wed Mar 20 15:32:41 2019 +0800
  56. 0e1cc91 net: add higmacv300 Ethernet driver for HiSilicon platform by Shawn Guo · Wed Mar 20 15:32:40 2019 +0800
  57. 8aa8f30 reset: add reset driver for HiSilicon platform by Shawn Guo · Wed Mar 20 15:32:39 2019 +0800
  58. 9aec3cd reset: add polarity field into struct reset_ctl by Shawn Guo · Wed Mar 20 15:32:38 2019 +0800
  59. 99f762f pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS by Thierry Reding · Fri Mar 15 16:32:33 2019 +0100
  60. adf0d99 pci: Add boundary check for hose->regions by Thierry Reding · Fri Mar 15 16:32:32 2019 +0100
  61. f5be0a4 ARM: da850evm: Remove legacy MMC code by Adam Ford · Fri Mar 15 14:29:20 2019 -0500
  62. 1e3de43 bcm963158: enable led support by Philippe Reynes · Fri Mar 22 17:02:08 2019 +0100
  63. 24aa76f dt: bcm963158: enable led controller by Philippe Reynes · Fri Mar 22 17:02:07 2019 +0100
  64. 9e35887 dt: bcm63158: add led controller by Philippe Reynes · Fri Mar 22 17:02:06 2019 +0100
  65. 49465cb led: bcm6858: allow to use this driver on ARCH_963158 by Philippe Reynes · Fri Mar 22 17:02:05 2019 +0100
  66. b4ea577 bcm968580xref: enable led support by Philippe Reynes · Fri Mar 22 17:02:04 2019 +0100
  67. cf95b9b dt: bcm968580xref: enable led controller by Philippe Reynes · Fri Mar 22 17:02:03 2019 +0100
  68. 8a0b523 mmc: stm32_sdmmc2: Fix r1b timeout issue by Christophe Kerello · Thu Dec 06 15:58:10 2018 +0100
  69. 920e89f mmc: stm32_sdmmc2: Update DT properties with v4.19 bindings by Patrick Delaunay · Fri Nov 16 10:25:54 2018 +0100
  70. 882d72e ARM: dts: stm32: Update sdmmc binding for stm32mp157c-ed1 by Patrice Chotard · Tue Feb 12 17:17:58 2019 +0100
  71. 5d462e1 ARM: dts: stm32: Update sdmmc binding for stm32h743i-eval by Patrice Chotard · Wed Apr 17 11:53:29 2019 +0200
  72. d8c7755 board: stm32f746-disco: Get MII/RMII phy_mode from DT by Patrice Chotard · Fri Feb 22 15:04:44 2019 +0100
  73. ed7fce3 configs: stm32f746-disco: Enable SPI_FLASH_MACRONIX by Patrice Chotard · Fri Feb 22 15:04:43 2019 +0100
  74. 1bc56c5 configs: stm32f746-disco: enable CONFIG_DISTRO_DEFAULTS by Patrice Chotard · Thu Feb 21 10:12:08 2019 +0100
  75. 231902c configs: stm32f746-disco: update EXTRA_ENV_SETTINGS by Patrice Chotard · Thu Feb 21 10:07:54 2019 +0100
  76. 3e178ba mmc: arm_pl180_mmci: Sync compatible with kernel by Patrice Chotard · Wed Dec 05 14:04:32 2018 +0100
  77. 636768f pinctrl: stm32: Add st,stm32f769-pinctrl compatible string by Patrice Chotard · Tue Dec 11 14:49:18 2018 +0100
  78. 555930a ARM: dts: stm32: Restore old usart1 clock bindings for stm32f7 by Patrice Chotard · Mon Feb 18 23:19:45 2019 +0100
  79. 044d7af ARM: dts: stm32: Sync DT with v4.20 kernel for stm32h7 by Patrice Chotard · Thu Dec 06 11:53:39 2018 +0100
  80. 92a12ff ARM: dts: Migrate U-boot nodes to U-boot DT files for stm32h7 by Patrice Chotard · Thu Dec 06 11:59:42 2018 +0100
  81. 24dffa5 ARM: dts: stm32: Sync DT with v4.20 kernel for stm32f7 by Patrice Chotard · Tue Feb 19 16:49:05 2019 +0100
  82. df2e02a ARM: dts: stm32: Migrate U-boot nodes to U-boot DT files for stm32f7 by Patrice Chotard · Tue Feb 19 00:37:20 2019 +0100
  83. 2f4b642 ARM: dts: stm32: Sync DT files with v4.20 kernel for stm32f4 by Patrice Chotard · Mon Feb 18 22:54:35 2019 +0100
  84. cfad126 ARM:dts: stm32: sort nodes by alphabetical order in f4 u-boot files by Patrice Chotard · Mon Feb 18 22:46:25 2019 +0100
  85. e253127 board: amlogic-q200: fix Khadas VIM2 README by Neil Armstrong · Wed Apr 10 16:22:41 2019 +0200
  86. 6e7d0e7 board: amlogic: enable PHY_REALTEK for selected boards by Neil Armstrong · Wed Apr 10 16:41:30 2019 +0200
  87. d1e5b14 boards: meson: add g12a u200 by Jerome Brunet · Tue Feb 12 14:23:25 2019 +0100
  88. a7b09d5 ARM: dts: Import Amlogic G12A u200 DT from Linux 5.1-rc1 by Neil Armstrong · Fri Mar 08 15:09:40 2019 +0100
  89. 993709a ARM: meson: add G12a support by Jerome Brunet · Fri Feb 08 16:23:20 2019 +0100
  90. d03f5f0 clk: meson: add g12a support by Jerome Brunet · Mon Feb 11 16:45:01 2019 +0100
  91. 3da39a8 clk: create meson directory and move related drivers by Jerome Brunet · Sun Feb 10 14:54:30 2019 +0100
  92. 0ff3cd0 pinctrl: meson: add g12a support by Jerome Brunet · Fri Feb 08 17:40:57 2019 +0100
  93. 77c0dbc regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offset by Neil Armstrong · Thu Apr 11 17:01:23 2019 +0200
  94. c96c594 efi_loader: check length in CreateDeviceNode() by Heinrich Schuchardt · Tue Apr 23 00:51:01 2019 +0200
  95. f727233 efi_loader: check memory type in AllocatePages() by Heinrich Schuchardt · Tue Apr 23 00:30:53 2019 +0200
  96. 4420a33 efi_loader: need either ACPI table or device tree by Heinrich Schuchardt · Sat Apr 20 13:33:55 2019 +0200
  97. 1c111f9 efi_selftest: do not run FDT test with ACPI table. by Heinrich Schuchardt · Sat Apr 20 13:33:55 2019 +0200
  98. 59264ae test/py: pytest.mark.notbuildconfigspec() by Heinrich Schuchardt · Mon Apr 22 09:18:55 2019 +0200
  99. f58fece efi_loader: disable EFI_LOADER on vexpress_ca15_tc2 and ca9x4 by Heinrich Schuchardt · Mon Apr 22 00:06:20 2019 +0200
  100. 14ff23b efi_loader: rework bootmgr/bootefi using load_image API by AKASHI Takahiro · Fri Apr 19 12:22:35 2019 +0900