
On Tue, Apr 12, 2022 at 04:03:37PM +0800, Jim Liu wrote:
The patch series add basic supoorts for NPCM750, which is Nuvoton's 3th-generation BMC (Baseboard Management Controller). Add drivers to support Clock,Timer,Uart for NPCM7xx SoC.
the NPCM750 computing subsystem comprises a dual-core ARM a9 at 800MHz speed with L1/L2 caches
dts,dtsi and npcm7xx-reset.h have been submitted to kernel upstream.
Jim Liu (4): arm: nuvoton: Add support for Nuvoton NPCM750 BMC clk: nuvoton: Add support for NPCM750 serial: npcm: Add support for Nuvoton NPCM SoCs timer: npcm: Add NPCM timer support
This looks better, and I assume the 64bit SoC series will depend on this series. However, please rebase on top of current master WITH: https://patchwork.ozlabs.org/project/uboot/patch/20220406143332.4057117-1-tr... https://patchwork.ozlabs.org/project/uboot/patch/20220411172000.2352332-1-tr... applied, and then run CI: https://u-boot.readthedocs.io/en/latest/develop/ci_testing.html and repost as CI will fail over CONFIG symbols in your board.h file that need to be in the defconfig and the above two patches will (a) convert CONFIG_SYS_MEM_TOP_HIDE and (b) easier to spot and fix the rest of the symbols that need to be migrated. Thanks.