summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorJi Luo <ji.luo@nxp.com>2020-12-04 11:01:23 +0800
committerJi Luo <ji.luo@nxp.com>2022-04-18 16:40:10 +0800
commit456bbd107fddae2c85513956415800260baea35c (patch)
treefc558413b5575dc66c19219087271a480436996e /include/configs
parentd2c16c210d56c45efcb374bd03f61c70df4664e1 (diff)
MA-18352-5 Support device IDs provision
The device IDs are provisioned from bootloader, this commit add commands to provision the deivce IDs: $ fastboot oem append-device-id Test: Device IDs provision and attest. Change-Id: Id3c737d3da02f7ba463e51b0525f3cb9bcf0c6d1 Signed-off-by: Ji Luo <ji.luo@nxp.com> (cherry picked from commit 7575ac07ac625c35269868511297385a69c96196) (cherry picked from commit 7f300b1fc543d8f4cbe7329a78e31273678162a5) (cherry picked from commit 9cef720d338cd24edcf59d957543a5ff82eef4ac)
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/imx8qm_mek_android_auto.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/include/configs/imx8qm_mek_android_auto.h b/include/configs/imx8qm_mek_android_auto.h
index 0258fb1c42..63b0506c76 100644
--- a/include/configs/imx8qm_mek_android_auto.h
+++ b/include/configs/imx8qm_mek_android_auto.h
@@ -66,6 +66,15 @@
#define KEYSLOT_HWPARTITION_ID 2
#define KEYSLOT_BLKS 0x3FFF
+#ifdef CONFIG_ID_ATTESTATION
+#define ATTESTATION_ID_BRAND "Android"
+#define ATTESTATION_ID_DEVICE "mek_8q"
+#define ATTESTATION_ID_MANUFACTURER "nxp"
+#define ATTESTATION_ID_MODEL "MEK-MX8Q"
+#endif
+
+#endif
+
#ifdef CONFIG_DUAL_BOOTLOADER
#define BOOTLOADER_RBIDX_OFFSET 0x3FE000
#define BOOTLOADER_RBIDX_START 0x3FF000
@@ -74,8 +83,6 @@
#define CONFIG_SYS_SPL_PTE_RAM_BASE 0x801F8000
#endif
-#endif
-
#ifdef CONFIG_SPL_BUILD
#undef CONFIG_BLK