1. 45326d8 ARM: dts: stm32: add FMC2 EBI support for stm32mp157c by Christophe Kerello · Fri Jul 31 09:53:44 2020 +0200
  2. c7ce571 configs: stm32mp: add CONFIG_STM32_FMC2_EBI by Christophe Kerello · Fri Jul 31 09:53:43 2020 +0200
  3. 15359e4 board: stm32mp1: update fdt fixup partitions table by Christophe Kerello · Fri Jul 31 09:53:42 2020 +0200
  4. 6276f86 mtd: rawnand: stm32_fmc2: get resources from parent node by Christophe Kerello · Fri Jul 31 09:53:41 2020 +0200
  5. a994a80 memory: stm32-fmc2-ebi: add STM32 FMC2 EBI controller driver by Christophe Kerello · Fri Jul 31 09:53:40 2020 +0200
  6. 9de081d mtd: rawnand: stm32_fmc2: use clrsetbits_le32 by Christophe Kerello · Fri Jul 31 09:53:39 2020 +0200
  7. f4aca87 mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macros by Christophe Kerello · Fri Jul 31 09:53:38 2020 +0200
  8. d1a2587 mtd: rawnand: stm32_fmc2: cosmetic change to use nfc instead of fmc2 where relevant by Christophe Kerello · Fri Jul 31 09:53:37 2020 +0200
  9. 92693e3 mtd: rawnand: stm32_fmc2: use FMC2_TIMEOUT_5S for timeouts by Christophe Kerello · Fri Jul 31 09:53:36 2020 +0200
  10. 16ec0bd mtd: rawnand: stm32_fmc2: remove useless inline comments by Christophe Kerello · Fri Jul 31 09:53:35 2020 +0200
  11. 45dd1ee mtd: rawnand: stm32_fmc2: fix a buffer overflow by Christophe Kerello · Fri Jul 31 09:53:34 2020 +0200
  12. 8040da1 arm: stm32mp: stm32prog: use IS_ENABLED to prevent ifdef by Patrick Delaunay · Fri Jul 31 16:31:52 2020 +0200
  13. 1dffeaf arm: stm32mp: bsec: use IS_ENABLED to prevent ifdef by Patrick Delaunay · Fri Jul 31 16:31:51 2020 +0200
  14. 9d96e90 board: stm32mp1: use IS_ENABLED to prevent ifdef in ft_board_setup by Patrick Delaunay · Fri Jul 31 16:31:50 2020 +0200
  15. 821a9ba board: stm32mp1: use IS_ENABLED to prevent ifdef in env functions by Patrick Delaunay · Fri Jul 31 16:31:49 2020 +0200
  16. f118e4a board: stm32mp1: use IS_ENABLED to prevent ifdef in board_late_init by Patrick Delaunay · Fri Jul 31 16:31:48 2020 +0200
  17. c75bc6a board: stm32mp1: use IS_ENABLED to prevent ifdef in dk2_i2c1_fix by Patrick Delaunay · Fri Jul 31 16:31:47 2020 +0200
  18. b7b6752 board: stm32mp1: use IS_ENABLED to prevent ifdef in set_dfu_alt_inf by Patrick Delaunay · Fri Jul 31 16:31:46 2020 +0200
  19. 4b2bfd6 board: stm32mp1: use IS_ENABLED to prevent ifdef in sysconf_init by Patrick Delaunay · Fri Jul 31 16:31:45 2020 +0200
  20. 5fe5508 board: stm32mp1: use IS_ENABLED to prevent ifdef in board_check_usb_power by Patrick Delaunay · Fri Jul 31 16:31:44 2020 +0200
  21. a1d5f20 board: stm32mp1: use IS_ENABLED to prevent ifdef in g_dnl_board_usb_cable_connected by Patrick Delaunay · Fri Jul 31 16:31:43 2020 +0200
  22. f660485 board: stm32mp1: use IS_ENABLED to prevent ifdef in board_key_check by Patrick Delaunay · Fri Jul 31 16:31:42 2020 +0200
  23. 7c7640a usb: host: dwc3-sti-glue: Fix ofnode_valid() parameter by Patrice Chotard · Mon Jun 29 11:19:02 2020 +0200
  24. 2e262c4 configs: Resync with savedefconfig by Tom Rini · Mon Aug 10 15:31:07 2020 -0400
  25. 9f16108 test/py: fix SquashFS tests by Joao Marcos Costa · Mon Aug 10 14:37:27 2020 +0200
  26. eb1f909 Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig by Tom Rini · Fri Jul 24 17:14:47 2020 -0400
  27. d5639a0 Makefile: sunxi: Don't use binman to build ATF image by Simon Glass · Fri Aug 07 09:44:11 2020 -0600
  28. 604c8e7 test/py: serial# cannot be overwritten on some devices by Heinrich Schuchardt · Fri Aug 07 23:11:35 2020 +0200
  29. b9cba9f Merge branch '2020-08-07-misc-improvements' by Tom Rini · Sat Aug 08 08:28:53 2020 -0400
  30. 6fdee94 test: py: test_shell_run() with CONFIG_HUSH_PARSER=n by Heinrich Schuchardt · Wed Aug 05 18:31:42 2020 +0200
  31. f7d1093 tests: support mkfs.ext4 without metadata_csum by Stephen Warren · Tue Aug 04 11:28:33 2020 -0600
  32. f9686de board: presidio: add LED support by Jway Lin · Tue Jun 30 21:08:07 2020 -0700
  33. c161200 led: led_cortina: Add CAxxx LED support by Jway Lin · Tue Jun 30 21:08:06 2020 -0700
  34. 1b9728f Travis: Add squashfs-tools by Tom Rini · Fri Aug 07 12:33:39 2020 -0400
  35. 31ae55f test/py: Add tests for the SquashFS commands by Joao Marcos Costa · Thu Jul 30 15:33:52 2020 +0200
  36. 2a7fb15 fs/fs.c: add symbolic link case to fs_ls_generic() by Joao Marcos Costa · Thu Jul 30 15:33:51 2020 +0200
  37. 88f5333 fs/squashfs: add support for zlib decompression by Joao Marcos Costa · Thu Jul 30 15:33:50 2020 +0200
  38. ae8abb1 include/u-boot, lib/zlib: add sources for zlib decompression by Joao Marcos Costa · Thu Jul 30 15:33:49 2020 +0200
  39. a12c66f fs/squashfs: add filesystem commands by Joao Marcos Costa · Thu Jul 30 15:33:48 2020 +0200
  40. 29da374 fs/squashfs: new filesystem by Joao Marcos Costa · Thu Jul 30 15:33:47 2020 +0200
  41. 573c0fa cmd: Update the memory-search command by Simon Glass · Tue Jul 28 19:41:14 2020 -0600
  42. 6db8ea5 test: Add a flag for tests that need console recording by Simon Glass · Tue Jul 28 19:41:13 2020 -0600
  43. 974dccd dm: Rename DM test flags to make them more generic by Simon Glass · Tue Jul 28 19:41:12 2020 -0600
  44. dc357ef console: Always define the console-recording functions by Simon Glass · Tue Jul 28 19:41:11 2020 -0600
  45. c963df9 test: Add a way to check part of a console line or skip it by Simon Glass · Tue Jul 28 19:41:10 2020 -0600
  46. d8a807b Merge branch '2020-08-07-mkimage-improvements' by Tom Rini · Fri Aug 07 11:56:34 2020 -0400
  47. 14139f5 mkimage: fit: fix import of external data by Patrick Oppenlander · Thu Jul 30 14:31:48 2020 +1000
  48. 5964c3f mkimage: fit: include image cipher in configuration signature by Patrick Oppenlander · Thu Jul 30 14:30:47 2020 +1000
  49. a4fafb3 mkimage: fit: don't cipher ciphered data by Patrick Oppenlander · Thu Jul 30 14:22:15 2020 +1000
  50. be47211 mkimage: fit: handle FDT_ERR_NOSPACE when ciphering by Patrick Oppenlander · Thu Jul 30 14:22:14 2020 +1000
  51. d586fc3 mkimage: fit: only process one cipher node by Patrick Oppenlander · Thu Jul 30 14:22:13 2020 +1000
  52. 5069906 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Thu Aug 06 23:09:32 2020 -0400
  53. 5dd3378 Merge branch '2020-08-06-Kconfig-sram-options' by Tom Rini · Thu Aug 06 20:57:55 2020 -0400
  54. 97dd43f common/board_r: Move blkcache_init call earlier in the boot sequence by Ovidiu Panait · Fri Jul 24 14:12:25 2020 +0300
  55. 34c2581 blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · Fri Jul 24 14:12:24 2020 +0300
  56. bfcd5c5 common/board_r: Remove initr_serial wrapper by Ovidiu Panait · Fri Jul 24 14:12:23 2020 +0300
  57. 96008c9 drivers: serial: Make serial_initialize return int by Ovidiu Panait · Fri Jul 24 14:12:22 2020 +0300
  58. 76160a0 dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probe by Ovidiu Panait · Fri Jul 24 14:12:21 2020 +0300
  59. 6183c8d board_f: Remove setup_board_part1 by Ovidiu Panait · Fri Jul 24 14:12:20 2020 +0300
  60. 399aeb6 board_f: ppc: Factor out ppc-specific bdinfo setup by Ovidiu Panait · Fri Jul 24 14:12:19 2020 +0300
  61. f8a961b board_f: m68k: Factor out m68k-specific bdinfo setup by Ovidiu Panait · Fri Jul 24 14:12:18 2020 +0300
  62. 5fc6060 board_f: Move sram bdinfo assignments to generic code by Ovidiu Panait · Fri Jul 24 14:12:17 2020 +0300
  63. a585588 board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfo by Ovidiu Panait · Fri Jul 24 14:12:16 2020 +0300
  64. 3d0b040 board_f: Introduce arch_setup_bdinfo initcall by Ovidiu Panait · Fri Jul 24 14:12:15 2020 +0300
  65. 0c5e9a0 board_f: Introduce setup_bdinfo initcall by Ovidiu Panait · Fri Jul 24 14:12:14 2020 +0300
  66. 3ae4e95 cmd: bdinfo: Move sram info prints to generic code by Ovidiu Panait · Fri Jul 24 14:12:13 2020 +0300
  67. 0a2ef26 Kconfig: Remove CONFIG_SYS_SRAM_START by Ovidiu Panait · Fri Jul 24 14:12:12 2020 +0300
  68. cb22996 Kconfig: Convert CONFIG_SYS_SRAM_SIZE to Kconfig by Ovidiu Panait · Fri Jul 24 14:12:11 2020 +0300
  69. 6274921 Kconfig: Convert CONFIG_SYS_SRAM_BASE to Kconfig by Ovidiu Panait · Fri Jul 24 14:12:10 2020 +0300
  70. 2cdfed2 Kconfig: Introduce CONFIG_SYS_HAS_SRAM by Ovidiu Panait · Fri Jul 24 14:12:09 2020 +0300
  71. a9309bd Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Aug 06 11:06:02 2020 -0400
  72. 3185a7f mvebu: bubt: Drop dead code by Tom Rini · Fri Jul 24 17:13:17 2020 -0400
  73. e3f42ad arm: mvebu: Update CRS305-1G-4S board flash layout by Luka Kovacic · Thu Jul 23 10:56:40 2020 +0200
  74. 3d0c3e0 arm: mvebu: crs3xx-98dx3236: Add a maintainer by Luka Kovacic · Thu Jul 23 10:56:39 2020 +0200
  75. 16962fa arm: mvebu: Add CRS328-4C-20S-4S board by Luka Kovacic · Thu Jul 23 10:56:38 2020 +0200
  76. 1c4270b arm: mvebu: Add CRS326-24G-2S board by Luka Kovacic · Thu Jul 23 10:56:37 2020 +0200
  77. 8d6b5a6 arm: mvebu: Add CRS305-1G-4S Bit board by Luka Kovacic · Thu Jul 23 10:56:36 2020 +0200
  78. a89c519 cmd: mvebu/bubt: Drop unused SPI_FLASH_PROTECTION by Jagan Teki · Sun Jul 12 23:29:01 2020 +0530
  79. 51d09fc Azure/Travis: Update to latest Docker image by Tom Rini · Wed Aug 05 19:28:49 2020 -0400
  80. 06371ef Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Wed Aug 05 16:06:42 2020 -0400
  81. 047aaad Merge branch '2020-08-05-misc-fixes' by Tom Rini · Wed Aug 05 16:05:33 2020 -0400
  82. f820563 tools: env: Avoid an uninited warning with was_locked by Simon Glass · Sat Aug 01 10:30:39 2020 -0600
  83. e0de0f2 tools: env: Fix printf() warning in fw_env by Simon Glass · Sat Aug 01 10:30:38 2020 -0600
  84. 7054810 ARM: add Kconfig option for PSCI 0.1 by Icenowy Zheng · Sat Aug 01 02:56:45 2020 +0800
  85. f10ae54 cmd: bdinfo: cleanup phys_addr_t output by Heinrich Schuchardt · Tue Jul 28 17:56:33 2020 +0200
  86. 51cc1f9 cmd: bootz: fix device-tree overlap test by Baruch Siach · Tue Jul 28 17:57:48 2020 +0300
  87. c2248cb fit_image: Use calloc() to fix reproducibility issue by Fabio Estevam · Mon Jul 27 21:03:13 2020 -0300
  88. caf8cae usb: xhci: Add virt_to_phys() to support mapped platforms by Stefan Roese · Tue Jul 21 10:46:05 2020 +0200
  89. 77c83ac usb: usb-uclass.c: Drop le16_to_cpu() as values are already swapped by Stefan Roese · Tue Jul 21 10:46:04 2020 +0200
  90. 83b1751 usb: xhci: xhci_mem_init: Use cpu_to_le64() and not xhci_writeq() by Stefan Roese · Tue Jul 21 10:46:03 2020 +0200
  91. cb57086 usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu) by Stefan Roese · Tue Jul 21 10:46:02 2020 +0200
  92. 6c9e2a9 arm: Add SPL build check to SPL early bss clear by Brian Moyer · Sun Jul 26 13:17:53 2020 -0700
  93. ac49e7b doc: move Clang documentation to HTML by Heinrich Schuchardt · Sat Jul 25 09:55:46 2020 +0200
  94. 8d4e7e2 pinctrl: aspeed: Fix Kconfig entry indentation by Michal Simek · Thu Jul 23 09:00:40 2020 +0200
  95. 56c9825 Makefile.lib: Build all DTS with -@ if OF_LIBFDT_OVERLAY is enabled by Michal Simek · Wed Jul 22 14:58:25 2020 +0200
  96. edd8034 dt-bindings: Sync include/dt-bindings/phy/phy.h from Linux by Michal Simek · Wed Jul 22 13:58:54 2020 +0200
  97. e9e7da5 fixdep: fix coding style in previous fix by Stephen Warren · Tue Jul 21 14:38:51 2020 -0600
  98. 365a753 test/py: Add test support for three stage boot by Yan Liu · Tue Jul 21 11:12:05 2020 -0400
  99. fe659f5 arm: move CONFIG_PREBOOT="usb start" to KConfig by Jonas Smedegaard · Tue Jul 21 09:32:20 2020 +0200
  100. b9df7d9 net: ping: reset stored IP address by Marek Szyprowski · Mon Jun 15 11:15:57 2020 +0200