public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1 0/3] add npcm845 function config and dts node
@ 2023-01-17  8:59 Jim Liu
  2023-01-17  8:59 ` [PATCH v1 1/3] ARM: dts: npcm8xx: add npcm845 function node Jim Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jim Liu @ 2023-01-17  8:59 UTC (permalink / raw)
  To: JJLIU0, KWLIU, jim.t90615, trini; +Cc: u-boot

1. Enable Nuvoton BMC npcm844 function config and add dts node.
2. Add header file for npcm8xx security key feature.


Jim Liu (3):
  ARM: dts: npcm8xx: add npcm845 function node
  ARM: config: enable function for nuvoton npcm845 bmc
  arm: npcm8xx: add security feature header

 arch/arm/dts/nuvoton-common-npcm8xx.dtsi | 358 +++++++++++++++++++++++
 arch/arm/dts/nuvoton-npcm845-evb.dts     | 198 +++++++++++++
 arch/arm/dts/nuvoton-npcm8xx-u-boot.dtsi | 134 +++++++++
 arch/arm/include/asm/arch-npcm8xx/aes.h  |  53 ++++
 arch/arm/include/asm/arch-npcm8xx/otp.h  |  93 ++++++
 arch/arm/include/asm/arch-npcm8xx/rng.h  |  43 +++
 arch/arm/include/asm/arch-npcm8xx/sha.h  |  34 +++
 configs/arbel_evb_defconfig              |  19 +-
 8 files changed, 931 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/include/asm/arch-npcm8xx/aes.h
 create mode 100644 arch/arm/include/asm/arch-npcm8xx/otp.h
 create mode 100644 arch/arm/include/asm/arch-npcm8xx/rng.h
 create mode 100644 arch/arm/include/asm/arch-npcm8xx/sha.h

-- 
2.17.1


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

end of thread, other threads:[~2023-01-27 19:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-17  8:59 [PATCH v1 0/3] add npcm845 function config and dts node Jim Liu
2023-01-17  8:59 ` [PATCH v1 1/3] ARM: dts: npcm8xx: add npcm845 function node Jim Liu
2023-01-27 19:07   ` Tom Rini
2023-01-17  8:59 ` [PATCH v1 2/3] ARM: config: enable function for nuvoton npcm845 bmc Jim Liu
2023-01-27 19:07   ` Tom Rini
2023-01-17  8:59 ` [PATCH v1 3/3] arm: npcm8xx: add security feature header Jim Liu
2023-01-27 19:07   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox