mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 15:02:32 +00:00
4070e2a64c
This target adds support for the StarFive JH7100 and JH7110 SoCs, based on 6.1, as well as a couple boards equipped with these. Specifications: SoCs: JH7100: - StarFive JH7100 dual-core RISC-V (U74, RC64GC) - additional monitoring (S7) and control (E24) cores - 2Mb L2 cache JH7110: - StarFive JH7110 quad-core RISC-V (U74, RV64GC) - additional monitoring (S7) and control (E24) cores - 2Mb L2 cache Boards: VisionFive1: - JH7100 @ 1GHz - Memory: 8Gb LPDDR4 - 4x USB3.0 - 1x GBit ethernet - AMPak 6236 wifi / bluetooth - audio - powered via USB-C VisionFive2: - JH7110 @ 1.5GHz - Memory: 2/4/8Gb DDR4 - 2x Gbit ethernet - 2x USB3.0 / 2x USB2.0 - eMMC / SDIO - various multimedia input/outputs (MIPI CSI, HDMI, audio) - M.2 key M slot - PoE support - powered via USB-C Installation: Standard SD-card installation via dd-ing the generated image to an SD-card of at least 256Mb. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
49 lines
1.4 KiB
Diff
49 lines
1.4 KiB
Diff
From d91e8a78ce8d6a1f60a3f5c16b4f7c013ba40257 Mon Sep 17 00:00:00 2001
|
|
From: "shanlong.li" <shanlong.li@starfivetech.com>
|
|
Date: Wed, 31 May 2023 01:56:22 -0700
|
|
Subject: [PATCH 099/122] update jh7110_defconfig for test
|
|
|
|
Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
|
|
---
|
|
arch/riscv/configs/jh7110_defconfig | 15 ++++++++++++++-
|
|
1 file changed, 14 insertions(+), 1 deletion(-)
|
|
|
|
--- a/arch/riscv/configs/jh7110_defconfig
|
|
+++ b/arch/riscv/configs/jh7110_defconfig
|
|
@@ -106,7 +106,6 @@ CONFIG_MMC=y
|
|
# CONFIG_PWRSEQ_SIMPLE is not set
|
|
CONFIG_MMC_DW=y
|
|
# CONFIG_VIRTIO_MENU is not set
|
|
-CONFIG_CLK_STARFIVE_JH7110_AON=y
|
|
# CONFIG_VHOST_MENU is not set
|
|
# CONFIG_IOMMU_SUPPORT is not set
|
|
CONFIG_BTRFS_FS=y
|
|
@@ -160,6 +159,19 @@ CONFIG_PCI=y
|
|
CONFIG_USB_CDNS3_STARFIVE=y
|
|
CONFIG_PHY_STARFIVE_JH7110_PCIE=y
|
|
CONFIG_PHY_STARFIVE_JH7110_USB=y
|
|
+CONFIG_USB_XHCI_HCD=y
|
|
+CONFIG_USB_EHCI_HCD=y
|
|
+CONFIG_USB_EHCI_HCD_PLATFORM=y
|
|
+CONFIG_USB_OHCI_HCD=y
|
|
+CONFIG_USB_OHCI_HCD_PLATFORM=y
|
|
+CONFIG_SCSI=y
|
|
+CONFIG_USB_STORAGE=y
|
|
+CONFIG_USB_UAS=y
|
|
+CONFIG_USB_CDNS3_GADGET=y
|
|
+CONFIG_USB_CDNS3_HOST=y
|
|
+CONFIG_USB_GADGET=y
|
|
+CONFIG_USB_CONFIGFS=y
|
|
+CONFIG_USB_CONFIGFS_F_FS=y
|
|
CONFIG_USB_CDNS_SUPPORT=y
|
|
CONFIG_USB_CDNS3=y
|
|
CONFIG_USB=y
|
|
@@ -177,6 +189,7 @@ CONFIG_CRYPTO_HW=y
|
|
CONFIG_CRYPTO=y
|
|
CONFIG_SND_SOC_JH7110_TDM=y
|
|
CONFIG_SND_SOC_STARFIVE=y
|
|
+CONFIG_SND_SIMPLE_CARD=y
|
|
CONFIG_SND_SOC=y
|
|
CONFIG_SND=y
|
|
CONFIG_SOUND=y
|