From a630fb9e8829969d48d40ffd615cefe8740aeb2c Mon Sep 17 00:00:00 2001 From: Hari Nagalla Date: Tue, 15 Sep 2026 04:08:44 -0500 Subject: [PATCH] AM6xx: IPC: remove note does not support graceful shutdown Graceful shutdown of all remote cores is supported on Sitara devices. Hence, remove the note "does not support graceful shutdown". Signed-off-by: Hari Nagalla --- source/linux/Foundational_Components_IPC62ax.rst | 6 ------ source/linux/Foundational_Components_IPC62dx.rst | 6 ------ source/linux/Foundational_Components_IPC62px.rst | 6 ------ source/linux/Foundational_Components_IPC64x.rst | 6 ------ 4 files changed, 24 deletions(-) diff --git a/source/linux/Foundational_Components_IPC62ax.rst b/source/linux/Foundational_Components_IPC62ax.rst index f3065c53f..e9e8275e3 100644 --- a/source/linux/Foundational_Components_IPC62ax.rst +++ b/source/linux/Foundational_Components_IPC62ax.rst @@ -151,12 +151,6 @@ Finally, use the sysfs interface to start the remote core: [ 66.858507] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe [ 66.864574] remoteproc remoteproc0: remote processor 7e000000.dsp is now up -.. note:: - - The RemoteProc driver does not support a graceful shutdown of R5 and DSP cores - in the current Linux Processor SDK. For now, it is recommended to reboot the - board when loading new binaries into an R5F or DSP core. - DMA memory Carveouts -------------------- diff --git a/source/linux/Foundational_Components_IPC62dx.rst b/source/linux/Foundational_Components_IPC62dx.rst index 64b8e3def..fb9278f87 100644 --- a/source/linux/Foundational_Components_IPC62dx.rst +++ b/source/linux/Foundational_Components_IPC62dx.rst @@ -153,12 +153,6 @@ Finally, use the sysfs interface to start the remote core: [ 1917.902247] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0xd [ 1917.902541] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe -.. note:: - - The RemoteProc driver does not support a graceful shutdown of R5 and DSP cores - in the current Linux Processor SDK. For now, it is recommended to reboot the - board when loading new binaries into an R5F or DSP core. - ******************** DMA memory Carveouts ******************** diff --git a/source/linux/Foundational_Components_IPC62px.rst b/source/linux/Foundational_Components_IPC62px.rst index 2bff706a0..1879b1689 100644 --- a/source/linux/Foundational_Components_IPC62px.rst +++ b/source/linux/Foundational_Components_IPC62px.rst @@ -142,12 +142,6 @@ Finally, use the sysfs interface to start the remote core: [ 1406.055857] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe [ 1406.063759] remoteproc remoteproc0: remote processor 79000000.r5f is now up -.. note:: - - The RemoteProc driver does not support a graceful shutdown of R5 and DSP cores - in the current Linux Processor SDK. For now, it is recommended to reboot the - board when loading new binaries into an R5F or DSP core. - DMA memory Carveouts -------------------- diff --git a/source/linux/Foundational_Components_IPC64x.rst b/source/linux/Foundational_Components_IPC64x.rst index ce4182a77..5e302c7d2 100644 --- a/source/linux/Foundational_Components_IPC64x.rst +++ b/source/linux/Foundational_Components_IPC64x.rst @@ -145,12 +145,6 @@ Finally, use the sysfs interface to start the remote core: [ 1141.536806] remoteproc1#vdev0buffer: registered virtio1 (type 7) [ 1141.544195] remoteproc remoteproc1: remote processor 78000000.r5f is now up -.. note:: - - The RemoteProc driver does not support a graceful shutdown of R5 and M4 cores - in the current Linux Processor SDK. For now, it is recommended to reboot the - board when loading new binaries into an R5F or M4F core. - DMA memory Carveouts --------------------