1. 46031b3 Merge tag 'arc-updates-for-2018.11-rc2' of git://git.denx.de/u-boot-arc by Tom Rini · 6 years ago
  2. 5396e8b arc: Add support for IoT development kit by Alexey Brodkin · 7 years ago
  3. f31414a ARC: Enable DISPLAY_CPUINFO & DISPLAY_BOARDINFO by Alexey Brodkin · 6 years ago
  4. 7fe46b9 ARC: Implement print_cpuinfo() by Alexey Brodkin · 6 years ago
  5. c3dcd50 ARC: Add model property to boards .dts by Alexey Brodkin · 6 years ago
  6. 56ddae7 ARC: Don't pre-define CROSS_COMPILE by Alexey Brodkin · 6 years ago
  7. ad8c9f6 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  8. 5eee9de spi: Add SPI driver for MT76xx SoCs by Stefan Roese · 6 years ago
  9. 9e5c2a7 mtd: nand: spi: Add Gigadevice SPI NAND support by Stefan Roese · 6 years ago
  10. 881e4fc sf: Add XMC xm25qh64a and xm25qh128a entries by Stefan Roese · 7 years ago
  11. a1588ac Merge tag 'rockchip-for-v2018.11' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago
  12. 94228a9 Merge git://git.denx.de/u-boot-riscv by Tom Rini · 6 years ago
  13. e5145ad Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 6 years ago
  14. 5845f66 riscv: allow native compilation by Heinrich Schuchardt · 7 years ago
  15. 9d9b3dc riscv: cosmetic: Reword do_reset() printf message. by Rick Chen · 6 years ago
  16. b984ddc riscv: Move do_reset() to a common place by Bin Meng · 6 years ago
  17. 510e379 riscv: Add QEMU virt board support by Bin Meng · 6 years ago
  18. cd1f45c riscv: kconfig: Imply DM support for some common drivers by Bin Meng · 6 years ago
  19. bf6cc82 riscv: kconfig: Select DM and OF_CONTROL by Bin Meng · 6 years ago
  20. 4694c93 riscv: ae350: Clean up mixed tabs and spaces in the dts by Bin Meng · 6 years ago
  21. b5369c5 riscv: Make start.S available for all targets by Bin Meng · 6 years ago
  22. ed49ba4 riscv: bootm: Pass mhartid CSR value to kernel by Bin Meng · 6 years ago
  23. e5ea1e5 riscv: Remove CSR read/write defines in encoding.h by Bin Meng · 6 years ago
  24. 2fab2e9 riscv: Add a helper routine to print CPU information by Bin Meng · 6 years ago
  25. ce7a8e0 riscv: Explicitly pass -march and -mabi to the compiler by Bin Meng · 6 years ago
  26. 3d60156 riscv: Fix coding style issues in the linker script by Bin Meng · 6 years ago
  27. dfb828e riscv: Move the linker script to the CPU root directory by Bin Meng · 6 years ago
  28. 058b77a riscv: cmd: bdinfo: Print the relocation address by Bin Meng · 6 years ago
  29. 8cdc6b5 riscv: Remove mach type by Bin Meng · 6 years ago
  30. 4afeedf riscv: bootm: Correct the 1st kernel argument to hart id by Bin Meng · 6 years ago
  31. 3ad4866 riscv: Remove setup.h by Bin Meng · 6 years ago
  32. 117a433 riscv: kconfig: Normalize architecture name spelling by Bin Meng · 6 years ago
  33. 86c83e8 i2c: Add support for the Arm's Versatile Express I2C controller. by Liviu Dudau · 6 years ago
  34. 592cd5d Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  35. b3bec25 spi: sh_qspi: Add DM support to SH QSPI driver by Marek Vasut · 6 years ago
  36. 4ccb2f2 driver/spi: fsl_qspi: Remove non-DM stuff by Ashish Kumar · 6 years ago
  37. 6ac5909 spi: designware_spi: Add reset ctrl to driver by Ley Foon Tan · 6 years ago
  38. 938db6f cmd: mtdparts: describe as legacy by Miquel Raynal · 6 years ago
  39. c58fb2c cmd: ubi: clean the partition handling by Miquel Raynal · 6 years ago
  40. 5db66b3 cmd: mtd: add 'mtd' command by Miquel Raynal · 6 years ago
  41. 2a74930 mtd: mtdpart: implement proper partition handling by Miquel Raynal · 6 years ago
  42. ff4afa8 mtd: uboot: search for an equivalent MTD name with the mtdids by Miquel Raynal · 6 years ago
  43. 21cc1fb mtd: mtdpart: add a generic mtdparts-like parser by Miquel Raynal · 6 years ago
  44. e9f62db mtd: uclass: add probe function by Miquel Raynal · 6 years ago
  45. 739def7 dm: drop unused helper in MTD header by Miquel Raynal · 6 years ago
  46. e4d5fa3 rockchip: rk3188: explicitly set vcc_sd0 pin to gpio on rk3188-radxarock by Heiko Stuebner · 6 years ago
  47. 598a26a rockchip: rk3188: add u-boot-specific mmc properties by Heiko Stuebner · 6 years ago
  48. 26a52f3 rockchip: dwmmc: add rk2928-dw-mshc compatible by Heiko Stuebner · 6 years ago
  49. 05fa06b mmc: dw_mmc: check fifo status with a timeout in fifo mode by Heiko Stuebner · 6 years ago
  50. 2ba8bf2 Prepare v2018.11-rc1 by Tom Rini · 6 years ago
  51. 2f81282 MAINTAINERS: at91: update entry for at91 boards by Eugen Hristev · 6 years ago
  52. d24c1d0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  53. 2c1e16b MAINTAINERS: Update some entries for missed boards by Tom Rini · 6 years ago
  54. c979539 fs: btrfs: Fix cache alignment bugs by Marek Vasut · 6 years ago
  55. 30b3241 usb:ci_udc: don't overwrite configuration on pullup by Ramon Fried · 6 years ago
  56. aa043ee db410c: automatically launch fastboot by Ramon Fried · 6 years ago
  57. 0a195b0 DB410c: Enable fastboot support by Ramon Fried · 6 years ago
  58. 2466704 usb: ehci-msm: Add init_after_reset for CI_UDC by Ramon Fried · 6 years ago
  59. 8164952 usb:ci_udc: Introduce init_after_reset phy function by Ramon Fried · 6 years ago
  60. 0683b27 ehci: msm: use init_type in probe by Ramon Fried · 6 years ago
  61. 0ac0b6e ehci: msm: switch to generic PHY uclass by Ramon Fried · 6 years ago
  62. 7846dbd configs: db410c: Enable USB PHY by Ramon Fried · 6 years ago
  63. 665e452 dts: db410c: Add bindings for MSM USB phy by Ramon Fried · 6 years ago
  64. 92454e4 phy: db410c: Add MSM USB PHY driver by Ramon Fried · 6 years ago
  65. 2df573e db410c: serial# env using msm board serial by Ramon Fried · 6 years ago
  66. 6b0861a dts: db410c: add alias for USB by Ramon Fried · 6 years ago
  67. 2df4923 ehci: msm: Add missing platdata by Ramon Fried · 6 years ago
  68. cd8c3ae ehci: Replace board_prepare_usb with board_usb_init by Ramon Fried · 6 years ago
  69. 95a0772 serial: serial_stm32: Enable uart FIFO for STM32F7xx SoCs by Patrice Chotard · 6 years ago
  70. 18f201e u-boot: align cache flushes in load_elf_image_shdr to line boundaries by Neil Stainton · 6 years ago
  71. 0c54411 kbuild: fix # escaping in appending U-Boot own DT by Masahiro Yamada · 6 years ago
  72. e5e701c Kbuild: fix # escaping in .cmd files for future Make by Rasmus Villemoes · 6 years ago
  73. aa608b6 spl: mmc: Report device number when we fail by Alex Kiernan · 6 years ago
  74. a71e907 clk: Add support for Arm's Versatile Express OSC clock generators by Liviu Dudau · 6 years ago
  75. d71b029 cmd: env: Fix CRC calculation for 'env export -c -s' by Neil Stainton · 6 years ago
  76. b592936 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 6 years ago
  77. 31b8217 dm: test: Add "/firmware" node scan test by Rajan Vaja · 6 years ago
  78. e7a52ba firmware: Add FIRMWARE config prompt string by Rajan Vaja · 6 years ago
  79. 969c8f4 sandbox: Add an explanation of the sandbox variants by Simon Glass · 6 years ago
  80. e62a24c buildman: Avoid hanging when the config changes by Simon Glass · 6 years ago
  81. 3eb992a include/dm.h: Remove duplicated include directive by Liviu Dudau · 6 years ago
  82. 9bf8650 include/clk.h: Fix the name of the clock uclass in comment by Liviu Dudau · 6 years ago
  83. c35a7d3 fdt: fdtdec_setup_memory_banksize() use livetree by Jens Wiklander · 6 years ago
  84. ff8eee0 cmd: clk: Add trivial implementation of clock dump for DM by Marek Vasut · 7 years ago
  85. e6fd018 test: Add tests for board uclass by Mario Six · 7 years ago
  86. 6238ae4 board: Add gazerbeam driver by Mario Six · 7 years ago
  87. 5381c28 drivers: Add board uclass by Mario Six · 7 years ago
  88. 172942a test: Add tests for dev_{enable, disable}_by_path by Mario Six · 7 years ago
  89. e4c98a5 core: Add dev_{disable,enable}_by_path by Mario Six · 7 years ago
  90. 2ea4d0d test: Add tests for DT-manipulation functions by Mario Six · 7 years ago
  91. e369e58 core: Add functions to set properties in live-tree by Mario Six · 7 years ago
  92. 163ed6c binman: Allow writing a map file when something goes wrong by Simon Glass · 6 years ago
  93. fe1ae3e binman: Support ELF files for U-Boot and SPL by Simon Glass · 6 years ago
  94. f8f8df6 binman: Correct fmap output on x86 by Simon Glass · 6 years ago
  95. 08723a7 binman: Record the parent section of each section by Simon Glass · 6 years ago
  96. f025363 binman: Support x86 microcode in TPL by Simon Glass · 6 years ago
  97. e0e5df9 binman: Support hashing entries by Simon Glass · 6 years ago
  98. 9c888cc binman: Mention section attributes in docs by Simon Glass · 6 years ago
  99. ba64a0b binman: Support expanding entries by Simon Glass · 6 years ago
  100. 0a98b28 binman: Support adding files by Simon Glass · 6 years ago