diff options
| author | Tom Rini <[email protected]> | 2025-02-14 13:17:47 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-14 13:39:10 -0600 |
| commit | 3f19062d46d21bbeac6dc363c0e54502b64f89e4 (patch) | |
| tree | 8565e1f0bc60bfe29fbfd86ecaf31cc2c3fdf780 /common | |
| parent | 940135eea5df45ac8101af3c3af2aa54762d9747 (diff) | |
| parent | d407c83f04fffba6261626d5bef371a0eb6190c7 (diff) | |
Merge patch series "Introduce K3 remoteproc driver for M4 subsystem"
Judith Mendez <[email protected]> says:
Some K3 devices like am62x and am64x have a M4 processor in the MCU
voltage domain. This patch series introduces remoteproc M4 driver which
will be used to load firmware into and start the M4 remote core.
This series also adds support for R5F cores on am64x SoCs in patch 2 and
sets up environment to load FW in remote cores in patch 3,4,5.
This patch series also enables remoteproc drivers by default as per what
remoteproc sybsystem is supported per SoC, thus all remoteproc options
are now deleted in configs/* since they are no longer required.
This patch series was tested on am64x EVM, am62x SK, am62ax SK,
am62px SK boards.
Any additional tested by's are welcome since I was not able to
test any additional boards.
Tested by running the following commands in u-boot prompt:
=> setenv dorprocboot 1
=> run boot_rprocs
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'common')
| -rw-r--r-- | common/spl/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 94e118f8465..7d6780936d1 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -1287,6 +1287,7 @@ config SPL_RAM_DEVICE config SPL_REMOTEPROC bool "Support REMOTEPROCS" + default y if (CPU_V7R && ARCH_K3) help Enable support for REMOTEPROCs in SPL. This permits to load a remote processor firmware in SPL. |
