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