1. b015082 ARC: Add model property to boards .dts by Alexey Brodkin · 6 years ago
  2. ead2fe2 ARC: Don't pre-define CROSS_COMPILE by Alexey Brodkin · 6 years ago
  3. f59a467 Merge tag 'rockchip-for-v2018.11' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago
  4. f3a8924 Merge git://git.denx.de/u-boot-riscv by Tom Rini · 6 years ago
  5. 0d5978f Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 6 years ago
  6. 920f7dc riscv: allow native compilation by Heinrich Schuchardt · 6 years ago
  7. f25398e riscv: cosmetic: Reword do_reset() printf message. by Rick Chen · 6 years ago
  8. de8d80e riscv: Move do_reset() to a common place by Bin Meng · 6 years ago
  9. 8a8694d riscv: Add QEMU virt board support by Bin Meng · 6 years ago
  10. 3880c38 riscv: kconfig: Imply DM support for some common drivers by Bin Meng · 6 years ago
  11. a760eba riscv: kconfig: Select DM and OF_CONTROL by Bin Meng · 6 years ago
  12. 6e1033f riscv: ae350: Clean up mixed tabs and spaces in the dts by Bin Meng · 6 years ago
  13. bcb3843 riscv: Make start.S available for all targets by Bin Meng · 6 years ago
  14. 8294bb5 riscv: bootm: Pass mhartid CSR value to kernel by Bin Meng · 6 years ago
  15. 748dae2 riscv: Remove CSR read/write defines in encoding.h by Bin Meng · 6 years ago
  16. 055700e riscv: Add a helper routine to print CPU information by Bin Meng · 6 years ago
  17. e2ff918 riscv: Explicitly pass -march and -mabi to the compiler by Bin Meng · 6 years ago
  18. c7feb19 riscv: Fix coding style issues in the linker script by Bin Meng · 6 years ago
  19. a28e0f5 riscv: Move the linker script to the CPU root directory by Bin Meng · 6 years ago
  20. c64736d riscv: cmd: bdinfo: Print the relocation address by Bin Meng · 6 years ago
  21. ebd336f riscv: Remove mach type by Bin Meng · 6 years ago
  22. aca590b riscv: bootm: Correct the 1st kernel argument to hart id by Bin Meng · 6 years ago
  23. d9eec24 riscv: Remove setup.h by Bin Meng · 6 years ago
  24. 6b69775 riscv: kconfig: Normalize architecture name spelling by Bin Meng · 6 years ago
  25. 6cdeb49 i2c: Add support for the Arm's Versatile Express I2C controller. by Liviu Dudau · 6 years ago
  26. ac3de90 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  27. d2da045 spi: sh_qspi: Add DM support to SH QSPI driver by Marek Vasut · 6 years ago
  28. 63f7711 driver/spi: fsl_qspi: Remove non-DM stuff by Ashish Kumar · 6 years ago
  29. fc3382d spi: designware_spi: Add reset ctrl to driver by Ley Foon Tan · 6 years ago
  30. 007dddc cmd: mtdparts: describe as legacy by Miquel Raynal · 6 years ago
  31. 12f1ff1 cmd: ubi: clean the partition handling by Miquel Raynal · 6 years ago
  32. 741f4c7 cmd: mtd: add 'mtd' command by Miquel Raynal · 6 years ago
  33. 6382e0c mtd: mtdpart: implement proper partition handling by Miquel Raynal · 6 years ago
  34. 1a08e99 mtd: uboot: search for an equivalent MTD name with the mtdids by Miquel Raynal · 6 years ago
  35. 6f381d5 mtd: mtdpart: add a generic mtdparts-like parser by Miquel Raynal · 6 years ago
  36. aa168ac mtd: uclass: add probe function by Miquel Raynal · 6 years ago
  37. 216a9bb dm: drop unused helper in MTD header by Miquel Raynal · 6 years ago
  38. e66e1cc rockchip: rk3188: explicitly set vcc_sd0 pin to gpio on rk3188-radxarock by Heiko Stuebner · 6 years ago
  39. 99a8f74 rockchip: rk3188: add u-boot-specific mmc properties by Heiko Stuebner · 6 years ago
  40. 52c55a2 rockchip: dwmmc: add rk2928-dw-mshc compatible by Heiko Stuebner · 6 years ago
  41. 46b7a4f mmc: dw_mmc: check fifo status with a timeout in fifo mode by Heiko Stuebner · 6 years ago
  42. e13e91f Prepare v2018.11-rc1 by Tom Rini · 6 years ago
  43. 75ef231 MAINTAINERS: at91: update entry for at91 boards by Eugen Hristev · 6 years ago
  44. b93eea7 Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  45. 864d4a9 MAINTAINERS: Update some entries for missed boards by Tom Rini · 6 years ago
  46. a2f9cbf fs: btrfs: Fix cache alignment bugs by Marek Vasut · 6 years ago
  47. 8c09fce usb:ci_udc: don't overwrite configuration on pullup by Ramon Fried · 6 years ago
  48. dbc9410 db410c: automatically launch fastboot by Ramon Fried · 6 years ago
  49. ce8ea06 DB410c: Enable fastboot support by Ramon Fried · 6 years ago
  50. cbee908 usb: ehci-msm: Add init_after_reset for CI_UDC by Ramon Fried · 6 years ago
  51. 5d4eb84 usb:ci_udc: Introduce init_after_reset phy function by Ramon Fried · 6 years ago
  52. 7b0334f ehci: msm: use init_type in probe by Ramon Fried · 6 years ago
  53. 7e36596 ehci: msm: switch to generic PHY uclass by Ramon Fried · 6 years ago
  54. 23774fe configs: db410c: Enable USB PHY by Ramon Fried · 6 years ago
  55. e7e278c dts: db410c: Add bindings for MSM USB phy by Ramon Fried · 6 years ago
  56. 019fb8c phy: db410c: Add MSM USB PHY driver by Ramon Fried · 6 years ago
  57. 63596f0 db410c: serial# env using msm board serial by Ramon Fried · 6 years ago
  58. d5ea5bb dts: db410c: add alias for USB by Ramon Fried · 6 years ago
  59. 4383948 ehci: msm: Add missing platdata by Ramon Fried · 6 years ago
  60. bc866cc8 ehci: Replace board_prepare_usb with board_usb_init by Ramon Fried · 6 years ago
  61. 988de86 serial: serial_stm32: Enable uart FIFO for STM32F7xx SoCs by Patrice Chotard · 6 years ago
  62. f92c83b u-boot: align cache flushes in load_elf_image_shdr to line boundaries by Neil Stainton · 6 years ago
  63. a002e04 kbuild: fix # escaping in appending U-Boot own DT by Masahiro Yamada · 6 years ago
  64. c17cb56 Kbuild: fix # escaping in .cmd files for future Make by Rasmus Villemoes · 6 years ago
  65. f5920d0 spl: mmc: Report device number when we fail by Alex Kiernan · 6 years ago
  66. ba024e6 clk: Add support for Arm's Versatile Express OSC clock generators by Liviu Dudau · 6 years ago
  67. 960a5fd cmd: env: Fix CRC calculation for 'env export -c -s' by Neil Stainton · 6 years ago
  68. 6973345 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 6 years ago
  69. b3b2ddb dm: test: Add "/firmware" node scan test by Rajan Vaja · 6 years ago
  70. ed022eb firmware: Add FIRMWARE config prompt string by Rajan Vaja · 6 years ago
  71. 8065487 sandbox: Add an explanation of the sandbox variants by Simon Glass · 6 years ago
  72. aa09b36 buildman: Avoid hanging when the config changes by Simon Glass · 6 years ago
  73. fd14708 include/dm.h: Remove duplicated include directive by Liviu Dudau · 6 years ago
  74. 0a083b8 include/clk.h: Fix the name of the clock uclass in comment by Liviu Dudau · 6 years ago
  75. 7f6a45a fdt: fdtdec_setup_memory_banksize() use livetree by Jens Wiklander · 6 years ago
  76. 9254f99 cmd: clk: Add trivial implementation of clock dump for DM by Marek Vasut · 6 years ago
  77. ab664ff test: Add tests for board uclass by Mario Six · 6 years ago
  78. a7dfbd0 board: Add gazerbeam driver by Mario Six · 6 years ago
  79. 2161e55 drivers: Add board uclass by Mario Six · 6 years ago
  80. d6f6dc3 test: Add tests for dev_{enable, disable}_by_path by Mario Six · 6 years ago
  81. 3bedfbe core: Add dev_{disable,enable}_by_path by Mario Six · 6 years ago
  82. 058ef5b test: Add tests for DT-manipulation functions by Mario Six · 6 years ago
  83. 047dafc core: Add functions to set properties in live-tree by Mario Six · 6 years ago
  84. cd817d5 binman: Allow writing a map file when something goes wrong by Simon Glass · 6 years ago
  85. b171423 binman: Support ELF files for U-Boot and SPL by Simon Glass · 6 years ago
  86. c64aea5 binman: Correct fmap output on x86 by Simon Glass · 6 years ago
  87. 7c767ad binman: Record the parent section of each section by Simon Glass · 6 years ago
  88. 3fb4f42 binman: Support x86 microcode in TPL by Simon Glass · 6 years ago
  89. ae7cf03 binman: Support hashing entries by Simon Glass · 6 years ago
  90. 8004581 binman: Mention section attributes in docs by Simon Glass · 6 years ago
  91. fa79a81 binman: Support expanding entries by Simon Glass · 6 years ago
  92. ac6328c binman: Support adding files by Simon Glass · 6 years ago
  93. 2a7c4b6 binman: Allow zero-size sections by Simon Glass · 6 years ago
  94. 7ba3359 binman: Support compressed entries by Simon Glass · 6 years ago
  95. 58be04b Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
  96. d8d4fca Merge tag 'mpc85xx-for-v2018.11-rc1' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 6 years ago
  97. b50374f Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 6 years ago
  98. c7a8810 Convert CONFIG_DISABLE_CONSOLE to Kconfig by Christian Gmeiner · 6 years ago
  99. 4a60fef ARM: da850evm_direct_nor_defconfig: Enable DM_SERIAL by Adam Ford · 6 years ago
  100. 7eed61f ARM: omap3_logic: Remove non-DM MMC initialization by Adam Ford · 6 years ago