|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
From 3363fab7438a17e336dbaf57fc3c8fa64114b94b Mon Sep 17 00:00:00 2001
|
|
|
|
|
From cc245241593c097c03d73caad7e7900392603b5b Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: Vyacheslav Bocharov <adeep@lexina.in>
|
|
|
|
|
Date: Wed, 29 Jun 2022 09:26:35 +0300
|
|
|
|
|
Subject: [PATCH 3/7] Copy and update amlogic-2019 aml partition/keyman code to
|
|
|
|
|
Subject: [PATCH 3/8] Copy and update amlogic-2019 aml partition/keyman code to
|
|
|
|
|
mainline
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
@ -207,7 +207,7 @@ Subject: [PATCH 3/7] Copy and update amlogic-2019 aml partition/keyman code to
|
|
|
|
|
|
|
|
|
|
diff --git a/cmd/aml_mmc.c b/cmd/aml_mmc.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..db9927e912
|
|
|
|
|
index 00000000000..db9927e9120
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/cmd/aml_mmc.c
|
|
|
|
|
@@ -0,0 +1,3542 @@
|
|
|
|
|
@ -3755,7 +3755,7 @@ index 0000000000..db9927e912
|
|
|
|
|
+
|
|
|
|
|
diff --git a/cmd/storage.c b/cmd/storage.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..98147fbe22
|
|
|
|
|
index 00000000000..98147fbe22c
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/cmd/storage.c
|
|
|
|
|
@@ -0,0 +1,1503 @@
|
|
|
|
|
@ -5264,7 +5264,7 @@ index 0000000000..98147fbe22
|
|
|
|
|
+);
|
|
|
|
|
diff --git a/common/aml_dt.c b/common/aml_dt.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..a6888999d4
|
|
|
|
|
index 00000000000..a6888999d44
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/common/aml_dt.c
|
|
|
|
|
@@ -0,0 +1,600 @@
|
|
|
|
|
@ -5870,7 +5870,7 @@ index 0000000000..a6888999d4
|
|
|
|
|
+#endif //#ifdef AML_MULTI_DTB_CHECK_CMD
|
|
|
|
|
diff --git a/common/partitions.c b/common/partitions.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..25ad5e447d
|
|
|
|
|
index 00000000000..25ad5e447d8
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/common/partitions.c
|
|
|
|
|
@@ -0,0 +1,206 @@
|
|
|
|
|
@ -6082,7 +6082,7 @@ index 0000000000..25ad5e447d
|
|
|
|
|
+}
|
|
|
|
|
diff --git a/disk/part_aml.c b/disk/part_aml.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..828a1b2d5c
|
|
|
|
|
index 00000000000..828a1b2d5c3
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/disk/part_aml.c
|
|
|
|
|
@@ -0,0 +1,110 @@
|
|
|
|
|
@ -6198,7 +6198,7 @@ index 0000000000..828a1b2d5c
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/drivers/amlogic/Kconfig b/drivers/amlogic/Kconfig
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..ff94c4b85e
|
|
|
|
|
index 00000000000..ff94c4b85e2
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/amlogic/Kconfig
|
|
|
|
|
@@ -0,0 +1,14 @@
|
|
|
|
|
@ -6218,7 +6218,7 @@ index 0000000000..ff94c4b85e
|
|
|
|
|
+endmenu
|
|
|
|
|
diff --git a/drivers/amlogic/Makefile b/drivers/amlogic/Makefile
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..544cc608b5
|
|
|
|
|
index 00000000000..544cc608b58
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/amlogic/Makefile
|
|
|
|
|
@@ -0,0 +1,5 @@
|
|
|
|
|
@ -6229,7 +6229,7 @@ index 0000000000..544cc608b5
|
|
|
|
|
+obj-$(CONFIG_SECURE_STORAGE) += storagekey/
|
|
|
|
|
diff --git a/drivers/amlogic/keymanage/Kconfig b/drivers/amlogic/keymanage/Kconfig
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..0c77689ae4
|
|
|
|
|
index 00000000000..0c77689ae4b
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/amlogic/keymanage/Kconfig
|
|
|
|
|
@@ -0,0 +1,21 @@
|
|
|
|
|
@ -6256,7 +6256,7 @@ index 0000000000..0c77689ae4
|
|
|
|
|
+endif #if UNIFY_KEY_MANAGE
|
|
|
|
|
diff --git a/drivers/amlogic/keymanage/Makefile b/drivers/amlogic/keymanage/Makefile
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..08dd44eaec
|
|
|
|
|
index 00000000000..08dd44eaec6
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/amlogic/keymanage/Makefile
|
|
|
|
|
@@ -0,0 +1,32 @@
|
|
|
|
|
@ -6294,7 +6294,7 @@ index 0000000000..08dd44eaec
|
|
|
|
|
+
|
|
|
|
|
diff --git a/drivers/amlogic/keymanage/key_manage.c b/drivers/amlogic/keymanage/key_manage.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..f8e0700b0a
|
|
|
|
|
index 00000000000..f8e0700b0a1
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/amlogic/keymanage/key_manage.c
|
|
|
|
|
@@ -0,0 +1,689 @@
|
|
|
|
|
@ -6989,7 +6989,7 @@ index 0000000000..f8e0700b0a
|
|
|
|
|
+
|
|
|
|
|
diff --git a/drivers/amlogic/keymanage/key_manage.h b/drivers/amlogic/keymanage/key_manage.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..ab482f45a0
|
|
|
|
|
index 00000000000..ab482f45a05
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/amlogic/keymanage/key_manage.h
|
|
|
|
|
@@ -0,0 +1,61 @@
|
|
|
|
|
@ -7056,7 +7056,7 @@ index 0000000000..ab482f45a0
|
|
|
|
|
+
|
|
|
|
|
diff --git a/drivers/amlogic/keymanage/key_manage_i.h b/drivers/amlogic/keymanage/key_manage_i.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..73404c1dbf
|
|
|
|
|
index 00000000000..73404c1dbf1
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/amlogic/keymanage/key_manage_i.h
|
|
|
|
|
@@ -0,0 +1,65 @@
|
|
|
|
|
@ -7127,7 +7127,7 @@ index 0000000000..73404c1dbf
|
|
|
|
|
+
|
|
|
|
|
diff --git a/drivers/amlogic/keymanage/key_unify.c b/drivers/amlogic/keymanage/key_unify.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..069fff08dd
|
|
|
|
|
index 00000000000..069fff08dd2
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/amlogic/keymanage/key_unify.c
|
|
|
|
|
@@ -0,0 +1,610 @@
|
|
|
|
|
@ -7743,7 +7743,7 @@ index 0000000000..069fff08dd
|
|
|
|
|
+
|
|
|
|
|
diff --git a/drivers/amlogic/keymanage/km_dts.c b/drivers/amlogic/keymanage/km_dts.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..d2a2186147
|
|
|
|
|
index 00000000000..d2a2186147a
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/amlogic/keymanage/km_dts.c
|
|
|
|
|
@@ -0,0 +1,392 @@
|
|
|
|
|
@ -8141,7 +8141,7 @@ index 0000000000..d2a2186147
|
|
|
|
|
+
|
|
|
|
|
diff --git a/drivers/amlogic/keymanage/km_efuse_key.c b/drivers/amlogic/keymanage/km_efuse_key.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..c5c1e53baf
|
|
|
|
|
index 00000000000..c5c1e53baf7
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/amlogic/keymanage/km_efuse_key.c
|
|
|
|
|
@@ -0,0 +1,156 @@
|
|
|
|
|
@ -8303,7 +8303,7 @@ index 0000000000..c5c1e53baf
|
|
|
|
|
+
|
|
|
|
|
diff --git a/drivers/amlogic/keymanage/km_provision_key.c b/drivers/amlogic/keymanage/km_provision_key.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..954a42b28a
|
|
|
|
|
index 00000000000..954a42b28a2
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/amlogic/keymanage/km_provision_key.c
|
|
|
|
|
@@ -0,0 +1,102 @@
|
|
|
|
|
@ -8411,7 +8411,7 @@ index 0000000000..954a42b28a
|
|
|
|
|
+
|
|
|
|
|
diff --git a/drivers/amlogic/keymanage/km_secure_key.c b/drivers/amlogic/keymanage/km_secure_key.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..f33652b1b6
|
|
|
|
|
index 00000000000..f33652b1b67
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/amlogic/keymanage/km_secure_key.c
|
|
|
|
|
@@ -0,0 +1,263 @@
|
|
|
|
|
@ -8680,7 +8680,7 @@ index 0000000000..f33652b1b6
|
|
|
|
|
+
|
|
|
|
|
diff --git a/drivers/amlogic/keymanage/km_secure_key_2015.c b/drivers/amlogic/keymanage/km_secure_key_2015.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..5baabb88f0
|
|
|
|
|
index 00000000000..5baabb88f05
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/amlogic/keymanage/km_secure_key_2015.c
|
|
|
|
|
@@ -0,0 +1,118 @@
|
|
|
|
|
@ -8804,7 +8804,7 @@ index 0000000000..5baabb88f0
|
|
|
|
|
+
|
|
|
|
|
diff --git a/drivers/amlogic/storagekey/Kconfig b/drivers/amlogic/storagekey/Kconfig
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..311ab7e8ec
|
|
|
|
|
index 00000000000..311ab7e8ec3
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/amlogic/storagekey/Kconfig
|
|
|
|
|
@@ -0,0 +1,2 @@
|
|
|
|
|
@ -8812,7 +8812,7 @@ index 0000000000..311ab7e8ec
|
|
|
|
|
+ bool "Amlogic bl31 storage key"
|
|
|
|
|
diff --git a/drivers/amlogic/storagekey/Makefile b/drivers/amlogic/storagekey/Makefile
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..6e7ccb4ba3
|
|
|
|
|
index 00000000000..6e7ccb4ba3e
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/amlogic/storagekey/Makefile
|
|
|
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
@ -8821,7 +8821,7 @@ index 0000000000..6e7ccb4ba3
|
|
|
|
|
+obj-$(CONFIG_SECURE_STORAGE) += normal_key.o
|
|
|
|
|
diff --git a/drivers/amlogic/storagekey/normal_key.c b/drivers/amlogic/storagekey/normal_key.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..9e40c8fdfe
|
|
|
|
|
index 00000000000..9e40c8fdfe9
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/amlogic/storagekey/normal_key.c
|
|
|
|
|
@@ -0,0 +1,672 @@
|
|
|
|
|
@ -9499,7 +9499,7 @@ index 0000000000..9e40c8fdfe
|
|
|
|
|
+}
|
|
|
|
|
diff --git a/drivers/amlogic/storagekey/normal_key.h b/drivers/amlogic/storagekey/normal_key.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..18772db67e
|
|
|
|
|
index 00000000000..18772db67e0
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/amlogic/storagekey/normal_key.h
|
|
|
|
|
@@ -0,0 +1,49 @@
|
|
|
|
|
@ -9554,7 +9554,7 @@ index 0000000000..18772db67e
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/drivers/amlogic/storagekey/securestorage.c b/drivers/amlogic/storagekey/securestorage.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..c65fee5586
|
|
|
|
|
index 00000000000..c65fee5586f
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/amlogic/storagekey/securestorage.c
|
|
|
|
|
@@ -0,0 +1,389 @@
|
|
|
|
|
@ -9949,7 +9949,7 @@ index 0000000000..c65fee5586
|
|
|
|
|
+}
|
|
|
|
|
diff --git a/drivers/amlogic/storagekey/storagekey.c b/drivers/amlogic/storagekey/storagekey.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..646ad3f0de
|
|
|
|
|
index 00000000000..646ad3f0ded
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/amlogic/storagekey/storagekey.c
|
|
|
|
|
@@ -0,0 +1,587 @@
|
|
|
|
|
@ -10542,7 +10542,7 @@ index 0000000000..646ad3f0de
|
|
|
|
|
+}
|
|
|
|
|
diff --git a/drivers/efuse/Kconfig b/drivers/efuse/Kconfig
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..3ee40478a1
|
|
|
|
|
index 00000000000..3ee40478a11
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/efuse/Kconfig
|
|
|
|
|
@@ -0,0 +1,4 @@
|
|
|
|
|
@ -10552,7 +10552,7 @@ index 0000000000..3ee40478a1
|
|
|
|
|
+ Enable support for the Amlogic EFUSE controller.
|
|
|
|
|
diff --git a/drivers/efuse/Makefile b/drivers/efuse/Makefile
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..62ab0325ba
|
|
|
|
|
index 00000000000..62ab0325baf
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/efuse/Makefile
|
|
|
|
|
@@ -0,0 +1,9 @@
|
|
|
|
|
@ -10567,7 +10567,7 @@ index 0000000000..62ab0325ba
|
|
|
|
|
+obj-$(CONFIG_EFUSE) += bl31_apis.o
|
|
|
|
|
diff --git a/drivers/efuse/aml_efuse.c b/drivers/efuse/aml_efuse.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..a553a201f7
|
|
|
|
|
index 00000000000..a553a201f71
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/efuse/aml_efuse.c
|
|
|
|
|
@@ -0,0 +1,123 @@
|
|
|
|
|
@ -10696,7 +10696,7 @@ index 0000000000..a553a201f7
|
|
|
|
|
+}
|
|
|
|
|
diff --git a/drivers/efuse/bl31_apis.c b/drivers/efuse/bl31_apis.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..18f6fc6968
|
|
|
|
|
index 00000000000..18f6fc69683
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/efuse/bl31_apis.c
|
|
|
|
|
@@ -0,0 +1,474 @@
|
|
|
|
|
@ -11176,7 +11176,7 @@ index 0000000000..18f6fc6968
|
|
|
|
|
+}
|
|
|
|
|
diff --git a/drivers/efuse/efuse.c b/drivers/efuse/efuse.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..5560bcd384
|
|
|
|
|
index 00000000000..5560bcd384c
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/efuse/efuse.c
|
|
|
|
|
@@ -0,0 +1,141 @@
|
|
|
|
|
@ -11323,7 +11323,7 @@ index 0000000000..5560bcd384
|
|
|
|
|
+}
|
|
|
|
|
diff --git a/drivers/efuse/efuse_usr_space_api.c b/drivers/efuse/efuse_usr_space_api.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..241b6d0be4
|
|
|
|
|
index 00000000000..241b6d0be49
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/efuse/efuse_usr_space_api.c
|
|
|
|
|
@@ -0,0 +1,379 @@
|
|
|
|
|
@ -11708,7 +11708,7 @@ index 0000000000..241b6d0be4
|
|
|
|
|
+
|
|
|
|
|
diff --git a/drivers/mmc/aml_emmc_partition.c b/drivers/mmc/aml_emmc_partition.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..550042adb3
|
|
|
|
|
index 00000000000..550042adb35
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/mmc/aml_emmc_partition.c
|
|
|
|
|
@@ -0,0 +1,1715 @@
|
|
|
|
|
@ -13429,7 +13429,7 @@ index 0000000000..550042adb3
|
|
|
|
|
+}
|
|
|
|
|
diff --git a/drivers/mmc/mmc_aml copy.c b/drivers/mmc/mmc_aml copy.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..66c0203dc6
|
|
|
|
|
index 00000000000..66c0203dc6d
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/mmc/mmc_aml copy.c
|
|
|
|
|
@@ -0,0 +1,3299 @@
|
|
|
|
|
@ -16734,7 +16734,7 @@ index 0000000000..66c0203dc6
|
|
|
|
|
+
|
|
|
|
|
diff --git a/drivers/mmc/mmc_aml.c b/drivers/mmc/mmc_aml.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..a9b0ff780f
|
|
|
|
|
index 00000000000..a9b0ff780f8
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/mmc/mmc_aml.c
|
|
|
|
|
@@ -0,0 +1,416 @@
|
|
|
|
|
@ -17156,7 +17156,7 @@ index 0000000000..a9b0ff780f
|
|
|
|
|
+
|
|
|
|
|
diff --git a/drivers/mmc/storage_emmc.c b/drivers/mmc/storage_emmc.c
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..d938066e49
|
|
|
|
|
index 00000000000..d938066e49b
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/drivers/mmc/storage_emmc.c
|
|
|
|
|
@@ -0,0 +1,946 @@
|
|
|
|
|
@ -18108,7 +18108,7 @@ index 0000000000..d938066e49
|
|
|
|
|
+
|
|
|
|
|
diff --git a/include/amlogic/aml_cec.h b/include/amlogic/aml_cec.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..4f0b2bd3a1
|
|
|
|
|
index 00000000000..4f0b2bd3a1a
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/aml_cec.h
|
|
|
|
|
@@ -0,0 +1,86 @@
|
|
|
|
|
@ -18200,7 +18200,7 @@ index 0000000000..4f0b2bd3a1
|
|
|
|
|
+
|
|
|
|
|
diff --git a/include/amlogic/aml_efuse.h b/include/amlogic/aml_efuse.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..4dece0725d
|
|
|
|
|
index 00000000000..4dece0725de
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/aml_efuse.h
|
|
|
|
|
@@ -0,0 +1,79 @@
|
|
|
|
|
@ -18285,7 +18285,7 @@ index 0000000000..4dece0725d
|
|
|
|
|
+#endif /* __BL2_EFUSE_H__ */
|
|
|
|
|
diff --git a/include/amlogic/aml_gpio.h b/include/amlogic/aml_gpio.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..c1e1ed1ef5
|
|
|
|
|
index 00000000000..c1e1ed1ef5a
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/aml_gpio.h
|
|
|
|
|
@@ -0,0 +1,54 @@
|
|
|
|
|
@ -18345,7 +18345,7 @@ index 0000000000..c1e1ed1ef5
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlogic/aml_hdmirx.h b/include/amlogic/aml_hdmirx.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..b4b0f5a84a
|
|
|
|
|
index 00000000000..b4b0f5a84ad
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/aml_hdmirx.h
|
|
|
|
|
@@ -0,0 +1,19 @@
|
|
|
|
|
@ -18370,7 +18370,7 @@ index 0000000000..b4b0f5a84a
|
|
|
|
|
+#endif /* _AML_HDMIRX_H */
|
|
|
|
|
diff --git a/include/amlogic/aml_irblaster.h b/include/amlogic/aml_irblaster.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..b2c4ef703e
|
|
|
|
|
index 00000000000..b2c4ef703e7
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/aml_irblaster.h
|
|
|
|
|
@@ -0,0 +1,29 @@
|
|
|
|
|
@ -18405,7 +18405,7 @@ index 0000000000..b2c4ef703e
|
|
|
|
|
+
|
|
|
|
|
diff --git a/include/amlogic/aml_is31fl32xx.h b/include/amlogic/aml_is31fl32xx.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..6211ebc956
|
|
|
|
|
index 00000000000..6211ebc956c
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/aml_is31fl32xx.h
|
|
|
|
|
@@ -0,0 +1,9 @@
|
|
|
|
|
@ -18420,7 +18420,7 @@ index 0000000000..6211ebc956
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlogic/aml_led.h b/include/amlogic/aml_led.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..b2f3bda3f7
|
|
|
|
|
index 00000000000..b2f3bda3f7a
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/aml_led.h
|
|
|
|
|
@@ -0,0 +1,68 @@
|
|
|
|
|
@ -18495,7 +18495,7 @@ index 0000000000..b2f3bda3f7
|
|
|
|
|
\ No newline at end of file
|
|
|
|
|
diff --git a/include/amlogic/aml_mmc.h b/include/amlogic/aml_mmc.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..4d7801c04e
|
|
|
|
|
index 00000000000..4d7801c04e0
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/aml_mmc.h
|
|
|
|
|
@@ -0,0 +1,105 @@
|
|
|
|
|
@ -18606,7 +18606,7 @@ index 0000000000..4d7801c04e
|
|
|
|
|
+#endif /* __AML_MMC_H__ */
|
|
|
|
|
diff --git a/include/amlogic/aml_mtd.h b/include/amlogic/aml_mtd.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..4eb17e4fa2
|
|
|
|
|
index 00000000000..4eb17e4fa28
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/aml_mtd.h
|
|
|
|
|
@@ -0,0 +1,31 @@
|
|
|
|
|
@ -18643,7 +18643,7 @@ index 0000000000..4eb17e4fa2
|
|
|
|
|
+#endif/* __AMLMTD_H_ */
|
|
|
|
|
diff --git a/include/amlogic/aml_nand.h b/include/amlogic/aml_nand.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..8be3974681
|
|
|
|
|
index 00000000000..8be39746818
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/aml_nand.h
|
|
|
|
|
@@ -0,0 +1,24 @@
|
|
|
|
|
@ -18673,7 +18673,7 @@ index 0000000000..8be3974681
|
|
|
|
|
+#endif/* __AML_NAND_H__ */
|
|
|
|
|
diff --git a/include/amlogic/aml_rsv.h b/include/amlogic/aml_rsv.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..7e17c83435
|
|
|
|
|
index 00000000000..7e17c83435a
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/aml_rsv.h
|
|
|
|
|
@@ -0,0 +1,106 @@
|
|
|
|
|
@ -18785,7 +18785,7 @@ index 0000000000..7e17c83435
|
|
|
|
|
+#endif/* __MESON_RSV_H_ */
|
|
|
|
|
diff --git a/include/amlogic/aml_tlv.h b/include/amlogic/aml_tlv.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..93fa0a305f
|
|
|
|
|
index 00000000000..93fa0a305f4
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/aml_tlv.h
|
|
|
|
|
@@ -0,0 +1,157 @@
|
|
|
|
|
@ -18948,7 +18948,7 @@ index 0000000000..93fa0a305f
|
|
|
|
|
+#endif /* __AMLOGIC_TLV_H_ */
|
|
|
|
|
diff --git a/include/amlogic/aml_v2_burning.h b/include/amlogic/aml_v2_burning.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..1ecdad65b0
|
|
|
|
|
index 00000000000..1ecdad65b01
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/aml_v2_burning.h
|
|
|
|
|
@@ -0,0 +1,31 @@
|
|
|
|
|
@ -18985,7 +18985,7 @@ index 0000000000..1ecdad65b0
|
|
|
|
|
+
|
|
|
|
|
diff --git a/include/amlogic/aml_v3_burning.h b/include/amlogic/aml_v3_burning.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..545ef33b1c
|
|
|
|
|
index 00000000000..545ef33b1cc
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/aml_v3_burning.h
|
|
|
|
|
@@ -0,0 +1,14 @@
|
|
|
|
|
@ -19005,7 +19005,7 @@ index 0000000000..545ef33b1c
|
|
|
|
|
+
|
|
|
|
|
diff --git a/include/amlogic/amlkey_if.h b/include/amlogic/amlkey_if.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..d15bbe7eee
|
|
|
|
|
index 00000000000..d15bbe7eee3
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/amlkey_if.h
|
|
|
|
|
@@ -0,0 +1,85 @@
|
|
|
|
|
@ -19096,7 +19096,7 @@ index 0000000000..d15bbe7eee
|
|
|
|
|
+
|
|
|
|
|
diff --git a/include/amlogic/anti-rollback.h b/include/amlogic/anti-rollback.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..95d42651ea
|
|
|
|
|
index 00000000000..95d42651eab
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/anti-rollback.h
|
|
|
|
|
@@ -0,0 +1,40 @@
|
|
|
|
|
@ -19142,7 +19142,7 @@ index 0000000000..95d42651ea
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlogic/asm/bl31_apis.h b/include/amlogic/asm/bl31_apis.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..4227494b93
|
|
|
|
|
index 00000000000..4227494b93e
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/asm/bl31_apis.h
|
|
|
|
|
@@ -0,0 +1,166 @@
|
|
|
|
|
@ -19314,7 +19314,7 @@ index 0000000000..4227494b93
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlogic/asm/clock.h b/include/amlogic/asm/clock.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..3a24778206
|
|
|
|
|
index 00000000000..3a24778206e
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/asm/clock.h
|
|
|
|
|
@@ -0,0 +1,41 @@
|
|
|
|
|
@ -19361,7 +19361,7 @@ index 0000000000..3a24778206
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlogic/asm/cpu_config.h b/include/amlogic/asm/cpu_config.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..7e7c758f86
|
|
|
|
|
index 00000000000..7e7c758f867
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/asm/cpu_config.h
|
|
|
|
|
@@ -0,0 +1,101 @@
|
|
|
|
|
@ -19468,7 +19468,7 @@ index 0000000000..7e7c758f86
|
|
|
|
|
+#endif /* _BOOT_ROM_CONFIG_H_ */
|
|
|
|
|
diff --git a/include/amlogic/asm/cpu_sdio.h b/include/amlogic/asm/cpu_sdio.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..baf8706584
|
|
|
|
|
index 00000000000..baf87065849
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/asm/cpu_sdio.h
|
|
|
|
|
@@ -0,0 +1,264 @@
|
|
|
|
|
@ -19738,7 +19738,7 @@ index 0000000000..baf8706584
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlogic/asm/efuse.h b/include/amlogic/asm/efuse.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..b5ea02723f
|
|
|
|
|
index 00000000000..b5ea02723f9
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/asm/efuse.h
|
|
|
|
|
@@ -0,0 +1,62 @@
|
|
|
|
|
@ -19806,7 +19806,7 @@ index 0000000000..b5ea02723f
|
|
|
|
|
+
|
|
|
|
|
diff --git a/include/amlogic/asm/io.h b/include/amlogic/asm/io.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..8640303b51
|
|
|
|
|
index 00000000000..8640303b518
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/asm/io.h
|
|
|
|
|
@@ -0,0 +1,118 @@
|
|
|
|
|
@ -19930,7 +19930,7 @@ index 0000000000..8640303b51
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlogic/asm/register.h b/include/amlogic/asm/register.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..aa342a50fd
|
|
|
|
|
index 00000000000..aa342a50fd9
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/asm/register.h
|
|
|
|
|
@@ -0,0 +1,98 @@
|
|
|
|
|
@ -20034,7 +20034,7 @@ index 0000000000..aa342a50fd
|
|
|
|
|
+#endif //__REGISTER_H__
|
|
|
|
|
diff --git a/include/amlogic/asm/regs.h b/include/amlogic/asm/regs.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..26df3071cc
|
|
|
|
|
index 00000000000..26df3071ccb
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/asm/regs.h
|
|
|
|
|
@@ -0,0 +1,32964 @@
|
|
|
|
|
@ -53004,7 +53004,7 @@ index 0000000000..26df3071cc
|
|
|
|
|
+#define OSD1_HDR2_MATRIXO_EN_CTRL 0x38dc
|
|
|
|
|
diff --git a/include/amlogic/asm/romboot.h b/include/amlogic/asm/romboot.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..338365e87a
|
|
|
|
|
index 00000000000..338365e87a6
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/asm/romboot.h
|
|
|
|
|
@@ -0,0 +1,53 @@
|
|
|
|
|
@ -53063,7 +53063,7 @@ index 0000000000..338365e87a
|
|
|
|
|
+#endif /* __BOOT_ROM_H_ */
|
|
|
|
|
diff --git a/include/amlogic/asm/sd_emmc.h b/include/amlogic/asm/sd_emmc.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..81de3a9674
|
|
|
|
|
index 00000000000..81de3a9674c
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/asm/sd_emmc.h
|
|
|
|
|
@@ -0,0 +1,136 @@
|
|
|
|
|
@ -53205,7 +53205,7 @@ index 0000000000..81de3a9674
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlogic/asm/secure_apb.h b/include/amlogic/asm/secure_apb.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..a146334e50
|
|
|
|
|
index 00000000000..a146334e50f
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/asm/secure_apb.h
|
|
|
|
|
@@ -0,0 +1,4235 @@
|
|
|
|
|
@ -57446,7 +57446,7 @@ index 0000000000..a146334e50
|
|
|
|
|
+
|
|
|
|
|
diff --git a/include/amlogic/auge_sound.h b/include/amlogic/auge_sound.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..2defa8018a
|
|
|
|
|
index 00000000000..2defa8018ab
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/auge_sound.h
|
|
|
|
|
@@ -0,0 +1,24 @@
|
|
|
|
|
@ -57476,7 +57476,7 @@ index 0000000000..2defa8018a
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlogic/blxx2bl33_param.h b/include/amlogic/blxx2bl33_param.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..b2a5304e14
|
|
|
|
|
index 00000000000..b2a5304e148
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/blxx2bl33_param.h
|
|
|
|
|
@@ -0,0 +1,27 @@
|
|
|
|
|
@ -57510,7 +57510,7 @@ index 0000000000..b2a5304e14
|
|
|
|
|
\ No newline at end of file
|
|
|
|
|
diff --git a/include/amlogic/canvas.h b/include/amlogic/canvas.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..dc9ed10f02
|
|
|
|
|
index 00000000000..dc9ed10f022
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/canvas.h
|
|
|
|
|
@@ -0,0 +1,68 @@
|
|
|
|
|
@ -57584,7 +57584,7 @@ index 0000000000..dc9ed10f02
|
|
|
|
|
+#endif /* CANVAS_H */
|
|
|
|
|
diff --git a/include/amlogic/color.h b/include/amlogic/color.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..9839d11999
|
|
|
|
|
index 00000000000..9839d119997
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/color.h
|
|
|
|
|
@@ -0,0 +1,51 @@
|
|
|
|
|
@ -57641,7 +57641,7 @@ index 0000000000..9839d11999
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlogic/cpu_id.h b/include/amlogic/cpu_id.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..588c131262
|
|
|
|
|
index 00000000000..588c131262d
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/cpu_id.h
|
|
|
|
|
@@ -0,0 +1,90 @@
|
|
|
|
|
@ -57737,14 +57737,14 @@ index 0000000000..588c131262
|
|
|
|
|
+int __get_chip_id(unsigned char *buff, unsigned int size);
|
|
|
|
|
diff --git a/include/amlogic/enc_clk_config.h b/include/amlogic/enc_clk_config.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..8b13789179
|
|
|
|
|
index 00000000000..8b137891791
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/enc_clk_config.h
|
|
|
|
|
@@ -0,0 +1 @@
|
|
|
|
|
+
|
|
|
|
|
diff --git a/include/amlogic/fb.h b/include/amlogic/fb.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..d19e96928e
|
|
|
|
|
index 00000000000..d19e96928e5
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/fb.h
|
|
|
|
|
@@ -0,0 +1,399 @@
|
|
|
|
|
@ -58149,7 +58149,7 @@ index 0000000000..d19e96928e
|
|
|
|
|
+#endif /* _LINUX_FB_H */
|
|
|
|
|
diff --git a/include/amlogic/instaboot.h b/include/amlogic/instaboot.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..cfcae9ef4a
|
|
|
|
|
index 00000000000..cfcae9ef4a9
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/instaboot.h
|
|
|
|
|
@@ -0,0 +1,24 @@
|
|
|
|
|
@ -58179,7 +58179,7 @@ index 0000000000..cfcae9ef4a
|
|
|
|
|
+#endif /* __INSTABOOT_H_ */
|
|
|
|
|
diff --git a/include/amlogic/jtag.h b/include/amlogic/jtag.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..c85c513721
|
|
|
|
|
index 00000000000..c85c513721c
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/jtag.h
|
|
|
|
|
@@ -0,0 +1,61 @@
|
|
|
|
|
@ -58246,7 +58246,7 @@ index 0000000000..c85c513721
|
|
|
|
|
+#endif /*_MESON_JTAG_H_*/
|
|
|
|
|
diff --git a/include/amlogic/keyunify.h b/include/amlogic/keyunify.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..c89865f574
|
|
|
|
|
index 00000000000..c89865f574d
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/keyunify.h
|
|
|
|
|
@@ -0,0 +1,56 @@
|
|
|
|
|
@ -58308,7 +58308,7 @@ index 0000000000..c89865f574
|
|
|
|
|
+
|
|
|
|
|
diff --git a/include/amlogic/media/vout/aml_cvbs.h b/include/amlogic/media/vout/aml_cvbs.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..e4d0687d9b
|
|
|
|
|
index 00000000000..e4d0687d9b2
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/media/vout/aml_cvbs.h
|
|
|
|
|
@@ -0,0 +1,13 @@
|
|
|
|
|
@ -58327,7 +58327,7 @@ index 0000000000..e4d0687d9b
|
|
|
|
|
+
|
|
|
|
|
diff --git a/include/amlogic/media/vout/aml_vinfo.h b/include/amlogic/media/vout/aml_vinfo.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..7a453b26d6
|
|
|
|
|
index 00000000000..7a453b26d6c
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/media/vout/aml_vinfo.h
|
|
|
|
|
@@ -0,0 +1,148 @@
|
|
|
|
|
@ -58481,7 +58481,7 @@ index 0000000000..7a453b26d6
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlogic/media/vout/aml_vmode.h b/include/amlogic/media/vout/aml_vmode.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..738bcd73b2
|
|
|
|
|
index 00000000000..738bcd73b24
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/media/vout/aml_vmode.h
|
|
|
|
|
@@ -0,0 +1,98 @@
|
|
|
|
|
@ -58585,7 +58585,7 @@ index 0000000000..738bcd73b2
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlogic/media/vout/aml_vout.h b/include/amlogic/media/vout/aml_vout.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..53448bfc1e
|
|
|
|
|
index 00000000000..53448bfc1e0
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/media/vout/aml_vout.h
|
|
|
|
|
@@ -0,0 +1,25 @@
|
|
|
|
|
@ -58616,7 +58616,7 @@ index 0000000000..53448bfc1e
|
|
|
|
|
+
|
|
|
|
|
diff --git a/include/amlogic/media/vout/hdmitx/hdmi_common.h b/include/amlogic/media/vout/hdmitx/hdmi_common.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..66fdedd1d6
|
|
|
|
|
index 00000000000..66fdedd1d62
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/media/vout/hdmitx/hdmi_common.h
|
|
|
|
|
@@ -0,0 +1,655 @@
|
|
|
|
|
@ -59277,7 +59277,7 @@ index 0000000000..66fdedd1d6
|
|
|
|
|
+
|
|
|
|
|
diff --git a/include/amlogic/media/vout/hdmitx/hdmitx.h b/include/amlogic/media/vout/hdmitx/hdmitx.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..1458741089
|
|
|
|
|
index 00000000000..1458741089b
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/media/vout/hdmitx/hdmitx.h
|
|
|
|
|
@@ -0,0 +1,11 @@
|
|
|
|
|
@ -59294,7 +59294,7 @@ index 0000000000..1458741089
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlogic/media/vout/hdmitx/hdmitx_ext.h b/include/amlogic/media/vout/hdmitx/hdmitx_ext.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..acf58a8091
|
|
|
|
|
index 00000000000..acf58a80910
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/media/vout/hdmitx/hdmitx_ext.h
|
|
|
|
|
@@ -0,0 +1,6 @@
|
|
|
|
|
@ -59306,7 +59306,7 @@ index 0000000000..acf58a8091
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlogic/media/vout/hdmitx/hdmitx_module.h b/include/amlogic/media/vout/hdmitx/hdmitx_module.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..60d22f63e3
|
|
|
|
|
index 00000000000..60d22f63e3f
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/media/vout/hdmitx/hdmitx_module.h
|
|
|
|
|
@@ -0,0 +1,106 @@
|
|
|
|
|
@ -59418,7 +59418,7 @@ index 0000000000..60d22f63e3
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlogic/media/vout/hdmitx/hdmitx_reg.h b/include/amlogic/media/vout/hdmitx/hdmitx_reg.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..b13e4ab986
|
|
|
|
|
index 00000000000..b13e4ab986a
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/media/vout/hdmitx/hdmitx_reg.h
|
|
|
|
|
@@ -0,0 +1,1041 @@
|
|
|
|
|
@ -60465,7 +60465,7 @@ index 0000000000..b13e4ab986
|
|
|
|
|
+#endif /* __HDMI_TX_REG_H_ */
|
|
|
|
|
diff --git a/include/amlogic/media/vout/hdmitx/mach_reg.h b/include/amlogic/media/vout/hdmitx/mach_reg.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..865eddb198
|
|
|
|
|
index 00000000000..865eddb198e
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/media/vout/hdmitx/mach_reg.h
|
|
|
|
|
@@ -0,0 +1,625 @@
|
|
|
|
|
@ -61096,7 +61096,7 @@ index 0000000000..865eddb198
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlogic/media/vout/lcd/aml_lcd.h b/include/amlogic/media/vout/lcd/aml_lcd.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..ef3334a5fb
|
|
|
|
|
index 00000000000..ef3334a5fb0
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/media/vout/lcd/aml_lcd.h
|
|
|
|
|
@@ -0,0 +1,168 @@
|
|
|
|
|
@ -61270,7 +61270,7 @@ index 0000000000..ef3334a5fb
|
|
|
|
|
+#endif /* INC_AML_LCD_H */
|
|
|
|
|
diff --git a/include/amlogic/media/vout/lcd/bl_extern.h b/include/amlogic/media/vout/lcd/bl_extern.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..6604672cea
|
|
|
|
|
index 00000000000..6604672cea4
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/media/vout/lcd/bl_extern.h
|
|
|
|
|
@@ -0,0 +1,88 @@
|
|
|
|
|
@ -61364,7 +61364,7 @@ index 0000000000..6604672cea
|
|
|
|
|
+
|
|
|
|
|
diff --git a/include/amlogic/media/vout/lcd/bl_ldim.h b/include/amlogic/media/vout/lcd/bl_ldim.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..fb42eb3f71
|
|
|
|
|
index 00000000000..fb42eb3f71d
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/media/vout/lcd/bl_ldim.h
|
|
|
|
|
@@ -0,0 +1,118 @@
|
|
|
|
|
@ -61488,7 +61488,7 @@ index 0000000000..fb42eb3f71
|
|
|
|
|
+#endif /* INC_AML_BL_LDIM_H */
|
|
|
|
|
diff --git a/include/amlogic/media/vout/lcd/lcd_extern.h b/include/amlogic/media/vout/lcd/lcd_extern.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..dc6ef565a8
|
|
|
|
|
index 00000000000..dc6ef565a8a
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/media/vout/lcd/lcd_extern.h
|
|
|
|
|
@@ -0,0 +1,116 @@
|
|
|
|
|
@ -61610,7 +61610,7 @@ index 0000000000..dc6ef565a8
|
|
|
|
|
+
|
|
|
|
|
diff --git a/include/amlogic/media/vout/lcd/lcd_vout.h b/include/amlogic/media/vout/lcd/lcd_vout.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..a5c0f3d817
|
|
|
|
|
index 00000000000..a5c0f3d817a
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/media/vout/lcd/lcd_vout.h
|
|
|
|
|
@@ -0,0 +1,520 @@
|
|
|
|
|
@ -62136,7 +62136,7 @@ index 0000000000..a5c0f3d817
|
|
|
|
|
+#endif /* INC_AML_LCD_VOUT_H */
|
|
|
|
|
diff --git a/include/amlogic/media/vpp/vpp.h b/include/amlogic/media/vpp/vpp.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..d77ddd3879
|
|
|
|
|
index 00000000000..d77ddd3879d
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/media/vpp/vpp.h
|
|
|
|
|
@@ -0,0 +1,24 @@
|
|
|
|
|
@ -62166,7 +62166,7 @@ index 0000000000..d77ddd3879
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlogic/media/vpu/vpu.h b/include/amlogic/media/vpu/vpu.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..26bd575e07
|
|
|
|
|
index 00000000000..26bd575e07f
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/media/vpu/vpu.h
|
|
|
|
|
@@ -0,0 +1,11 @@
|
|
|
|
|
@ -62183,7 +62183,7 @@ index 0000000000..26bd575e07
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlogic/saradc.h b/include/amlogic/saradc.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..7344a2bfa1
|
|
|
|
|
index 00000000000..7344a2bfa1a
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/saradc.h
|
|
|
|
|
@@ -0,0 +1,103 @@
|
|
|
|
|
@ -62292,7 +62292,7 @@ index 0000000000..7344a2bfa1
|
|
|
|
|
+#endif /*_MESON_SARADC_H_*/
|
|
|
|
|
diff --git a/include/amlogic/secure_storage.h b/include/amlogic/secure_storage.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..3a0148204b
|
|
|
|
|
index 00000000000..3a0148204b2
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/secure_storage.h
|
|
|
|
|
@@ -0,0 +1,46 @@
|
|
|
|
|
@ -62344,7 +62344,7 @@ index 0000000000..3a0148204b
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlogic/sound.h b/include/amlogic/sound.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..4aceb7c9fd
|
|
|
|
|
index 00000000000..4aceb7c9fd3
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/sound.h
|
|
|
|
|
@@ -0,0 +1,180 @@
|
|
|
|
|
@ -62530,7 +62530,7 @@ index 0000000000..4aceb7c9fd
|
|
|
|
|
+#endif /* _SOUND_H_ */
|
|
|
|
|
diff --git a/include/amlogic/spicc.h b/include/amlogic/spicc.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..282af845c5
|
|
|
|
|
index 00000000000..282af845c5f
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/spicc.h
|
|
|
|
|
@@ -0,0 +1,44 @@
|
|
|
|
|
@ -62581,7 +62581,7 @@ index 0000000000..282af845c5
|
|
|
|
|
\ No newline at end of file
|
|
|
|
|
diff --git a/include/amlogic/spifc.h b/include/amlogic/spifc.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..0eb759896a
|
|
|
|
|
index 00000000000..0eb759896a2
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/spifc.h
|
|
|
|
|
@@ -0,0 +1,44 @@
|
|
|
|
|
@ -62632,7 +62632,7 @@ index 0000000000..0eb759896a
|
|
|
|
|
\ No newline at end of file
|
|
|
|
|
diff --git a/include/amlogic/storage.h b/include/amlogic/storage.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..5bdb4cb00e
|
|
|
|
|
index 00000000000..5bdb4cb00e0
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/storage.h
|
|
|
|
|
@@ -0,0 +1,501 @@
|
|
|
|
|
@ -63139,7 +63139,7 @@ index 0000000000..5bdb4cb00e
|
|
|
|
|
+#endif/* __STORAGE_H__ */
|
|
|
|
|
diff --git a/include/amlogic/storagekey.h b/include/amlogic/storagekey.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..f258b82c95
|
|
|
|
|
index 00000000000..f258b82c95c
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/storagekey.h
|
|
|
|
|
@@ -0,0 +1,57 @@
|
|
|
|
|
@ -63202,7 +63202,7 @@ index 0000000000..f258b82c95
|
|
|
|
|
+#endif /* __STORAGEKEY_H__ */
|
|
|
|
|
diff --git a/include/amlogic/store_wrapper.h b/include/amlogic/store_wrapper.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..0f3007de95
|
|
|
|
|
index 00000000000..0f3007de959
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlogic/store_wrapper.h
|
|
|
|
|
@@ -0,0 +1,56 @@
|
|
|
|
|
@ -63264,7 +63264,7 @@ index 0000000000..0f3007de95
|
|
|
|
|
+
|
|
|
|
|
diff --git a/include/amlstorage/emmc_partitions.h b/include/amlstorage/emmc_partitions.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..5edc1f89c8
|
|
|
|
|
index 00000000000..5edc1f89c8f
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlstorage/emmc_partitions.h
|
|
|
|
|
@@ -0,0 +1,271 @@
|
|
|
|
|
@ -63541,7 +63541,7 @@ index 0000000000..5edc1f89c8
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlstorage/emmc_storage.h b/include/amlstorage/emmc_storage.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..f2dc55fde7
|
|
|
|
|
index 00000000000..f2dc55fde77
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlstorage/emmc_storage.h
|
|
|
|
|
@@ -0,0 +1,76 @@
|
|
|
|
|
@ -63623,7 +63623,7 @@ index 0000000000..f2dc55fde7
|
|
|
|
|
+#endif
|
|
|
|
|
diff --git a/include/amlstorage/partition_table.h b/include/amlstorage/partition_table.h
|
|
|
|
|
new file mode 100644
|
|
|
|
|
index 0000000000..4e170f3748
|
|
|
|
|
index 00000000000..4e170f3748e
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/include/amlstorage/partition_table.h
|
|
|
|
|
@@ -0,0 +1,72 @@
|
|
|
|
|
@ -63700,5 +63700,5 @@ index 0000000000..4e170f3748
|
|
|
|
|
+#endif// #ifndef _PARTITION_TABLE_H
|
|
|
|
|
+
|
|
|
|
|
--
|
|
|
|
|
2.34.1
|
|
|
|
|
2.43.2
|
|
|
|
|
|
|
|
|
|
|