1. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  2. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  3. 8551d55 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
  4. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  5. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  6. d49b889 env: Drop saveenv() in favour of env_save() by Simon Glass · 7 years ago
  7. 1753957 env: Drop env_relocate_spec() in favour of env_load() by Simon Glass · 7 years ago
  8. 10b0d7b env: Drop env_get_char_spec() by Simon Glass · 7 years ago
  9. 36d8581 env: Drop env_init_new() by Simon Glass · 7 years ago
  10. d91a8a5 env: Drop unused env_ptr variables by Simon Glass · 7 years ago
  11. d8273ed env: Drop the env_name_spec global by Simon Glass · 7 years ago
  12. d40d804 env: Drop common init() functions by Simon Glass · 7 years ago
  13. 082af92 env: Switch over to use environment location drivers by Simon Glass · 7 years ago
  14. 15e5a1a env: Add a new implementation of environment access by Simon Glass · 7 years ago
  15. 87551f1 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · 7 years ago
  16. c10a88e env: Create a location driver for each location by Simon Glass · 7 years ago
  17. a37a7c4 env: Rename nand env_location to nand_env_location by Simon Glass · 7 years ago
  18. 4bc2ad2 env: Add an enum for environment state by Simon Glass · 7 years ago
  19. 6b6c930 env: common: Drop env_get_char_memory() by Simon Glass · 7 years ago
  20. 60ba44e env: common: Drop env_get_char_init() by Simon Glass · 7 years ago
  21. 4be5f75 env: common: Factor out the common env_valid check by Simon Glass · 7 years ago
  22. 9898ff3 env: common: Drop env_get_addr() by Simon Glass · 7 years ago
  23. 480a36c env: common: Make env_get_addr/get_char_memory() static by Simon Glass · 7 years ago
  24. ea8bf84 env: Use tabs in ENV_IS_IN_FAT by Simon Glass · 7 years ago
  25. 547cb40 Move environment files from common/ to env/ by Simon Glass · 7 years ago
  26. 5e9a274 Makefile: Rename 'env' target to 'environ' by Simon Glass · 7 years ago
  27. 7af1e44 Prepare v2017.09-rc2 by Tom Rini · 7 years ago
  28. 78873cd configs: Resync with savedefconfig by Tom Rini · 7 years ago
  29. 73ab8c1 Merge git://git.denx.de/u-boot-net by Tom Rini · 7 years ago
  30. bd7bffe common: Move CONFIG_BOOTARGS to Kconfig by Sam Protsenko · 7 years ago
  31. 41f6514 driver: net: ldpaa: Update priv->phydev after free() by Prabhakar Kushwaha · 8 years ago
  32. 281a0c7 usb: net: Add support for Microchip LAN75xx and LAN78xx by Yuiko Oshino · 7 years ago
  33. a14e808 net: Add mii_resolve_flowctrl_fdx() by Yuiko Oshino · 7 years ago
  34. 25122b4 net: fman: add support RGMII_TXID to memac by Madalin Bucur · 7 years ago
  35. 133dcdd ARM: rockchip: rock: Correct test to use CONFIG_IS_ENABLED not defined by Tom Rini · 7 years ago
  36. cec35dc Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  37. 116ba6b stm32f1: remove stm32f1 support by Patrice Chotard · 7 years ago
  38. eaf42d0 cmd/bdinfo: correct comment in board_detail by Chris Packham · 7 years ago
  39. 7b41d0c test: Move the FIT test into the correct place by Simon Glass · 7 years ago
  40. fe39411 test: Convert the FIT test to test/py by Simon Glass · 7 years ago
  41. 6867ec0 test: Indent test-fit.py to match the next patch by Simon Glass · 7 years ago
  42. 159a21f ARM: OMAP5: Enable support for AVS0 for OMAP5 production devices by Nishanth Menon · 7 years ago
  43. ea50e1a ARM: OMAP5: Remove OPP_LOW Definitions for ES2.0 by Nishanth Menon · 7 years ago
  44. 5735c98 test: Fix FIT test to pass again by Simon Glass · 7 years ago
  45. 2befb4b wdt: Update uclass to make clear that the timeout is in ms by Andy Shevchenko · 7 years ago
  46. f96367a boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset() by Nobuhiro Iwamatsu · 7 years ago
  47. 139f8c1 x86: qemu: Enable NVMe driver by Bin Meng · 7 years ago
  48. ab1c160 nvme: Handle zero Maximum Data Transfer Size (MDTS) by Bin Meng · 7 years ago
  49. e15555a nvme: Fix number of blocks detection by Jon Nettleton · 7 years ago
  50. 7435481 nvme: Detect devices that are class Storage Express by Jon Nettleton · 7 years ago
  51. 4945565 nvme: Add nvme commands by Zhikang Zhang · 7 years ago
  52. a744a4f nvme: Add show routine to print detailed information by Zhikang Zhang · 7 years ago
  53. 145b88f nvme: Add NVM Express driver support by Zhikang Zhang · 7 years ago
  54. 182fccd dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME by Zhikang Zhang · 7 years ago
  55. 273d3f7 arm: mvebu: ddr3_debug: remove self assignments by xypron.glpk@gmx.de · 7 years ago
  56. 94e8daa arm: mvebu: remove self assignment by xypron.glpk@gmx.de · 7 years ago
  57. b7af157 tpm: add missing va_end by xypron.glpk@gmx.de · 7 years ago
  58. a43d6d4 ARM: hisilicon: hikey: do not rely on random stack value by xypron.glpk@gmx.de · 7 years ago
  59. 0f86c33 stm32: remove redundant 'else if' by xypron.glpk@gmx.de · 7 years ago
  60. 3a69c70 arm: mvebu: avoid possible NULL dereference by xypron.glpk@gmx.de · 7 years ago
  61. 29f6526 armv7m: mpu_config add missing break by xypron.glpk@gmx.de · 7 years ago
  62. 52ddee8 bcm281xx: clock: avoid possible NULL dereference by xypron.glpk@gmx.de · 7 years ago
  63. f59c82e arm: bcm235xx: clk_set_rate avoid possible NULL deref by xypron.glpk@gmx.de · 7 years ago
  64. c2c76ba arm: bcm235xx: avoid possible NULL dereference by xypron.glpk@gmx.de · 7 years ago
  65. 699c223 arm: spear: do not return random value from stack by xypron.glpk@gmx.de · 7 years ago
  66. 0a23a73 api: remove superfluous assignment by xypron.glpk@gmx.de · 7 years ago
  67. 9fa2df8 Convert CONFIG_OMAP3_SPI to Kconfig by Adam Ford · 7 years ago
  68. f20995b rockchip: clk: remove RATE_TO_DIV by Kever Yang · 7 years ago
  69. 99b546d rockchip: clk: update dwmmc clock div by Kever Yang · 7 years ago
  70. 086a871 rockchip: rk322x: update max-frequency for mmc node by Kever Yang · 7 years ago
  71. b0aafcc rockchip: dts: rk322x: add sdmmc device node by Kever Yang · 7 years ago
  72. c4a0d33 scripts: setlocalversion: safely extract variables from auto.conf using awk by Philipp Tomsich · 7 years ago
  73. a65d5fa rockchip: rk322x: set the DDR region as non-secure in SPL by Kever Yang · 7 years ago
  74. a10ece2 rockchip: rk3288: fix EMMC_DIV_MASK definition in header by Kever Yang · 7 years ago
  75. 37ffb85 rockchip: rk3368: spl: move SPL_LDSCRIPT to Kconfig by Philipp Tomsich · 7 years ago
  76. fec7402 spl: moveconfig: remove SPL_LDSCRIPT definitions for header-files by Philipp Tomsich · 7 years ago
  77. 2d6a0cc spl: add hierarchical defaults for SPL_LDSCRIPT by Philipp Tomsich · 7 years ago
  78. fefc4ec rockchip: rk3188: rock: adjust for SPL/TPL split by Philipp Tomsich · 7 years ago
  79. 3f350bd rockchip: remove the hard coded uart iomux setting for px5 evb by Andy Yan · 7 years ago
  80. f4ecbc8 rockchip: set Pre-reloc malloc pool size to 4kb for rk3368 based boards by Andy Yan · 7 years ago
  81. a1579a4 rockchip: add u-boot specific dts for rk3368 based boards by Andy Yan · 7 years ago
  82. 9d81faa rockchip: rk3368: remove setup of secure timer from TPL/SPL by Philipp Tomsich · 7 years ago
  83. 3560d7d rockchip: lion-rk3368: defconfig: enable DM timer for all stages by Philipp Tomsich · 7 years ago
  84. 0a4873f dts: rk3368: make timer0 accessible for SPL and TPL by Philipp Tomsich · 7 years ago
  85. 02a61b7 rockchip: timer: add device-model timer driver for RK3368 (and similar) by Philipp Tomsich · 7 years ago
  86. 4fac4ea dm: timer: normalise SPL and TPL support by Philipp Tomsich · 7 years ago
  87. 163796c timer: add OF_PLATDATA support for timer-uclass by Philipp Tomsich · 7 years ago
  88. edfcaa3 configs: mpc85xx: fix fallout from SPL/TPL changes by Philipp Tomsich · 7 years ago
  89. 653d204 rockchip: board: puma_rk3399: rename ATF firmware by Klaus Goger · 7 years ago
  90. dc30a6e rockchip: board: puma-rk3399: fix warnings in puma_rk3399/fit_spl_atf.its by Philipp Tomsich · 8 years ago
  91. 7d1319b moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZE by Philipp Tomsich · 7 years ago
  92. 01b219e rockchip: rk3368: mark TPL as not inheriting its stack, text-base and size from SPL by Philipp Tomsich · 7 years ago
  93. 44aa830 armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACK by Philipp Tomsich · 7 years ago
  94. deff59a spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via Kconfig by Philipp Tomsich · 7 years ago
  95. cbacb40 rockchip: Kconfig: preset TPL_LDSCRIPT via Kconfig for the RK3368 by Philipp Tomsich · 7 years ago
  96. be1c53a spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig by Philipp Tomsich · 7 years ago
  97. 1620d35 rockchip: board: lion-rk3368: add support for the RK3368-uQ7 by Philipp Tomsich · 7 years ago
  98. c720b89 rockchip: spi: enable support for the rk_spi driver for the RK3368 by Philipp Tomsich · 7 years ago
  99. 84af43e rockchip: rk3368: spl: mark SPL and TPL as supported for ROCKCHIP_RK3368 by Philipp Tomsich · 7 years ago
  100. a900e7c rockchip: rk3368: spl: add SPL support by Philipp Tomsich · 7 years ago