-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
starfive/visionfive2: upgrade to upstream kernel
Upstream kernel contains all necessary drivers since version 6.6, thus most of the custom config is no longer needed. Create a separate configuration for the older 1.2 version of the board. Signed-off-by: Max Berger <[email protected]> Reviewed-by: Christian Stewart <[email protected]>
- Loading branch information
Showing
17 changed files
with
111 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
BR2_LINUX_KERNEL_DTS_SUPPORT=y | ||
BR2_LINUX_KERNEL_INTREE_DTS_NAME="starfive/jh7110-visionfive-v2" | ||
BR2_LINUX_KERNEL_INTREE_DTS_NAME="starfive/jh7110-starfive-visionfive-2-v1.3b" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1 @@ | ||
BR2_LINUX_KERNEL=y | ||
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y | ||
|
||
# branch: JH7110_VisionFive2_devel | ||
# source: https://github.com/starfive-tech/linux/tree/JH7110_VisionFive2_devel | ||
# a87c6861c6d96621026ee53b94f081a1a00a4cc7 | ||
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,starfive-tech,linux,a87c6861c6d96621026ee53b94f081a1a00a4cc7)/linux-visionfive2-5.15.0-r2.tar.gz" | ||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15=y | ||
|
||
BR2_KERNEL_HEADERS_SAME_AS_KERNEL=y | ||
BR2_KERNEL_HEADERS_AS_KERNEL=y | ||
|
||
BR2_LINUX_KERNEL_USE_DEFCONFIG=y | ||
BR2_LINUX_KERNEL_DEFCONFIG="starfive_visionfive2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CONFIG_SIFIVE_CCACHE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CONFIG_MMC_DW=y | ||
CONFIG_MMC_DW_STARFIVE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CONFIG_DWMAC_STARFIVE=y | ||
CONFIG_MICROCHIP_PHY=y | ||
CONFIG_MOTORCOMM_PHY=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CONFIG_PHY_STARFIVE_JH7110_DPHY_RX=y | ||
CONFIG_PHY_STARFIVE_JH7110_PCIE=y | ||
CONFIG_PHY_STARFIVE_JH7110_USB=y |
41 changes: 0 additions & 41 deletions
41
configs/starfive/visionfive2/kernel_patches/0001-compilation-fixes-for-GCC-12.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.