Skip to content

Commit

Permalink
Merge pull request #76 from Ken-Vamrs/main
Browse files Browse the repository at this point in the history
u-boot/linux: add rock 5 itx support
  • Loading branch information
RadxaYuntian authored Dec 19, 2023
2 parents 4e6a398 + f9d3221 commit fc83b89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux/rockchip/fork.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ SUPPORTED_BOARDS=("rockchip"
"rock-pi-4a-plus" "rock-pi-4b-plus" "rock-4c-plus"
"rock-pi-4a" "rock-pi-4b" "rock-pi-4c"
"rock-4-core-io"
"radxa-nx5-io" "rock-5a" "rock-5b" "rock-5b-plus" "radxa-cm5-io" "radxa-cm5-rpi-cm4-io")
"radxa-nx5-io" "rock-5-itx" "rock-5a" "rock-5b" "rock-5b-plus" "radxa-cm5-io" "radxa-cm5-rpi-cm4-io")
6 changes: 5 additions & 1 deletion u-boot/rknext/fork.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BSP_MAKE_TARGETS=("u-boot.dtb" "u-boot.itb" "all")
BSP_REPLACES=("rk3588")
SUPPORTED_BOARDS=(
#"rock-pi-e"
"rock-5a" "rock-5b" "rock-5b-plus"
"rock-5-itx" "rock-5a" "rock-5b" "rock-5b-plus"
"radxa-nx5-io"
"radxa-cm5-io" "radxa-cm5-rpi-cm4-io"
)
Expand All @@ -28,6 +28,10 @@ bsp_rk3588s() {
RKBIN_DDR="${BSP_BL31_OVERRIDE}_ddr_lp4_2112MHz_lp5_2736MHz"
}

bsp_rock-5-itx() {
bsp_rk3588
}

bsp_rock-5a() {
bsp_rk3588s
}
Expand Down

0 comments on commit fc83b89

Please sign in to comment.