1. 2b530f9 spl: Drop announce_boot_device() by Simon Glass · 8 years ago
  2. f1e5575 spl: Pass the loader into spl_load_image() by Simon Glass · 8 years ago
  3. c9ef185 spl: Move the loading code into its own function by Simon Glass · 8 years ago
  4. 4fc1f25 spl: Add a name to the SPL load-image methods by Simon Glass · 8 years ago
  5. edcfdbd Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" by Tom Rini · 8 years ago
  6. e78a8a6 common: miiphyutil: Add helper function for mdio bus name by Michal Simek · 8 years ago
  7. 4b72702 dm: Add support for scsi/sata based devices by Michal Simek · 8 years ago
  8. 0ef6ec8 dm: spl: mmc: Fix EXT SPL support by Michal Simek · 8 years ago
  9. c6d8cc0 common: image: Remove FIT header update from image post-processing by Andrew F. Davis · 8 years ago
  10. 2a3400b Merge branch 'master' of git://www.denx.de/git/u-boot-dm by Tom Rini · 8 years ago
  11. 697f473 cmd: Convert CMD_BOOTMENU by Tom Rini · 8 years ago
  12. 378bcff image: Add Trusted Execution Environment image type by Andrew F. Davis · 8 years ago
  13. 28b28f7 image: Add FIT image loadable section custom processing by Andrew F. Davis · 8 years ago
  14. f6aa39e libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · 8 years ago
  15. 1b0deee dm: core: Handle global_data moving in SPL by Simon Glass · 8 years ago
  16. 67fa10d common: sh: add necessary define bits to board_f by Vladimir Zapolskiy · 8 years ago
  17. 6241b52 scsi: Separate SCSI private block description initialization by Michal Simek · 8 years ago
  18. 5dc196f scsi: Change scsi_scan() to be able to return value by Michal Simek · 8 years ago
  19. 9ec32f3 scsi: Make private functions static by Michal Simek · 8 years ago
  20. 8544df8 scsi: Remove completely unused functions by Michal Simek · 8 years ago
  21. de6840a scsi: Simplify scsi_read/scsi_write() by Michal Simek · 8 years ago
  22. 4091749 scsi: Move pccb buffer initalization directly to scsi_detect_dev by Michal Simek · 8 years ago
  23. 3c0073b scsi: Take lun from device block description by Michal Simek · 8 years ago
  24. ebbde65 scsi: Extract device detection algorithm by Michal Simek · 8 years ago
  25. ac0a18d1 scsi: Extract block device initialization by Michal Simek · 8 years ago
  26. fca1e84 common: miiphyutil: Work and report phy address in hex in mdio cmd by Michal Simek · 8 years ago
  27. 8d5c4c3 SPL: mmc: Make spl_mmc_load_image available by Marek Vasut · 8 years ago
  28. f537e39 mmc: Tinification of the mmc code by Marek Vasut · 8 years ago
  29. fc58386 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 8 years ago
  30. b9da7da common/board_f: enable initr_trap for MIPS by Daniel Schwierzeck · 9 years ago
  31. bbbd602 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  32. b521404 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 8 years ago
  33. 64a77a4 spl: mmc: fix switch statement by Max Krummenacher · 8 years ago
  34. 0489c3b spl: add USB Gadget config option by Stefan Agner · 8 years ago
  35. e542edd spl: dfu: move DFU Kconfig to SPL Kconfig by Stefan Agner · 8 years ago
  36. 7ccd412 spl: add RAM boot device only if it is actually defined by Stefan Agner · 8 years ago
  37. d5681a5 xyz-modem: Change getc timeout loop waiting by tomas.melin@vaisala.com · 8 years ago
  38. b450f93 sata: fix sata command can not being executed bug by Tang Yuantian · 8 years ago
  39. 6e8bc1a generic-board: make show_board_info a weak function by Marcel Ziswiler · 8 years ago
  40. 7c701b3 Revert "generic-board: allow showing custom board info" by Marcel Ziswiler · 8 years ago
  41. 7c8cb47 spl: remove redundant call to parse_image_header() by tomas.melin@vaisala.com · 8 years ago
  42. e379f59 spl: add check for FIT-header when loading image by tomas.melin@vaisala.com · 8 years ago
  43. 18f5079 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 8 years ago
  44. 927e631 stdio: Correct numbering logic in stdio_probe_device() by Simon Glass · 8 years ago
  45. 913d761 stdio: Correct code style nits by Simon Glass · 8 years ago
  46. 972b459 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  47. fe92d67 tools/env: Correct include kconfig by York Sun · 8 years ago
  48. 48cd6ab image-fit: Fix compiling error caused by autoconf.h by York Sun · 8 years ago
  49. 73818d5 armv8: Support loading 32-bit OS in AArch32 execution state by Alison Wang · 8 years ago
  50. 6616c82 image: Combine image_sig_algo with image_sign_info by Andrew Duda · 8 years ago
  51. 06ca6d6 image: Add crypto_algo struct for RSA info by Andrew Duda · 8 years ago
  52. 3db9ff0 rsa: Verify RSA padding programatically by Andrew Duda · 8 years ago
  53. db5862d ext4: Allow reading files with non-zero offset, clamp read len by Stefan Brüns · 8 years ago
  54. 7e3ba48 spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to Kconfig by Semen Protsenko · 8 years ago
  55. ddb2607 image: Protect against overflow in unknown_msg() by Simon Glass · 8 years ago
  56. c809a97 cmd: dfu: Add error handling for board_usb_init by Michal Simek · 8 years ago
  57. 753b345 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  58. 60fdcab config: Move CONFIG_DEFAULT_FDT_FILE to defconfigs by Jagan Teki · 8 years ago
  59. 3110ece Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig by Simon Glass · 8 years ago
  60. bd5618d Convert CONFIG_SYS_CONSOLE_INFO_QUIET to Kconfig by Simon Glass · 8 years ago
  61. ac3ee42 Convert CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE to Kconfig by Simon Glass · 8 years ago
  62. 217652f Convert CONFIG_SYS_CONSOLE_ENV_OVERWRITE to Kconfig by Simon Glass · 8 years ago
  63. 9fd2a02 Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to Kconfig by Simon Glass · 8 years ago
  64. e304a5e Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig by Simon Glass · 8 years ago
  65. 4458d3b Convert SILENT_CONSOLE options to Kconfig by Simon Glass · 8 years ago
  66. 982ca46 watchdog: Fix Watchdog Reset while in U-Boot Prompt by Andreas J. Reichel · 8 years ago
  67. 6592893 spl: move SYS_OS_BASE to Kconfig by Heiko Schocher · 8 years ago
  68. 1d12ba2 spl: move SPL_OS_BOOT to Kconfig by Heiko Schocher · 8 years ago
  69. 499c29e libfdt: Sync fdt_for_each_subnode() with upstream by Simon Glass · 8 years ago
  70. b0ea740 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  71. d3dbac8 cmd/fdt: add possibilty to have 'extrasize' on fdt resize by Hannes Schmelzer · 8 years ago
  72. 33d5aa8 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 8 years ago
  73. 94d95e4 common: Add DISPLAY_BOARDINFO by Lokesh Vutla · 8 years ago
  74. fbad370 common/Kconfig: Add DISPLAY_CPUINFO by Lokesh Vutla · 8 years ago
  75. 39c4d6f board_f: Drop the extra fdtdec_prepare_fdt() by Simon Glass · 8 years ago
  76. 4af407f dm: stdio: Allow lazy probing of video devices by Simon Glass · 8 years ago
  77. d332ff7 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  78. e94b024 spl: saveenv: adding saveenv support in SPL by B, Ravi · 8 years ago
  79. fab806d common/console.c: ensure GD_FLG_SILENT is set or cleared by Chris Packham · 8 years ago
  80. c5b1e5d Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  81. ce8f509 spl: Make spl_boot_list a local variable by Simon Glass · 8 years ago
  82. 43a734f spl: Update spl_load_simple_fit() to take an spl_image param by Simon Glass · 8 years ago
  83. 3eb382a spl: Update fat functions to take an spl_image parameter by Simon Glass · 8 years ago
  84. 0649e91 spl: Update ext functions to take an spl_image parameter by Simon Glass · 8 years ago
  85. ee30679 spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · 8 years ago
  86. a499648 spl: Convert spl_board_load_image() to use linker list by Simon Glass · 8 years ago
  87. d9aefcb spl: Convert spl_net_load_image() to use linker list by Simon Glass · 8 years ago
  88. b9f6d89 spl: Convert spl_spi_load_image() to use linker list by Simon Glass · 8 years ago
  89. 172b39f spl: spi: Move the generic SPI loader into common/spl by Simon Glass · 8 years ago
  90. 3d2872e spl: Convert spl_sata_load_image() to use linker list by Simon Glass · 8 years ago
  91. c43541b spl: Convert spl_usb_load_image() to use linker list by Simon Glass · 8 years ago
  92. 944e0e3 spl: Convert spl_ymodem_load_image() to use linker list by Simon Glass · 8 years ago
  93. 8f42e64 spl: Convert spl_nor_load_image() to use linker list by Simon Glass · 8 years ago
  94. 383aa47 spl: Convert spl_onenand_load_image() to use linker list by Simon Glass · 8 years ago
  95. 6cf82c9 spl: Convert spl_nand_load_image() to use linker list by Simon Glass · 8 years ago
  96. 92619e8 spl: Convert spl_ubi_load_image() to use linker list by Simon Glass · 8 years ago
  97. d449cb8 spl: Convert spl_mmc_load_image() to use linker list by Simon Glass · 8 years ago
  98. d561db9 spl: Convert spl_ram_load_image() to use linker list by Simon Glass · 8 years ago
  99. d1cf373 spl: Add a way to declare an SPL image loader by Simon Glass · 8 years ago
  100. c0b6c9b spl: Convert boot_device into a struct by Simon Glass · 8 years ago