mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/uboot-raspberrypi to 2020.07-1
This commit is contained in:
parent
41c4f64788
commit
a2ef41d396
2 changed files with 10 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
buildarch=12
|
||||
|
||||
pkgname=uboot-raspberrypi
|
||||
pkgver=2020.04
|
||||
pkgver=2020.07
|
||||
pkgrel=1
|
||||
pkgdesc="U-Boot for Raspberry Pi"
|
||||
arch=('armv7h' 'aarch64')
|
||||
|
@ -22,13 +22,13 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
|
|||
'boot.txt.v2'
|
||||
'boot.txt.v3'
|
||||
'mkscr')
|
||||
md5sums=('51113d2288c55110e33a895c65ab9f60'
|
||||
md5sums=('86e51eeccd15e658ad1df943a0edf622'
|
||||
'0c56f6b8fde06be1415b3ff85b5b5370'
|
||||
'e4b819439961514c7441473d4733a1b4'
|
||||
'38cab92f98944f0492c5320cf8b36870'
|
||||
'04f2dd06c65cd7ad2932041cbe220a13'
|
||||
'69e883f0b8d1686b32bdf79684623f06'
|
||||
'be8abe44b86d63428d7ac3acc64ee3bf'
|
||||
'a71954312f2453af55c98ea302ce9a2f'
|
||||
'021623a04afd29ac3f368977140cfbfd')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# After modifying, run ./mkscr
|
||||
|
||||
# Set load addresses
|
||||
setenv kernel_addr_r 0x00080000
|
||||
setenv scriptaddr 0x02C00000
|
||||
setenv pxefile_addr_r 0x02D00000
|
||||
setenv fdt_addr_r 0x02E00000
|
||||
setenv ramdisk_addr_r 0x02F00000
|
||||
|
||||
# Set root partition to the second partition of boot device
|
||||
part uuid ${devtype} ${devnum}:2 uuid
|
||||
|
||||
|
|
Loading…
Reference in a new issue