1. 8f92558 Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig by Simon Glass · 8 years ago
  2. 98af879 Convert SILENT_CONSOLE options to Kconfig by Simon Glass · 8 years ago
  3. 6440746 watchdog: Fix Watchdog Reset while in U-Boot Prompt by Andreas J. Reichel · 8 years ago
  4. 29d3bc7 spl: move SYS_OS_BASE to Kconfig by Heiko Schocher · 8 years ago
  5. c20ae2f spl: move SPL_OS_BOOT to Kconfig by Heiko Schocher · 8 years ago
  6. df87e6b libfdt: Sync fdt_for_each_subnode() with upstream by Simon Glass · 8 years ago
  7. b02e404 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  8. ef47683 cmd/fdt: add possibilty to have 'extrasize' on fdt resize by Hannes Schmelzer · 8 years ago
  9. 5ebd27d Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 8 years ago
  10. 8435179 common: Add DISPLAY_BOARDINFO by Lokesh Vutla · 8 years ago
  11. 19a9747 common/Kconfig: Add DISPLAY_CPUINFO by Lokesh Vutla · 8 years ago
  12. 006bccb board_f: Drop the extra fdtdec_prepare_fdt() by Simon Glass · 8 years ago
  13. d8441ea dm: stdio: Allow lazy probing of video devices by Simon Glass · 8 years ago
  14. f5fd45f Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  15. d2d9bdf spl: saveenv: adding saveenv support in SPL by B, Ravi · 8 years ago
  16. 43e0a3d common/console.c: ensure GD_FLG_SILENT is set or cleared by Chris Packham · 8 years ago
  17. fc0b594 Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  18. d32b2d1 spl: Make spl_boot_list a local variable by Simon Glass · 8 years ago
  19. f4d7d85 spl: Update spl_load_simple_fit() to take an spl_image param by Simon Glass · 8 years ago
  20. 710e9ca spl: Update fat functions to take an spl_image parameter by Simon Glass · 8 years ago
  21. b4a6c2a spl: Update ext functions to take an spl_image parameter by Simon Glass · 8 years ago
  22. 2a2ee2a spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · 8 years ago
  23. 97d9df0 spl: Convert spl_board_load_image() to use linker list by Simon Glass · 8 years ago
  24. 7ec0389 spl: Convert spl_net_load_image() to use linker list by Simon Glass · 8 years ago
  25. 139db7a spl: Convert spl_spi_load_image() to use linker list by Simon Glass · 8 years ago
  26. 0a9b73a spl: spi: Move the generic SPI loader into common/spl by Simon Glass · 8 years ago
  27. 7557147 spl: Convert spl_sata_load_image() to use linker list by Simon Glass · 8 years ago
  28. 56df463 spl: Convert spl_usb_load_image() to use linker list by Simon Glass · 8 years ago
  29. dd6bf90 spl: Convert spl_ymodem_load_image() to use linker list by Simon Glass · 8 years ago
  30. 548b3ee spl: Convert spl_nor_load_image() to use linker list by Simon Glass · 8 years ago
  31. afa6e6c spl: Convert spl_onenand_load_image() to use linker list by Simon Glass · 8 years ago
  32. d5c2b11 spl: Convert spl_nand_load_image() to use linker list by Simon Glass · 8 years ago
  33. 7d7dd82 spl: Convert spl_ubi_load_image() to use linker list by Simon Glass · 8 years ago
  34. 0fed9c7 spl: Convert spl_mmc_load_image() to use linker list by Simon Glass · 8 years ago
  35. 98136b2 spl: Convert spl_ram_load_image() to use linker list by Simon Glass · 8 years ago
  36. a0a8029 spl: Add a way to declare an SPL image loader by Simon Glass · 8 years ago
  37. ecdfd69 spl: Convert boot_device into a struct by Simon Glass · 8 years ago
  38. a807ab3 spl: Kconfig: Move SPL_DISPLAY_PRINT to Kconfig by Simon Glass · 8 years ago
  39. ca12e65 spl: Add a parameter to jump_to_image_linux() by Simon Glass · 8 years ago
  40. 71316c1 spl: Add a parameter to spl_parse_image_header() by Simon Glass · 8 years ago
  41. d95ceb9 spl: Add a parameter to spl_set_header_raw_uboot() by Simon Glass · 8 years ago
  42. ed0c2c0 tools: mkimage: add support for Vybrid image format by Albert ARIBAUD \(3ADEV\) · 8 years ago
  43. 6f6c863 fastboot: move FASTBOOT_FLASH options into Kconfig by Petr Kulhavy · 8 years ago
  44. b6dd69a fastboot: add support for writing MBR by Petr Kulhavy · 8 years ago
  45. 87b8530 disk: part: implement generic function part_get_info_by_name() by Petr Kulhavy · 8 years ago
  46. ba07984 bootm: fix passing argc to standalone apps by Zubair Lutfullah Kakakhel · 8 years ago
  47. 54a708c cmd: dfu: Add error handling for failed registration by Sanchayan Maity · 8 years ago
  48. 6f8387f dra7x: boot: add dfu bootmode support by B, Ravi · 8 years ago
  49. 52f2acc spl: dfu: adding dfu support functions for SPL-DFU by B, Ravi · 8 years ago
  50. 05341a8 common: dfu: saperate the dfu common functionality by B, Ravi · 8 years ago
  51. bc5dbcb spl: dfu: add dfu support in SPL by B, Ravi · 8 years ago
  52. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  53. 8319aeb usb: squash lines for immediate return by Masahiro Yamada · 8 years ago
  54. bd86ef1 image-fit: Fix fit_get_node_from_config semantics by Paul Burton · 8 years ago
  55. 423620b Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 8 years ago
  56. 8ebf506 board_f: Add a mach_cpu_init callback by Paul Burton · 8 years ago
  57. a4d8892 Kconfig: Move config IDENT_STRING to Kconfig by Siva Durga Prasad Paladugu · 8 years ago
  58. f73329e Kconfig: tpl: Add some TPL support options to Kconfig by Simon Glass · 8 years ago
  59. 11bde1c Kconfig: spl: Add SPL support options to Kconfig by Simon Glass · 8 years ago
  60. 76f1f38 Use separate options for TPL support by Simon Glass · 8 years ago
  61. c2ae7d8 Kconfig: Move SPL settings into their own file by Simon Glass · 8 years ago
  62. 9dd1d0a common, kconfig: move VERSION_VARIABLE to Kconfig by Heiko Schocher · 8 years ago
  63. bac17b7 image-fit: switch ENOLINK to ENOENT by Jonathan Gray · 8 years ago
  64. 57247d9 common/Kconfig: Fix various innocuous typos. by Robert P. J. Day · 8 years ago
  65. 85a3772 spl: Rework image header parse to allow abort on raw image and os boot by Paul Kocialkowski · 8 years ago
  66. 950fe26 image-fit: fix fit_image_load() OS check by Andreas Bießmann · 8 years ago
  67. 8c83c03 net: mii: check phy advertising register when geting link status by Dongpo Li · 8 years ago
  68. fc18e9b common: cli_readline: Improve command line editing by James Byrne · 8 years ago
  69. 5db2890 cmd: Split 'bootz' and 'booti' out from 'bootm' by Tom Rini · 8 years ago
  70. 4cc9699 common: env_nand: Ensure that we have nand_info[0] prior to use by Tom Rini · 8 years ago
  71. de5e5ce xtensa: add support for the xtensa processor architecture [1/2] by Chris Zankel · 8 years ago
  72. cc25931 net: mii: Clean up legacy glue that is not used by Joe Hershberger · 8 years ago
  73. f4b0df1 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  74. 11e44fc fdt_support: fdt_translate_address() blob const correctness by Stephen Warren · 8 years ago
  75. eba3fbd common: image: Add support for post-processing of images by Andreas Dannenberg · 8 years ago
  76. 5aa79f2 spl_nor.c: Support devicetree sizes different from 16k by Mike Looijmans · 8 years ago
  77. e2f88df libfdt: Introduce new ARCH_FIXUP_FDT option by Michal Simek · 8 years ago
  78. fe34b6a Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  79. 1e2b3ef dm: spl: mmc: Support raw partitions with CONFIG_BLK by Simon Glass · 8 years ago
  80. 9119548 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · 8 years ago
  81. 2e3f1ff dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · 8 years ago
  82. c6f086d Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 8 years ago
  83. b6de2cd splash: Introduce default_splash_locations by Alexey Brodkin · 8 years ago
  84. d7b60fb splash: Accommodate DM_USB in splash_init_usb() by Alexey Brodkin · 8 years ago
  85. e8fb435 common: fit: Allow U-Boot images to be booted by mario.six@gdsys.cc · 8 years ago
  86. 3cc1f38 spl: fit: Fix the number of bytes read in raw mode by Lokesh Vutla · 8 years ago
  87. 431889d spl: zImage support in Falcon mode by Ladislav Michl · 8 years ago
  88. bf55cd4 spl: support loading from UBI volumes by Ladislav Michl · 8 years ago
  89. 4d25507 Kconfig: Move option CONFIG_SYS_NO_FLASH to Kconfig by Siva Durga Prasad Paladugu · 8 years ago
  90. 1eefe14 spl: Fix compilation warnings for arm64 by Michal Simek · 8 years ago
  91. 66669fc Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  92. 62a3b7d Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  93. 50e93b9 armv8: Add tlb_allocated to arch global data by York Sun · 8 years ago
  94. e61a753 armv8: Move secure_ram variable out of generic global data by York Sun · 8 years ago
  95. 1f9ef0d Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  96. ebe621d Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  97. 19e99fb sunxi: Support booting from SPI flash by Siarhei Siamashka · 8 years ago
  98. 7d23b9c dm: spl: Bind in all devices in SPL with of-platdata by Simon Glass · 8 years ago
  99. d223e0a dm: spl: Don't set up device tree with of-platdata by Simon Glass · 8 years ago
  100. 12c550d spl: Drop include of i2c.h by Simon Glass · 8 years ago