1. 5abc1a4 common: Move CONFIG_BOOTARGS to Kconfig by Sam Protsenko · 7 years ago
  2. aa6aaf9 ARM: rockchip: rock: Correct test to use CONFIG_IS_ENABLED not defined by Tom Rini · 7 years ago
  3. c1b62ba Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  4. bc5d038 stm32f1: remove stm32f1 support by Patrice Chotard · 7 years ago
  5. 7b07a20 cmd/bdinfo: correct comment in board_detail by Chris Packham · 7 years ago
  6. 3a37aee test: Move the FIT test into the correct place by Simon Glass · 7 years ago
  7. 77b4267 test: Convert the FIT test to test/py by Simon Glass · 7 years ago
  8. bde6712 test: Indent test-fit.py to match the next patch by Simon Glass · 7 years ago
  9. 0459bc3 ARM: OMAP5: Enable support for AVS0 for OMAP5 production devices by Nishanth Menon · 7 years ago
  10. 5796b66 ARM: OMAP5: Remove OPP_LOW Definitions for ES2.0 by Nishanth Menon · 7 years ago
  11. 010ad8c test: Fix FIT test to pass again by Simon Glass · 7 years ago
  12. ffdec30 wdt: Update uclass to make clear that the timeout is in ms by Andy Shevchenko · 7 years ago
  13. 160cfc4 boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset() by Nobuhiro Iwamatsu · 7 years ago
  14. 7088a36 x86: qemu: Enable NVMe driver by Bin Meng · 7 years ago
  15. beb5f52 nvme: Handle zero Maximum Data Transfer Size (MDTS) by Bin Meng · 7 years ago
  16. f81d83d nvme: Fix number of blocks detection by Jon Nettleton · 7 years ago
  17. 0deb913 nvme: Detect devices that are class Storage Express by Jon Nettleton · 7 years ago
  18. 0adc38b nvme: Add nvme commands by Zhikang Zhang · 7 years ago
  19. f6aa61d nvme: Add show routine to print detailed information by Zhikang Zhang · 7 years ago
  20. 982388e nvme: Add NVM Express driver support by Zhikang Zhang · 7 years ago
  21. ffab694 dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME by Zhikang Zhang · 7 years ago
  22. 1b69ce2 arm: mvebu: ddr3_debug: remove self assignments by xypron.glpk@gmx.de · 7 years ago
  23. a21d636 arm: mvebu: remove self assignment by xypron.glpk@gmx.de · 7 years ago
  24. 36d3534 tpm: add missing va_end by xypron.glpk@gmx.de · 7 years ago
  25. 2d5e86b ARM: hisilicon: hikey: do not rely on random stack value by xypron.glpk@gmx.de · 7 years ago
  26. d1fe197 stm32: remove redundant 'else if' by xypron.glpk@gmx.de · 7 years ago
  27. a22bbfd arm: mvebu: avoid possible NULL dereference by xypron.glpk@gmx.de · 7 years ago
  28. a598173 armv7m: mpu_config add missing break by xypron.glpk@gmx.de · 7 years ago
  29. 6def7de bcm281xx: clock: avoid possible NULL dereference by xypron.glpk@gmx.de · 7 years ago
  30. 65e8ce2 arm: bcm235xx: clk_set_rate avoid possible NULL deref by xypron.glpk@gmx.de · 7 years ago
  31. b69a084 arm: bcm235xx: avoid possible NULL dereference by xypron.glpk@gmx.de · 7 years ago
  32. 9730bcd arm: spear: do not return random value from stack by xypron.glpk@gmx.de · 7 years ago
  33. 5cc9e6b api: remove superfluous assignment by xypron.glpk@gmx.de · 7 years ago
  34. ebb3e43 Convert CONFIG_OMAP3_SPI to Kconfig by Adam Ford · 7 years ago
  35. 217273c rockchip: clk: remove RATE_TO_DIV by Kever Yang · 7 years ago
  36. 3a94d75 rockchip: clk: update dwmmc clock div by Kever Yang · 7 years ago
  37. 95ca100 rockchip: rk322x: update max-frequency for mmc node by Kever Yang · 7 years ago
  38. a2a1bfe rockchip: dts: rk322x: add sdmmc device node by Kever Yang · 7 years ago
  39. 81630a3 scripts: setlocalversion: safely extract variables from auto.conf using awk by Philipp Tomsich · 7 years ago
  40. 18d38d3 rockchip: rk322x: set the DDR region as non-secure in SPL by Kever Yang · 7 years ago
  41. bf82e20 rockchip: rk3288: fix EMMC_DIV_MASK definition in header by Kever Yang · 7 years ago
  42. e8f9ad9 rockchip: rk3368: spl: move SPL_LDSCRIPT to Kconfig by Philipp Tomsich · 7 years ago
  43. 0ee89f2 spl: moveconfig: remove SPL_LDSCRIPT definitions for header-files by Philipp Tomsich · 7 years ago
  44. b529993 spl: add hierarchical defaults for SPL_LDSCRIPT by Philipp Tomsich · 7 years ago
  45. 96b9082 rockchip: rk3188: rock: adjust for SPL/TPL split by Philipp Tomsich · 7 years ago
  46. c72c161 rockchip: remove the hard coded uart iomux setting for px5 evb by Andy Yan · 7 years ago
  47. d6d26e7 rockchip: set Pre-reloc malloc pool size to 4kb for rk3368 based boards by Andy Yan · 7 years ago
  48. bfc2ed5 rockchip: add u-boot specific dts for rk3368 based boards by Andy Yan · 7 years ago
  49. 3159a6f rockchip: rk3368: remove setup of secure timer from TPL/SPL by Philipp Tomsich · 7 years ago
  50. fe1c3cd rockchip: lion-rk3368: defconfig: enable DM timer for all stages by Philipp Tomsich · 7 years ago
  51. bc824cc dts: rk3368: make timer0 accessible for SPL and TPL by Philipp Tomsich · 7 years ago
  52. 1168d2d rockchip: timer: add device-model timer driver for RK3368 (and similar) by Philipp Tomsich · 7 years ago
  53. e9e5d9d dm: timer: normalise SPL and TPL support by Philipp Tomsich · 7 years ago
  54. b1a1600 timer: add OF_PLATDATA support for timer-uclass by Philipp Tomsich · 7 years ago
  55. b65236a configs: mpc85xx: fix fallout from SPL/TPL changes by Philipp Tomsich · 7 years ago
  56. 4ce8b4d rockchip: board: puma_rk3399: rename ATF firmware by Klaus Goger · 7 years ago
  57. 1276008 rockchip: board: puma-rk3399: fix warnings in puma_rk3399/fit_spl_atf.its by Philipp Tomsich · 7 years ago
  58. 5aa49af moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZE by Philipp Tomsich · 7 years ago
  59. 4cf4378 rockchip: rk3368: mark TPL as not inheriting its stack, text-base and size from SPL by Philipp Tomsich · 7 years ago
  60. faa18db armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACK by Philipp Tomsich · 7 years ago
  61. b3ed6ce spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via Kconfig by Philipp Tomsich · 7 years ago
  62. d9d1242 rockchip: Kconfig: preset TPL_LDSCRIPT via Kconfig for the RK3368 by Philipp Tomsich · 7 years ago
  63. dd6fbcb spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig by Philipp Tomsich · 7 years ago
  64. 4d02d20 rockchip: board: lion-rk3368: add support for the RK3368-uQ7 by Philipp Tomsich · 7 years ago
  65. d16120a rockchip: spi: enable support for the rk_spi driver for the RK3368 by Philipp Tomsich · 7 years ago
  66. 5071457 rockchip: rk3368: spl: mark SPL and TPL as supported for ROCKCHIP_RK3368 by Philipp Tomsich · 7 years ago
  67. fbbd380 rockchip: rk3368: spl: add SPL support by Philipp Tomsich · 7 years ago
  68. 9b0bc59 rockchip: spl: make spl-boot-order code reusable (split from rk3399) by Philipp Tomsich · 7 years ago
  69. a55e497 rockchip: rk3368: spl: add TPL support by Philipp Tomsich · 7 years ago
  70. 1c78740 rockchip: rk3368: spl: enable SPL_FRAMEWORK in rk3368_common.h by Philipp Tomsich · 7 years ago
  71. 1ac973a rockchip: rk3368: dts: add DMC node in rk3368.dtsi by Philipp Tomsich · 7 years ago
  72. 403e9cb rockchip: rk3368: add DRAM controller driver with DRAM initialisation by Philipp Tomsich · 7 years ago
  73. 832567d rockchip: Makefile: streamline SPL/TPL configuration by Philipp Tomsich · 7 years ago
  74. 793f2fd net: gmac_rockchip: Add support for the RK3368 GMAC by Philipp Tomsich · 7 years ago
  75. cf8aceb rockchip: clk: rk3368: add support for configuring the SPI clocks by Philipp Tomsich · 7 years ago
  76. 4e4c40d rockchip: clk: rk3368: mark 'priv' __maybe_unused in rk3368_clk_set_rate() by Philipp Tomsich · 7 years ago
  77. df0ae00 rockchip: clk: rk3368: add support for GMAC (SLCK_MAC) clock by Philipp Tomsich · 7 years ago
  78. 6292469 rockchip: clk: rk3368: support configuring the DRAM PLL (from TPL) by Philipp Tomsich · 7 years ago
  79. f5a4329 rockchip: clk: rk3368: implement MMC/SD clock reparenting by Philipp Tomsich · 7 years ago
  80. 05c57e1 rockchip: clk: rk3368: define DMA1_SRST_REQ and DMA2_SRST_REQ by Philipp Tomsich · 7 years ago
  81. a00dfa0 rockchip: clk: rk3368: implement DPLL (DRAM PLL) support by Philipp Tomsich · 7 years ago
  82. 4bebf94 rockchip: clk: rk3368: do not change CPLL/GPLL before returning to BROM by Philipp Tomsich · 7 years ago
  83. bee6180 rockchip: clk: rk3368: support OF_PLATDATA for the RK3368 clk driver by Philipp Tomsich · 7 years ago
  84. ddfe77d rockchip: clk: rk3368: implement bandwidth adjust for PLLs by Philipp Tomsich · 7 years ago
  85. e95b631 rockchip: pinctrl: rk3368: add SPI support by Philipp Tomsich · 7 years ago
  86. a49773d rockchip: pinctrl: rk3368: move IOMUX bit-definitions to pinctrl driver by Philipp Tomsich · 7 years ago
  87. abcde47 rockchip: pinctrl: rk3368: add support for configuring the MMC pins by Philipp Tomsich · 7 years ago
  88. 5282a3f rockchip: pinctrl: rk3368: add GMAC (RGMII only) support by Philipp Tomsich · 7 years ago
  89. 8f362db rockchip: rk3368: dts: add sgrf node by Philipp Tomsich · 7 years ago
  90. c1828cf rockchip: rk3368: grf: use shifted-constants by Philipp Tomsich · 7 years ago
  91. 81bd0ad rockchip: rk3368: syscon: SGRF support for OF_PLATDATA by Philipp Tomsich · 7 years ago
  92. 66a63fe rockchip: rk3368: syscon: MSCH/PMUGRF/GRF support for OF_PLATDATA by Philipp Tomsich · 7 years ago
  93. c61177a rockchip: rk3368: spl: add memory layout for TPL and SPL by Philipp Tomsich · 7 years ago
  94. e78b04f rockchip: rk3368: spl: define COUNTER_FREQUENCY to 24MHz by Philipp Tomsich · 7 years ago
  95. 525a8c8 rockchip: rk3368: pmugrf: add definitions for os_reg[0..3] by Philipp Tomsich · 7 years ago
  96. 0da5c2e rockchip: rk3368: mkimage: add support for the RK3368 by Philipp Tomsich · 7 years ago
  97. 9a8f009 rockchip: rk3368: improve Kconfig text for the RK3368 by Philipp Tomsich · 7 years ago
  98. 9e27c81 rockchip: Makefile: allow selective inclusion of sdram_common.o from TPL/SPL/U-Boot by Philipp Tomsich · 7 years ago
  99. 87c16d4 drivers: spl: consistently use the $(SPL_TPL_) macro by Philipp Tomsich · 7 years ago
  100. c3916e7 spl: add TPL_DRIVER_MISC_SUPPORT option by Philipp Tomsich · 7 years ago