summaryrefslogtreecommitdiff
path: root/include/imx8image.h
diff options
context:
space:
mode:
authorTeo Hall <teo.hall@nxp.com>2020-02-06 10:56:25 -0600
committerYe Li <ye.li@nxp.com>2022-04-06 18:03:30 +0800
commit08269c1fbee1dbb9c036f2fc992e4b09501e12fd (patch)
tree2cbb6479eaa0edae4c42159af30a927d6062ee11 /include/imx8image.h
parentb0e655444d97a303e3eb555a9a1fde9723506f7f (diff)
MLK-23279-3 imx: Add support for i.MX8DXL SoC
Add soc id in cpu codes and conditionals. Also add support for v2x container on 8DXL. Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Teo Hall <teo.hall@nxp.com> (cherry picked from commit 35691a6b85c3240b0e3b9f9a8da9fc6328bf92d8) (cherry picked from commit f1f546d03dec535774f0583ae95b02875dfcf72c) (cherry picked from commit 09800a15fd8573ace396346f0f615300785b686e) (cherry picked from commit e8439682e7c9feb53fd16dea0dc2ab9f03d2b6d3)
Diffstat (limited to 'include/imx8image.h')
-rw-r--r--include/imx8image.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/imx8image.h b/include/imx8image.h
index 00c614ab6c..3705460512 100644
--- a/include/imx8image.h
+++ b/include/imx8image.h
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
- * Copyright 2018 NXP
+ * Copyright 2018-2020 NXP
*
* Peng Fan <peng.fan@nxp.com>
*/
@@ -180,7 +180,8 @@ enum imx8image_fld_types {
typedef enum SOC_TYPE {
NONE = 0,
QX,
- QM
+ QM,
+ DXL
} soc_type_t;
typedef enum option_type {