defendkey: AXG: support secure upgrade check [3/3]

PD#SH-1185

Problem:
AXG need to support secure upgrade check

Solution:
1.add defendkey support in AXG dts
2.add defendkey config in smarthome defconfig

Verify:
AXG skt board verify pass

Change-Id: I1d173d4e7ce8d47c486bf8df4f6b7e417809c424
Signed-off-by: Zhongfu Luo <zhongfu.luo@amlogic.com>
This commit is contained in:
Zhongfu Luo
2019-09-09 11:29:32 +08:00
parent f853652b0a
commit 5f1b0158ad
4 changed files with 14 additions and 0 deletions

View File

@@ -825,6 +825,12 @@
cpu_ver_name{
compatible = "amlogic, cpu-major-id-axg";
};
defendkey: defendkey {
compatible = "amlogic, defendkey";
mem_size = <0x0 0x100000>;
status = "okay";
};
};/* end of / */
&pinctrl_aobus {

View File

@@ -324,6 +324,7 @@ CONFIG_AMLOGIC_SARADC=y
CONFIG_AMLOGIC_DDR_WINDOW_TOOL=m
CONFIG_AMLOGIC_LEDRING=y
CONFIG_AMLOGIC_GPIO_IRQ=y
CONFIG_AMLOGIC_DEFENDKEY=y
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y

View File

@@ -831,6 +831,12 @@
cpu_ver_name{
compatible = "amlogic, cpu-major-id-axg";
};
defendkey: defendkey {
compatible = "amlogic, defendkey";
mem_size = <0x0 0x100000>;
status = "okay";
};
};/* end of / */
&pinctrl_aobus {

View File

@@ -318,6 +318,7 @@ CONFIG_AMLOGIC_PCA9557_KEYPAD=y
CONFIG_AMLOGIC_SENSOR=y
CONFIG_AMLOGIC_SENSOR_CY8C4014=y
CONFIG_AMLOGIC_GPIO_IRQ=y
CONFIG_AMLOGIC_DEFENDKEY=y
CONFIG_DOLBY_FW=y
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_DEVTMPFS=y