summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/imx8mm_evk_android.h1
-rw-r--r--include/configs/imx8mq_evk_android.h1
-rw-r--r--include/configs/imx8mq_evk_androidthings.h2
-rw-r--r--include/configs/imx8qm_arm2_android.h2
-rw-r--r--include/configs/imx8qm_mek_android.h2
-rw-r--r--include/configs/imx8qm_mek_android_auto.h2
-rw-r--r--include/configs/imx8qm_mek_android_auto_xen.h2
-rw-r--r--include/configs/imx8qxp_arm2_android.h2
-rw-r--r--include/configs/imx8qxp_mek_android.h2
-rw-r--r--include/configs/imx8qxp_mek_android_auto.h2
-rw-r--r--include/configs/multa-imx7d_androidthings.h2
-rw-r--r--include/configs/mx6sabreandroid_common.h2
-rw-r--r--include/configs/mx6slevkandroid.h2
-rw-r--r--include/configs/mx6sxsabreautoandroid.h2
-rw-r--r--include/configs/mx6sxsabresdandroid.h2
-rw-r--r--include/configs/mx6ul_nxpu_iopb_android_things.h2
-rw-r--r--include/configs/mx6ul_spriot_android_things.h2
-rw-r--r--include/configs/mx7dsabresdandroid.h2
-rw-r--r--include/configs/mx7ulp_evk_android.h2
-rw-r--r--include/configs/pico-imx7dandroidthings.h4
-rw-r--r--include/configs/picosom-imx6ul_android_things.h1
21 files changed, 40 insertions, 1 deletions
diff --git a/include/configs/imx8mm_evk_android.h b/include/configs/imx8mm_evk_android.h
index 4b3b47764b..f91d78fb96 100644
--- a/include/configs/imx8mm_evk_android.h
+++ b/include/configs/imx8mm_evk_android.h
@@ -60,5 +60,6 @@
#ifdef CONFIG_FSL_CAAM_KB
#undef CONFIG_FSL_CAAM_KB
#endif
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
#endif /* IMX8MM_EVK_ANDROID_H */
diff --git a/include/configs/imx8mq_evk_android.h b/include/configs/imx8mq_evk_android.h
index bff6620b0a..a7a51515b0 100644
--- a/include/configs/imx8mq_evk_android.h
+++ b/include/configs/imx8mq_evk_android.h
@@ -49,5 +49,6 @@
#ifdef CONFIG_FSL_CAAM_KB
#undef CONFIG_FSL_CAAM_KB
#endif
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
#endif /* IMX8MQ_EVK_ANDROID_H */
diff --git a/include/configs/imx8mq_evk_androidthings.h b/include/configs/imx8mq_evk_androidthings.h
index 2baf47a2b9..cc7a16d862 100644
--- a/include/configs/imx8mq_evk_androidthings.h
+++ b/include/configs/imx8mq_evk_androidthings.h
@@ -51,4 +51,6 @@
"fdt_high=0xffffffffffffffff\0" \
"initrd_high=0xffffffffffffffff\0" \
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
+
#endif /* IMX8MQ_EVK_ANDROID_THINGS_H */
diff --git a/include/configs/imx8qm_arm2_android.h b/include/configs/imx8qm_arm2_android.h
index 834fc9bd44..32cd12cb64 100644
--- a/include/configs/imx8qm_arm2_android.h
+++ b/include/configs/imx8qm_arm2_android.h
@@ -60,4 +60,6 @@
#define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
#define CONFIG_FASTBOOT_BUF_SIZE 0x19000000
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
+
#endif /* MX6_SABRE_ANDROID_COMMON_H */
diff --git a/include/configs/imx8qm_mek_android.h b/include/configs/imx8qm_mek_android.h
index 3a8a5957e9..fb0d7d152c 100644
--- a/include/configs/imx8qm_mek_android.h
+++ b/include/configs/imx8qm_mek_android.h
@@ -64,4 +64,6 @@
#define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
#define CONFIG_FASTBOOT_BUF_SIZE 0x19000000
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
+
#endif /* IMX8QM_MEK_ANDROID_H */
diff --git a/include/configs/imx8qm_mek_android_auto.h b/include/configs/imx8qm_mek_android_auto.h
index 7673ce36bc..eec8cfeea5 100644
--- a/include/configs/imx8qm_mek_android_auto.h
+++ b/include/configs/imx8qm_mek_android_auto.h
@@ -93,4 +93,6 @@
#include "imx8qm_mek_android_auto_xen.h"
#endif
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
+
#endif /* IMX8QM_MEK_ANDROID_AUTO_H */
diff --git a/include/configs/imx8qm_mek_android_auto_xen.h b/include/configs/imx8qm_mek_android_auto_xen.h
index 62d94ce769..b364338969 100644
--- a/include/configs/imx8qm_mek_android_auto_xen.h
+++ b/include/configs/imx8qm_mek_android_auto_xen.h
@@ -35,4 +35,6 @@
/* This needs to be stay same in iomem in domu.cfg */
#define SC_IPC_CH 0x15d1d0000
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
+
#endif /* IMX8QM_MEK_ANDROID_AUTO_XEN_H */
diff --git a/include/configs/imx8qxp_arm2_android.h b/include/configs/imx8qxp_arm2_android.h
index 02562de787..590fb329cd 100644
--- a/include/configs/imx8qxp_arm2_android.h
+++ b/include/configs/imx8qxp_arm2_android.h
@@ -60,4 +60,6 @@
#define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
#define CONFIG_FASTBOOT_BUF_SIZE 0x19000000
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
+
#endif /* IMX8QXP_ARM2_ANDROID_H */
diff --git a/include/configs/imx8qxp_mek_android.h b/include/configs/imx8qxp_mek_android.h
index 884c0b2139..bea5f5d8ce 100644
--- a/include/configs/imx8qxp_mek_android.h
+++ b/include/configs/imx8qxp_mek_android.h
@@ -60,4 +60,6 @@
#define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
#define CONFIG_FASTBOOT_BUF_SIZE 0x19000000
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
+
#endif /* IMX8QXP_MEK_ANDROID_H */
diff --git a/include/configs/imx8qxp_mek_android_auto.h b/include/configs/imx8qxp_mek_android_auto.h
index 0da52380d9..bdab1e43a4 100644
--- a/include/configs/imx8qxp_mek_android_auto.h
+++ b/include/configs/imx8qxp_mek_android_auto.h
@@ -87,4 +87,6 @@
#undef CONFIG_USB_HOST_ETHER
#undef CONFIG_USB_FUNCTION_MASS_STORAGE
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
+
#endif /* IMX8QXP_MEK_ANDROID_AUTO_H */
diff --git a/include/configs/multa-imx7d_androidthings.h b/include/configs/multa-imx7d_androidthings.h
index 83f95d4bf9..23d05fca2c 100644
--- a/include/configs/multa-imx7d_androidthings.h
+++ b/include/configs/multa-imx7d_androidthings.h
@@ -61,4 +61,6 @@
#define CONFIG_AVB_FUSE_BANK_END 0
#endif
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
+
#endif
diff --git a/include/configs/mx6sabreandroid_common.h b/include/configs/mx6sabreandroid_common.h
index cddf37372f..a45d0fe0b4 100644
--- a/include/configs/mx6sabreandroid_common.h
+++ b/include/configs/mx6sabreandroid_common.h
@@ -34,4 +34,6 @@
#endif /* CONFIG_AVB_SUPPORT */
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
+
#endif /* MX6_SABRE_ANDROID_COMMON_H */
diff --git a/include/configs/mx6slevkandroid.h b/include/configs/mx6slevkandroid.h
index 9115272c11..9895211b24 100644
--- a/include/configs/mx6slevkandroid.h
+++ b/include/configs/mx6slevkandroid.h
@@ -49,4 +49,6 @@
#endif /* CONFIG_AVB_SUPPORT */
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
+
#endif
diff --git a/include/configs/mx6sxsabreautoandroid.h b/include/configs/mx6sxsabreautoandroid.h
index 959ec6e785..b00730ee4b 100644
--- a/include/configs/mx6sxsabreautoandroid.h
+++ b/include/configs/mx6sxsabreautoandroid.h
@@ -35,4 +35,6 @@
#endif /* CONFIG_AVB_SUPPORT */
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
+
#endif
diff --git a/include/configs/mx6sxsabresdandroid.h b/include/configs/mx6sxsabresdandroid.h
index c19f752cc7..9e4a5bf7dc 100644
--- a/include/configs/mx6sxsabresdandroid.h
+++ b/include/configs/mx6sxsabresdandroid.h
@@ -38,4 +38,6 @@
#endif /* CONFIG_AVB_SUPPORT */
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
+
#endif
diff --git a/include/configs/mx6ul_nxpu_iopb_android_things.h b/include/configs/mx6ul_nxpu_iopb_android_things.h
index be57a7cfeb..4cefd8e45a 100644
--- a/include/configs/mx6ul_nxpu_iopb_android_things.h
+++ b/include/configs/mx6ul_nxpu_iopb_android_things.h
@@ -55,5 +55,7 @@
#define CONFIG_AVB_FUSE_BANK_END 15
#endif
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
+
#endif
/* __MX6UL_NXPU_IOPB_ANDROID_THINGS_H */
diff --git a/include/configs/mx6ul_spriot_android_things.h b/include/configs/mx6ul_spriot_android_things.h
index 0efd25458b..278bda765c 100644
--- a/include/configs/mx6ul_spriot_android_things.h
+++ b/include/configs/mx6ul_spriot_android_things.h
@@ -48,5 +48,7 @@
#define CONFIG_AVB_FUSE_BANK_END 15
#endif
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
+
#endif
/* __MX6UL_SPRIOT_ANDROID_THINGS_H */
diff --git a/include/configs/mx7dsabresdandroid.h b/include/configs/mx7dsabresdandroid.h
index c556062de1..10e169af9b 100644
--- a/include/configs/mx7dsabresdandroid.h
+++ b/include/configs/mx7dsabresdandroid.h
@@ -33,4 +33,6 @@
#endif /* CONFIG_AVB_SUPPORT */
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
+
#endif /* __MX7D_SABRESD_ANDROID_H */
diff --git a/include/configs/mx7ulp_evk_android.h b/include/configs/mx7ulp_evk_android.h
index 3ce0ca9621..6741a7465a 100644
--- a/include/configs/mx7ulp_evk_android.h
+++ b/include/configs/mx7ulp_evk_android.h
@@ -38,4 +38,6 @@
#define ANDROID_MCU_FIRMWARE_SIZE 0x20000
#endif
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
+
#endif
diff --git a/include/configs/pico-imx7dandroidthings.h b/include/configs/pico-imx7dandroidthings.h
index 415d9a5f30..2c3f203ace 100644
--- a/include/configs/pico-imx7dandroidthings.h
+++ b/include/configs/pico-imx7dandroidthings.h
@@ -61,7 +61,7 @@
#ifdef CONFIG_SYS_MALLOC_LEN
#undef CONFIG_SYS_MALLOC_LEN
-#define CONFIG_SYS_MALLOC_LEN (32 * SZ_1M)
+#define CONFIG_SYS_MALLOC_LEN (64 * SZ_1M)
#endif
/* fuse bank size in word */
/* infact 7D have no enough bits
@@ -72,6 +72,8 @@
#define CONFIG_AVB_FUSE_BANK_END 14
#endif
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
+
/* Disable U-Boot logo */
#undef CONFIG_VIDEO_LOGO
diff --git a/include/configs/picosom-imx6ul_android_things.h b/include/configs/picosom-imx6ul_android_things.h
index 81b66a8333..d75222544a 100644
--- a/include/configs/picosom-imx6ul_android_things.h
+++ b/include/configs/picosom-imx6ul_android_things.h
@@ -55,6 +55,7 @@
#define CONFIG_AVB_FUSE_BANK_END 15
#endif
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
#endif
/* __PICOSOM_IMX6UL_ANDROID_THINGS_H */