1. 470135b Merge git://www.denx.de/git/u-boot-imx by Tom Rini · 7 years ago
  2. 723806c env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  3. 35affd7 env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  4. bfebc8c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  5. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  6. fd1e959 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
  7. 018f530 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  8. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  9. e872f27 imx: mx7: fix build warning when CONFIG_IMX_RDC not enabled by Peng Fan · 7 years ago
  10. 9402caf imx: mx6sl: simplify code using setbits_le32 by Peng Fan · 7 years ago
  11. 7236297 imx: mx6sx: select OSC as uart's clk parent by Peng Fan · 7 years ago
  12. 79a57b5 imx: mx6: soc: fix mx6sll settings by Peng Fan · 7 years ago
  13. 3d3598d imx: mx6: select ARM_ERRATA_845369 by Peng Fan · 7 years ago
  14. 11d9431 arm: Implement workaround for Cortex-A9 errata 845369 by Peng Fan · 7 years ago
  15. 91435cd ARM: i.MX6: exclude the ARM errata from i.MX6 UP system by Peng Fan · 7 years ago
  16. 0c7c6fb imx: imx6ull: correct get_cpu_speed_grade_hz by Sébastien Szymanski · 7 years ago
  17. 44e6705 imx: imx6ul: correct get_cpu_speed_grade_hz on 696MHz SoCs by Sébastien Szymanski · 7 years ago
  18. ff3a5fc imx6: clock: correct comment for PLL_VIDEO by Anatolij Gustschin · 7 years ago
  19. 557b9b7 imx6: use SION macro in SDn_CMD mux mode bitfield arguments by Anatolij Gustschin · 7 years ago
  20. 0151009 env: Drop saveenv() in favour of env_save() by Simon Glass · 7 years ago
  21. c1c3fe2 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · 7 years ago
  22. 0649cd0 Move environment files from common/ to env/ by Simon Glass · 7 years ago
  23. c1b62ba Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  24. bc5d038 stm32f1: remove stm32f1 support by Patrice Chotard · 7 years ago
  25. 0459bc3 ARM: OMAP5: Enable support for AVS0 for OMAP5 production devices by Nishanth Menon · 7 years ago
  26. 5796b66 ARM: OMAP5: Remove OPP_LOW Definitions for ES2.0 by Nishanth Menon · 7 years ago
  27. d1fe197 stm32: remove redundant 'else if' by xypron.glpk@gmx.de · 7 years ago
  28. a22bbfd arm: mvebu: avoid possible NULL dereference by xypron.glpk@gmx.de · 7 years ago
  29. a598173 armv7m: mpu_config add missing break by xypron.glpk@gmx.de · 7 years ago
  30. 6def7de bcm281xx: clock: avoid possible NULL dereference by xypron.glpk@gmx.de · 7 years ago
  31. 65e8ce2 arm: bcm235xx: clk_set_rate avoid possible NULL deref by xypron.glpk@gmx.de · 7 years ago
  32. b69a084 arm: bcm235xx: avoid possible NULL dereference by xypron.glpk@gmx.de · 7 years ago
  33. 9730bcd arm: spear: do not return random value from stack by xypron.glpk@gmx.de · 7 years ago
  34. 95ca100 rockchip: rk322x: update max-frequency for mmc node by Kever Yang · 7 years ago
  35. a2a1bfe rockchip: dts: rk322x: add sdmmc device node by Kever Yang · 7 years ago
  36. 18d38d3 rockchip: rk322x: set the DDR region as non-secure in SPL by Kever Yang · 7 years ago
  37. bf82e20 rockchip: rk3288: fix EMMC_DIV_MASK definition in header by Kever Yang · 7 years ago
  38. e8f9ad9 rockchip: rk3368: spl: move SPL_LDSCRIPT to Kconfig by Philipp Tomsich · 7 years ago
  39. b529993 spl: add hierarchical defaults for SPL_LDSCRIPT by Philipp Tomsich · 7 years ago
  40. 96b9082 rockchip: rk3188: rock: adjust for SPL/TPL split by Philipp Tomsich · 7 years ago
  41. bfc2ed5 rockchip: add u-boot specific dts for rk3368 based boards by Andy Yan · 7 years ago
  42. 3159a6f rockchip: rk3368: remove setup of secure timer from TPL/SPL by Philipp Tomsich · 7 years ago
  43. bc824cc dts: rk3368: make timer0 accessible for SPL and TPL by Philipp Tomsich · 7 years ago
  44. e9e5d9d dm: timer: normalise SPL and TPL support by Philipp Tomsich · 7 years ago
  45. 5aa49af moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZE by Philipp Tomsich · 7 years ago
  46. 4cf4378 rockchip: rk3368: mark TPL as not inheriting its stack, text-base and size from SPL by Philipp Tomsich · 7 years ago
  47. faa18db armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACK by Philipp Tomsich · 7 years ago
  48. d9d1242 rockchip: Kconfig: preset TPL_LDSCRIPT via Kconfig for the RK3368 by Philipp Tomsich · 7 years ago
  49. 4d02d20 rockchip: board: lion-rk3368: add support for the RK3368-uQ7 by Philipp Tomsich · 7 years ago
  50. 5071457 rockchip: rk3368: spl: mark SPL and TPL as supported for ROCKCHIP_RK3368 by Philipp Tomsich · 7 years ago
  51. fbbd380 rockchip: rk3368: spl: add SPL support by Philipp Tomsich · 7 years ago
  52. 9b0bc59 rockchip: spl: make spl-boot-order code reusable (split from rk3399) by Philipp Tomsich · 7 years ago
  53. a55e497 rockchip: rk3368: spl: add TPL support by Philipp Tomsich · 7 years ago
  54. 1ac973a rockchip: rk3368: dts: add DMC node in rk3368.dtsi by Philipp Tomsich · 7 years ago
  55. 403e9cb rockchip: rk3368: add DRAM controller driver with DRAM initialisation by Philipp Tomsich · 7 years ago
  56. 832567d rockchip: Makefile: streamline SPL/TPL configuration by Philipp Tomsich · 7 years ago
  57. 793f2fd net: gmac_rockchip: Add support for the RK3368 GMAC by Philipp Tomsich · 7 years ago
  58. df0ae00 rockchip: clk: rk3368: add support for GMAC (SLCK_MAC) clock by Philipp Tomsich · 7 years ago
  59. f5a4329 rockchip: clk: rk3368: implement MMC/SD clock reparenting by Philipp Tomsich · 7 years ago
  60. 05c57e1 rockchip: clk: rk3368: define DMA1_SRST_REQ and DMA2_SRST_REQ by Philipp Tomsich · 7 years ago
  61. a49773d rockchip: pinctrl: rk3368: move IOMUX bit-definitions to pinctrl driver by Philipp Tomsich · 7 years ago
  62. 8f362db rockchip: rk3368: dts: add sgrf node by Philipp Tomsich · 7 years ago
  63. c1828cf rockchip: rk3368: grf: use shifted-constants by Philipp Tomsich · 7 years ago
  64. 81bd0ad rockchip: rk3368: syscon: SGRF support for OF_PLATDATA by Philipp Tomsich · 7 years ago
  65. 66a63fe rockchip: rk3368: syscon: MSCH/PMUGRF/GRF support for OF_PLATDATA by Philipp Tomsich · 7 years ago
  66. 525a8c8 rockchip: rk3368: pmugrf: add definitions for os_reg[0..3] by Philipp Tomsich · 7 years ago
  67. 9a8f009 rockchip: rk3368: improve Kconfig text for the RK3368 by Philipp Tomsich · 7 years ago
  68. 9e27c81 rockchip: Makefile: allow selective inclusion of sdram_common.o from TPL/SPL/U-Boot by Philipp Tomsich · 7 years ago
  69. c3be619 armv8: spl: Support separate stack for TPL by Philipp Tomsich · 7 years ago
  70. e6a0586 armv8: move low-level assembly functions into function-sections by Philipp Tomsich · 7 years ago
  71. 19b68fb rockchip: back-to-bootrom: simplify the #ifdef-check for LIBCOMMON in TPL/SPL by Philipp Tomsich · 7 years ago
  72. ee14d29 rockchip: back-to-bootrom: split BACK_TO_BOOTROM for TPL/SPL by Philipp Tomsich · 7 years ago
  73. 36979c7 rockchip: back-to-bootrom: add 'back-to-bootrom' support for AArch64 by Philipp Tomsich · 7 years ago
  74. 225d30b spl: add a 'return to bootrom' boot method by Philipp Tomsich · 7 years ago
  75. b730ff3 omap3: incorrect logical check in do_emif4_init by xypron.glpk@gmx.de · 7 years ago
  76. da0227f arm: omap: Fix 'get_device_type()' for OMAP34XX by Derald D. Woods · 7 years ago
  77. 5bbc265 Convert CONFIG_NAND to Kconfig by Adam Ford · 7 years ago
  78. e7a815f Convert CONFIG_CMD_ZBOOT to Kconfig by Simon Glass · 7 years ago
  79. 72c3033 Convert CONFIG_CMD_SPL to Kconfig by Simon Glass · 7 years ago
  80. 2a728f3 Convert CONFIG_CMD_SH_ZIMAGEBOOT to Kconfig by Simon Glass · 7 years ago
  81. 719d36e Convert CONFIG_CMD_SF_TEST to Kconfig by Simon Glass · 7 years ago
  82. 15dc63d Convert CONFIG_CMD_SAVES to Kconfig by Simon Glass · 7 years ago
  83. fa37922 Convert CONFIG_CMD_REGINFO to Kconfig by Christophe Leroy · 7 years ago
  84. 6500ec7 Convert CONFIG_CMD_PCI to Kconfig by Simon Glass · 7 years ago
  85. 0091362 Convert CONFIG_CMD_PCA953X to Kconfig by Simon Glass · 7 years ago
  86. 7f513e8 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  87. b24065c Merge git://git.denx.de/u-boot-i2c by Tom Rini · 7 years ago
  88. daa0f05 Convert CONFIG_SYS_I2C_OMAP24XX to Kconfig by Adam Ford · 7 years ago
  89. a8ecb39 config: ls1012aqds: Enable USB EHCI support for ls1012aqds by Rajesh Bhagat · 7 years ago
  90. bf7aecc armv8/fsl-lsch2: correct the config description of DSPI clock divider by Hou Zhiqiang · 7 years ago
  91. 94d50be Configs: Migrate CONFIG_SYS_I2C_OMAP34XX to CONFIG_SYS_I2C_OMAP24XX by Adam Ford · 7 years ago
  92. d529124 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  93. 1989374 configs: Finish migration of PHY_GIGE by Tom Rini · 7 years ago
  94. 323a6d6 x86: acpi: Fix build error with certain configuration by Bin Meng · 7 years ago
  95. 091e51d x86: Remove dead ISA related codes by Bin Meng · 7 years ago
  96. 3146f0c Move PHYLIB to Kconfig by Alexandru Gagniuc · 7 years ago
  97. c89782d net: move Broadcom SF2 driver to Kconfig by Suji Velupillai · 7 years ago
  98. 679590e stmf32f4: soc: fix buildman compilation error by Patrice Chotard · 7 years ago
  99. fdc7718 board: usb_a9263: Update to support DT and DM by Wenyou.Yang@microchip.com · 7 years ago
  100. 94db512 board: ethernut5: Update to support DT and DM by Wenyou.Yang@microchip.com · 7 years ago