Skip to content

Commit

Permalink
tweaked Makefile with exports for rkbin files:placeholders probably
Browse files Browse the repository at this point in the history
  • Loading branch information
TahomaSoft committed Dec 1, 2023
1 parent a5b1f06 commit 64ec642
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package/boot/uboot-rockchip-3568/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ PKG_DISTNAME:=u-boot
PKG_VERSION:=2023.10
PKG_RELEASE:=0



define Package/uboot-rockchip-3568
SECTION:=boot
CATEGORY:=Boot Loaders
Expand Down Expand Up @@ -71,6 +73,8 @@ define U-Boot/linkstar-h68k-rk3568
ATF_BL31:=rk3568_bl31_v1.43.elf
ATF_BL32:=rk3568_bl32_v2.10.bin
DDR:=rk3568_ddr_1560MHz_v1.18.bin
export BL31=$(ATF_BL31)
export ROCKCHIP_TPL=$(DDR)
endef

# stub for now
Expand Down
10 changes: 10 additions & 0 deletions package/boot/uboot-rockchip-3568/arm-tf-notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

git clone --depth 1 https://github.com/rockchip-linux/rkbin



export BL31=../arm-trusted-firmware/build/rk3568/release/bl31/bl31.elf
[or]export BL31=../rkbin/bin/rk35/rk3568_bl31_v1.34.elf
export ROCKCHIP_TPL=../rkbin/bin/rk35/rk3568_ddr_1560MHz_v1.13.bin
make evb-rk3568_defconfig
make CROSS_COMPILE=aarch64-linux-gnu-

0 comments on commit 64ec642

Please sign in to comment.