-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Rockchip u-boot "binman" BOOT_SCENARIO
Alter rock-s0 and rockpi-s to use the new "binman" BOOT_SCENARIO
- Loading branch information
Showing
6 changed files
with
212 additions
and
176 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,33 @@ | ||
# Rockchip RK3308 quad core 512MB SoC WiFi | ||
# https://radxa.com/products/rocks/s0 | ||
|
||
# This board is very similar to the older RockPi-S model | ||
source "${SRC}/config/boards/rockpi-s.conf" | ||
|
||
BOARD_NAME="Rock S0" | ||
BOARD_MAINTAINER="brentr" | ||
BOARDFAMILY="rockchip64" | ||
BOOTCONFIG="rock-s0-rk3308_defconfig" | ||
BOOT_FDT_FILE="rockchip/rk3308-rock-s0.dtb" | ||
KERNEL_TARGET="current,edge" | ||
KERNEL_TEST_TARGET="current" | ||
BOARDFAMILY=rockchip64 | ||
BOARD_MAINTAINER=brentr | ||
|
||
BOOTCONFIG=rock-s0-rk3308_defconfig | ||
BOOT_FDT_FILE=rockchip/rk3308-rock-s0.dtb | ||
|
||
KERNEL_TARGET=current,edge | ||
KERNEL_TEST_TARGET=current | ||
|
||
DEFAULT_CONSOLE=serial | ||
SERIALCON=ttyS0 | ||
MODULES_BLACKLIST="rockchipdrm analogix_dp dw_mipi_dsi dw_hdmi gpu_sched lima hantro_vpu panfrost" | ||
HAS_VIDEO_OUTPUT=no | ||
|
||
BOOTBRANCH_BOARD=tag:v2024.10 | ||
BOOTPATCHDIR=v2024.10 | ||
BOOT_SCENARIO=binman | ||
RKBIN_DIR=${SRC}/packages/blobs/rockchip | ||
DDR_BLOB=rk3308_ddr_589MHz_uart0_m0_v2.07.bin | ||
BL31_BLOB=rk3308_bl31_v2.26.elf | ||
|
||
OVERLAY_PREFIX=rk3308 | ||
|
||
function post_family_config__rocks0() { | ||
declare -g BOOTDIR="u-boot-${BOARD}" | ||
declare -g BOOTSCRIPT=boot-rockchip64-ttyS0.cmd:boot.cmd | ||
|
||
unset family_tweaks_bsp # disable from rockchip64_common | ||
} |
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
Oops, something went wrong.