1. 32dfa5d usb: dwc2-otg: make regs_phy (in platdata) a uintptr_t by Philipp Tomsich · 6 years ago
  2. 33aeaaf Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  3. f275163 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  4. 925a51d mtd: sf: Make sf_mtd.c more robust by Boris Brezillon · 6 years ago
  5. 4be0c81 mtd: sf: Unregister the MTD device prior to removing the spi_flash obj by Boris Brezillon · 6 years ago
  6. 7dfad31 mtd: Don't stop MTD partition creation when it fails on one device by Boris Brezillon · 6 years ago
  7. 46ba2e8 mtd: Make sure we don't parse MTD partitions belonging to another dev by Boris Brezillon · 6 years ago
  8. a24d985 mtd: Make sure the name passed in mtdparts fits in mtd_name[] by Boris Brezillon · 6 years ago
  9. 1d2c149 mtd: Be more strict on the "mtdparts=" prefix check by Boris Brezillon · 6 years ago
  10. dde6ec7 mtd: Use get_mtdids() instead of env_get("mtdids") in mtd_search_alternate_name() by Boris Brezillon · 6 years ago
  11. 9080e28 mtd: sf: Make sure we don't register the same device twice by Boris Brezillon · 6 years ago
  12. db0d805 mtd: Delete partitions attached to the device when a device is deleted by Boris Brezillon · 6 years ago
  13. b132875 mtd: Parse mtdparts/mtdids again when the MTD list has been updated by Boris Brezillon · 6 years ago
  14. 059e4a6 mtd: Add a function to report when the MTD dev list has been updated by Boris Brezillon · 6 years ago
  15. 4ca48c9 x86: acpi: Generate SPCR table by Andy Shevchenko · 6 years ago
  16. 6e84f087 x86: acpi: Add SPCR table description by Andy Shevchenko · 6 years ago
  17. d778fc4 serial: ns16550: Provide ->getinfo() implementation by Andy Shevchenko · 6 years ago
  18. 747dc67 Merge git://git.denx.de/u-boot-riscv by Tom Rini · 6 years ago
  19. 42ca238 Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-video by Tom Rini · 6 years ago
  20. 72fccfe serial: ns16550: Read reg-io-width from device tree by Andy Shevchenko · 6 years ago
  21. 8ecb57e serial: ns16550: Group reg_* members of ns16550_platdata by Andy Shevchenko · 6 years ago
  22. 44f21da dm: serial: Introduce ->getinfo() callback by Andy Shevchenko · 6 years ago
  23. 08e9879 dm: serial: Add ->getconfig() callback by Andy Shevchenko · 6 years ago
  24. d7585f2 power: regulator: denied disable on always-on regulator by Patrick Delaunay · 6 years ago
  25. a318115 dm: core: add functions to get/remap I/O addresses by name by Álvaro Fernández Rojas · 6 years ago
  26. 3901484 binman: Add myself as maintainer by Simon Glass · 6 years ago
  27. 872f454 dm: (re)sort uclass ids alphabetically by Philipp Tomsich · 6 years ago
  28. e5568fc dm: rtc: Fix function name in comment by Philipp Tomsich · 6 years ago
  29. 10a5162 buildman/toolchain.py: handle inconsistent tarball names by Trevor Woerner · 6 years ago
  30. e0557a7 buildman/toolchain.py: fix toolchain directory by Trevor Woerner · 6 years ago
  31. 8c8cf53 Add inttypes.h by Simon Glass · 6 years ago
  32. 0d477ae Add UINT32_MAX and UINT64_MAX by Simon Glass · 6 years ago
  33. e1e4cb3 time: Update mdelay() to delay in one large chunk by Simon Glass · 6 years ago
  34. a119b90 video: backlight: Fix log message in enable_sequence() by Simon Glass · 6 years ago
  35. 5a6e8fd input: i8042: Use remove() instead of exported functions by Simon Glass · 6 years ago
  36. ea2cf05 cros_ec: Adjust to use v1 vboot context only by Simon Glass · 6 years ago
  37. 48d268f cros: Correct a printf() string and comment by Simon Glass · 6 years ago
  38. e26b685 tpm: Fix a logging warning in unpack_byte_string() by Simon Glass · 6 years ago
  39. b4ebd1f tpm: Add non-volatile index attributes needed for v2 by Simon Glass · 6 years ago
  40. 36e2a04 tpm: Export tpm_clear_and_reenable() by Simon Glass · 6 years ago
  41. e03dbde tpm: Remove use of build-time TPM versions by Simon Glass · 6 years ago
  42. 66cf8f7 sandbox: Use 'extras' to specify 'head' files by Simon Glass · 6 years ago
  43. 24a284a sandbox: Zero the ram buffer on startup by Simon Glass · 6 years ago
  44. 7e4d49c sandbox: sysreset: Update to support power-on reset by Simon Glass · 6 years ago
  45. 08ffea7 sandbox: net: Correct name copy in eth_raw_bus_post_bind() by Simon Glass · 6 years ago
  46. 1e91b12 sandbox: physmem: Use mapping to support sandbox by Simon Glass · 6 years ago
  47. 38c2eae sandbox: Check the filename in jump_to_image_no_args() by Simon Glass · 6 years ago
  48. 23eabbb sandbox: Fix up the debug message for the image filename by Simon Glass · 6 years ago
  49. 2a21815 riscv: ax25-ae350: Pass dtb address to u-boot with a1 register by Rick Chen · 6 years ago
  50. 1929fe2 riscv: Add S-mode defconfigs for QEMU virt machine by Anup Patel · 6 years ago
  51. ea6a7a0 riscv: qemu: Use different SYS_TEXT_BASE for S-mode by Anup Patel · 6 years ago
  52. 89b3934 riscv: Add kconfig option to run U-Boot in S-mode by Anup Patel · 6 years ago
  53. 73a258c Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  54. 410f096 video: use BMP_ALIGN_CENTER define from splash.h by Anatolij Gustschin · 6 years ago
  55. 28e07f3 cmd: bmp: manage centered display by Patrick Delaunay · 6 years ago
  56. e0455a4 cmd: add clear screen 'cls' command by Anatolij Gustschin · 6 years ago
  57. 4726f06 ARM: dts: Turn ULCB into Multi-DTB config by Marek Vasut · 6 years ago
  58. 7dd7b49 ARM: dts: Turn Salvator-X into Multi-DTB config by Marek Vasut · 6 years ago
  59. c15e096 ARM: rmobile: Drop unused macros from Gen3 boards by Marek Vasut · 6 years ago
  60. b90dc69 ARM: rmobile: Set environment variable containing CPU type by Marek Vasut · 6 years ago
  61. d5ccf46 ARM: rmobile: Enable MMC extensions by Marek Vasut · 6 years ago
  62. ab9fbe9 ARM: dts: rmobile: Sync Gen3 DTs with Linux 4.19.6 by Marek Vasut · 6 years ago
  63. cac4635 ARM: dts: rmobile: Sync Gen2 DTs with Linux 4.19.6 by Marek Vasut · 6 years ago
  64. 96e502d ARM: dts: rmobile: Extract i2c6 on M2W Porter by Marek Vasut · 6 years ago
  65. 5b16ba9 ARM: dts: rmobile: Extract SCIF2 node on E3 Ebisu by Marek Vasut · 6 years ago
  66. ee5b69f ARM: dts: rmobile: Extract SDHI nodes on E3 Ebisu by Marek Vasut · 6 years ago
  67. 2af23a8 ARM: dts: rmobile: Extract SDHI extras on H3, M3W, M3N Salvator-X by Marek Vasut · 6 years ago
  68. d34dfe1 ARM: dts: rmobile: Extract SDHI extras on H3 and M3W ULCB by Marek Vasut · 6 years ago
  69. 3e6cb07 ARM: dts: rmobile: Extract CPLD node on H3 and M3W ULCB by Marek Vasut · 6 years ago
  70. d490d43 ARM: dts: rmobile: Extract AVB node extras on V3M Eagle by Marek Vasut · 6 years ago
  71. 3b7dffe ARM: dts: rmobile: Extract SDHI nodes on M3N by Marek Vasut · 6 years ago
  72. b2e2fe3 ARM: dts: rmobile: Extract USB nodes on M3N by Marek Vasut · 6 years ago
  73. 3e7ae7e3 ARM: dts: rmobile: Extract RPC node to u-boot specific DT by Marek Vasut · 6 years ago
  74. 6582a21 ARM: dts: rmobile: Add soc label to Gen3 by Marek Vasut · 6 years ago
  75. 4f34a4b ARM: rmobile: Convert to bootm_size by Marek Vasut · 6 years ago
  76. 4105e97 mmc: Do not issue CMD 6 on SD 1.00 and SD 1.01 by Marek Vasut · 6 years ago
  77. cece68d Prepare v2019.01-rc1 by Tom Rini · 6 years ago
  78. b9f44cc MAINTAINERS: board: qcom: db820c: update email. by Jorge Ramirez-Ortiz · 6 years ago
  79. 4cfcde0 Revert "serial: ns16550: fix debug uart putc called before init" by Simon Goldschmidt · 6 years ago
  80. efacd9f dm: MIGRATION: Update migration plan for BLK by Tom Rini · 6 years ago
  81. a1fdb05 dm: MIGRATION: Add migration plan for CONFIG_SATA by Tom Rini · 6 years ago
  82. 64e6acb dm: MIGRATION: Add migration plan for DM_USB by Tom Rini · 6 years ago
  83. 47c583c dm: MIGRATION: Add migration plan for DM_MMC by Tom Rini · 6 years ago
  84. 8222e45 Merge tag 'xilinx-for-v2019.01' of git://git.denx.de/u-boot-microblaze by Tom Rini · 6 years ago
  85. a27b3fb Merge tag 'signed-rpi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  86. de320b8 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  87. 7b56617 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  88. 113066a Merge branch '2018-12-03-master-imports' by Tom Rini · 6 years ago
  89. ed10255 rpi: add 3 Model A+ by Jonathan Gray · 6 years ago
  90. f3fb554 rpi: add URL of official revision code list by Jonathan Gray · 6 years ago
  91. 7d18673 video: Allow driver to specify the line length by Simon Glass · 6 years ago
  92. 996f235 spi, mpc8xx: migrate to DM_SPI by Christophe Leroy · 6 years ago
  93. ee6f542 board_r: fix build with DM_SPI by Christophe Leroy · 6 years ago
  94. e8800e1 drivers: serial: get rid of non DM mpc8xx driver by Christophe Leroy · 6 years ago
  95. c5d7108 board: MCR3000: migrate to DM_SERIAL by Christophe Leroy · 6 years ago
  96. 12bbc0f drivers: serial: migrate mpc8xx to DM by Christophe Leroy · 6 years ago
  97. 5d5675a board: MCR3000: use new DM watchdog by Christophe Leroy · 6 years ago
  98. 4015930 drivers: watchdog: add a DM driver for the MPC8xx watchdog by Christophe Leroy · 6 years ago
  99. daf328a board: MCR3000: Activate CONFIG_DM and CONFIG_OF_CONTROL by Christophe Leroy · 6 years ago
  100. 8dff3e9 powerpc, mpc8xx: clear top of stack by Christophe Leroy · 6 years ago