1. 160583b board_f: fix calculation of reloc_off by Lothar Waßmann · 7 years ago
  2. c55d5c3 board_f: Use IS_ENABLED instead of #ifdef in initf_bootstage() by Simon Glass · 7 years ago
  3. b0e0428 edid: Use sizeof() in cea_is_hdmi_vsdb_present() by Simon Glass · 7 years ago
  4. d4def9b powerpc, 5xx: remove support for 5xx by Heiko Schocher · 7 years ago
  5. 71cb3e9 powerpc, 8260: remove support for mpc8260 by Heiko Schocher · 7 years ago
  6. 65d94db powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  7. edee132 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 7 years ago
  8. c9787ee Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  9. 9e58265 SPL: Add XIP booting support by Vikas Manocha · 7 years ago
  10. 6dcd5a5 edid: Fix gcc 7.1 warning by Jernej Skrabec · 8 years ago
  11. 1d9907c dm: mmc: Ensure that block device is probed by Simon Glass · 7 years ago
  12. 11dd706 spl: armv7m: to keep ARM v7M in thumb mode before booting next image by Vikas Manocha · 7 years ago
  13. a9c3a1b Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  14. 24a8e12 malloc: Turn on DEBUG when enabling unit tests by Pantelis Antoniou · 8 years ago
  15. 3c82f98 common/spl/Kconfig: Use 'if SPL' / 'if TPL' guards by Tom Rini · 8 years ago
  16. fda6052 bootstage: Record time taken to set up the live device tree by Simon Glass · 8 years ago
  17. 01154cb bootstage: Support SPL by Simon Glass · 8 years ago
  18. 01eb904 bootstage: Adjust to use const * where possible by Simon Glass · 8 years ago
  19. defee56 bootstage: Tidy up error return values by Simon Glass · 8 years ago
  20. 405e2b0 bootstage: Record the time taken to set up driver model by Simon Glass · 8 years ago
  21. e635af1 bootstage: Init as early as possible by Simon Glass · 8 years ago
  22. b9aff92 bootstage: Support relocating boostage data by Simon Glass · 8 years ago
  23. b450a56 bootstage: Use debug() for stashing messages by Simon Glass · 8 years ago
  24. d7ea78c bootstage: Show records with a zero time by Simon Glass · 8 years ago
  25. 60d1ebd bootstage: Use rec_count as the array index by Simon Glass · 8 years ago
  26. b88be6d bootstage: Fix up code style and comments by Simon Glass · 8 years ago
  27. 8820033 bootstage: Convert to use malloc() by Simon Glass · 8 years ago
  28. 80e5d4d bootstage: Change CONFIG_BOOTSTAGE_USER_COUNT to an int by Simon Glass · 8 years ago
  29. 38e7974 bootstage: Require timer_get_boot_us() to be defined by Simon Glass · 8 years ago
  30. f004e8a arm: Remove include files from common.h by Simon Glass · 8 years ago
  31. ac53a5c api: Add a header for api_init() by Simon Glass · 8 years ago
  32. 1909a7b fs: fat: add kbuild configuration support by Sekhar Nori · 7 years ago
  33. 540eb95 fastboot: Add support for flashing zImage by Sam Protsenko · 8 years ago
  34. bb7c01e fdt: Rename a few functions in fdt_support by Simon Glass · 8 years ago
  35. 293340a fdt: Update fdt_get_base_address() to use const by Simon Glass · 8 years ago
  36. 46e0977 dm: Build a live tree after relocation by Simon Glass · 8 years ago
  37. 86d78c7 dm: mmc: Don't re-init when accessing environment by Simon Glass · 8 years ago
  38. 11c89f3 dm: Use dm.h header when driver mode is used by Simon Glass · 8 years ago
  39. a9e2c67 Kconfig: Finish migration of hashing commands by Daniel Thompson · 8 years ago
  40. 8ab507b env_mmc: configure environment offsets via device tree by Philipp Tomsich · 8 years ago
  41. df7576b Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  42. b569a01 Kconfig: Add a CONFIG_IDE option by Simon Glass · 8 years ago
  43. b22ec7a Kconfig: Add CONFIG_HASH to enable hashing API by Simon Glass · 8 years ago
  44. 5bdd919 lib: move hash CONFIG options to Kconfig by Tom Rini · 8 years ago
  45. 48fcc4a Convert CONFIG_SPL_BOARD_INIT to Kconfig by Ley Foon Tan · 8 years ago
  46. e7c5856 SPL: FIT: allow loading multiple images by Andre Przywara · 8 years ago
  47. 29053e9 SPL: FIT: factor out spl_load_fit_image() by Andre Przywara · 8 years ago
  48. e7b3108 SPL: FIT: improve error handling by Andre Przywara · 8 years ago
  49. 525e9c9 SPL: FIT: rework U-Boot image loading by Andre Przywara · 8 years ago
  50. 1e329b6 SPL: FIT: refactor FDT loading by Andre Przywara · 8 years ago
  51. 4ea02eb Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 8 years ago
  52. 020f70d Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 8 years ago
  53. 5cfa3f4 video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPP by Philipp Tomsich · 8 years ago
  54. 55884e5 edid: Add HDMI flag to timing info by Jernej Skrabec · 8 years ago
  55. 837595d edid: Set timings flags according to edid by Jernej Skrabec · 8 years ago
  56. c9956d8 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 8 years ago
  57. ceed5d2 Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD by Tom Rini · 8 years ago
  58. cd22685 board_f: skip timer_init() on Coldfire archs by Angelo Dureghello · 8 years ago
  59. 6e79a91 spl: add support to booting with ATF by Kever Yang · 8 years ago
  60. a29e8d3 mmc: descend into drivers/mmc only when CONFIG_MMC is enabled by Masahiro Yamada · 8 years ago
  61. 0a78017 mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC by Masahiro Yamada · 8 years ago
  62. 56e10b3 Drop CONFIG_I2CFAST by Simon Glass · 8 years ago
  63. 1a46a72 i2c: Finish dropping use of CONFIG_I2C_HARD by Simon Glass · 8 years ago
  64. db00957 common: Only build cli_readline.o for CMDLINE on non-SPL by Tom Rini · 8 years ago
  65. e83b222 env: avoid possible NULL pointer access by xypron.glpk@gmx.de · 8 years ago
  66. 050fe9e env: correct sign for error code by xypron.glpk@gmx.de · 8 years ago
  67. 4cca5cf common: dfu: ignore reset for spl-dfu by B, Ravi · 8 years ago
  68. 7e0c0ea spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORT by B, Ravi · 8 years ago
  69. 4cf02b1 boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon boot by B, Ravi · 8 years ago
  70. 4d86356 spl: fdt: support for fdt fixup for falcon boot by B, Ravi · 8 years ago
  71. 52778a6 spl: reorder the assignment of board info to global data by Lokesh Vutla · 8 years ago
  72. e8eba3f spl: spi: override CONFIG_SYS_SPI_U_BOOT_OFFS via /config-property by Philipp Tomsich · 8 years ago
  73. e2f689f disk: Return the partition number in part_get_info_by_name() by Alex Deymo · 8 years ago
  74. 41f513a image: Update include/android_image.h by Alex Deymo · 8 years ago
  75. 55a6307 dm: video: Add driver-model support to lcd_simplefb by Simon Glass · 8 years ago
  76. d2ed433 dm: video: Refactor lcd_simplefb to prepare for driver model by Simon Glass · 8 years ago
  77. cdf96eb scsi: dm: split scsi_scan() by Jean-Jacques Hiblot · 8 years ago
  78. c05f3cb Merge branch 'next' of git://git.denx.de/u-boot-spi by Tom Rini · 8 years ago
  79. 62b021c spl: make image arg or fdt blob address reconfigurable by Vikas Manocha · 8 years ago
  80. df70191 env_sf: use DIV_ROUND_UP to calculate number of sectors to erase by Andreas Fenkart · 8 years ago
  81. a2c6585 env_sf: re-order error handling in single-buffer env_relocate_spec by Andreas Fenkart · 8 years ago
  82. a2d1883 enf_sf: reuse setup_flash_device instead of open coding it by Andreas Fenkart · 8 years ago
  83. 52b9444 env_sf: factor out prepare_flash_device by Andreas Fenkart · 8 years ago
  84. 78548ea fdt: Move fdt_fixup_ethernet to a common place by Tom Rini · 8 years ago
  85. ffde9dde dm: scsi: fix divide-by-0 error in scsi_scan() by Jean-Jacques Hiblot · 8 years ago
  86. 37e721c scsi: move the partition initialization out of the scsi detection by Jean-Jacques Hiblot · 8 years ago
  87. 0c447f0 scsi: make the LUN a parameter of scsi_detect_dev() by Jean-Jacques Hiblot · 8 years ago
  88. 908994e Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 8 years ago
  89. 17e4526 usb: return 0 from usb_stor_get_info even if removable media by Troy Kisky · 8 years ago
  90. d35f338 board_f: Rename initdram() to dram_init() by Simon Glass · 8 years ago
  91. 831c4d5 env: split fw_env.h in public and private parts by Stefano Babic · 8 years ago
  92. 4a24308 Rename aes.h to uboot_aes.h by Stefano Babic · 8 years ago
  93. 0a88c80 spl: net: Add FIT image support over network boot by Andrew F. Davis · 8 years ago
  94. 6940d67 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  95. 3967101 common/xyzModem.c: Do not use hard-coded address for debug buffer by Alexandru Gagniuc · 8 years ago
  96. 06bfeaa common/xyzModem.c: unifdef (Remove useless #ifdefs) by Alexandru Gagniuc · 8 years ago
  97. d5a7599 spl: Kconfig: SPL_MMC_SUPPORT depends on GENERIC_MMC by Alexandru Gagniuc · 8 years ago
  98. 58d48b0 common, kconfig: Fix defaut value of BOOTSTAGE_STASH_SIZE by Nobuhiro Iwamatsu · 8 years ago
  99. 7b22ba0 spl: armv7m: keep ARM v7M in thumb mode while jumping to entry point by Vikas Manocha · 8 years ago
  100. 312f7ac Remove extra fdt_fixup_ethernet() call by Joakim Tjernlund · 8 years ago