Explorar el Código

Create vf2-6.1.y-devel branch for kernel 6.1

Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
Andy Hu hace 10 meses
padre
commit
678733aa47
Se han modificado 4 ficheros con 7 adiciones y 9 borrados
  1. 1 1
      .gitmodules
  2. 4 4
      README.md
  3. 1 2
      conf/buildroot_initramfs_config
  4. 1 2
      conf/buildroot_rootfs_config

+ 1 - 1
.gitmodules

@@ -9,7 +9,7 @@
 [submodule "linux"]
 	path = linux
 	url = git@192.168.110.45:sbc/linux.git
-	branch = vf2-515-devel
+	branch = vf2-6.1.y-devel
 [submodule "opensbi"]
 	path = opensbi
 	url = git@192.168.110.45:sbc/opensbi.git

+ 4 - 4
README.md

@@ -1,6 +1,6 @@
 # StarFiveTech Freedom Unleashed SDK
 
-This builds a complete RISC-V cross-compile toolchain for the `StarFiveTech` `JH7110` SoC. It also builds U-boot SPL, U-boot and a flattened image tree (FIT) image with a Opensbi binary, linux kernel, device tree, ramdisk image and rootfs image for the `JH7110 VisionFive2` board.
+This builds a complete RISC-V cross-compile toolchain for the `StarFiveTech` `JH7110` SoC. It also builds U-boot SPL, U-boot and a flattened image tree (FIT) image with a Opensbi binary, linux kernel, device tree, ramdisk image and rootfs image for the `JH7110 VisionFive2` board. This is built for `6.1` Kernel SDK.
 
 ## Prerequisites
 
@@ -25,10 +25,10 @@ $ sudo apt-get install git-lfs
 
 ## Fetch Code Instructions ##
 
-Checkout this repository  (e.g.: branch `vf2-515-devel`). Then checkout all of the linked submodules using:
+Checkout this repository  (e.g.: branch `vf2-6.1.y-devel`). Then checkout all of the linked submodules using:
 
 	$ git clone git@192.168.110.45:sbc/visionfive.git
-	$ git checkout --track origin/vf2-515-devel
+	$ git checkout --track origin/vf2-6.1.y-devel
 	$ git submodule update --init --recursive
 
 In case someone run `git clone git@gitlab.starfivetech.com:sbc/visionfive.git`, recommend to add the below at the tail of the /etc/hosts to fix the network domain issue:
@@ -44,7 +44,7 @@ For user who build the release tag version, the above command is enough. For dev
 ```
 $ cd buildroot && git checkout --track origin/vf2-devel && cd ..
 $ cd u-boot && git checkout --track origin/vf2-devel && cd ..
-$ cd linux && git checkout --track origin/vf2-515-devel && cd ..
+$ cd linux && git checkout --track origin/vf2-6.1.y-devel && cd ..
 $ cd opensbi && git checkout master && cd ..
 $ cd soft_3rdpart && git checkout jh7110-devel && cd ..
 ```

+ 1 - 2
conf/buildroot_initramfs_config

@@ -6,8 +6,7 @@ BR2_RISCV_ISA_CUSTOM_RVD=y
 BR2_RISCV_ISA_CUSTOM_RVC=y
 BR2_KERNEL_HEADERS_CUSTOM_GIT=y
 BR2_KERNEL_HEADERS_CUSTOM_REPO_URL="git@192.168.110.45:sbc/linux.git"
-BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION="vf2-515-devel"
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15=y
+BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION="vf2-6.1.y-devel"
 BR2_PACKAGE_GLIBC_UTILS=y
 BR2_BINUTILS_VERSION_2_39_X=y
 BR2_GCC_VERSION_12_X=y

+ 1 - 2
conf/buildroot_rootfs_config

@@ -6,8 +6,7 @@ BR2_RISCV_ISA_CUSTOM_RVD=y
 BR2_RISCV_ISA_CUSTOM_RVC=y
 BR2_KERNEL_HEADERS_CUSTOM_GIT=y
 BR2_KERNEL_HEADERS_CUSTOM_REPO_URL="git@192.168.110.45:sbc/linux.git"
-BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION="vf2-515-devel"
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15=y
+BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION="vf2-6.1.y-devel"
 BR2_PACKAGE_GLIBC_UTILS=y
 BR2_BINUTILS_VERSION_2_39_X=y
 BR2_GCC_VERSION_12_X=y