1. a55c6a0 common: iotrace: add timestamp to iotrace records by Ramon Fried · 6 years ago
  2. d01a417 iotrace: add IO region limit by Ramon Fried · 6 years ago
  3. c76af2a board_f: Only reserve memory for U-Boot if we're going to relocate by Alexey Brodkin · 7 years ago
  4. c46d0fe menu: fix timeout duration by Masahiro Yamada · 7 years ago
  5. f55305a Define board_quiesce_devices() in a shared location by Simon Glass · 7 years ago
  6. c568bcb mmc: Separate "mmc swrite" from fastboot by Alex Kiernan · 6 years ago
  7. 27b69de fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · 6 years ago
  8. 65de955 fastboot: Move fastboot to drivers/fastboot by Alex Kiernan · 6 years ago
  9. 186cc99 add FIT data-position & data-offset property support by Kelvin Cheung · 7 years ago
  10. 2427ec6 malloc: Use malloc simple before malloc is fully initialized in memalign() by Ley Foon Tan · 7 years ago
  11. 0662337 spl: Add full fitImage support by Marek Vasut · 7 years ago
  12. 93e9575 fit: Add standalone image type handling by Marek Vasut · 7 years ago
  13. 25114a6 fit: Add empty fit_print_contents() and fit_image_print() by Marek Vasut · 7 years ago
  14. 9f2e0eb fit: Fix CONFIG_FIT_SPL_PRINT by Marek Vasut · 7 years ago
  15. 33dd00e spl: fit: Add support for loading FPGA bitstream by Marek Vasut · 7 years ago
  16. 7d77b66 FIT: Make fit_conf_print() be a static function by Tom Rini · 7 years ago
  17. ad2102e Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 7 years ago
  18. 5329d67 tools: zynqmpimage: Add bif support by Alexander Graf · 7 years ago
  19. 492a5cd Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 7 years ago
  20. b65e1a2 xyz-modem: va_start() must be matched by va_end() by Heinrich Schuchardt · 7 years ago
  21. dbb275d Fix Ymodem build when DEBUG and CONFIG_USE_TINY_PRINTF are selected by Alex Kiernan · 7 years ago
  22. a485860 bootcount: spl: Extend SPL to support bootcount incrementation by Lukasz Majewski · 7 years ago
  23. 4fc1891 bootcount: Rewrite autoboot to use wrapper functions from bootcount.h by Lukasz Majewski · 7 years ago
  24. 97c995d bootcount: spl: Enable bootcount support in SPL by Lukasz Majewski · 7 years ago
  25. 6c96f5d bootm.c: Correct the flush_len used in bootm_load_os() by Tom Rini · 7 years ago
  26. b174454 image: fit: Show signatures and hashes for configurations by Clément Péron · 7 years ago
  27. 83f6928 image: socfpga: Add SFP image version 1 definition by Marek Vasut · 7 years ago
  28. 427e669 fastboot: sparse: make write_sparse_image useable for non-fastboot by Jassi Brar · 7 years ago
  29. 040703e fastboot: sparse: remove redundant argument to write_sparse_image by Jassi Brar · 7 years ago
  30. 8b0c8a1 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · 7 years ago
  31. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  32. 66c4d71 stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directly by Tom Rini · 7 years ago
  33. 5b40428 spl: Split sprintf, strto* from SPL serial in Kconfig by Alex Kiernan · 7 years ago
  34. 44ad550 spl: Add dependency on serial to Ymodem by Alex Kiernan · 7 years ago
  35. b09f892 spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORT by Alex Kiernan · 7 years ago
  36. c861bd0 log: CONFIG_LOG should select CONFIG_DM by Heinrich Schuchardt · 7 years ago
  37. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  38. 4e96ff8 Convert CONFIG_SPI to Kconfig by Adam Ford · 7 years ago
  39. 600388e bootm: Align cache flush begin address by Bryan O'Donoghue · 7 years ago
  40. 8449372 spl: ram: Add TPL Kconfig symbols by Marek Vasut · 7 years ago
  41. 2d60819 spl: ram: Convert to CONFIG_IS_ENABLED by Marek Vasut · 7 years ago
  42. 0477424 tpl: ymodem: Add CONFIG_TPL_YMODEM_SUPPORT to Kconfig by Marek Vasut · 7 years ago
  43. e6b94da tpl: spi: Add CONFIG_TPL_SPI_LOAD to Kconfig by Marek Vasut · 7 years ago
  44. e254225 spl: spi: Move CONFIG_SPL_SPI_LOAD to Kconfig by Marek Vasut · 7 years ago
  45. f14f393 log: Correct missing free() on error in log_add_filter() by Simon Glass · 7 years ago
  46. f705544 treewide: Migrate CONFIG_DISPLAY_BOARDINFO_LATE to Kconfig by Mario Six · 7 years ago
  47. 8febc7a treewide: Migrate CONFIG_LAST_STAGE_INIT to Kconfig by Mario Six · 7 years ago
  48. 75b23ed treewide: Migrate CONFIG_BOARD_EARLY_INIT_R to Kconfig by Mario Six · 7 years ago
  49. 55f698f image: fit: Show information about OS type in firwmare case too by Michal Simek · 7 years ago
  50. b766e8f image: fit: Show firmware configuration property if present by Michal Simek · 7 years ago
  51. 113aa50 spl: spl_mmc: provide one weak function spl_boot_partition by Patrick Delaunay · 7 years ago
  52. ab672c7 input: Drop PS/2 keyboard support by Simon Glass · 7 years ago
  53. 10238ef Migrate CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC by Alex Kiernan · 7 years ago
  54. 8f5faaa Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  55. 31824ff spl: fix binman_sym output check by Miquel Raynal · 7 years ago
  56. 11580bf Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  57. 95a686d libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.c by Masahiro Yamada · 7 years ago
  58. cda2070 tools: mkimage: Support RISC-V arch by Rick Chen · 7 years ago
  59. c157ab9 arc: Introduce a possibility to not relocate U-boot by Alexey Brodkin · 9 years ago
  60. 04ca815 bootm: optee: Add a bootm command for type IH_OS_TEE by Bryan O'Donoghue · 7 years ago
  61. 2f72dec image: Add IH_OS_TEE for TEE chain-load boot by Bryan O'Donoghue · 7 years ago
  62. 329827a spl: add SPL_RESET_SUPPORT by Patrick Delaunay · 7 years ago
  63. e6db5df tools/mkimage: add support for STM32 image format by Patrick Delaunay · 7 years ago
  64. adf5d1c SPL: Add signature verification when loading image by Jun Nie · 7 years ago
  65. 18c5064 common: move init_helpers.h prototypes in init.h by Patrick Delaunay · 7 years ago
  66. a0a2b21 common: move board_f.c prototypes in init.h by Patrick Delaunay · 7 years ago
  67. 0e806a7 common/memsize.c: restore content of the base address by Patrick Delaunay · 7 years ago
  68. 7544ec5 common/memsize.c: prepare get_ram_size update by Patrick Delaunay · 7 years ago
  69. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  70. c01553b spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-boot CONFIG by Faiz Abbas · 7 years ago
  71. 58dbf86 Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig by Adam Ford · 7 years ago
  72. 0f4f557 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  73. 9eb0e7e fdt: Fixup only valid memory banks by Thierry Reding · 7 years ago
  74. 7f8d436 dfu: Rename _FUNCTION_DFU to DFU_OVER_ by Marek Vasut · 7 years ago
  75. ea84f80 dfu: Fix up the Kconfig mess by Marek Vasut · 7 years ago
  76. b841e97 usb: gadget: sdp: add missing line breaks by Andre Heider · 7 years ago
  77. 74af8a3 fdt: Fixup only valid memory banks by Thierry Reding · 7 years ago
  78. 91a3159 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · 7 years ago
  79. 623d67e configs: Migrate CONFIG_SPL_FRAMEWORK by Tom Rini · 7 years ago
  80. 639725e fix spelling of 'functions' in 2 places (was 'funtcions') by Simon Goldschmidt · 7 years ago
  81. c646851 tftp: update: Include missing cfi_flash.h header by Marek Vasut · 7 years ago
  82. 055fc40 cmd: fitupd: Convert CONFIG_UPDATE_TFTP and co. by Marek Vasut · 7 years ago
  83. 1b1b4e4 spl: fit: move fdt_record_loadable out of ARCH_FIXUP_FDT_MEMORY guard by Philipp Tomsich · 7 years ago
  84. 7c88d10 spl: eMMC/SD: Provide one __weak spl_boot_mode() function by Lukasz Majewski · 7 years ago
  85. 909f140 parse the second area of android image by Bin Chen · 7 years ago
  86. 90979f9 log: add category LOGC_EFI by Heinrich Schuchardt · 7 years ago
  87. aa1d73b log: Add a way to log error-return values by Simon Glass · 7 years ago
  88. 44e5763 log: Update log_console to honour the log format by Simon Glass · 7 years ago
  89. 1fe9301 log: Add control over log formatting by Simon Glass · 7 years ago
  90. 4f0fdb7 log: Add functions to convert IDs to/from names by Simon Glass · 7 years ago
  91. 95bed2d spl: include timezone in banner by Klaus Goger · 7 years ago
  92. 324b940 flash: Fix spelling of "ERR_TIMOUT" by Mario Six · 7 years ago
  93. 0039d71 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  94. 6fe74d2 spl: add option to disable SPL banner output by Anatolij Gustschin · 7 years ago
  95. 2b5994b spl: use different BOARD_INIT MACRO for spl and tpl by Kever Yang · 7 years ago
  96. 7db55cb spl: atf: pass NULL for bl32_ep pc by Kever Yang · 7 years ago
  97. ee9b75b common: board_r: Fix style violations by Mario Six · 7 years ago
  98. 80b66dd common: board_f: Fix style violations by Mario Six · 7 years ago
  99. 055afba Initialize SHA buffer size var in passwd_abort by Martin Etnestad · 7 years ago
  100. cb22594 Merge branch 'master' of git://git.denx.de/u-boot-coldfire by Tom Rini · 7 years ago