[PATCH v1 1/9] arm: nuvoton: Add support for Nuvoton NPCM845 BMC
Stanley Chu
stanley.chuys at gmail.com
Fri Mar 11 01:57:43 CET 2022
Hi Jesse,
Thanks for the comment, this will be addressed in the next patches.
--
Stanley
On Thu, Dec 16, 2021 at 6:16 AM Jesse Taube <mr.bossman075 at gmail.com> wrote:
>
>
>
> On 12/15/21 13:32, Sean Anderson wrote:
> > On 12/14/21 9:57 PM, Stanley Chu wrote:
> >> Add basic support for the Nuvoton NPCM845 BMC.
> >>
> >> Signed-off-by: Stanley Chu <yschu at nuvoton.com>
> >> ---
> >> arch/arm/Kconfig | 9 +
> >> arch/arm/Makefile | 1 +
> >> arch/arm/include/asm/arch-npcm8xx/clock.h | 164 ++++++++++++
> >> arch/arm/include/asm/arch-npcm8xx/espi.h | 23 ++
> >> arch/arm/include/asm/arch-npcm8xx/gcr.h | 313 ++++++++++++++++++++++
> >> arch/arm/include/asm/arch-npcm8xx/gpio.h | 11 +
> >> arch/arm/include/asm/arch-npcm8xx/rst.h | 32 +++
> >> arch/arm/mach-nuvoton/Kconfig | 24 ++
> >> arch/arm/mach-nuvoton/Makefile | 1 +
> >> arch/arm/mach-nuvoton/npcm8xx/Kconfig | 18 ++
> >> arch/arm/mach-nuvoton/npcm8xx/Makefile | 1 +
> >> arch/arm/mach-nuvoton/npcm8xx/cpu.c | 170 ++++++++++++
> >> arch/arm/mach-nuvoton/npcm8xx/reset.c | 51 ++++
> >> board/nuvoton/arbel/Kconfig | 18 ++
> >> board/nuvoton/arbel/Makefile | 1 +
> >> board/nuvoton/arbel/arbel.c | 33 +++
> >> include/configs/arbel.h | 54 ++++
> >> 17 files changed, 924 insertions(+)
> Hello World!
>
> Because I was CC'ed I guess I will keep myself up-to date.
> This commit has 17 files changed and almost 1k insertions,
> That is a relatively large commit. Would it be better to split
> /arch/arm/include/asm
> /arch/arm/mach-nuvoton
> /board
> /include/configs
> into different commits.
> I ask this because I split them for a patch I'm working on
More information about the U-Boot
mailing list