1. bed44f4 Convert CONFIG_BOARD_TYPES to Kconfig by Simon Glass · 6 years ago
  2. 7287597 spl: Kconfig: Enable SPI_FLASH_TINY by default for SPL by Vignesh R · 6 years ago
  3. 778572d mtd: spi: Add lightweight SPI flash stack for SPL by Vignesh R · 6 years ago
  4. 0c6f187 mtd: spi: spi-nor-core: Add SFDP support by Vignesh R · 6 years ago
  5. 9cc2323 lmb: handle more than one DRAM BANK by Simon Goldschmidt · 6 years ago
  6. f4b4092 spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4 by Tien Fong Chee · 6 years ago
  7. d8c3ea9 spl: fat/fs: Add option to include/exclude FAT write build in SPL by Tien Fong Chee · 6 years ago
  8. 0c3a9ed spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT by Tien Fong Chee · 6 years ago
  9. 2f41ade linker: Modify linker scripts to be more generic by Tom Rini · 6 years ago
  10. 2dd468d dfu: Remove dependency on HUSH parser in SPL by Andrew F. Davis · 6 years ago
  11. 6536ca4 spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU by Andrew F. Davis · 6 years ago
  12. 2acc24f Kconfig: Migrate BOUNCE_BUFFER by Philipp Tomsich · 6 years ago
  13. 2dcfa05 common: spl: Kconfig: spelling fixes by Chris Packham · 6 years ago
  14. 5b978da bootm: use new common function lmb_init_and_reserve by Simon Goldschmidt · 6 years ago
  15. e2237a2 fdt: parse "reserved-memory" for memory reservation by Simon Goldschmidt · 6 years ago
  16. aac0c29 Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  17. 03dcf17 common: command: Add support for $ auto-completion by Boris Brezillon · 6 years ago
  18. 80a48dd common: command: Rework the 'cmd is repeatable' logic by Boris Brezillon · 6 years ago
  19. 6fb6144 common: command: Expose a generic helper to auto-complete sub commands by Boris Brezillon · 6 years ago
  20. cbe07eb common: command: Fix command auto-completion by Boris Brezillon · 6 years ago
  21. f759773 common: Kconfig: miscellaneous spelling fixes by Chris Packham · 6 years ago
  22. a4773c5 xyz-modem: Fix timeout loop waiting with WATCHDOG by Lokesh Vutla · 6 years ago
  23. 92e5cb8 spl: ymodem: Add support for loading gzip compressed uImage by Marek Vasut · 6 years ago
  24. d8e9cf4 common: fdt_support: print hexadecimal numbers in debug by Sekhar Nori · 6 years ago
  25. 596be5f image: fix compiling without CMD_FDT by Simon Goldschmidt · 6 years ago
  26. f811e97 Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGET by Jean-Jacques Hiblot · 6 years ago
  27. 522e035 Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imx by Tom Rini · 6 years ago
  28. f6282cd imx8m: Enable CONFIG_SPL_FIT_IMAGE_TINY for iMX8M by Ye Li · 6 years ago
  29. 6609c26 tools: add i.MX8M image support by Peng Fan · 6 years ago
  30. e246bfc SPL: Add HAB image authentication to FIT by Ye Li · 6 years ago
  31. 08337cd riscv: bootm: Support booting VxWorks by Bin Meng · 6 years ago
  32. f2a53c7 bootm: vxworks: Make do_bootm_vxworks() non-static by Bin Meng · 6 years ago
  33. 7ebfb37 bootm: vxworks: Make do_bootvx_fdt() static by Bin Meng · 6 years ago
  34. 7d98dbc usb: musb-new: Add support for DM_USB by Jean-Jacques Hiblot · 6 years ago
  35. 0f46fb5 spl: net: dm: usb: bind the gadget before attempting to load the image by Jean-Jacques Hiblot · 6 years ago
  36. d50d681 spl: fix build failure with !CONFIG_SPL_PCI_SUPPORT by Sekhar Nori · 6 years ago
  37. 91ff686 blk: Rework guard around part_init call by Tom Rini · 6 years ago
  38. 48d299a Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  39. 51c2345 Roll CRC16-CCITT into the hash infrastructure by Philipp Tomsich · 6 years ago
  40. a740ee9 lib: merge CRC16-CCITT into u-boot/crc.h by Philipp Tomsich · 6 years ago
  41. a06955a usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers by Jean-Jacques Hiblot · 6 years ago
  42. 2cb132a main: Drop more #ifdefs by Simon Glass · 6 years ago
  43. 9450ab2 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  44. 9649c53 Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-video by Tom Rini · 6 years ago
  45. 96d82f6 video: use BMP_ALIGN_CENTER define from splash.h by Anatolij Gustschin · 6 years ago
  46. 4e92e60 cmd: add clear screen 'cls' command by Anatolij Gustschin · 6 years ago
  47. f388e3b Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  48. c1cd921 board_r: fix build with DM_SPI by Christophe Leroy · 6 years ago
  49. 061daa0 rsa: add support of padding pss by Philippe Reynes · 6 years ago
  50. 2003156 rsa: add a structure for the padding by Philippe Reynes · 6 years ago
  51. 9ad0a79 fdt_support: fdt reservations on the sandbox by Heinrich Schuchardt · 6 years ago
  52. f980c99 fdt: sandbox: correct use of ${fdtcontroladdr} by Heinrich Schuchardt · 6 years ago
  53. 7cbd2d2 malloc_simple: Add logging of allocations by Simon Glass · 6 years ago
  54. 3b975a1 tools: MediaTek: add MTK boot header generation to mkimage by Ryder Lee · 6 years ago
  55. ef6ce46 board_r: Remove initr_spi by Jagan Teki · 6 years ago
  56. 35f9d9b spi: Zap CONFIG_HARD_SPI by Jagan Teki · 6 years ago
  57. efbeabe spi: Remove unused mpc8xx code by Jagan Teki · 6 years ago
  58. fe82ca8 spi: Remove used spi_init by Jagan Teki · 6 years ago
  59. 1af9bfd usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/ by Sven Schwermer · 6 years ago
  60. fd09c20 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
  61. ab58170 usb: Remove CMD_USB dependency for common code by Sven Schwermer · 6 years ago
  62. b0edea3 spl: Add support for passing handoff info to U-Boot proper by Simon Glass · 6 years ago
  63. 36bcea6 sandbox: Allow puts() output before global_data is set up by Simon Glass · 6 years ago
  64. c21f407 spl: Add a comment to spl_set_bd() by Simon Glass · 6 years ago
  65. aedc08b spl: Make SPL_DISABLE_BANNER_PRINT a positive option by Simon Glass · 6 years ago
  66. d633006 spl: Add a define for SPL_TPL_PROMPT by Simon Glass · 6 years ago
  67. 2d424eb spl: Support hash, input, pch, pci, rtc, tpm in SPL by Simon Glass · 6 years ago
  68. f0293d3 bloblist: Locate bloblist in U-Boot by Simon Glass · 6 years ago
  69. e945a72 spl: Set up the bloblist in SPL by Simon Glass · 6 years ago
  70. 9f407d4 Add core support for a bloblist to convey data from SPL by Simon Glass · 6 years ago
  71. 4d8d305 spl: Add support for logging in SPL and TPL by Simon Glass · 6 years ago
  72. c0126bd spl: Support bootstage, log, hash and early malloc in TPL by Simon Glass · 6 years ago
  73. a2a63a3 sandbox: cros_ec: exynos: Drop use of cros_ec_get_error() by Simon Glass · 6 years ago
  74. f1c8568 image-sig: Ensure that hashed-nodes is null-terminated by Konrad Beckmann · 6 years ago
  75. 1473f6a arm: at91: wdt: Convert watchdog driver to dm/dt by Prasanthi Chellakumar · 6 years ago
  76. d0851c8 blk: Call part_init() in the post_probe() method by Bin Meng · 6 years ago
  77. ecfe663 dm: cpu: Fix print_cpuinfo() output by Bin Meng · 6 years ago
  78. 5d6c61a board_f: Use static print_cpuinfo if CONFIG_CPU is active by Mario Six · 6 years ago
  79. fb3148a common: build ymodem only on need by Jun Nie · 7 years ago
  80. 6b0afcc common: Compile error with CONFIG_MULTI_DTB_FIT and not SPL by Lars Povlsen · 6 years ago
  81. 30c0740 spl: fix debug prints for tiny printf by Simon Goldschmidt · 6 years ago
  82. 6514bfc fit: Add missing CR in debug output in fit_find_config_node() by Stefan Roese · 6 years ago
  83. 5764ea2 Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active" by Bin Meng · 6 years ago
  84. f749b61 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 6 years ago
  85. cf033e0 Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  86. 9215bb1 miiphy: Add function to retrieve MDIO bus list head by Pankaj Bansal · 6 years ago
  87. a2b96ec tools: add i.MX8/8X image support by Peng Fan · 6 years ago
  88. 3313ae6 spl: fpga: Implement fpga bistream loading with fpga_load by Michal Simek · 6 years ago
  89. 3d5ced9 Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  90. fd3d121 bootm: Add board specific OS preboot hook by Marek Vasut · 6 years ago
  91. 42116f6 cros: Adjust board_get_cros_ec_dev() to return a udevice by Simon Glass · 6 years ago
  92. 2b1dc29 sandbox: Add a flag to set the default log level by Simon Glass · 6 years ago
  93. 6663e07 avb_verify: support using OP-TEE TA AVB by Jens Wiklander · 6 years ago
  94. 51c1231 spl: spi: Do not hardcode fixed size for header by Michal Simek · 6 years ago
  95. 83a6456 spl: ram: Fix u_boot_pos calculation by Michal Simek · 6 years ago
  96. 6c6add6 configs: drop CONFIG_SYS_EXTRA_ENV_RELOC by Simon Goldschmidt · 6 years ago
  97. a4b38fc Merge tag 'rockchip-for-v2018.11-rc2' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago
  98. f31414a ARC: Enable DISPLAY_CPUINFO & DISPLAY_BOARDINFO by Alexey Brodkin · 6 years ago
  99. 70fe287 spl: add support to booting with OP-TEE by Kever Yang · 6 years ago
  100. 592cd5d Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago