blob: 1cb06b4b2cdd02acdb8c6ad6ba0dfda7ec3ec96b [file] [log] [blame]
Anup Patel4c601132018-12-03 10:57:42 +05301CONFIG_RISCV=y
Tom Rini98021542021-11-01 12:19:22 +00002CONFIG_SYS_MALLOC_LEN=0x800000
Tom Rinid168bcb2019-04-29 15:54:04 -04003CONFIG_NR_DRAM_BANKS=1
Tom Rini554e5512020-08-10 15:31:07 -04004CONFIG_ENV_SIZE=0x20000
Simon Glass40277922021-12-16 20:59:12 -07005CONFIG_DEFAULT_DEVICE_TREE="qemu-virt64"
Tom Rinid46e86d2022-04-08 13:36:51 -04006CONFIG_SYS_LOAD_ADDR=0x80200000
Anup Patel4c601132018-12-03 10:57:42 +05307CONFIG_TARGET_QEMU_VIRT=y
8CONFIG_ARCH_RV64I=y
9CONFIG_RISCV_SMODE=y
10CONFIG_DISTRO_DEFAULTS=y
Tom Rinieaf6ea62022-05-25 12:16:03 -040011CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
12CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80200000
Anup Patel4c601132018-12-03 10:57:42 +053013CONFIG_FIT=y
Dimitri John Ledkov8359fd72021-07-26 11:20:17 +010014CONFIG_USE_PREBOOT=y
15CONFIG_PREBOOT="setenv fdt_addr ${fdtcontroladdr}; fdt addr ${fdtcontroladdr};"
Anup Patel4c601132018-12-03 10:57:42 +053016CONFIG_DISPLAY_CPUINFO=y
17CONFIG_DISPLAY_BOARDINFO=y
Tom Rinid31466b2022-05-11 18:01:06 -040018CONFIG_SYS_CBSIZE=256
Tom Rinid0ee7f22022-05-11 17:38:09 -040019CONFIG_SYS_PBSIZE=276
Tom Rinic45568c2022-06-25 19:29:46 -040020CONFIG_SYS_BOOTM_LEN=0x4000000
Heinrich Schuchardt794219b2019-07-17 19:37:31 +020021CONFIG_CMD_BOOTEFI_SELFTEST=y
Heinrich Schuchardt5cc349b2019-10-13 11:54:20 +020022CONFIG_CMD_NVEDIT_EFI=y
Anup Patel4c601132018-12-03 10:57:42 +053023# CONFIG_CMD_MII is not set
Tom Rini8d8ee472019-11-12 22:46:36 -050024CONFIG_SYS_RELOC_GD_ENV_ADDR=y
Miquel Raynal1de770d2019-10-03 19:50:04 +020025CONFIG_DM_MTD=y
Patrick Delaunay0f9595b2022-01-04 14:24:00 +010026CONFIG_SYS_MAX_FLASH_BANKS=2