aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJacky Bai <ping.bai@nxp.com>2019-03-06 17:15:06 +0800
committerJacky Bai <ping.bai@nxp.com>2019-03-13 10:14:59 +0800
commit179f82a2c6d524b0f0b00f5b7e02208b11ef9649 (patch)
tree861eca8d72608f4c0a7c1cc75655249b6ad875f1 /docs
parente8837b0aef0cadbe2428af4ee0ec3d2e84387386 (diff)
downloadplatform_external_arm-trusted-firmware-179f82a2c6d524b0f0b00f5b7e02208b11ef9649.tar.gz
platform_external_arm-trusted-firmware-179f82a2c6d524b0f0b00f5b7e02208b11ef9649.tar.bz2
platform_external_arm-trusted-firmware-179f82a2c6d524b0f0b00f5b7e02208b11ef9649.zip
plat: imx8m: Add the basic support for imx8mm
The i.MX8M Mini is new SOC of the i.MX8M family. it is focused on delivering the latest and greatest video and audio experience combining state-of-the-art media-specific features with high-performance processing while optimized for lowest power consumption. The i.MX 8M Mini Media Applications Processor is 14nm FinFET product of the growing i.MX8M family targeting the consumer & industrial market. 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 Cortex-A53 cluster with video and graphics accelerators this patch add the basic support for i.MX8MM. Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/plat/imx8m.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/plat/imx8m.rst b/docs/plat/imx8m.rst
index ab33a8a5f..a69f02227 100644
--- a/docs/plat/imx8m.rst
+++ b/docs/plat/imx8m.rst
@@ -31,6 +31,7 @@ Build Procedure
CROSS_COMPILE=aarch64-linux-gnu- make PLAT=<Target_SoC> bl31
Target_SoC should be "imx8mq" for i.MX8MQ SoC.
+ Target_SoC should be "imx8mm" for i.MX8MM SoC.
Deploy TF-A Images
-----------------