All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] rockchip: efuse: add RK3288/RK3328 support
@ 2020-10-13 20:21 Jonas Karlman
  2020-10-13 20:21 ` [PATCH 1/3] rockchip: efuse: add support for RK3288 non-secure efuse Jonas Karlman
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jonas Karlman @ 2020-10-13 20:21 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-10-30 10:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-13 20:21 [PATCH 0/3] rockchip: efuse: add RK3288/RK3328 support Jonas Karlman
2020-10-13 20:21 ` [PATCH 1/3] rockchip: efuse: add support for RK3288 non-secure efuse Jonas Karlman
2020-10-15 15:05   ` Simon Glass
2020-10-30 10:21   ` Kever Yang
2020-10-13 20:21 ` [PATCH 2/3] rockchip: efuse: add support for RK3328 " Jonas Karlman
2020-10-15 15:05   ` Simon Glass
2020-10-13 20:21 ` [PATCH 3/3] rockchip: dts: rk3288: enable efuse node Jonas Karlman
2020-10-15 15:05   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.