Mainline support for Rock 5B (#4606)

Co-authored-by: root <catalinii@yahoo.com>
This commit is contained in:
catalinii 2023-01-01 10:01:16 -08:00 committed by GitHub
parent 2c58242006
commit 48e45d0c9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17024 additions and 1 deletions

View File

@ -2,7 +2,7 @@
BOARD_NAME="Rock 5B"
BOARDFAMILY="rockchip-rk3588"
BOOTCONFIG="rock-5b-rk3588_defconfig"
KERNEL_TARGET="legacy"
KERNEL_TARGET="legacy,edge"
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

@ -19,6 +19,16 @@ case $BRANCH in
;;
edge)
SKIP_BOOTSPLASH="yes"
LINUXFAMILY=rockchip-rk3588
LINUXCONFIG='linux-rockchip-rk3588-'$BRANCH
KERNELBRANCH='branch:v6.2-rc1'
KERNELPATCHDIR='rockchip-rk3588-edge'
;;
esac
prepare_boot_configuration

File diff suppressed because it is too large Load Diff