mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
Bring U-Boot support for the BeagleV-Fire by adding a device tree and supporting board files etc. Signed-off-by: Jamie Gibbons <jamie.gibbons@microchip.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
30 lines
792 B
Plaintext
30 lines
792 B
Plaintext
CONFIG_RISCV=y
|
|
CONFIG_SYS_MALLOC_LEN=0x800000
|
|
CONFIG_SYS_MALLOC_F_LEN=0x2800
|
|
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
|
|
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80200000
|
|
CONFIG_ENV_SIZE=0x2000
|
|
CONFIG_DM_GPIO=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="microchip/mpfs-beaglev-fire"
|
|
CONFIG_OF_LIBFDT_OVERLAY=y
|
|
CONFIG_SYS_BOOTM_LEN=0x4000000
|
|
CONFIG_SYS_LOAD_ADDR=0x80200000
|
|
CONFIG_TARGET_BEAGLEBOARD_BEAGLEVFIRE=y
|
|
CONFIG_ARCH_RV64I=y
|
|
CONFIG_RISCV_SMODE=y
|
|
CONFIG_FIT=y
|
|
CONFIG_DISTRO_DEFAULTS=y
|
|
CONFIG_OF_BOARD_SETUP=y
|
|
CONFIG_DEFAULT_FDT_FILE="microchip/mpfs-beaglev-fire.dtb"
|
|
CONFIG_SYS_CBSIZE=256
|
|
CONFIG_SYS_PBSIZE=282
|
|
CONFIG_DISPLAY_CPUINFO=y
|
|
CONFIG_DISPLAY_BOARDINFO=y
|
|
CONFIG_SYS_PROMPT="RISC-V # "
|
|
CONFIG_CMD_GPIO=y
|
|
CONFIG_OF_UPSTREAM=y
|
|
CONFIG_BOOTP_SEND_HOSTNAME=y
|
|
CONFIG_MPFS_GPIO=y
|
|
CONFIG_MMC_SPI=y
|
|
CONFIG_SYSRESET=y
|