]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge tag 'u-boot-stm32-20250919' of https://source.denx.de/u-boot/custodians/u-boot...
authorTom Rini <trini@konsulko.com>
Fri, 19 Sep 2025 14:06:22 +0000 (08:06 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 19 Sep 2025 14:08:11 +0000 (08:08 -0600)
CI:
  - https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/27668

STM32MP2:
  - Add SPI flashes support
  - Add RIFSC system bus driver fixes

1  2 
MAINTAINERS
drivers/memory/Kconfig

diff --cc MAINTAINERS
Simple merge
index 7c40f176987d72cd1514d187caf04eaf947e90ad,e31c453227902f5980c8880161cb771778d66149..eaee739c6aabcb4cc1130f5cab88c3755b00044a
@@@ -37,6 -37,23 +37,23 @@@ config STM32_FMC2_EB
          devices (like SRAM, ethernet adapters, FPGAs, LCD displays, ...) on
          SOCs containing the FMC2 External Bus Interface.
  
 -      tristate "STM32 Octo Memory Manager"
+ config STM32_OMM
++      bool "STM32 Octo Memory Manager"
+       depends on ARCH_STM32MP
+       help
+         This driver manages the muxing between the 2 OSPI busses and
+         the 2 output ports. There are 4 possible muxing configurations:
+         - direct mode (no multiplexing): OSPI1 output is on port 1 and OSPI2
+              output is on port 2
+         - OSPI1 and OSPI2 are multiplexed over the same output port 1
+         - swapped mode (no multiplexing), OSPI1 output is on port 2,
+              OSPI2 output is on port 1
+         - OSPI1 and OSPI2 are multiplexed over the same output port 2
+         It also manages :
+           - the split of the memory area shared between the 2 OSPI instances.
+           - chip select selection override.
+           - the time between 2 transactions in multiplexed mode.
  config TI_AEMIF
        tristate "Texas Instruments AEMIF driver"
        depends on ARCH_KEYSTONE || ARCH_DAVINCI