update to 2020.04-rc5 for col error fix lpddr3-666
This commit is contained in:
parent
dd5c86e65c
commit
806465108d
BIN
images/boot.scr
BIN
images/boot.scr
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,9 +1,9 @@
|
||||||
# U-Boot: Rock64
|
#U-Boot: Rock64
|
||||||
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
|
|
||||||
pkgname=uboot-rock64
|
pkgname=uboot-rock64
|
||||||
pkgver=2020.01
|
pkgver=2020.04
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="U-Boot for Rock64"
|
pkgdesc="U-Boot for Rock64"
|
||||||
arch=('aarch64')
|
arch=('aarch64')
|
||||||
url='http://www.denx.de/wiki/U-Boot/WebHome'
|
url='http://www.denx.de/wiki/U-Boot/WebHome'
|
||||||
|
@ -12,16 +12,17 @@ backup=('boot/boot.txt' 'boot/boot.scr')
|
||||||
makedepends=('bc' 'git' 'python' 'swig' 'dtc')
|
makedepends=('bc' 'git' 'python' 'swig' 'dtc')
|
||||||
install=${pkgname}.install
|
install=${pkgname}.install
|
||||||
_commit_rkbin=15a3e065a49ba7981945d725207618e92ebe8ebb
|
_commit_rkbin=15a3e065a49ba7981945d725207618e92ebe8ebb
|
||||||
source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
|
source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}-rc5.tar.bz2"
|
||||||
"git+https://github.com/rockchip-linux/rkbin.git#commit=$_commit_rkbin"
|
"git+https://github.com/rockchip-linux/rkbin.git#commit=$_commit_rkbin"
|
||||||
'boot.txt'
|
'boot.txt'
|
||||||
'mkscr')
|
'mkscr')
|
||||||
md5sums=('b6b2e0787b6874e6b57da0a065a84f5a'
|
md5sums=('86f167cfe3a840ac47ddba868d6f1576'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'5f1089c471f39b303bccbb9e1fc196f7'
|
'5f1089c471f39b303bccbb9e1fc196f7'
|
||||||
'021623a04afd29ac3f368977140cfbfd')
|
'021623a04afd29ac3f368977140cfbfd')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
mv ${srcdir}/u-boot-${pkgver}{-rc5,}
|
||||||
cd ${srcdir}/u-boot-${pkgver/rc/-rc}
|
cd ${srcdir}/u-boot-${pkgver/rc/-rc}
|
||||||
cp ../rkbin/bin/rk33/rk322xh_bl31_v1.43.elf ./bl31.elf
|
cp ../rkbin/bin/rk33/rk322xh_bl31_v1.43.elf ./bl31.elf
|
||||||
cp ../rkbin/bin/rk33/rk322xh_bl32_v1.54.bin ./bl32.bin
|
cp ../rkbin/bin/rk33/rk322xh_bl32_v1.54.bin ./bl32.bin
|
||||||
|
|
Loading…
Reference in New Issue