[PATCH v2 0/4] fix/add npcm845 serial and board error
Jim Liu
jim.t90615 at gmail.com
Tue Nov 14 09:51:55 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
configs: arbel: Enable full functions
serial: npcm: support skip uart clock setting
board: nuvoton: update console environment variable
arch/arm/dts/nuvoton-common-npcm8xx.dtsi | 11 ++-
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/arbel_evb/arbel_evb.c | 7 ++
board/nuvoton/common/Kconfig | 9 +++
board/nuvoton/common/Makefile | 1 +
board/nuvoton/common/uart.c | 71 +++++++++++++++++++
board/nuvoton/common/uart.h | 11 +++
board/nuvoton/poleg_evb/Kconfig | 1 +
board/nuvoton/poleg_evb/poleg_evb.c | 8 +++
configs/arbel_evb_defconfig | 16 ++++-
drivers/serial/serial_npcm.c | 39 ++++++----
include/dt-bindings/phy/nuvoton,npcm-usbphy.h | 14 ++++
14 files changed, 194 insertions(+), 26 deletions(-)
create mode 100644 board/nuvoton/common/Kconfig
create mode 100644 board/nuvoton/common/Makefile
create mode 100644 board/nuvoton/common/uart.c
create mode 100644 board/nuvoton/common/uart.h
create mode 100644 include/dt-bindings/phy/nuvoton,npcm-usbphy.h
--
2.25.1
More information about the U-Boot
mailing list