
Hi Tom
Sorry to bother you. Could I know your merge plans for my commit ? https://patchwork.ozlabs.org/project/uboot/list/?series=362257 https://patchwork.ozlabs.org/project/uboot/list/?series=359454
because MS 、google and other customers will use the new memory layout . So could you provide some information or merge schedule?
Best regards, Jim
On Tue, Jul 4, 2023 at 4:00 PM Jim Liu jim.t90615@gmail.com wrote:
- support 4g ram and new memory layout
- A2 cpu support
- fix pinctrl, misc driver error
Jim Liu (4): board: nuvoton: arbel: change uboot load address pinctrl: nuvoton: fix reset reason error for poweron misc: npcm_host_intf: change initialization sequence arch: arm: npcm8xx: add cpu version and 4G ram support
arch/arm/include/asm/arch-npcm8xx/gcr.h | 1 + arch/arm/mach-npcm/npcm8xx/cpu.c | 12 +++- board/nuvoton/arbel_evb/Kconfig | 4 +- board/nuvoton/arbel_evb/arbel_evb.c | 70 ++++++++++++++++++++++- configs/arbel_evb_defconfig | 15 ++++- drivers/misc/npcm_host_intf.c | 6 +- drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c | 3 + include/configs/arbel.h | 5 +- 8 files changed, 104 insertions(+), 12 deletions(-)
-- 2.17.1