From: Jamie Gibbons <jamie.gibbons@microchip.com>
To: <u-boot@lists.denx.de>
Cc: Conor Dooley <conor.dooley@microchip.com>,
Valentina Fernandez Alanis
<valentina.fernandezalanis@microchip.com>,
Cyril Jean <cyril.jean@microchip.com>,
Tom Rini <trini@konsulko.com>,
Leo Yu-Chi Liang <ycliang@andestech.com>,
<jamie.gibbons@microchip.com>
Subject: [PATCH 1/6] configs: microchip_mpfs_icicle: enable CONFIG_OF_BOARD_SETUP
Date: Fri, 1 Aug 2025 13:36:21 +0100 [thread overview]
Message-ID: <20250801123626.1972658-2-jamie.gibbons@microchip.com> (raw)
In-Reply-To: <20250801123626.1972658-1-jamie.gibbons@microchip.com>
Enable CONFIG_OF_BOARD_SETUP and other dependencies to allow the use of
the ft_board_setup() function to replace fdt set in boot scripts for
Microchip's MPFS Icicle kit.
Signed-off-by: Jamie Gibbons <jamie.gibbons@microchip.com>
---
configs/microchip_mpfs_icicle_defconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/configs/microchip_mpfs_icicle_defconfig b/configs/microchip_mpfs_icicle_defconfig
index 6937aa224a1..7aefcc5fa86 100644
--- a/configs/microchip_mpfs_icicle_defconfig
+++ b/configs/microchip_mpfs_icicle_defconfig
@@ -5,6 +5,7 @@ CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80200000
CONFIG_ENV_SIZE=0x2000
CONFIG_DEFAULT_DEVICE_TREE="microchip/mpfs-icicle-kit"
+CONFIG_OF_LIBFDT_OVERLAY=y
CONFIG_SYS_LOAD_ADDR=0x80200000
CONFIG_SYS_MEM_TOP_HIDE=0x400000
# CONFIG_DEBUG_UART is not set
@@ -12,14 +13,17 @@ CONFIG_TARGET_MICROCHIP_ICICLE=y
CONFIG_ARCH_RV64I=y
CONFIG_RISCV_SMODE=y
CONFIG_FIT=y
+CONFIG_OF_BOARD_SETUP=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_DEFAULT_FDT_FILE="microchip/mpfs-icicle-kit.dtb"
CONFIG_SYS_CBSIZE=256
CONFIG_SYS_PBSIZE=282
+CONFIG_SYS_BOOTM_LEN=0x4000000
CONFIG_DISPLAY_CPUINFO=y
CONFIG_DISPLAY_BOARDINFO=y
CONFIG_SYS_PROMPT="RISC-V # "
CONFIG_OF_UPSTREAM=y
+CONFIG_OVERWRITE_ETHADDR_ONCE=y
CONFIG_ENV_RELOC_GD_ENV_ADDR=y
CONFIG_BOOTP_SEND_HOSTNAME=y
CONFIG_DM_MTD=y
--
2.43.0
next prev parent reply other threads:[~2025-08-01 12:41 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-01 12:36 [PATCH 0/6] MPFS Icicle Kit Cleanup Jamie Gibbons
2025-08-01 12:36 ` Jamie Gibbons [this message]
2025-08-12 3:40 ` [PATCH 1/6] configs: microchip_mpfs_icicle: enable CONFIG_OF_BOARD_SETUP Leo Liang
2025-08-01 12:36 ` [PATCH 2/6] board: microchip: mpfs_icicle: make use of ft_board_setup() Jamie Gibbons
2025-08-12 3:47 ` Leo Liang
2025-08-01 12:36 ` [PATCH 3/6] mailbox: add PolarFire SoC mailbox driver Jamie Gibbons
2025-08-12 3:49 ` Leo Liang
2025-08-01 12:36 ` [PATCH 4/6] misc: add PolarFire SoC system controller Jamie Gibbons
2025-08-12 3:50 ` Leo Liang
2025-08-01 12:36 ` [PATCH 5/6] board: microchip: mpfs_icicle: enable new driver configs Jamie Gibbons
2025-08-12 3:51 ` Leo Liang
2025-08-01 12:36 ` [PATCH 6/6] board: microchip: mpfs_icicle: update to use system controller Jamie Gibbons
2025-08-12 3:53 ` Leo Liang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250801123626.1972658-2-jamie.gibbons@microchip.com \
--to=jamie.gibbons@microchip.com \
--cc=conor.dooley@microchip.com \
--cc=cyril.jean@microchip.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=valentina.fernandezalanis@microchip.com \
--cc=ycliang@andestech.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.