mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/uboot-odroid to 2014.07-2
This commit is contained in:
parent
b624c2a134
commit
9c7d49295a
2 changed files with 6 additions and 7 deletions
|
@ -5,7 +5,7 @@ buildarch=4
|
|||
|
||||
pkgname=uboot-odroid
|
||||
pkgver=2014.07
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="U-Boot for ODROID-X/X2/U2/U3"
|
||||
arch=('armv7h')
|
||||
url="http://git.denx.de/u-boot.git/"
|
||||
|
@ -25,7 +25,7 @@ md5sums=('36d4bad687edcafa396fee607e505d4e'
|
|||
'3ab6d3cc2061bc2590d60320254017c6'
|
||||
'841502de02bd42f2898e36c89c260b0f'
|
||||
'c38faafa02a6a1ae834457f378c82113'
|
||||
'57f77df08bf8297df5e074f0d71374f7'
|
||||
'17909ae93a0ae7b4c155234040105035'
|
||||
'b527876d561cc88cc0d6e077e831918b'
|
||||
'70e0122f419416062e434c295670946c'
|
||||
'db13b6e82ae36b916c826383b04fb9c2')
|
||||
|
@ -54,5 +54,4 @@ package() {
|
|||
cp u-boot-dtb.bin ${pkgdir}/boot/u-boot.bin
|
||||
cp ../uEnv.txt ${pkgdir}/boot
|
||||
cp ../{{bl1,bl2,tzsw}.HardKernel,sd_fusing.sh} ${pkgdir}/boot
|
||||
chmod +x ${pkgdir}/boot/sd_fusing.sh
|
||||
}
|
||||
|
|
|
@ -56,19 +56,19 @@ fi
|
|||
|
||||
#<BL1 fusing>
|
||||
echo "BL1 fusing"
|
||||
dd iflag=dsync oflag=dsync if=/boot/bl1.HardKernel of=$device seek=$signed_bl1_position
|
||||
dd iflag=dsync oflag=dsync if=./bl1.HardKernel of=$device seek=$signed_bl1_position
|
||||
|
||||
#<BL2 fusing>
|
||||
echo "BL2 fusing"
|
||||
dd iflag=dsync oflag=dsync if=/boot/bl2.HardKernel of=$device seek=$bl2_position
|
||||
dd iflag=dsync oflag=dsync if=./bl2.HardKernel of=$device seek=$bl2_position
|
||||
|
||||
#<u-boot fusing>
|
||||
echo "u-boot fusing"
|
||||
dd iflag=dsync oflag=dsync if=/boot/u-boot.bin of=$device seek=$uboot_position
|
||||
dd iflag=dsync oflag=dsync if=./u-boot.bin of=$device seek=$uboot_position
|
||||
|
||||
#<TrustZone S/W fusing>
|
||||
echo "TrustZone S/W fusing"
|
||||
dd iflag=dsync oflag=dsync if=/boot/tzsw.HardKernel of=$device seek=$tzsw_position
|
||||
dd iflag=dsync oflag=dsync if=./tzsw.HardKernel of=$device seek=$tzsw_position
|
||||
|
||||
####################################
|
||||
#<Message Display>
|
||||
|
|
Loading…
Reference in a new issue