summaryrefslogtreecommitdiff
path: root/include/fsl_fastboot.h
diff options
context:
space:
mode:
authorYu Shan <shanyu@google.com>2018-04-10 18:59:40 +0800
committerJi Luo <ji.luo@nxp.com>2018-08-20 21:25:45 +0800
commit97999553068920d16a61e870d1b03c2b91de0c34 (patch)
treee2ffec02854de4165e9081f3be49f6a6d2d62af5 /include/fsl_fastboot.h
parentfd9eec336ea44cf6223c2c263bfe6c90a8aa4151 (diff)
[iot] Support atap in u-boot for imx7d
Support Android Things Attestation Protocol in u-boot for imx7d. Change-Id: I0aef8f208cf8e81238248efc8d7dcfdbc09c3119 Signed-off-by: Haoran.Wang <elven.wang@nxp.com>
Diffstat (limited to 'include/fsl_fastboot.h')
-rw-r--r--include/fsl_fastboot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fsl_fastboot.h b/include/fsl_fastboot.h
index bd3fe425e6..124e1e349b 100644
--- a/include/fsl_fastboot.h
+++ b/include/fsl_fastboot.h
@@ -81,6 +81,8 @@
#ifdef CONFIG_ANDROID_THINGS_SUPPORT
#define FASTBOOT_BOOTLOADER_VBOOT_KEY "fuse at-bootloader-vboot-key"
+#define FASTBOOT_SET_CA_RESP "at-set-ca-response"
+#define FASTBOOT_GET_CA_REQ "at-get-ca-request"
#ifdef CONFIG_AVB_ATX
#define FASTBOOT_AVB_AT_PERM_ATTR "fuse at-perm-attr"
#endif /* CONFIG_AVB_ATX */