updated to 2019-07
This commit is contained in:
parent
9246728924
commit
69d9b25b90
|
@ -4,14 +4,14 @@
|
|||
buildarch=8
|
||||
|
||||
pkgname=uboot-rock64
|
||||
pkgver=2018.03
|
||||
pkgver=2019.07
|
||||
pkgrel=1
|
||||
pkgdesc="U-Boot for Rock64"
|
||||
arch=('aarch64')
|
||||
url='http://www.denx.de/wiki/U-Boot/WebHome'
|
||||
license=('GPL')
|
||||
backup=('boot/boot.txt' 'boot/boot.scr')
|
||||
makedepends=('bc' 'git' 'rockchip-tools')
|
||||
makedepends=('bc' 'git' 'rockchip-tools' 'python' 'swig' 'dtc')
|
||||
install=${pkgname}.install
|
||||
_commit_rkbin=15a3e065a49ba7981945d725207618e92ebe8ebb
|
||||
source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
|
||||
|
@ -19,9 +19,9 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
|
|||
'rk3328trust.ini'
|
||||
'boot.txt'
|
||||
'mkscr')
|
||||
md5sums=('02922bdf0ee003fe25bfc32749ffdeab'
|
||||
md5sums=('73434338536c7500b4302bd0a02921ed'
|
||||
'SKIP'
|
||||
'15d010d12cb4bbaa5488505cc5c14147'
|
||||
'48946b910716b90d81f47caafb752fef'
|
||||
'c926f318d8fa7a5c89108331cbd3f8e2'
|
||||
'021623a04afd29ac3f368977140cfbfd')
|
||||
|
||||
|
@ -30,9 +30,10 @@ build() {
|
|||
|
||||
unset CLFAGS CXXFLAGS CPPFLAGS LDFLAGS
|
||||
|
||||
make distclean
|
||||
make evb-rk3328_defconfig
|
||||
echo 'CONFIG_IDENT_STRING=" Arch Linux ARM"' >> .config
|
||||
make EXTRAVERSION=-${pkgrel}
|
||||
make -j1 EXTRAVERSION=-${pkgrel}
|
||||
}
|
||||
|
||||
package() {
|
||||
|
@ -52,3 +53,4 @@ package() {
|
|||
tools/mkimage -A arm -O linux -T script -C none -n "U-Boot boot script" -d ../boot.txt "${pkgdir}/boot/boot.scr"
|
||||
cp ../{boot.txt,mkscr} "${pkgdir}"/boot
|
||||
}
|
||||
|
||||
|
|
|
@ -5,10 +5,12 @@ MINOR=2
|
|||
SEC=0
|
||||
[BL31_OPTION]
|
||||
SEC=1
|
||||
PATH=../rkbin/bin/rk33/rk322xh_bl32_v1.54.bin
|
||||
ADDR=0x10000
|
||||
PATH=../rkbin/bin/rk33/rk322xh_bl31_v1.43.elf
|
||||
ADDR=0x40000
|
||||
[BL32_OPTION]
|
||||
SEC=0
|
||||
SEC=1
|
||||
PATH=../rkbin/bin/rk33/rk322xh_bl32_v1.54.bin
|
||||
ADDR=0x08400000
|
||||
[BL33_OPTION]
|
||||
SEC=0
|
||||
[OUTPUT]
|
||||
|
|
Loading…
Reference in New Issue