This commit is contained in:
刘可亮
2024-10-30 16:50:31 +08:00
parent 0ef85b55da
commit 661e71562d
458 changed files with 46555 additions and 12133 deletions

View File

@@ -14,7 +14,7 @@ source "bsp/artinchip/drv/gpio/Kconfig.dev"
# Interface Class
#================================================
comment "Interface Related: "
comment "Interface Related:"
#---------------------------
# uart device global option
@@ -66,6 +66,12 @@ source "bsp/artinchip/drv/uart/Kconfig.dev"
# i2c device global option
#---------------------------
config AIC_USING_SOFT_I2C
bool "Using SOFT_I2C"
default n
select RT_USING_I2C_BITOPS
select AIC_I2C_DRV
config AIC_USING_I2C0
bool "Using I2C0"
default n
@@ -331,7 +337,7 @@ source "packages/third-party/lwip/contrib/ports/drv/aic/Kconfig.dev"
# Storage Class
#================================================
comment "Storage Related: "
comment "Storage Related:"
#--------------------------------------------
# qspi device global option
@@ -406,6 +412,12 @@ menu "SPI1 Parameter"
bool "Dynamic DMA channel SPI1"
default n
config AIC_QSPI1_BUS_SPI
bool "Work in SPI BUS Mode"
default n
select AIC_QSPI_DRV
depends on AIC_QSPI1_BUS_WIDTH_1
endmenu
config AIC_USING_QSPI2
@@ -441,6 +453,11 @@ menu "SPI2 Parameter"
bool "Dynamic DMA channel SPI2"
default n
config AIC_QSPI2_BUS_SPI
bool "Work in SPI BUS Mode"
default y
select AIC_QSPI_DRV
endmenu
config AIC_USING_QSPI3
@@ -476,6 +493,11 @@ menu "SPI3 Parameter"
bool "Dynamic DMA channel SPI3"
default n
config AIC_QSPI3_BUS_SPI
bool "Work in SPI BUS Mode"
default y
select AIC_QSPI_DRV
endmenu
source "bsp/artinchip/drv/qspi/Kconfig.dev"
@@ -511,7 +533,7 @@ source "bsp/peripheral/wireless/Kconfig"
# Analog Class
#================================================
comment "Analog Related: "
comment "Analog Related:"
#---------------------------
# TSEN device global option
@@ -599,7 +621,7 @@ endmenu
# MutiMedia Class
#================================================
comment "MutiMedia Related: "
comment "MutiMedia Related:"
#--------------------------------------------
# DE device global option
@@ -688,7 +710,7 @@ endif
# System Class
#================================================
comment "System Related: "
comment "System Related:"
#---------------------------
# DMA device global option
@@ -1084,7 +1106,7 @@ source "bsp/artinchip/drv/pm/Kconfig"
# Security Class
#================================================
comment "Security Related: "
comment "Security Related:"
#--------------------------------------------
# spienc device global option

View File

@@ -82,8 +82,8 @@
"head_ver": "0x00010001",
"loader": {
"file": "bootloader.bin",
"load address": "0x40300000",
"entry point": "0x40300100", // 256 byte aic header
"load address": "CONFIG_AIC_BOOTLOADER_LOAD_BASE",
"entry point": "CONFIG_AIC_BOOTLOADER_TEXT_BASE", // 256 byte aic header
},
"resource": {
"private": "pbp_cfg.bin",

View File

@@ -99,8 +99,8 @@
"head_ver": "0x00010001",
"loader": {
"file": "bootloader.bin",
"load address": "0x40300000",
"entry point": "0x40300100", // 256 byte aic header
"load address": "CONFIG_AIC_BOOTLOADER_LOAD_BASE",
"entry point": "CONFIG_AIC_BOOTLOADER_TEXT_BASE", // 256 byte aic header
},
"resource": {
"private": "pbp_cfg.bin",

View File

@@ -82,8 +82,8 @@
"head_ver": "0x00010001",
"loader": {
"file": "bootloader.bin",
"load address": "0x40300000",
"entry point": "0x40300100", // 256 byte aic header
"load address": "CONFIG_AIC_BOOTLOADER_LOAD_BASE",
"entry point": "CONFIG_AIC_BOOTLOADER_TEXT_BASE", // 256 byte aic header
},
"resource": {
"private": "pbp_cfg.bin",

View File

@@ -82,8 +82,8 @@
"head_ver": "0x00010001",
"loader": {
"file": "bootloader.bin",
"load address": "0x40300000",
"entry point": "0x40300100", // 256 byte aic header
"load address": "CONFIG_AIC_BOOTLOADER_LOAD_BASE",
"entry point": "CONFIG_AIC_BOOTLOADER_TEXT_BASE", // 256 byte aic header
},
"resource": {
"private": "pbp_cfg.bin",