[PATCH v2 0/4] fix/add npcm845 serial and board error

Tom Rini trini at konsulko.com
Tue Nov 14 17:23:29 CET 2023


On Tue, Nov 14, 2023 at 04:51:55PM +0800, Jim Liu wrote:

> 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

I just want to make sure now that you've given this series a compile and
boot test on some platform, yes? Thanks.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20231114/0654c82b/attachment.sig>


More information about the U-Boot mailing list