[PATCH v1 0/4] fix/add npcm845 serial and board error
Jim Liu
jim.t90615 at gmail.com
Wed Nov 8 01:40:23 CET 2023
1. Fix serial error and add bypass serial setting.
2. Fix/Add dts node node.
3. Add full function defconfig
Jim Liu (4):
arm: dts: npcm845-evb: fix/add node and aliases name
board: nuvoton: update console environment variable
configs: arbel: Enable full functions
serial: npcm: support skip uart clock setting
arch/arm/dts/nuvoton-common-npcm8xx.dtsi | 2 +-
arch/arm/dts/nuvoton-npcm845-evb.dts | 29 ++++++--
arch/arm/dts/nuvoton-npcm8xx-u-boot.dtsi | 2 +-
board/nuvoton/arbel_evb/Kconfig | 1 +
board/nuvoton/common/Kconfig | 9 +++
board/nuvoton/common/Makefile | 1 +
board/nuvoton/common/common.c | 71 +++++++++++++++++++
board/nuvoton/common/common.h | 11 +++
board/nuvoton/poleg_evb/Kconfig | 1 +
configs/arbel_evb_defconfig | 19 ++++-
drivers/serial/serial_npcm.c | 39 ++++++----
include/dt-bindings/phy/nuvoton,npcm-usbphy.h | 14 ++++
12 files changed, 173 insertions(+), 26 deletions(-)
create mode 100644 board/nuvoton/common/Kconfig
create mode 100644 board/nuvoton/common/Makefile
create mode 100644 board/nuvoton/common/common.c
create mode 100644 board/nuvoton/common/common.h
create mode 100644 include/dt-bindings/phy/nuvoton,npcm-usbphy.h
--
2.25.1
More information about the U-Boot
mailing list