u-boot-pine64-pinenote: use latest ddr and bl31 firmware
Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6839 [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
fcaffd5ecd
commit
a8d06bf180
1 changed files with 10 additions and 10 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=u-boot-pine64-pinenote
|
||||
pkgver=2025.04_git20250211
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="u-boot bootloader for the Pinenote (rk3566)"
|
||||
url="https://gitlab.com/a-wai/u-boot-pinenote"
|
||||
arch="aarch64"
|
||||
|
|
@ -13,6 +14,7 @@ makedepends="
|
|||
bison
|
||||
dtc
|
||||
flex
|
||||
gnutls-dev
|
||||
libfdt
|
||||
make
|
||||
openssl-dev
|
||||
|
|
@ -20,26 +22,24 @@ makedepends="
|
|||
py3-setuptools
|
||||
python3-dev
|
||||
swig
|
||||
gnutls-dev
|
||||
"
|
||||
|
||||
_commit="228e9e5b3502ec0e3aac3fae38d9d99f77e9ede1"
|
||||
_ram_commit="9e44f3e17cc51378df294fcd909be48c0f07b47b"
|
||||
_rkbin_commit="b4558da0860ca48bf1a571dd33ccba580b9abe23"
|
||||
_rkbin_commit="fd73dcf27702e1efc2065055215320adeaadee84"
|
||||
|
||||
builddir=$srcdir/u-boot-rockchip-$_commit
|
||||
|
||||
source="
|
||||
$pkgname-$_commit.tar.gz::https://github.com/Kwiboo/u-boot-rockchip/archive/$_commit.tar.gz
|
||||
https://github.com/m-weigand/rkbin/raw/$_rkbin_commit/bin/rk35/rk3566_ddr_1056MHz_ultra_v1.10.bin
|
||||
https://github.com/m-weigand/rkbin/raw/$_rkbin_commit/bin/rk35/rk3568_bl31_ultra_v2.13.elf
|
||||
https://github.com/m-weigand/rkbin/raw/$_rkbin_commit/bin/rk35/rk3566_ddr_1056MHz_ultra_v1.20.bin
|
||||
https://github.com/m-weigand/rkbin/raw/$_rkbin_commit/bin/rk35/rk3568_bl31_ultra_v2.17.elf
|
||||
https://github.com/PNDeb/pinenote-debian-image/releases/download/v20250101_01/rk356x_spl_loader_v1.12.112.bin
|
||||
update-u-boot
|
||||
"
|
||||
|
||||
build() {
|
||||
export ROCKCHIP_TPL="$srcdir"/rk3566_ddr_1056MHz_ultra_v1.10.bin
|
||||
export BL31="$srcdir"/rk3568_bl31_ultra_v2.13.elf
|
||||
export ROCKCHIP_TPL="$srcdir"/rk3566_ddr_1056MHz_ultra_v1.20.bin
|
||||
export BL31="$srcdir"/rk3568_bl31_ultra_v2.17.elf
|
||||
|
||||
make pinenote-rk3566_defconfig
|
||||
make
|
||||
|
|
@ -59,8 +59,8 @@ package() {
|
|||
|
||||
sha512sums="
|
||||
a89f5ac2a726d32b634603f14ceb76d20a05f444df1a3c4dd2fbf12e913ef8f5c909fc431cf4424573905ee341cfb4e0ddfc93aa9a237d973d01bbc4a6130b1d u-boot-pine64-pinenote-228e9e5b3502ec0e3aac3fae38d9d99f77e9ede1.tar.gz
|
||||
ac3ee0fe0757a33aa24b359d60024f00c75d1e9c84f6e52bfe03524af11860188839705b1644321627a46375c840f12ae6229b25a5e80ecfc536d2229a21d3ea rk3566_ddr_1056MHz_ultra_v1.10.bin
|
||||
870e7d1a5b0a84c20b3b37df461e5be24c19864356ad8319cea39c5bec793953c1b3aedb454db060d756d99cfd8f55ad31d9aca946e7d48a714ec6abaf82b54f rk3568_bl31_ultra_v2.13.elf
|
||||
0791395e4afeb287bc3b6a33aad9ba7c913b5a9aa2259ad1c4a8ef4c667097e47e919d76c568bae64907f38b5a5f824bb16d79ee3d5467f57c6781c644e6387e rk3566_ddr_1056MHz_ultra_v1.20.bin
|
||||
1f257e9da6a80661235c62800b4b4b0ac6a7dffe7840d5bfa423737f8bd6de9184f4a8f57cd57b31e40389f695a33fa2875c5fcd9624e44fa081d0529daa6aaf rk3568_bl31_ultra_v2.17.elf
|
||||
386fcd19d53cf2af5bb7a704d9c6e9fc5b05bf5c1aba7d4e052dc83e57c416b4e85074b2486c7f31f7618e50931bce00fbe425e46e01445653445b0fded67537 rk356x_spl_loader_v1.12.112.bin
|
||||
0296588a73bdb968f1413c1e416b05da01202dd8bdeadb9fe9530ab08ed071c60ec44f6591d88453da0ea82c4d9364f85d74bb5830093c0cf97f63080f4011e5 update-u-boot
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue