1. d280d81 Merge tag 'v2021.04-rc4' into next by Tom Rini · Mon Mar 15 12:15:38 2021 -0400
  2. 18a8716 arm: stm32mp: Fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCACHE_SYS are enabled by Patrice Chotard · Wed Feb 24 13:53:27 2021 +0100
  3. aaf1f96 stm32mp: bsec: manage clock when present in device tree by Patrick Delaunay · Thu Feb 25 13:43:07 2021 +0100
  4. e259299 stm32mp: stm32prog: replace alias by serial device sequence number by Patrick Delaunay · Thu Feb 25 13:37:03 2021 +0100
  5. 7540d87 stm32mp: stm32prog: reactivate console and display serial error by Patrick Delaunay · Thu Feb 25 13:37:02 2021 +0100
  6. 29b2e2e stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USB by Patrick Delaunay · Thu Feb 25 13:37:01 2021 +0100
  7. 0440d86 stm32mp: stm32prog: Add Kconfig file for stm32prog command by Patrick Delaunay · Thu Feb 25 13:37:00 2021 +0100
  8. 4ad5a12 stm32mp: update the mmu configuration for SPL and prereloc by Patrick Delaunay · Fri Feb 05 13:53:33 2021 +0100
  9. c9b0dc3 stm32mp: update MMU config before the relocation by Patrick Delaunay · Fri Feb 05 13:53:32 2021 +0100
  10. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  11. efc7a3b arm: stm32mp: stm32prog: always flush DFU on start command for uart by Patrick Delaunay · Fri Dec 11 13:36:18 2020 +0100
  12. fbefc10 arm: stm32mp: bsec: migrate trace to log macro by Patrick Delaunay · Fri Nov 06 19:01:31 2020 +0100
  13. 2b15af5 arm: stm32mp: migrate cmd_stm32prog to log macro by Patrick Delaunay · Fri Nov 06 19:01:30 2020 +0100
  14. ba77940 arm: stm32mp: migrate trace to log macro by Patrick Delaunay · Fri Nov 06 19:01:29 2020 +0100
  15. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · Mon Dec 28 20:34:56 2020 -0700
  16. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · Sat Dec 19 10:40:14 2020 -0700
  17. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · Tue Dec 22 19:30:28 2020 -0700
  18. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  19. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  20. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  21. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  22. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  23. e93ee7b SPL: stm32mp1: fix spl_mmc_boot_partition not defined by Richard Genoud · Mon Oct 12 16:11:09 2020 +0200
  24. 0fa6228 arm: stm32mp: correct the ALIGN macro usage by Patrick Delaunay · Wed Nov 04 09:22:09 2020 +0100
  25. d5de938 stm32mp: stm32prog: accept device without partition by Patrick Delaunay · Thu Oct 15 14:28:17 2020 +0200
  26. cf6da85 arm: stm32: cleanup arch gpio.h by Patrick Delaunay · Fri Oct 02 14:08:54 2020 +0200
  27. ab7d644 stm32mp: limit size of cacheable DDR in pre-reloc stage by Patrick Delaunay · Fri Sep 04 12:55:19 2020 +0200
  28. 3a8e406 arm: stm32mp: cleanup test on eth_env_set_enetaddr result by Patrick Delaunay · Tue Apr 07 16:07:46 2020 +0200
  29. 8040da1 arm: stm32mp: stm32prog: use IS_ENABLED to prevent ifdef by Patrick Delaunay · Fri Jul 31 16:31:52 2020 +0200
  30. 1dffeaf arm: stm32mp: bsec: use IS_ENABLED to prevent ifdef by Patrick Delaunay · Fri Jul 31 16:31:51 2020 +0200
  31. 7130b95 sf: Drop dm.h header file from spi_flash.h by Simon Glass · Sun Jul 19 10:15:40 2020 -0600
  32. 9f6a368 Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dm by Tom Rini · Wed Jul 29 21:16:08 2020 -0400
  33. c46090d Makefile: Rename ALL-y to INPUTS-y by Simon Glass · Sun Jul 19 13:56:01 2020 -0600
  34. 3188ee9 arm: stm32mp: use correct weak function name spl_board_prepare_for_linux by Patrick Delaunay · Tue Jul 07 14:21:53 2020 +0200
  35. f4aaeed arm: stm32mp: stm32prog: check result of find_mmc_device by Patrick Delaunay · Mon Jul 06 13:20:58 2020 +0200
  36. 51ac7f1 stm32mp1: mmu_set_region_dcache_behaviour by Patrick Delaunay · Fri Jul 24 11:21:51 2020 +0200
  37. 4c5821d arm: stm32mp: move dbgmcu_init call when DT is ready by Patrick Delaunay · Fri Jul 24 11:13:31 2020 +0200
  38. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  39. d0d1df6 arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usage by Bin Meng · Wed Jul 08 00:19:22 2020 -0700
  40. 59d0da1 stm32mp1: use the command env info in env_check by Patrick Delaunay · Thu Jul 02 17:43:45 2020 +0200
  41. 6332c04 arm: stm32mp: protect DBGMCU_IDC access with BSEC by Patrick Delaunay · Tue Jun 16 18:27:44 2020 +0200
  42. dd17838 arm: stm32mp: stm32prog: add "Device Name" in iproduct during DFU USB enumeration by Patrick Delaunay · Tue Jun 16 18:25:14 2020 +0200
  43. f2f25c3 board: st: stpmic1: add function stpmic1_init by Patrick Delaunay · Mon May 25 12:19:46 2020 +0200
  44. 3d1fe4e arm: stm32mp: add weak function to save vddcore by Patrick Delaunay · Mon May 25 12:19:45 2020 +0200
  45. b6cc505 arm: stm32mp: spl: add bsec driver in SPL by Patrick Delaunay · Mon May 25 12:19:41 2020 +0200
  46. e634113 board: stm32mp1: fix handling of DT OP-TEE reserved memory nodes by Etienne Carriere · Fri Jun 05 09:24:29 2020 +0200
  47. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  48. 559f1a8 Use __ASSEMBLY__ as the assembly macros by Simon Glass · Sun May 10 11:40:12 2020 -0600
  49. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  50. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  51. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  52. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  53. 2dc9c34 common: Drop image.h from common header by Simon Glass · Sun May 10 11:40:01 2020 -0600
  54. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · Sun May 10 11:39:57 2020 -0600
  55. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  56. 1a4f7cd arm: stm32mp: activate data cache on DDR in SPL by Patrick Delaunay · Thu Apr 30 16:30:21 2020 +0200
  57. 8e6985b arm: stm32mp: activate data cache in SPL and before relocation by Patrick Delaunay · Thu Apr 30 16:30:20 2020 +0200
  58. 60fa063 arm: stm32mp: spl: update error management in board_init_f by Patrick Delaunay · Wed Apr 22 14:29:10 2020 +0200
  59. f798cf6 arm: stm32mp: remove dependency for STM32KEY by Patrick Delaunay · Wed Apr 22 14:29:09 2020 +0200
  60. 41e6ace stm32mp: stm32prog: add support of RAM target by Patrick Delaunay · Wed Mar 18 09:25:03 2020 +0100
  61. c2fdd57 stm32mp: stm32prog: support for script by Patrick Delaunay · Wed Mar 18 09:25:02 2020 +0100
  62. 8610f22 stm32mp: stm32prog: enable videoconsole by Patrick Delaunay · Wed Mar 18 09:25:01 2020 +0100
  63. b823d99 stm32mp: stm32prog: add serial link support by Patrick Delaunay · Wed Mar 18 09:25:00 2020 +0100
  64. 541c7de stm32mp: stm32prog: add pmic NVM update support by Patrick Delaunay · Wed Mar 18 09:24:59 2020 +0100
  65. 1d96b18 stm32mp: stm32prog: add otp update support by Patrick Delaunay · Wed Mar 18 09:24:58 2020 +0100
  66. 291e722 stm32mp: stm32prog: add support for delete option in flashlayout by Patrick Delaunay · Wed Mar 18 09:24:57 2020 +0100
  67. 851d6f3 stm32mp: stm32prog: add support of ssbl copy by Patrick Delaunay · Wed Mar 18 09:24:56 2020 +0100
  68. c511224 stm32mp: stm32prog: adapt the MTD partitions by Patrick Delaunay · Wed Mar 18 09:24:55 2020 +0100
  69. 6ab7496 stm32mp: stm32prog: add MTD devices support by Patrick Delaunay · Wed Mar 18 09:24:54 2020 +0100
  70. 5ce5006 stm32mp: stm32prog: add upport of partial update by Patrick Delaunay · Wed Mar 18 09:24:53 2020 +0100
  71. 6915b49 stm32mp: stm32prog: add support of boot partition for eMMC device by Patrick Delaunay · Wed Mar 18 09:24:52 2020 +0100
  72. 7aae1e3 stm32mp: stm32prog: add MMC device by Patrick Delaunay · Wed Mar 18 09:24:51 2020 +0100
  73. 526f66c stm32mp: stm32prog: add flash layout parsing by Patrick Delaunay · Wed Mar 18 09:24:50 2020 +0100
  74. 7daa91d stm32mp: add the command stm32prog by Patrick Delaunay · Wed Mar 18 09:24:49 2020 +0100
  75. 79bc640 stm32mp: add function get_cpu_dev by Patrick Delaunay · Wed Mar 18 09:24:48 2020 +0100
  76. b5a7ca2 board: stm32mp1: support boot from spi-nand by Patrick Delaunay · Wed Mar 18 09:22:52 2020 +0100
  77. 9827611 board: stm32mp1: use FDT address provided by TF-A at boot time by Patrick Delaunay · Wed Mar 18 09:22:50 2020 +0100
  78. 472407a stm32mp1: dynamically detect op-tee presence by Patrick Delaunay · Wed Mar 18 09:22:49 2020 +0100
  79. d1633b3 board: stm32mp1: reserve memory for OP-TEE in device tree by Patrick Delaunay · Wed Mar 18 09:22:48 2020 +0100
  80. 70f8527 ARM: stm32: Add board_early_init_f() to SPL by Marek Vasut · Wed Apr 22 13:18:10 2020 +0200
  81. bf16c30 spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition() by Harald Seiler · Wed Apr 15 11:33:31 2020 +0200
  82. 0bf7ab1 spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode() by Harald Seiler · Wed Apr 15 11:33:30 2020 +0200
  83. 66111eb Revert "stm32mp1: remove the imply BOOTSTAGE" by Patrick Delaunay · Tue Mar 10 10:15:03 2020 +0100
  84. f8fe21d configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOT by Patrick Delaunay · Wed Apr 01 09:07:33 2020 +0200
  85. 93865c6 ARM: dts: stm32: Define FMC2 base address by Marek Vasut · Thu Mar 26 16:57:26 2020 +0100
  86. b9d856f Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · Tue Mar 31 17:24:19 2020 -0400
  87. 2ebc211 ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDR by Patrick Delaunay · Fri Mar 06 11:14:03 2020 +0100
  88. 5a40c51 stm32mp: psci: set cntfrq register of cpu on by Ludovic Barre · Mon Mar 02 11:27:02 2020 +0100
  89. db33b0e stm32mp1: add 800 MHz profile support by Patrick Delaunay · Wed Feb 26 11:26:43 2020 +0100
  90. fac5ba8 arm: stm32mp: fdt: update kernel device tree according the part number by Patrick Delaunay · Wed Feb 12 19:37:44 2020 +0100
  91. 3e738f2 arm: stm32mp: add function get_soc_name by Patrick Delaunay · Wed Feb 12 19:37:43 2020 +0100
  92. 5af430d arm: stm32mp: improve the error message for smc by Patrick Delaunay · Wed Feb 12 19:37:40 2020 +0100
  93. b10cddf arm: stm32mp: bsec: add permanent lock support in bsec driver by Patrick Delaunay · Wed Feb 12 19:37:38 2020 +0100
  94. 3b7dbd4 arm: stm32mp: bsec: remove unneeded test by Patrick Delaunay · Wed Feb 12 19:37:37 2020 +0100
  95. 3a6e387 stm32mp: update dependency for STM32_ETZPC by Patrick Delaunay · Tue Mar 10 16:05:43 2020 +0100
  96. c8d4afe stm32mp1: support of STM32MP15x Rev.Z by Patrick Delaunay · Tue Jan 28 10:11:06 2020 +0100
  97. 900494d stm32mp1: pwr: use the last binding for pwr by Patrick Delaunay · Tue Jan 28 10:10:59 2020 +0100
  98. 5ff0529 ARM: dts: stm32: Add DH Electronics DHCOM SoM and PDK2 board by Marek Vasut · Fri Jan 24 18:39:16 2020 +0100
  99. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  100. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700