diff options
author | Padmarao Begari <padmarao.begari@microchip.com> | 2022-10-27 11:32:02 +0530 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2022-11-03 13:27:56 +0800 |
commit | 7321bad25f18684b53cff4346543fb2da2a2c0d0 (patch) | |
tree | b7dc18171341cb64b02a2f79d1f715cf2f02c37b /configs | |
parent | eac3bbe5d84cd71201045b8c5cdafa0f3cc4ebda (diff) | |
download | u-boot-7321bad25f18684b53cff4346543fb2da2a2c0d0.tar.gz |
riscv: Update Microchip MPFS Icicle Kit support
This patch updates Microchip MPFS Icicle Kit support. For now,
add Microchip QSPI driver and a small 4MB reservation is
made at the end of 32-bit DDR to provide some memory for
the HSS to use.
Signed-off-by: Padmarao Begari <padmarao.begari@microchip.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/microchip_mpfs_icicle_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/microchip_mpfs_icicle_defconfig b/configs/microchip_mpfs_icicle_defconfig index 6113c5be80..c295b9bad3 100644 --- a/configs/microchip_mpfs_icicle_defconfig +++ b/configs/microchip_mpfs_icicle_defconfig @@ -17,6 +17,7 @@ CONFIG_DISPLAY_BOARDINFO=y CONFIG_SYS_CBSIZE=256 CONFIG_SYS_PBSIZE=282 CONFIG_SYS_BOOTM_LEN=0x4000000 +CONFIG_SYS_MEM_TOP_HIDE=0x400000 CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_BOOTP_SEND_HOSTNAME=y CONFIG_DM_MTD=y |