@lanefu's rk3588 midstream; new BRANCH; midstream kernel and monka's config - squashed

This commit is contained in:
Lane Jennison
2023-03-04 13:11:16 +00:00
committed by Ricardo Pardini
parent d59fa58875
commit e718d26cae
3 changed files with 8239 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
BOARD_NAME="Rock 5B"
BOARDFAMILY="rockchip-rk3588"
BOOTCONFIG="rock-5b-rk3588_defconfig"
KERNEL_TARGET="legacy,edge"
KERNEL_TARGET="legacy,edge,midstream"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3588-rock-5b.dtb"

File diff suppressed because it is too large Load Diff

View File

@@ -33,10 +33,21 @@ case $BRANCH in
LINUXFAMILY=rockchip-rk3588
LINUXCONFIG='linux-rockchip-rk3588-'$BRANCH
KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel.
KERNELBRANCH='tag:v6.2-rc7'
KERNELBRANCH='branch:6.2.y'
KERNELPATCHDIR='rockchip-rk3588-edge'
;;
midstream)
# A half monster kernel, a cross between sre mainline and downstream rk kernel
SKIP_BOOTSPLASH="yes"
LINUXFAMILY=rockchip-rk3588
LINUXCONFIG='linux-rockchip-rk3588-'$BRANCH
KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel.
KERNELPATCHDIR='rockchip-rk3588-midstream' # Empty/nonexisting, so zero patches, hopefully
KERNELSOURCE='https://github.com/Googulator/linux-rk3588-midstream.git'
KERNELBRANCH='branch:midstream'
;;
esac
prepare_boot_configuration