Skip to content

Commit

Permalink
U-Boot v2018.09
Browse files Browse the repository at this point in the history
  • Loading branch information
RoEdAl committed Oct 5, 2018
1 parent a80787d commit f2ced6d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 157 deletions.
20 changes: 5 additions & 15 deletions uboot/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

pkgbase='uboot-sun50i-h5'
pkgname=('uboot-nanopi-neo2' 'uboot-orangepi-zero-plus' 'uboot-orangepi-pc2')
pkgver=2018.05
pkgrel=5
pkgver=2018.09
pkgrel=1
arch=('aarch64')
url="http://git.denx.de/u-boot.git/"
license=('GPL')
Expand All @@ -14,21 +14,15 @@ backup=(
'boot/boot.scr')
source=('atf::git+https://github.com/apritzel/arm-trusted-firmware.git#branch=allwinner'
"ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2"
'nanopi_neo2_defconfig'
'orangepi_zero_plus_defconfig'
'orangepi_pc2_defconfig'
'config-fragment'
'sun50i-h5-orangepi-zero-plus.dts'
'boot.txt'
'mkscr.sh'
'flash-uboot.sh')
md5sums=('SKIP'
'ad5c59bc19724c1679feb2a0c9ff4a25'
'8113a11591e0c5033478b9293f4b4f25'
'0e0f7c7347022007af43c5225a12f8f2'
'aaa246fbca5cbd34d18a674521dd289f'
'f3a80a7d46e44a002fd332e49830e9e3'
'2fa68756be3c43a0ab3efd3dbb7bc1b8'
'9b41dd5fd3c329dc59d3c74bff45d409'
'fae0f6c05aebd63a2c68b793f0c90841'
'741e729f28b8cfffb1b85a2588e4eb1f'
'd46c501c5e750bcdf53263733ab94f9f'
'2881da461476253d93a74a7c4a4c7ad3')
Expand All @@ -38,11 +32,6 @@ _boards=('nanopi_neo2' 'orangepi_zero_plus' 'orangepi_pc2')
prepare() {
cd u-boot-${pkgver}

cp ${srcdir}/nanopi_neo2_defconfig configs

cp ${srcdir}/orangepi_zero_plus_defconfig configs
cp ${srcdir}/sun50i-h5-orangepi-zero-plus.dts arch/arm/dts

cp ${srcdir}/orangepi_pc2_defconfig configs
}

Expand All @@ -59,6 +48,7 @@ build() {
cd ../u-boot-${pkgver}

for i in ${_boards[@]}; do
msg2 ${i}
mkdir ../bin_${i}
make distclean
make ${i}_config
Expand Down
14 changes: 0 additions & 14 deletions uboot/nanopi_neo2_defconfig

This file was deleted.

8 changes: 5 additions & 3 deletions uboot/orangepi_pc2_defconfig
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
CONFIG_ARM=y
CONFIG_ARCH_SUNXI=y
CONFIG_SPL=y
CONFIG_MACH_SUN50I_H5=y
CONFIG_DRAM_CLK=624
CONFIG_DRAM_ZQ=3881977
CONFIG_MACPWR="PD6"
CONFIG_DEFAULT_DEVICE_TREE="sun50i-h5-orangepi-pc2"
CONFIG_SPL_SPI_SUNXI=y
CONFIG_NR_DRAM_BANKS=1
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_SPL=y
# CONFIG_CMD_FLASH is not set
# CONFIG_SPL_DOS_PARTITION is not set
# CONFIG_SPL_EFI_PARTITION is not set
CONFIG_SPL_SPI_SUNXI=y
CONFIG_DEFAULT_DEVICE_TREE="sun50i-h5-orangepi-pc2"
CONFIG_SUN8I_EMAC=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_MUSB_GADGET=y
CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y
19 changes: 0 additions & 19 deletions uboot/orangepi_zero_plus_defconfig

This file was deleted.

106 changes: 0 additions & 106 deletions uboot/sun50i-h5-orangepi-zero-plus.dts

This file was deleted.

0 comments on commit f2ced6d

Please sign in to comment.