
13 Oct
2020
13 Oct
'20
10:21 p.m.
This extends rockchip efuse driver with support for RK3288 and RK3328.
Patch 1 and 2 was picked from vendor u-boot and updated to work with mainline u-boot.
Patch 3 updates and enable the efuse node in rk3288.dtsi.
This makes it possible to get a persisted ethaddr using:
CONFIG_MISC=y CONFIG_MISC_INIT_R=y CONFIG_ROCKCHIP_EFUSE=y CONFIG_SHA256=y
Best regards, Jonas
Francis Fan (1): rockchip: efuse: add support for RK3288 non-secure efuse
Jonas Karlman (1): rockchip: dts: rk3288: enable efuse node
Joseph Chen (1): rockchip: efuse: add support for RK3328 non-secure efuse
arch/arm/dts/rk3288.dtsi | 3 +- drivers/misc/rockchip-efuse.c | 158 +++++++++++++++++++++++++++++++++- 2 files changed, 155 insertions(+), 6 deletions(-)
--
2.17.1