1. 1f1ae15 mtd: move NAND files into a raw/ subdirectory by Miquel Raynal · Thu Aug 16 17:30:07 2018 +0200
  2. 2bb020e board_f: Use static print_cpuinfo if CONFIG_CPU is active by Mario Six · Mon Aug 06 10:23:41 2018 +0200
  3. 7194f25 common: board_f: Sort includes by Mario Six · Mon Aug 06 10:23:39 2018 +0200
  4. 4481a5d board_f: Add reset status printing by Mario Six · Mon Aug 06 10:23:34 2018 +0200
  5. 1a6f8e0 spl: Allow remoteproc drivers to be used within SPL by Lokesh Vutla · Mon Aug 27 15:57:53 2018 +0530
  6. 2aeb934 spl: Allow mailbox drivers to be used within SPL by Lokesh Vutla · Mon Aug 27 15:57:49 2018 +0530
  7. 9bdec00 arm: K3: Add initial support for TI's K3 generation of SoCs by Lokesh Vutla · Mon Aug 27 15:57:08 2018 +0530
  8. c7570a3 Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · Mon Aug 06 20:47:40 2018 +0900
  9. f0017d2 cli: handle getch error by Patrick Delaunay · Fri Aug 03 13:38:45 2018 +0200
  10. d837c53 console: unify fgetc function when console MUX is deactivated by Patrick Delaunay · Fri Aug 03 13:38:44 2018 +0200
  11. 96bdff5 spl: Kconfig: Fix typo in 'Upgrade' by Fabio Estevam · Fri Aug 31 10:02:28 2018 -0300
  12. be17881 malloc_simple: calloc: don't call memset if malloc failed by Simon Goldschmidt · Thu Aug 16 09:50:32 2018 +0200
  13. 3135da5 common: avb_verify: Fix division by zero in mmc_byte_io() by Eugeniu Rosca · Tue Aug 14 02:43:09 2018 +0200
  14. c966354 common: avb_verify: Fix never-occurring avb_free(ops_data) by Eugeniu Rosca · Tue Aug 14 02:43:08 2018 +0200
  15. a5f012e common: avb_verify: Fix memory leaks by Eugeniu Rosca · Tue Aug 14 02:43:07 2018 +0200
  16. f43f113 common: avb_verify: Make local data static by Eugeniu Rosca · Tue Aug 14 02:43:06 2018 +0200
  17. d6d3597 common: kconfig: Mark AVB_VERIFY as dependent on PARTITION_UUIDS by Eugeniu Rosca · Tue Aug 14 02:43:05 2018 +0200
  18. 4c94c89 common: avb_verify: Fix invalid 'for' loop condition by Eugeniu Rosca · Tue Aug 14 02:43:04 2018 +0200
  19. 92f95bb cmd: Add dtimg command by Sam Protsenko · Thu Aug 16 23:34:13 2018 +0300
  20. 2f770a9 common: Add support for Android DT image by Sam Protsenko · Thu Aug 16 23:34:12 2018 +0300
  21. 7dbffe4 spl: fix debug print in spl_common_init() by Simon Goldschmidt · Mon Aug 13 11:24:05 2018 +0200
  22. 1054176 Convert CONFIG_MISC_INIT_R to Kconfig by Adam Ford · Sun Jul 29 13:13:29 2018 -0500
  23. 6206705 kconfig: fix typo 'parition' by Simon Goldschmidt · Thu Aug 16 09:44:55 2018 +0200
  24. 9cab183 fdt_support: Use CONFIG_NR_DRAM_BANKS if necessary by Ramon Fried · Tue Aug 14 00:35:42 2018 +0300
  25. 276129d avb2.0: add get_size_of_partition() by Igor Opaniuk · Fri Aug 10 16:59:59 2018 +0300
  26. 29bf603 sandbox: led: use new function to configure default state by Patrick Delaunay · Fri Jul 27 16:37:09 2018 +0200
  27. 12e6f56 Merge tag 'xilinx-for-v2018.09-rc2' of git://git.denx.de/u-boot-microblaze by Tom Rini · Tue Aug 07 11:32:50 2018 -0400
  28. c2ed007 common: fdt: Make fdt_del_subnodes/fdt_del_partition static by Michal Simek · Tue Jul 31 14:31:04 2018 +0200
  29. 3775fed power: Add CONFIG_SPL_POWER_DOMAIN config by Peng Fan · Fri Jul 27 10:20:37 2018 +0800
  30. 7674fb5 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Sat Aug 04 19:41:30 2018 -0400
  31. 9dcc861 binman: Add a new 'image-pos' property by Simon Glass · Wed Aug 01 15:22:42 2018 -0600
  32. e8561af binman: Rename 'position' to 'offset' by Simon Glass · Wed Aug 01 15:22:37 2018 -0600
  33. 0c01b96 sunxi: add support for Allwinner H6 SoC by Icenowy Zheng · Sat Jul 21 16:20:31 2018 +0800
  34. 4fcaf49 common: Log should depends on DM not be selected by DM by Michal Simek · Mon Jul 23 15:55:11 2018 +0200
  35. 37fdd6a Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined" by Ramon Fried · Sun Jul 22 08:12:14 2018 +0300
  36. ee201d2 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Fri Jul 27 13:09:30 2018 -0400
  37. b3eff9b sandbox: Don't disable ctrlc() on sandbox if in raw mode by Joe Hershberger · Mon Jul 02 20:06:49 2018 -0500
  38. c2f3954 console: Remember if ctrlc is disabled in console_tstc() by Joe Hershberger · Mon Jul 02 20:06:48 2018 -0500
  39. 5349267 spl: Add option SPL_PAYLOAD by York Sun · Thu Jun 14 14:38:48 2018 -0700
  40. 7b4e9a5 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · Tue Jul 24 22:46:50 2018 -0400
  41. f3d4014 fdt_support: make fdt_fixup_mtdparts() prototype more specific by Masahiro Yamada · Thu Jul 19 16:28:22 2018 +0900
  42. 43c385d spl: remove dependency to "asm/utils.h" by Paulo Zaneti · Tue Jul 17 16:15:46 2018 -0300
  43. ceb54dc avb2.0: use block API in AVB ops by Igor Opaniuk · Tue Jul 17 14:33:26 2018 +0300
  44. e0df035 avb2.0: add proper dependencies by Igor Opaniuk · Tue Jul 17 14:33:25 2018 +0300
  45. 7cd5199 configs: Make NAND_BOOT and ONENAND_BOOT imply NAND by Adam Ford · Sun Jul 08 07:28:10 2018 -0500
  46. 58beb6e spl: record boot_device into spl_image and call spl_perform_fixups by Philipp Tomsich · Thu May 24 17:15:50 2018 +0200
  47. 1fbafc6 bootmenu: Extend BOOTDELAY help text by Alex Kiernan · Thu Jul 05 12:38:16 2018 +0000
  48. 93e8802 spl: Make the spl_nand_load_image static by Michael Trimarchi · Wed Jul 04 15:53:37 2018 +0200
  49. cea8821 spl: mmc: Skip RAW mode ARGS sectors if not defined by York Sun · Tue Jun 26 09:44:39 2018 -0700
  50. f0370c0 spl: nor: Skip CONFIG_SYS_FDT_BASE if not defined by York Sun · Tue Jun 26 10:10:04 2018 -0700
  51. 7975725 spl: nor: Add FIT support by York Sun · Tue Jun 26 10:10:03 2018 -0700
  52. b2bb9bc env: common: accept flags on reset to default env by Yaniv Levinsky · Sun Jun 24 19:16:57 2018 +0300
  53. eece623 spl: fit: display a message when an FPGA image is loaded by Luis Araneda · Thu Jul 19 03:10:16 2018 -0400
  54. 94a1d52 lib: fdtdec: Update ram_base to store ram start adddress by Siva Durga Prasad Paladugu · Mon Jul 16 15:56:10 2018 +0530
  55. 2b0634d usb_kdb: Get stdio_dev directly from sdev pointer by Michal Simek · Wed Jun 27 14:35:07 2018 +0200
  56. 07b3cc9 usb_kbd: Add support for watchdog by Michal Simek · Wed Jun 27 14:16:54 2018 +0200
  57. 2e1b90b common: command: Handle USAGE failure separately by Michal Simek · Thu Jun 21 14:49:26 2018 +0200
  58. 44bdb57 common: command: Use command_ret_t enum values instead of values by Michal Simek · Mon Jun 04 13:29:49 2018 +0200
  59. 62fd0c1 common/memsize.c: Increase save array for supporting memory size > 4GB by Tien Fong Chee · Wed Jun 20 15:06:20 2018 +0800
  60. 34cef30 common: print \n in initr_scsi() by Heinrich Schuchardt · Fri Jun 15 07:01:26 2018 +0200
  61. 9767bf4 vboot: Do not use hashed-strings offset by Teddy Reed · Sat Jun 09 11:45:20 2018 -0400
  62. e6a4783 vboot: Add FIT_SIGNATURE_MAX_SIZE protection by Teddy Reed · Sat Jun 09 11:38:05 2018 -0400
  63. 54a9119 spl: fit: verify images prior to post processing by Ben Whitten · Thu Jun 07 11:37:27 2018 +0100
  64. 72bc5d5 spl: fit: Fix support for loading FPGA bitstream by Marek Vasut · Fri Jun 01 23:19:29 2018 +0200
  65. f6e0e5c spl: spi: Support full fitImage handling by Marek Vasut · Thu May 31 17:59:29 2018 +0200
  66. c659e58 spl: fat: Support full fitImage handling by Marek Vasut · Thu May 31 17:59:19 2018 +0200
  67. 5dee134 fit: Verify all configuration signatures by Marek Vasut · Thu May 31 17:59:07 2018 +0200
  68. 9caf712 reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET by Ley Foon Tan · Thu Jun 14 18:45:19 2018 +0800
  69. cb5660e Merge git://git.denx.de/u-boot-imx by Tom Rini · Wed Jun 27 13:09:55 2018 -0400
  70. f05614e board_r: Do not initialize IDE when DM BLK is on by Bin Meng · Sun Jun 17 05:57:50 2018 -0700
  71. 2142579 bootm: Handle kernel_noload on arm64 by Marek Vasut · Wed Jun 13 06:13:33 2018 +0200
  72. 18fc706 console: Fix handling of NULL global_data by Simon Glass · Tue Jun 12 00:04:56 2018 -0600
  73. 8909656 log: Fix incorect range check in log_get_cat_name() by Simon Glass · Tue Jun 12 00:04:55 2018 -0600
  74. 75aa898 iotrace: fix behaviour when buffer is full by Ramon Fried · Fri Jun 08 20:53:27 2018 +0300
  75. d03cc69 iotrace: move record definitons to header file by Ramon Fried · Fri Jun 08 20:53:25 2018 +0300
  76. f0f3bfe avb2.0: add boot states and dm-verity support by Igor Opaniuk · Sun Jun 03 21:56:40 2018 +0300
  77. bb4aac4 avb2.0: implement AVB ops by Igor Opaniuk · Sun Jun 03 21:56:38 2018 +0300
  78. 22a1fab spl: Add default values for ARCH_MX7 by Fabio Estevam · Mon Jun 11 15:08:05 2018 -0300
  79. efe757c u-boot: Fix several typos by Shyam Saini · Thu Jun 07 19:47:19 2018 +0530
  80. a55c6a0 common: iotrace: add timestamp to iotrace records by Ramon Fried · Wed May 30 23:09:59 2018 +0300
  81. d01a417 iotrace: add IO region limit by Ramon Fried · Wed May 30 23:09:58 2018 +0300
  82. c76af2a board_f: Only reserve memory for U-Boot if we're going to relocate by Alexey Brodkin · Fri May 25 16:08:14 2018 +0300
  83. c46d0fe menu: fix timeout duration by Masahiro Yamada · Thu May 24 17:04:57 2018 +0900
  84. f55305a Define board_quiesce_devices() in a shared location by Simon Glass · Wed May 16 09:42:25 2018 -0600
  85. c568bcb mmc: Separate "mmc swrite" from fastboot by Alex Kiernan · Tue May 29 15:30:52 2018 +0000
  86. 27b69de fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · Tue May 29 15:30:40 2018 +0000
  87. 65de955 fastboot: Move fastboot to drivers/fastboot by Alex Kiernan · Tue May 29 15:30:39 2018 +0000
  88. 186cc99 add FIT data-position & data-offset property support by Kelvin Cheung · Sat May 19 18:21:37 2018 +0800
  89. 2427ec6 malloc: Use malloc simple before malloc is fully initialized in memalign() by Ley Foon Tan · Fri May 18 18:03:12 2018 +0800
  90. 0662337 spl: Add full fitImage support by Marek Vasut · Sun May 13 00:23:17 2018 +0200
  91. 93e9575 fit: Add standalone image type handling by Marek Vasut · Sun May 13 00:22:54 2018 +0200
  92. 25114a6 fit: Add empty fit_print_contents() and fit_image_print() by Marek Vasut · Sun May 13 00:22:53 2018 +0200
  93. 9f2e0eb fit: Fix CONFIG_FIT_SPL_PRINT by Marek Vasut · Sun May 13 00:22:52 2018 +0200
  94. 33dd00e spl: fit: Add support for loading FPGA bitstream by Marek Vasut · Sat May 12 22:25:28 2018 +0200
  95. 7d77b66 FIT: Make fit_conf_print() be a static function by Tom Rini · Tue May 08 14:34:05 2018 -0400
  96. ad2102e Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Fri May 11 11:45:28 2018 -0400
  97. 5329d67 tools: zynqmpimage: Add bif support by Alexander Graf · Fri Apr 13 14:18:52 2018 +0200
  98. 492a5cd Merge git://git.denx.de/u-boot-socfpga by Tom Rini · Thu May 10 22:57:41 2018 -0400
  99. b65e1a2 xyz-modem: va_start() must be matched by va_end() by Heinrich Schuchardt · Mon May 07 21:59:34 2018 +0200
  100. dbb275d Fix Ymodem build when DEBUG and CONFIG_USE_TINY_PRINTF are selected by Alex Kiernan · Thu May 03 11:45:08 2018 +0000