board: microchip: icicle: rename all icicle files to generic
Make all Icicle Kit files generic. This supports the addition of upcoming support for other MPFS boards. Signed-off-by: Jamie Gibbons <jamie.gibbons@microchip.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
This commit is contained in:
committed by
Leo Yu-Chi Liang
parent
a681cfecb4
commit
d141a41feb
+3
-3
@@ -23,8 +23,8 @@ config TARGET_K230_CANMV
|
||||
config TARGET_LICHEERV_NANO
|
||||
bool "Support LicheeRV Nano Board"
|
||||
|
||||
config TARGET_MICROCHIP_ICICLE
|
||||
bool "Support Microchip PolarFire-SoC Icicle Board"
|
||||
config TARGET_MICROCHIP_GENERIC
|
||||
bool "Support Microchip PolarFire-SoC Boards"
|
||||
|
||||
config TARGET_MILKV_DUO
|
||||
bool "Support Milk-v Duo Board"
|
||||
@@ -108,7 +108,7 @@ source "board/andestech/voyager/Kconfig"
|
||||
source "board/aspeed/ibex_ast2700/Kconfig"
|
||||
source "board/canaan/k230_canmv/Kconfig"
|
||||
source "board/emulation/qemu-riscv/Kconfig"
|
||||
source "board/microchip/mpfs_icicle/Kconfig"
|
||||
source "board/microchip/mpfs_generic/Kconfig"
|
||||
source "board/openpiton/riscv64/Kconfig"
|
||||
source "board/sifive/unleashed/Kconfig"
|
||||
source "board/sifive/unmatched/Kconfig"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
if TARGET_MICROCHIP_ICICLE
|
||||
if TARGET_MICROCHIP_GENERIC
|
||||
|
||||
config SYS_BOARD
|
||||
default "mpfs_icicle"
|
||||
default "mpfs_generic"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "microchip"
|
||||
@@ -10,7 +10,7 @@ config SYS_CPU
|
||||
default "generic"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "microchip_mpfs_icicle"
|
||||
default "microchip_mpfs_generic"
|
||||
|
||||
config TEXT_BASE
|
||||
default 0x80000000 if !RISCV_SMODE
|
||||
@@ -0,0 +1,7 @@
|
||||
Microchip MPFS Generic
|
||||
M: Conor Dooley <conor.dooley@microchip.com>
|
||||
M: Jamie Gibbons <jamie.gibbons@microchip.com>
|
||||
S: Maintained
|
||||
F: board/microchip/mpfs_generic/
|
||||
F: include/configs/microchip_mpfs_generic.h
|
||||
F: configs/microchip_mpfs_generic_defconfig
|
||||
@@ -4,4 +4,4 @@
|
||||
# Padmarao Begari <padmarao.begari@microchip.com>
|
||||
#
|
||||
|
||||
obj-y += mpfs_icicle.o
|
||||
obj-y += mpfs_generic.o
|
||||
@@ -1,7 +0,0 @@
|
||||
Microchip MPFS icicle
|
||||
M: Conor Dooley <conor.dooley@microchip.com>
|
||||
M: Cyril Jean <cyril.jean@microchip.com>
|
||||
S: Maintained
|
||||
F: board/microchip/mpfs_icicle/
|
||||
F: include/configs/microchip_mpfs_icicle.h
|
||||
F: configs/microchip_mpfs_icicle_defconfig
|
||||
@@ -9,7 +9,7 @@ CONFIG_OF_LIBFDT_OVERLAY=y
|
||||
CONFIG_SYS_LOAD_ADDR=0x80200000
|
||||
CONFIG_SYS_MEM_TOP_HIDE=0x400000
|
||||
# CONFIG_DEBUG_UART is not set
|
||||
CONFIG_TARGET_MICROCHIP_ICICLE=y
|
||||
CONFIG_TARGET_MICROCHIP_GENERIC=y
|
||||
CONFIG_ARCH_RV64I=y
|
||||
CONFIG_RISCV_SMODE=y
|
||||
CONFIG_FIT=y
|
||||
Reference in New Issue
Block a user