1. c37e0cf TI: ARCH_OMAP2PLUS: Enable SPL_STACK_R and provide default value by Tom Rini · 7 years ago
  2. c0a4e2d spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector() by Seung-Woo Kim · 7 years ago
  3. 9f44711 dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabled by Bin Meng · 7 years ago
  4. f6e373e usb: storage: Refactor to use max_xfer_blk from struct us_data by Bin Meng · 7 years ago
  5. 25d65f1 spl: Fix compiling warning on gunzip argument by York Sun · 7 years ago
  6. aca62db spl: stash bootstage info before jump to next stage by Kever Yang · 7 years ago
  7. 0cbf114 bootstage: adjust Makefile to allow including bootstage in SPL, but not in TPL by Philipp Tomsich · 7 years ago
  8. 572d4f2 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  9. 72eec11 bootstage: Provide a separate record count setting for SPL by Simon Glass · 7 years ago
  10. b501191 bootstage: Drop unused options by Simon Glass · 7 years ago
  11. b77fe1f board_f: Drop the timer after relocation by Simon Glass · 7 years ago
  12. 6e51fb2 fit: Introduce methods for applying overlays on fit-load by Pantelis Antoniou · 7 years ago
  13. 5e671d6 fit: Do not throw away extra configuration on fit_image_load() by Pantelis Antoniou · 7 years ago
  14. a488074 fit: Allow multiple images per property by Pantelis Antoniou · 7 years ago
  15. 592386d fdt: Introduce helper method fdt_overlay_apply_verbose() by Pantelis Antoniou · 7 years ago
  16. dcb711f spl: add newline in debug output by Anatolij Gustschin · 7 years ago
  17. 30f9d56 image: Add TI PMMC image type by Andrew F. Davis · 7 years ago
  18. a058b8a spl: fit: Add booting OS first by York Sun · 7 years ago
  19. adf99fa spl: fit: Support both external and embedded data by York Sun · 7 years ago
  20. a6945fe spl: fit: Eanble GZIP support for image decompression by York Sun · 7 years ago
  21. 0dacdb0 spl: typo fix for SPL_ATF_SUPPORT description by Kever Yang · 7 years ago
  22. 7e9e0b5 splash_source: Verify FIT magic by Niko Mauno · 7 years ago
  23. 47dce76 Revert "Merge git://git.denx.de/u-boot-video" by Tom Rini · 7 years ago
  24. bd0f255 Merge git://git.denx.de/u-boot-video by Tom Rini · 7 years ago
  25. a220f8f Merge git://git.denx.de/u-boot-imx by Tom Rini · 7 years ago
  26. 28674c9 spl: do not repeat timer init on i.MX6 by Anatolij Gustschin · 7 years ago
  27. 59f1ac3 splash_source: Verify FIT magic by Niko Mauno · 7 years ago
  28. 51962ee bootvx_fdt: fix missing 'fdt_fixup_ethernet(...)' on vxWorks boot by Hannes Schmelzer · 7 years ago
  29. 1664c5b common: console: Fix duplicated CONFIG in silent env callback by Wilson Lee · 7 years ago
  30. d0d9d21 spl: add serial download protocol (SDP) support by Stefan Agner · 7 years ago
  31. bda6f77 fb_mmc.c: Correct blk_dread() return value checks by Tom Rini · 7 years ago
  32. 0ac605c common/fb_mmc.c: Fix warnings about casts by Tom Rini · 7 years ago
  33. 3b361dc common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATA by Thomas Petazzoni · 7 years ago
  34. 195bc4b spl: spl_mmc.c Correct blk_dread() return value check by Tom Rini · 7 years ago
  35. 03361c7 hash: Compile only hardware or software versions of SHA algorithms by Tom Rini · 7 years ago
  36. fb9fc96 lcd: avoid possible NULL dereference by xypron.glpk@gmx.de · 7 years ago
  37. f7f0377 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  38. e062f91 spl: fix Makefile for NOR, XIP and YMODEM by Philipp Tomsich · 7 years ago
  39. 6c857ad dm: sata: Support driver model with the 'sata' command by Simon Glass · 7 years ago
  40. da1a134 env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  41. 399a9ce env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  42. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  43. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  44. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  45. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  46. 547cb40 Move environment files from common/ to env/ by Simon Glass · 7 years ago
  47. bd7bffe common: Move CONFIG_BOOTARGS to Kconfig by Sam Protsenko · 7 years ago
  48. cec35dc Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  49. f96367a boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset() by Nobuhiro Iwamatsu · 7 years ago
  50. 4fac4ea dm: timer: normalise SPL and TPL support by Philipp Tomsich · 7 years ago
  51. 7d1319b moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZE by Philipp Tomsich · 7 years ago
  52. deff59a spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via Kconfig by Philipp Tomsich · 7 years ago
  53. be1c53a spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig by Philipp Tomsich · 7 years ago
  54. 0e22188 spl: add TPL_DRIVER_MISC_SUPPORT option by Philipp Tomsich · 7 years ago
  55. ae7dcd8 spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds by Philipp Tomsich · 7 years ago
  56. 0c8e75c spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPL by Philipp Tomsich · 7 years ago
  57. 60e1578 spl: dm: use CONFIG_IS_ENABLED to test for the DM option by Philipp Tomsich · 7 years ago
  58. 6c7a88e spl: dm: Kconfig: fix help text for SPL/TPL confusion by Philipp Tomsich · 7 years ago
  59. 1013935 spl: use TPL_SYS_MALLOC_F_LEN for TPL by Philipp Tomsich · 7 years ago
  60. 2706fb1 spl: configure 'return to bootrom' separately for SPL and TPL by Philipp Tomsich · 7 years ago
  61. 83ad702 spl: add a 'return to bootrom' boot method by Philipp Tomsich · 7 years ago
  62. 4f6d388 common/env_embedded.c: rename PPCENV/PPCTEXT macros by Thomas Petazzoni · 7 years ago
  63. c3e088d common/env_embedded.c: drop support for CONFIG_SYS_USE_PPCENV by Thomas Petazzoni · 7 years ago
  64. 089eb6c Merge tag 'xilinx-for-v2017.09' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 7 years ago
  65. 0522353 common: board_f: Make reserve_mmu a weak function by Siva Durga Prasad Paladugu · 7 years ago
  66. 8bf9908 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  67. 6f40e7c x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig by Bin Meng · 7 years ago
  68. 842a8de x86: kconfig: Let board select BOARD_EARLY_INIT_F by Bin Meng · 7 years ago
  69. 29f304b fdt: Correct fdt_get_base_address() by Simon Glass · 7 years ago
  70. 5f4bd8c dm: mmc: Allow disabling driver model in SPL by Simon Glass · 7 years ago
  71. 10a7fe9 dm: console: Check for serial devices properly by Simon Glass · 7 years ago
  72. 045e4b5 console: Unify the check for a serial console by Simon Glass · 7 years ago
  73. 17f14d9 env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig by Tom Rini · 7 years ago
  74. d91dce4 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  75. a4b2bfb usb: hub: Call usb_update_hub_device() after hub descriptor is fetched by Bin Meng · 7 years ago
  76. 66dcbd2 usb: hub: Parse and save TT details from device descriptor by Bin Meng · 7 years ago
  77. dab7437 usb: hub: Support 'set hub depth' request for USB 3.0 hubs by Bin Meng · 7 years ago
  78. 2b51a1b usb: hub: Translate USB 3.0 hub port status into old version by Bin Meng · 7 years ago
  79. 5ecfd5d usb: hub: Add a new API to test if a hub device is root hub by Bin Meng · 7 years ago
  80. 2eee794 usb: hub: Remove hub_port_reset() by Bin Meng · 7 years ago
  81. 05d08d0 usb: hub: Use 'struct usb_hub_device' as hub device's uclass_priv by Bin Meng · 7 years ago
  82. 0d66b3a usb: hub: Change USB hub descriptor to match USB 3.0 hubs by Bin Meng · 7 years ago
  83. 5003a8f usb: hub: Revise wLength for 'get port status' request by Bin Meng · 7 years ago
  84. e8930c4 usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub by Bin Meng · 7 years ago
  85. 049ba14 usb: hub: Update handling connect status/change in usb_scan_port() by Bin Meng · 7 years ago
  86. f25fe39 console: simplify puts() by Masahiro Yamada · 7 years ago
  87. 1fa20e4d spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · 7 years ago
  88. 72195c0 Merge git://git.denx.de/u-boot-mips by Tom Rini · 7 years ago
  89. 4b48bac Convert CONFIG_ENV_IS_IN_ONENAND to Kconfig by Simon Glass · 7 years ago
  90. 5b32e18 Convert CONFIG_ENV_IS_IN_FAT to Kconfig by Simon Glass · 7 years ago
  91. 8d8f742 Convert CONFIG_ENV_IS_IN_REMOTE to Kconfig by Simon Glass · 7 years ago
  92. 3b21fdd Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig by Simon Glass · 7 years ago
  93. 6617a73 Convert CONFIG_ENV_IS_IN_DATAFLASH to Kconfig by Simon Glass · 7 years ago
  94. a3a0023 Convert CONFIG_ENV_IS_IN_EEPROM to Kconfig by Simon Glass · 7 years ago
  95. 690c05a Convert CONFIG_ENV_IS_IN_NVRAM to Kconfig by Simon Glass · 7 years ago
  96. 41f661d Convert CONFIG_ENV_IS_IN_FLASH to Kconfig by Simon Glass · 7 years ago
  97. a19d3d2 env: Move help from README to Kconfig by Simon Glass · 7 years ago
  98. 73c18b4 Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig by Simon Glass · 7 years ago
  99. d3a278d MIPS: Stop building position independent code by Paul Burton · 7 years ago
  100. 0a2e176 env: Switch env_nand, env_mmc and env_ubi to env_import_redund by Fiach Antaw · 8 years ago