[PATCH 0/3] rockchip: efuse: add RK3288/RK3328 support

Jonas Karlman jonas at kwiboo.se
Tue Oct 13 22:21:19 CEST 2020


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



More information about the U-Boot mailing list