From 58fdd608a495ebc969c8f1cb39ba1705df3b277c Mon Sep 17 00:00:00 2001 From: Jacky Bai Date: Thu, 28 Nov 2019 13:16:33 +0800 Subject: plat: imx8mn: Add imx8mn basic support Add imx8mn basic support Signed-off-by: Jacky Bai Change-Id: Ibdfcc87700bfaf980e429f3a5fa08515218ae78d --- docs/plat/imx8m.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/plat/imx8m.rst') diff --git a/docs/plat/imx8m.rst b/docs/plat/imx8m.rst index 8acd13cf7..ba087a2a3 100644 --- a/docs/plat/imx8m.rst +++ b/docs/plat/imx8m.rst @@ -32,6 +32,7 @@ Build Procedure Target_SoC should be "imx8mq" for i.MX8MQ SoC. Target_SoC should be "imx8mm" for i.MX8MM SoC. + Target_SoC should be "imx8mn" for i.MX8MN SoC. Deploy TF-A Images ~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3 From a775ef25c3127ae9175f48aa0092432c08e6fab6 Mon Sep 17 00:00:00 2001 From: Jacky Bai Date: Wed, 3 Jun 2020 14:28:45 +0800 Subject: plat: imx8mp: Add the basic support for i.MX8MP The i.MX 8MP Media Applications Processor is part of the growing i.MX8M family targeting the consumer and industrial market. It brings an effective Machine Learning and AI accelerator that enables a new class of applications. It is built in 14LPP to achieve both high performance and low power consumption and relies on a powerful fully coherent core complex based on a quad core Arm Cortex-A53 cluster and Cortex-M7 low-power coprocessor, audio digital signal processor, machine learning and graphics accelerators. Signed-off-by: Jacky Bai Change-Id: I98311ebc32bee20af05031492e9fc24d06e55f4a --- docs/plat/imx8m.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/plat/imx8m.rst') diff --git a/docs/plat/imx8m.rst b/docs/plat/imx8m.rst index ba087a2a3..f184b6990 100644 --- a/docs/plat/imx8m.rst +++ b/docs/plat/imx8m.rst @@ -33,6 +33,7 @@ Build Procedure Target_SoC should be "imx8mq" for i.MX8MQ SoC. Target_SoC should be "imx8mm" for i.MX8MM SoC. Target_SoC should be "imx8mn" for i.MX8MN SoC. + Target_SoC should be "imx8mp" for i.MX8MP SoC. Deploy TF-A Images ~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3