U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] configs: phycore_am64x_a53_defconfig: Enable remoteproc cmd
@ 2025-03-28  5:58 Daniel Schultz
  2025-03-28  5:58 ` [PATCH 2/3] configs: phycore_am62x_a53_defconfig: " Daniel Schultz
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Daniel Schultz @ 2025-03-28  5:58 UTC (permalink / raw)
  To: w.egorov, trini, u-boot; +Cc: mkorpershoek, B.Hahn, upstream, Daniel Schultz

This enables the 'rproc' command, allowing users to
start, stop, and manage co-processors as well as load firmware
images.

Useful for systems with auxiliary cores, such as M4 or R5 cores
in the AM64x soc.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
---
 configs/phycore_am64x_a53_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/phycore_am64x_a53_defconfig b/configs/phycore_am64x_a53_defconfig
index 4ee1bd829a3..72936865132 100644
--- a/configs/phycore_am64x_a53_defconfig
+++ b/configs/phycore_am64x_a53_defconfig
@@ -77,6 +77,7 @@ CONFIG_CMD_GPT=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_MTD=y
+CONFIG_CMD_REMOTEPROC=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_CACHE=y
 CONFIG_CMD_EFIDEBUG=y
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-04-11 19:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-28  5:58 [PATCH 1/3] configs: phycore_am64x_a53_defconfig: Enable remoteproc cmd Daniel Schultz
2025-03-28  5:58 ` [PATCH 2/3] configs: phycore_am62x_a53_defconfig: " Daniel Schultz
2025-03-31  8:52   ` Mattijs Korpershoek
2025-03-28  5:58 ` [PATCH 3/3] configs: phycore_am62x_a53_defconfig: Enable gpio Daniel Schultz
2025-03-31  8:53   ` Mattijs Korpershoek
2025-03-31  8:52 ` [PATCH 1/3] configs: phycore_am64x_a53_defconfig: Enable remoteproc cmd Mattijs Korpershoek
2025-04-11 19:16 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox