1. ad2102e Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 7 years ago
  2. 5329d67 tools: zynqmpimage: Add bif support by Alexander Graf · 7 years ago
  3. 492a5cd Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 7 years ago
  4. b65e1a2 xyz-modem: va_start() must be matched by va_end() by Heinrich Schuchardt · 7 years ago
  5. dbb275d Fix Ymodem build when DEBUG and CONFIG_USE_TINY_PRINTF are selected by Alex Kiernan · 7 years ago
  6. a485860 bootcount: spl: Extend SPL to support bootcount incrementation by Lukasz Majewski · 7 years ago
  7. 4fc1891 bootcount: Rewrite autoboot to use wrapper functions from bootcount.h by Lukasz Majewski · 7 years ago
  8. 97c995d bootcount: spl: Enable bootcount support in SPL by Lukasz Majewski · 7 years ago
  9. 6c96f5d bootm.c: Correct the flush_len used in bootm_load_os() by Tom Rini · 7 years ago
  10. b174454 image: fit: Show signatures and hashes for configurations by Clément Péron · 7 years ago
  11. 83f6928 image: socfpga: Add SFP image version 1 definition by Marek Vasut · 7 years ago
  12. 427e669 fastboot: sparse: make write_sparse_image useable for non-fastboot by Jassi Brar · 7 years ago
  13. 040703e fastboot: sparse: remove redundant argument to write_sparse_image by Jassi Brar · 7 years ago
  14. 8b0c8a1 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · 7 years ago
  15. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  16. 66c4d71 stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directly by Tom Rini · 7 years ago
  17. 5b40428 spl: Split sprintf, strto* from SPL serial in Kconfig by Alex Kiernan · 7 years ago
  18. 44ad550 spl: Add dependency on serial to Ymodem by Alex Kiernan · 7 years ago
  19. b09f892 spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORT by Alex Kiernan · 7 years ago
  20. c861bd0 log: CONFIG_LOG should select CONFIG_DM by Heinrich Schuchardt · 7 years ago
  21. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  22. 4e96ff8 Convert CONFIG_SPI to Kconfig by Adam Ford · 7 years ago
  23. 600388e bootm: Align cache flush begin address by Bryan O'Donoghue · 7 years ago
  24. 8449372 spl: ram: Add TPL Kconfig symbols by Marek Vasut · 7 years ago
  25. 2d60819 spl: ram: Convert to CONFIG_IS_ENABLED by Marek Vasut · 7 years ago
  26. 0477424 tpl: ymodem: Add CONFIG_TPL_YMODEM_SUPPORT to Kconfig by Marek Vasut · 7 years ago
  27. e6b94da tpl: spi: Add CONFIG_TPL_SPI_LOAD to Kconfig by Marek Vasut · 7 years ago
  28. e254225 spl: spi: Move CONFIG_SPL_SPI_LOAD to Kconfig by Marek Vasut · 7 years ago
  29. f14f393 log: Correct missing free() on error in log_add_filter() by Simon Glass · 7 years ago
  30. f705544 treewide: Migrate CONFIG_DISPLAY_BOARDINFO_LATE to Kconfig by Mario Six · 7 years ago
  31. 8febc7a treewide: Migrate CONFIG_LAST_STAGE_INIT to Kconfig by Mario Six · 7 years ago
  32. 75b23ed treewide: Migrate CONFIG_BOARD_EARLY_INIT_R to Kconfig by Mario Six · 7 years ago
  33. 55f698f image: fit: Show information about OS type in firwmare case too by Michal Simek · 7 years ago
  34. b766e8f image: fit: Show firmware configuration property if present by Michal Simek · 7 years ago
  35. 113aa50 spl: spl_mmc: provide one weak function spl_boot_partition by Patrick Delaunay · 7 years ago
  36. ab672c7 input: Drop PS/2 keyboard support by Simon Glass · 7 years ago
  37. 10238ef Migrate CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC by Alex Kiernan · 7 years ago
  38. 8f5faaa Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  39. 31824ff spl: fix binman_sym output check by Miquel Raynal · 7 years ago
  40. 11580bf Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  41. 95a686d libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.c by Masahiro Yamada · 7 years ago
  42. cda2070 tools: mkimage: Support RISC-V arch by Rick Chen · 7 years ago
  43. c157ab9 arc: Introduce a possibility to not relocate U-boot by Alexey Brodkin · 9 years ago
  44. 04ca815 bootm: optee: Add a bootm command for type IH_OS_TEE by Bryan O'Donoghue · 7 years ago
  45. 2f72dec image: Add IH_OS_TEE for TEE chain-load boot by Bryan O'Donoghue · 7 years ago
  46. 329827a spl: add SPL_RESET_SUPPORT by Patrick Delaunay · 7 years ago
  47. e6db5df tools/mkimage: add support for STM32 image format by Patrick Delaunay · 7 years ago
  48. adf5d1c SPL: Add signature verification when loading image by Jun Nie · 7 years ago
  49. 18c5064 common: move init_helpers.h prototypes in init.h by Patrick Delaunay · 7 years ago
  50. a0a2b21 common: move board_f.c prototypes in init.h by Patrick Delaunay · 7 years ago
  51. 0e806a7 common/memsize.c: restore content of the base address by Patrick Delaunay · 7 years ago
  52. 7544ec5 common/memsize.c: prepare get_ram_size update by Patrick Delaunay · 7 years ago
  53. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  54. c01553b spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-boot CONFIG by Faiz Abbas · 7 years ago
  55. 58dbf86 Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig by Adam Ford · 7 years ago
  56. 0f4f557 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  57. 9eb0e7e fdt: Fixup only valid memory banks by Thierry Reding · 7 years ago
  58. 7f8d436 dfu: Rename _FUNCTION_DFU to DFU_OVER_ by Marek Vasut · 7 years ago
  59. ea84f80 dfu: Fix up the Kconfig mess by Marek Vasut · 7 years ago
  60. b841e97 usb: gadget: sdp: add missing line breaks by Andre Heider · 7 years ago
  61. 74af8a3 fdt: Fixup only valid memory banks by Thierry Reding · 7 years ago
  62. 91a3159 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · 7 years ago
  63. 623d67e configs: Migrate CONFIG_SPL_FRAMEWORK by Tom Rini · 7 years ago
  64. 639725e fix spelling of 'functions' in 2 places (was 'funtcions') by Simon Goldschmidt · 7 years ago
  65. c646851 tftp: update: Include missing cfi_flash.h header by Marek Vasut · 7 years ago
  66. 055fc40 cmd: fitupd: Convert CONFIG_UPDATE_TFTP and co. by Marek Vasut · 7 years ago
  67. 1b1b4e4 spl: fit: move fdt_record_loadable out of ARCH_FIXUP_FDT_MEMORY guard by Philipp Tomsich · 7 years ago
  68. 7c88d10 spl: eMMC/SD: Provide one __weak spl_boot_mode() function by Lukasz Majewski · 7 years ago
  69. 909f140 parse the second area of android image by Bin Chen · 7 years ago
  70. 90979f9 log: add category LOGC_EFI by Heinrich Schuchardt · 7 years ago
  71. aa1d73b log: Add a way to log error-return values by Simon Glass · 7 years ago
  72. 44e5763 log: Update log_console to honour the log format by Simon Glass · 7 years ago
  73. 1fe9301 log: Add control over log formatting by Simon Glass · 7 years ago
  74. 4f0fdb7 log: Add functions to convert IDs to/from names by Simon Glass · 7 years ago
  75. 95bed2d spl: include timezone in banner by Klaus Goger · 7 years ago
  76. 324b940 flash: Fix spelling of "ERR_TIMOUT" by Mario Six · 7 years ago
  77. 0039d71 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  78. 6fe74d2 spl: add option to disable SPL banner output by Anatolij Gustschin · 7 years ago
  79. 2b5994b spl: use different BOARD_INIT MACRO for spl and tpl by Kever Yang · 7 years ago
  80. 7db55cb spl: atf: pass NULL for bl32_ep pc by Kever Yang · 7 years ago
  81. ee9b75b common: board_r: Fix style violations by Mario Six · 7 years ago
  82. 80b66dd common: board_f: Fix style violations by Mario Six · 7 years ago
  83. 055afba Initialize SHA buffer size var in passwd_abort by Martin Etnestad · 7 years ago
  84. cb22594 Merge branch 'master' of git://git.denx.de/u-boot-coldfire by Tom Rini · 7 years ago
  85. 3146b4d common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFO by Angelo Dureghello · 7 years ago
  86. 45e6512 crypto/fsl: Fix HW accelerated hash commands by Breno Lima · 7 years ago
  87. f771678 common: board_f: vid: Add VID specific API to adjust core voltage by Rajesh Bhagat · 7 years ago
  88. fbd08ae board_r: remove superfluous #ifdef CONFIG_PRAM by Heinrich Schuchardt · 7 years ago
  89. 3234ecd fix incorrect usage of DT node unit address in comments by Andre Przywara · 7 years ago
  90. 76f44296 Merge git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  91. 3301bfc riscv: Modify generic codes to support RISC-V by Rick Chen · 7 years ago
  92. d053167 mmc: add a Kconfig option to enable the support for MMC write operations by Jean-Jacques Hiblot · 7 years ago
  93. ee61532 common: do not compile common fastboot code when building the SPL by Jean-Jacques Hiblot · 7 years ago
  94. c4078af spl: atf: add SPL_ATF_NO_PLATFORM_PARAM option by Philipp Tomsich · 7 years ago
  95. 2dec06f common: Fix-up MAC addr in dts by fetching env variable serially by Prabhakar Kushwaha · 7 years ago
  96. d2611aa common: image.c: Fix CACHE: Misaligned operation output by Heiko Schocher · 7 years ago
  97. 01aea29 Merge tag 'xilinx-for-v2018.01-rc2-v2' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 7 years ago
  98. 0f6cf5b Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  99. 9179c81 fpga: allow programming fpga from FIT image for all FPGA drivers by Goldschmidt Simon · 7 years ago
  100. 6767ec7 binman: Add binman support to spl_ram.c by Simon Glass · 7 years ago