mbox series

[v1,0/3] Arm: npcm: modify npcm8xx boot setting

Message ID 20240904024106.2030437-1-JJLIU0@nuvoton.com
Headers show
Series Arm: npcm: modify npcm8xx boot setting | expand

Message

Jim Liu Sept. 4, 2024, 2:41 a.m. UTC
Modify npcm8xx new boot design.
Correct memory setting and set gpio default value.

Jim Liu (2):
  board: arbel: correct the dram bank size
  configs: arbel_evb: change env offset and boot address

Stanley Chu (1):
  pinctrl: npcm8xx: clear all gpio events

 board/nuvoton/arbel_evb/arbel_evb.c       |  8 ++++++--
 configs/arbel_evb_defconfig               |  4 ++--
 drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c | 18 ++++++++++++++++++
 include/configs/arbel.h                   |  2 +-
 4 files changed, 27 insertions(+), 5 deletions(-)

Comments

Tom Rini Sept. 17, 2024, 11:48 p.m. UTC | #1
On Wed, 04 Sep 2024 10:41:03 +0800, Jim Liu wrote:

> Modify npcm8xx new boot design.
> Correct memory setting and set gpio default value.
> 
> Jim Liu (2):
>   board: arbel: correct the dram bank size
>   configs: arbel_evb: change env offset and boot address
> 
> [...]

Applied to u-boot/next, thanks!