Hi Tom Thanks for your check. These patches I have checked and tested on npcm845 evb. The compile log and boot log is as blow:
https://drive.google.com/file/d/1v3PFArKiqpFc0l9i0fy1xj0AauKlKS0k/view?usp=sharing If you have any confusion or you can't see the log please let me know. Best regards, Jim On Wed, Nov 15, 2023 at 12:23 AM Tom Rini <[email protected]> wrote: > > 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

