mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
configs: starfive-jh7110: Add support for PCIe host driver
Add PCIe host driver and nvme driver in configure file. Signed-off-by: Mason Huo <mason.huo@starfivetech.com> Signed-off-by: Minda Chen <minda.chen@starfivetech.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
This commit is contained in:
parent
7870a05581
commit
cb2750e10b
1 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,8 @@ CONFIG_SPL=y
|
|||
CONFIG_SPL_SPI_FLASH_SUPPORT=y
|
||||
CONFIG_SPL_SPI=y
|
||||
CONFIG_SYS_LOAD_ADDR=0x82000000
|
||||
CONFIG_SYS_PCI_64BIT=y
|
||||
CONFIG_PCI=y
|
||||
CONFIG_TARGET_STARFIVE_VISIONFIVE2=y
|
||||
CONFIG_SPL_OPENSBI_LOAD_ADDR=0x40000000
|
||||
CONFIG_ARCH_RV64I=y
|
||||
|
@ -62,6 +64,7 @@ CONFIG_SYS_EEPROM_PAGE_WRITE_BITS=4
|
|||
CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS=5
|
||||
CONFIG_CMD_MEMINFO=y
|
||||
CONFIG_CMD_I2C=y
|
||||
CONFIG_CMD_PCI=y
|
||||
CONFIG_CMD_TFTPPUT=y
|
||||
CONFIG_OF_BOARD=y
|
||||
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
||||
|
@ -92,6 +95,10 @@ CONFIG_DWC_ETH_QOS=y
|
|||
CONFIG_DWC_ETH_QOS_STARFIVE=y
|
||||
CONFIG_RGMII=y
|
||||
CONFIG_RMII=y
|
||||
CONFIG_NVME_PCI=y
|
||||
CONFIG_DM_PCI_COMPAT=y
|
||||
CONFIG_PCI_REGION_MULTI_ENTRY=y
|
||||
CONFIG_PCIE_STARFIVE_JH7110=y
|
||||
CONFIG_PINCTRL=y
|
||||
CONFIG_PINCONF=y
|
||||
CONFIG_SPL_PINCTRL=y
|
||||
|
|
Loading…
Add table
Reference in a new issue