From 3948a5e8f92b51f6004a55954b0432f5e7dd4dae Mon Sep 17 00:00:00 2001 From: Daniel Baluta Date: Mon, 8 Apr 2024 15:52:48 +0300 Subject: [PATCH] doc: board_porting: Add Cadence HIFI4 core to documentation This enhances the description of i.MX8MPlus SoC with the Cadence HIFI4 core and thus will make this example more relevant to the benefits of HWMv2. Signed-off-by: Daniel Baluta --- doc/hardware/porting/board_porting.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/hardware/porting/board_porting.rst b/doc/hardware/porting/board_porting.rst index d7ff456952..7543e062ad 100644 --- a/doc/hardware/porting/board_porting.rst +++ b/doc/hardware/porting/board_porting.rst @@ -106,6 +106,8 @@ the :term:`SoC series` and :term:`SoC family` levels are not always used. | :ref:`mimx8mp_evk ` | mimx8ml8/a53 | i.MX8M Plus | i.MX8M | NXP i.MX | Arm Cortex-A53 | ARMv8-A | | +--------------------------+-------------+--------------------+--------------------+----------------+----------------------+ | | mimx8ml8/m7 | i.MX8M Plus | i.MX8M | NXP i.MX | Arm Cortex-M7 | ARMv7-M | + | +--------------------------+-------------+--------------------+--------------------+----------------+----------------------+ + | | mimx8ml8/adsp | i.MX8M Plus | i.MX8M | NXP i.MX | Cadence HIFI4 | Xtensa LX6 | +--------------------------------------------+--------------------------+-------------+--------------------+--------------------+----------------+----------------------+ Additional details about terminology can be found in the next section.