Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge rockchip64 and rockchip-rk3588 #7566

Merged
merged 9 commits into from
Dec 21, 2024
File renamed without changes.
961 changes: 655 additions & 306 deletions config/kernel/linux-rockchip64-current.config

Large diffs are not rendered by default.

277 changes: 134 additions & 143 deletions config/kernel/linux-rockchip64-edge.config

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions config/sources/families/include/rockchip64_common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RKBIN_DIR="$SRC/cache/sources/rkbin-tools"
case $BRANCH in

current)
declare -g KERNEL_MAJOR_MINOR="6.6"
declare -g KERNEL_MAJOR_MINOR="6.12"
declare -g LINUXFAMILY=rockchip64
declare -g LINUXCONFIG='linux-rockchip64-'$BRANCH
;;
Expand Down Expand Up @@ -122,7 +122,7 @@ case "$BOOT_SOC" in
# ROCKUSB_BLOB is used to flash a board with rkdeveloptool (Linux, can use 'rkdevflash' extension) or RKDevTool (Windows) in MASKROM mode
ROCKUSB_BLOB="rk35/rk356x_spl_loader_v1.21.113.bin"
BOOT_SOC_MKIMAGE="rk3568" # mkimage does not know about rk3566, and rk3568 works.
BOOTENV_FILE='rk356x.txt'
BOOTENV_FILE='rk35xx.txt'
;;

rk3568)
Expand All @@ -132,7 +132,7 @@ case "$BOOT_SOC" in
BL31_BLOB="${BL31_BLOB:-"rk35/rk3568_bl31_v1.44.elf"}"
# ROCKUSB_BLOB is used to flash a board with rkdeveloptool (Linux, can use 'rkdevflash' extension) or RKDevTool (Windows) in MASKROM mode
ROCKUSB_BLOB="rk35/rk356x_spl_loader_v1.21.113.bin"
BOOTENV_FILE='rk356x.txt'
BOOTENV_FILE='rk35xx.txt'
;;

rk3576)
Expand All @@ -148,6 +148,7 @@ case "$BOOT_SOC" in
BL31_BLOB="${BL31_BLOB:-"rk35/rk3588_bl31_v1.45.elf"}"
# ROCKUSB_BLOB is used to flash a board with rkdeveloptool (Linux, can use 'rkdevflash' extension) or RKDevTool (Windows) in MASKROM mode
ROCKUSB_BLOB="rk35/rk3588_spl_loader_v1.16.113.bin"
BOOTENV_FILE='rk35xx.txt'
;;
esac

Expand Down
16 changes: 0 additions & 16 deletions config/sources/families/rockchip-rk3588.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,6 @@ case $BRANCH in
LINUXFAMILY=rk35xx
;;

current)
# Branch based on a stable kernel release (will stay on the next LTS kernel release once released, 6.12? LTS)
LINUXFAMILY=rockchip-rk3588
KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
LINUXCONFIG="linux-rockchip-rk3588-${BRANCH}"
# No need to set KERNELPATCHDIR, since default is: KERNELPATCHDIR='archive/rockchip-rk3588-${KERNEL_MAJOR_MINOR}'
;;

edge)
# Branch based on the latest kernel release including RC releases, to benefit from the latest RK3588 mainline advancements. Might be unstable!
LINUXFAMILY=rockchip-rk3588
KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
LINUXCONFIG="linux-rockchip-rk3588-${BRANCH}"
# No need to set KERNELPATCHDIR, since default is: KERNELPATCHDIR='archive/rockchip-rk3588-${KERNEL_MAJOR_MINOR}'
;;

collabora)
# Collabora's rk3588, where the action is these days
LINUXFAMILY=rockchip-rk3588
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading