From 8691596aa5f928ba6c53c904527d667550e86488 Mon Sep 17 00:00:00 2001 From: Philip Molloy Date: Tue, 4 Nov 2025 15:18:43 +0100 Subject: [PATCH 1/3] products/adsp: Convert chip sections to table Signed-off-by: Philip Molloy --- docs/products/adsp/index.rst | 65 +++++++++++++++++++++--------------- 1 file changed, 39 insertions(+), 26 deletions(-) diff --git a/docs/products/adsp/index.rst b/docs/products/adsp/index.rst index ebeff5b9..079cdc4d 100644 --- a/docs/products/adsp/index.rst +++ b/docs/products/adsp/index.rst @@ -10,29 +10,42 @@ for "SHARC Connect". They can run baremetal applications, an RTOS or Linux. Cortex-M33 models are appropriate for a baremetal application or an RTOS, while Cortex-A5 and Cortex-A55 can also run 32-bit or 64-bit Linux respectively. -Cortex-M33 ----------- - -- :adi:`ADSP-SC834 ` -- :adi:`ADSP-SC835 ` - -Cortex-A5 ---------- - -- :adi:`ADSP-SC570 ` -- :adi:`ADSP-SC571 ` -- :adi:`ADSP-SC572 ` -- :adi:`ADSP-SC573 ` -- :adi:`ADSP-SC582 ` -- :adi:`ADSP-SC583 ` -- :adi:`ADSP-SC584 ` -- :adi:`ADSP-SC587 ` -- :adi:`ADSP-SC589 ` -- :adi:`ADSP-SC592 ` -- :adi:`ADSP-SC594 ` - -Cortex-A55 ----------- - -- :adi:`ADSP-SC596 ` -- :adi:`ADSP-SC598 ` +.. list-table:: ADSP SHARC Connect SoCs + :header-rows: 1 + + * - Cortex-M33 + - Cortex-A5 + - Cortex-A55 + * - :adi:`ADSP-SC834 ` + - :adi:`ADSP-SC570 ` + - :adi:`ADSP-SC596 ` + * - :adi:`ADSP-SC835 ` + - :adi:`ADSP-SC571 ` + - :adi:`ADSP-SC598 ` + * - + - :adi:`ADSP-SC572 ` + - + * - + - :adi:`ADSP-SC573 ` + - + * - + - :adi:`ADSP-SC582 ` + - + * - + - :adi:`ADSP-SC583 ` + - + * - + - :adi:`ADSP-SC584 ` + - + * - + - :adi:`ADSP-SC587 ` + - + * - + - :adi:`ADSP-SC589 ` + - + * - + - :adi:`ADSP-SC592 ` + - + * - + - :adi:`ADSP-SC594 ` + - From 48295ce6798524f25023e1ddfe11bb619734351c Mon Sep 17 00:00:00 2001 From: Philip Molloy Date: Tue, 4 Nov 2025 16:04:56 +0100 Subject: [PATCH 2/3] products/adsp: List Github repos Signed-off-by: Philip Molloy --- docs/products/adsp/index.rst | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/products/adsp/index.rst b/docs/products/adsp/index.rst index 079cdc4d..e7a5a73b 100644 --- a/docs/products/adsp/index.rst +++ b/docs/products/adsp/index.rst @@ -49,3 +49,32 @@ Cortex-A5 and Cortex-A55 can also run 32-bit or 64-bit Linux respectively. * - - :adi:`ADSP-SC594 ` - + +Linux support +------------- + +ADI supports running Linux on all ADSP SoCs with Cortex-A5 and A55 cores. +That includes the following repositories. New features are tracked in the `ADSP +Github Project +`__. + +Upstream forks +============== + +- `analogdevicesinc/linux `__ +- `analogdevicesinc/u-boot `__ +- `analogdevicesinc/buildroot + `__ +- `analogdevicesinc/trusted-firmware-a + `__ +- `analogdevicesinc/optee_os + `__ + +ADI repositories +================ + +- `analogdevicesinc/adsp-ldr `__ +- `analogdevicesinc/lnxdsp-repo-manifest + `__ +- `analogdevicesinc/br2-external + `__ From a90e286686cfbd9dba8475a8f40b73dcd8504f21 Mon Sep 17 00:00:00 2001 From: Philip Molloy Date: Tue, 4 Nov 2025 16:20:14 +0100 Subject: [PATCH 3/3] products/adsp: Mention weekly public office hours Signed-off-by: Philip Molloy --- docs/products/adsp/index.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/products/adsp/index.rst b/docs/products/adsp/index.rst index e7a5a73b..87615fd3 100644 --- a/docs/products/adsp/index.rst +++ b/docs/products/adsp/index.rst @@ -56,7 +56,10 @@ Linux support ADI supports running Linux on all ADSP SoCs with Cortex-A5 and A55 cores. That includes the following repositories. New features are tracked in the `ADSP Github Project -`__. +`__ and +coordinated with the community during weekly public office hours at 17:00 CET +using a `Jitsi meeting +`__. Upstream forks ==============