代码拉取完成,页面将自动刷新
同步操作将从 GloomyGhost/d1s-melis 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
menu "Platform Setup"
choice
prompt "Chip select"
config SOC_SUN3IW2P2
bool "F1C800 AW V1.0 Platform"
select SOC_SUN3IW2
help
Based on F1C800.
config SOC_SUN3IW2P1
bool "F1D100 AW V1.0 Platform"
select SOC_SUN3IW2
help
Based on F1D100.
config SOC_SUN3IW1P1
bool "F1C200S AW V1.0 Platform"
select SOC_SUN3IW1
help
Based on F1C200S.
config SOC_SUN8IW18P1
bool "r328 SOC Platform"
select SOC_SUN8IW18
help
Based on r328 Platform.
config SOC_SUN8IW19P1
bool "v459 SOC Platform"
select SOC_SUN8IW19
help
Based on v459 Platform.
config SOC_SUN20IW1P1
bool "D1s SOC Platform"
select SOC_SUN20IW1
help
Based on D1s Platform.
endchoice
config SOC_SUN3I
bool
default n
help
Based on Arm926-ejs SOC familiy.
config SOC_SUN8I
bool
default n
help
Based on Cortex-A7 SOC familiy.
config SOC_SUN20I
bool
default n
help
Based on RISCV SOC familiy.
config SOC_SUN3IW1
bool
select SOC_SUN3I
help
Based on SUN3IW2 SOC familiy.
config SOC_SUN3IW2
bool
select SOC_SUN3I
help
Based on SUN3IW2 SOC familiy.
config SOC_SUN8IW18
bool
select SOC_SUN8I
help
Based on SUN8IW18 SOC familiy.
config SOC_SUN8IW19
bool
select SOC_SUN8I
help
Based on SUN8IW19 SOC familiy.
config SOC_SUN20IW1
bool
select SOC_SUN20I
help
Based on RISCV-THead SOC familiy.
config DRAM_PHYBASE
hex "Physical base address of Dram"
default 0x80000000 if SOC_SUN3I
default 0x40000000 if SOC_SUN8I
default 0x40000000 if SOC_SUN20I
config DRAM_VIRTBASE
hex "Virtual base address of Dram"
default 0x40000000 if SOC_SUN20IW1
default 0xc2000000
config DRAM_SIZE
hex "Capacity of Dram"
default 0x04000000
help
DDR physical memroy size.
config COHERENT_SIZE
hex "Capacity of NoCache Dram Zone"
default 0x00c00000
help
Set Size Of NoCache Dram Zone for DMA etc
config COHERENT_START_ADDR
hex "Address of NoCache Dram Zone"
default 0xa0000000
help
Set Start address of NoCache Dram Zone for DMA etc
config KERNEL_USE_SBI
bool "define whether using sbi (RV)"
depends on SOC_SUN20IW1
default y
help
if use sbi, the syscall number defined in kapi.h need to change for being different with function number in SBI module.
config LOAD_DATA_TO_MEM_FROM_STORAGE
bool "load data to memory from storage"
default y
help
the function used for more quickly reading when checking on fpg-board.
endmenu
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。