1. 1054176 Convert CONFIG_MISC_INIT_R to Kconfig by Adam Ford · 6 years ago
  2. 6206705 kconfig: fix typo 'parition' by Simon Goldschmidt · 6 years ago
  3. 9cab183 fdt_support: Use CONFIG_NR_DRAM_BANKS if necessary by Ramon Fried · 6 years ago
  4. 276129d avb2.0: add get_size_of_partition() by Igor Opaniuk · 6 years ago
  5. 29bf603 sandbox: led: use new function to configure default state by Patrick Delaunay · 6 years ago
  6. 12e6f56 Merge tag 'xilinx-for-v2018.09-rc2' of git://git.denx.de/u-boot-microblaze by Tom Rini · 6 years ago
  7. c2ed007 common: fdt: Make fdt_del_subnodes/fdt_del_partition static by Michal Simek · 6 years ago
  8. 3775fed power: Add CONFIG_SPL_POWER_DOMAIN config by Peng Fan · 6 years ago
  9. 7674fb5 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
  10. 9dcc861 binman: Add a new 'image-pos' property by Simon Glass · 6 years ago
  11. e8561af binman: Rename 'position' to 'offset' by Simon Glass · 6 years ago
  12. 0c01b96 sunxi: add support for Allwinner H6 SoC by Icenowy Zheng · 6 years ago
  13. 4fcaf49 common: Log should depends on DM not be selected by DM by Michal Simek · 6 years ago
  14. 37fdd6a Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined" by Ramon Fried · 6 years ago
  15. ee201d2 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 6 years ago
  16. b3eff9b sandbox: Don't disable ctrlc() on sandbox if in raw mode by Joe Hershberger · 6 years ago
  17. c2f3954 console: Remember if ctrlc is disabled in console_tstc() by Joe Hershberger · 6 years ago
  18. 5349267 spl: Add option SPL_PAYLOAD by York Sun · 6 years ago
  19. 7b4e9a5 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 6 years ago
  20. f3d4014 fdt_support: make fdt_fixup_mtdparts() prototype more specific by Masahiro Yamada · 6 years ago
  21. 43c385d spl: remove dependency to "asm/utils.h" by Paulo Zaneti · 6 years ago
  22. ceb54dc avb2.0: use block API in AVB ops by Igor Opaniuk · 6 years ago
  23. e0df035 avb2.0: add proper dependencies by Igor Opaniuk · 6 years ago
  24. 7cd5199 configs: Make NAND_BOOT and ONENAND_BOOT imply NAND by Adam Ford · 6 years ago
  25. 58beb6e spl: record boot_device into spl_image and call spl_perform_fixups by Philipp Tomsich · 7 years ago
  26. 1fbafc6 bootmenu: Extend BOOTDELAY help text by Alex Kiernan · 6 years ago
  27. 93e8802 spl: Make the spl_nand_load_image static by Michael Trimarchi · 6 years ago
  28. cea8821 spl: mmc: Skip RAW mode ARGS sectors if not defined by York Sun · 6 years ago
  29. f0370c0 spl: nor: Skip CONFIG_SYS_FDT_BASE if not defined by York Sun · 6 years ago
  30. 7975725 spl: nor: Add FIT support by York Sun · 6 years ago
  31. b2bb9bc env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
  32. eece623 spl: fit: display a message when an FPGA image is loaded by Luis Araneda · 6 years ago
  33. 94a1d52 lib: fdtdec: Update ram_base to store ram start adddress by Siva Durga Prasad Paladugu · 6 years ago
  34. 2b0634d usb_kdb: Get stdio_dev directly from sdev pointer by Michal Simek · 6 years ago
  35. 07b3cc9 usb_kbd: Add support for watchdog by Michal Simek · 6 years ago
  36. 2e1b90b common: command: Handle USAGE failure separately by Michal Simek · 6 years ago
  37. 44bdb57 common: command: Use command_ret_t enum values instead of values by Michal Simek · 6 years ago
  38. 62fd0c1 common/memsize.c: Increase save array for supporting memory size > 4GB by Tien Fong Chee · 6 years ago
  39. 34cef30 common: print \n in initr_scsi() by Heinrich Schuchardt · 6 years ago
  40. 9767bf4 vboot: Do not use hashed-strings offset by Teddy Reed · 6 years ago
  41. e6a4783 vboot: Add FIT_SIGNATURE_MAX_SIZE protection by Teddy Reed · 6 years ago
  42. 54a9119 spl: fit: verify images prior to post processing by Ben Whitten · 6 years ago
  43. 72bc5d5 spl: fit: Fix support for loading FPGA bitstream by Marek Vasut · 6 years ago
  44. f6e0e5c spl: spi: Support full fitImage handling by Marek Vasut · 6 years ago
  45. c659e58 spl: fat: Support full fitImage handling by Marek Vasut · 6 years ago
  46. 5dee134 fit: Verify all configuration signatures by Marek Vasut · 6 years ago
  47. 9caf712 reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET by Ley Foon Tan · 6 years ago
  48. cb5660e Merge git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  49. f05614e board_r: Do not initialize IDE when DM BLK is on by Bin Meng · 6 years ago
  50. 2142579 bootm: Handle kernel_noload on arm64 by Marek Vasut · 6 years ago
  51. 18fc706 console: Fix handling of NULL global_data by Simon Glass · 6 years ago
  52. 8909656 log: Fix incorect range check in log_get_cat_name() by Simon Glass · 6 years ago
  53. 75aa898 iotrace: fix behaviour when buffer is full by Ramon Fried · 6 years ago
  54. d03cc69 iotrace: move record definitons to header file by Ramon Fried · 6 years ago
  55. f0f3bfe avb2.0: add boot states and dm-verity support by Igor Opaniuk · 6 years ago
  56. bb4aac4 avb2.0: implement AVB ops by Igor Opaniuk · 6 years ago
  57. 22a1fab spl: Add default values for ARCH_MX7 by Fabio Estevam · 6 years ago
  58. efe757c u-boot: Fix several typos by Shyam Saini · 6 years ago
  59. a55c6a0 common: iotrace: add timestamp to iotrace records by Ramon Fried · 6 years ago
  60. d01a417 iotrace: add IO region limit by Ramon Fried · 6 years ago
  61. c76af2a board_f: Only reserve memory for U-Boot if we're going to relocate by Alexey Brodkin · 7 years ago
  62. c46d0fe menu: fix timeout duration by Masahiro Yamada · 7 years ago
  63. f55305a Define board_quiesce_devices() in a shared location by Simon Glass · 7 years ago
  64. c568bcb mmc: Separate "mmc swrite" from fastboot by Alex Kiernan · 6 years ago
  65. 27b69de fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · 6 years ago
  66. 65de955 fastboot: Move fastboot to drivers/fastboot by Alex Kiernan · 6 years ago
  67. 186cc99 add FIT data-position & data-offset property support by Kelvin Cheung · 7 years ago
  68. 2427ec6 malloc: Use malloc simple before malloc is fully initialized in memalign() by Ley Foon Tan · 7 years ago
  69. 0662337 spl: Add full fitImage support by Marek Vasut · 7 years ago
  70. 93e9575 fit: Add standalone image type handling by Marek Vasut · 7 years ago
  71. 25114a6 fit: Add empty fit_print_contents() and fit_image_print() by Marek Vasut · 7 years ago
  72. 9f2e0eb fit: Fix CONFIG_FIT_SPL_PRINT by Marek Vasut · 7 years ago
  73. 33dd00e spl: fit: Add support for loading FPGA bitstream by Marek Vasut · 7 years ago
  74. 7d77b66 FIT: Make fit_conf_print() be a static function by Tom Rini · 7 years ago
  75. ad2102e Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 7 years ago
  76. 5329d67 tools: zynqmpimage: Add bif support by Alexander Graf · 7 years ago
  77. 492a5cd Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 7 years ago
  78. b65e1a2 xyz-modem: va_start() must be matched by va_end() by Heinrich Schuchardt · 7 years ago
  79. dbb275d Fix Ymodem build when DEBUG and CONFIG_USE_TINY_PRINTF are selected by Alex Kiernan · 7 years ago
  80. a485860 bootcount: spl: Extend SPL to support bootcount incrementation by Lukasz Majewski · 7 years ago
  81. 4fc1891 bootcount: Rewrite autoboot to use wrapper functions from bootcount.h by Lukasz Majewski · 7 years ago
  82. 97c995d bootcount: spl: Enable bootcount support in SPL by Lukasz Majewski · 7 years ago
  83. 6c96f5d bootm.c: Correct the flush_len used in bootm_load_os() by Tom Rini · 7 years ago
  84. b174454 image: fit: Show signatures and hashes for configurations by Clément Péron · 7 years ago
  85. 83f6928 image: socfpga: Add SFP image version 1 definition by Marek Vasut · 7 years ago
  86. 427e669 fastboot: sparse: make write_sparse_image useable for non-fastboot by Jassi Brar · 7 years ago
  87. 040703e fastboot: sparse: remove redundant argument to write_sparse_image by Jassi Brar · 7 years ago
  88. 8b0c8a1 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · 7 years ago
  89. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  90. 66c4d71 stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directly by Tom Rini · 7 years ago
  91. 5b40428 spl: Split sprintf, strto* from SPL serial in Kconfig by Alex Kiernan · 7 years ago
  92. 44ad550 spl: Add dependency on serial to Ymodem by Alex Kiernan · 7 years ago
  93. b09f892 spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORT by Alex Kiernan · 7 years ago
  94. c861bd0 log: CONFIG_LOG should select CONFIG_DM by Heinrich Schuchardt · 7 years ago
  95. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  96. 4e96ff8 Convert CONFIG_SPI to Kconfig by Adam Ford · 7 years ago
  97. 600388e bootm: Align cache flush begin address by Bryan O'Donoghue · 7 years ago
  98. 8449372 spl: ram: Add TPL Kconfig symbols by Marek Vasut · 7 years ago
  99. 2d60819 spl: ram: Convert to CONFIG_IS_ENABLED by Marek Vasut · 7 years ago
  100. 0477424 tpl: ymodem: Add CONFIG_TPL_YMODEM_SUPPORT to Kconfig by Marek Vasut · 7 years ago