pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils Backport a patch from u-boot mainline to supp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93615fd5cfa7
branches:  trunk
changeset: 332426:93615fd5cfa7
user:      skrll <skrll%pkgsrc.org@localhost>
date:      Fri Apr 12 07:08:15 2019 +0000

description:
Backport a patch from u-boot mainline to support EFI GetVariable.

Add PKGREVISION to the UBOOT_VERSTION output

Bump PKGREVISION for all 2018.11 packages

diffstat:

 sysutils/u-boot-a10-olinuxino-lime/Makefile                   |    4 +-
 sysutils/u-boot-bananapi-m3/Makefile                          |    4 +-
 sysutils/u-boot-bananapi/Makefile                             |    4 +-
 sysutils/u-boot-beagleboard/Makefile                          |    4 +-
 sysutils/u-boot-beagleboneblack/Makefile                      |    4 +-
 sysutils/u-boot-beaglebonewhite/Makefile                      |    4 +-
 sysutils/u-boot-chip-pro/Makefile                             |    4 +-
 sysutils/u-boot-chip/Makefile                                 |    4 +-
 sysutils/u-boot-cubieboard2/Makefile                          |    4 +-
 sysutils/u-boot-cubieboard4/Makefile                          |    4 +-
 sysutils/u-boot-cubietruck/Makefile                           |    4 +-
 sysutils/u-boot-de0-nanosoc/Makefile                          |    4 +-
 sysutils/u-boot-hummingbird-a31/Makefile                      |    4 +-
 sysutils/u-boot-jetson-tk1/Makefile                           |    4 +-
 sysutils/u-boot-jetson-tx1/Makefile                           |    4 +-
 sysutils/u-boot-jetson-tx2/Makefile                           |    4 +-
 sysutils/u-boot-nanopi-m1/Makefile                            |    4 +-
 sysutils/u-boot-nanopi-neo-plus2/Makefile                     |    4 +-
 sysutils/u-boot-nanopi-neo/Makefile                           |    4 +-
 sysutils/u-boot-nanopi-neo2/Makefile                          |    4 +-
 sysutils/u-boot-odroid-c2/Makefile                            |    4 +-
 sysutils/u-boot-odroid-xu3/Makefile                           |    4 +-
 sysutils/u-boot-orangepi-2/Makefile                           |    4 +-
 sysutils/u-boot-orangepi-one/Makefile                         |    4 +-
 sysutils/u-boot-orangepi-plus2e/Makefile                      |    4 +-
 sysutils/u-boot-orangepi-zero-plus/Makefile                   |    4 +-
 sysutils/u-boot-orangepi-zero/Makefile                        |    4 +-
 sysutils/u-boot-pine-h64/Makefile                             |    4 +-
 sysutils/u-boot-pine64/Makefile                               |    4 +-
 sysutils/u-boot-pocketchip/Makefile                           |    4 +-
 sysutils/u-boot-sopine-baseboard/Makefile                     |    4 +-
 sysutils/u-boot/distinfo                                      |    4 +-
 sysutils/u-boot/patches/patch-Makefile                        |   13 +
 sysutils/u-boot/patches/patch-lib_efi__loader_efi__variable.c |  277 ++++++++++
 sysutils/u-boot/u-boot.mk                                     |    6 +-
 35 files changed, 361 insertions(+), 63 deletions(-)

diffs (truncated from 816 to 300 lines):

diff -r 84d3746f7cff -r 93615fd5cfa7 sysutils/u-boot-a10-olinuxino-lime/Makefile
--- a/sysutils/u-boot-a10-olinuxino-lime/Makefile       Fri Apr 12 04:08:58 2019 +0000
+++ b/sysutils/u-boot-a10-olinuxino-lime/Makefile       Fri Apr 12 07:08:15 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2018/12/31 15:06:44 jmcneill Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:16 skrll Exp $
 
 UBOOT_TARGET=          a10-olinuxino-lime
 UBOOT_CONFIG=          A10-OLinuXino-Lime_defconfig
 UBOOT_BIN=             u-boot-sunxi-with-spl.bin
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 .include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 84d3746f7cff -r 93615fd5cfa7 sysutils/u-boot-bananapi-m3/Makefile
--- a/sysutils/u-boot-bananapi-m3/Makefile      Fri Apr 12 04:08:58 2019 +0000
+++ b/sysutils/u-boot-bananapi-m3/Makefile      Fri Apr 12 07:08:15 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2018/12/31 15:06:44 jmcneill Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:16 skrll Exp $
 
 UBOOT_TARGET=          bananapi-m3
 UBOOT_CONFIG=          Sinovoip_BPI_M3_defconfig
 UBOOT_BIN=             u-boot-sunxi-with-spl.bin
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 .include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 84d3746f7cff -r 93615fd5cfa7 sysutils/u-boot-bananapi/Makefile
--- a/sysutils/u-boot-bananapi/Makefile Fri Apr 12 04:08:58 2019 +0000
+++ b/sysutils/u-boot-bananapi/Makefile Fri Apr 12 07:08:15 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2018/12/31 15:06:44 jmcneill Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:16 skrll Exp $
 
 UBOOT_TARGET=          bananapi
 UBOOT_CONFIG=          Bananapi_defconfig
 UBOOT_BIN=             u-boot-sunxi-with-spl.bin
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 .include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 84d3746f7cff -r 93615fd5cfa7 sysutils/u-boot-beagleboard/Makefile
--- a/sysutils/u-boot-beagleboard/Makefile      Fri Apr 12 04:08:58 2019 +0000
+++ b/sysutils/u-boot-beagleboard/Makefile      Fri Apr 12 07:08:15 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2018/12/31 15:06:44 jmcneill Exp $
+# $NetBSD: Makefile,v 1.3 2019/04/12 07:08:16 skrll Exp $
 
 UBOOT_TARGET=          beagleboard
 UBOOT_CONFIG=          omap3_beagle_defconfig
 UBOOT_BIN=             u-boot.img
 UBOOT_BIN+=            MLO
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 .include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 84d3746f7cff -r 93615fd5cfa7 sysutils/u-boot-beagleboneblack/Makefile
--- a/sysutils/u-boot-beagleboneblack/Makefile  Fri Apr 12 04:08:58 2019 +0000
+++ b/sysutils/u-boot-beagleboneblack/Makefile  Fri Apr 12 07:08:15 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2018/12/31 15:06:44 jmcneill Exp $
+# $NetBSD: Makefile,v 1.4 2019/04/12 07:08:16 skrll Exp $
 
 UBOOT_TARGET=          beagleboneblack
 UBOOT_CONFIG=          am335x_boneblack_defconfig
 UBOOT_BIN=             u-boot.img
 UBOOT_BIN+=            MLO
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 .include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 84d3746f7cff -r 93615fd5cfa7 sysutils/u-boot-beaglebonewhite/Makefile
--- a/sysutils/u-boot-beaglebonewhite/Makefile  Fri Apr 12 04:08:58 2019 +0000
+++ b/sysutils/u-boot-beaglebonewhite/Makefile  Fri Apr 12 07:08:15 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2018/12/31 15:06:44 jmcneill Exp $
+# $NetBSD: Makefile,v 1.3 2019/04/12 07:08:16 skrll Exp $
 
 UBOOT_TARGET=          beaglebonewhite
 UBOOT_CONFIG=          am335x_evm_defconfig
 UBOOT_BIN=             u-boot.img
 UBOOT_BIN+=            MLO
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 .include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 84d3746f7cff -r 93615fd5cfa7 sysutils/u-boot-chip-pro/Makefile
--- a/sysutils/u-boot-chip-pro/Makefile Fri Apr 12 04:08:58 2019 +0000
+++ b/sysutils/u-boot-chip-pro/Makefile Fri Apr 12 07:08:15 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2018/12/31 15:06:45 jmcneill Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:16 skrll Exp $
 
 UBOOT_TARGET=          chip-pro
 UBOOT_CONFIG=          CHIP_pro_defconfig
 UBOOT_BIN=             u-boot-sunxi-with-spl.bin
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 .include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 84d3746f7cff -r 93615fd5cfa7 sysutils/u-boot-chip/Makefile
--- a/sysutils/u-boot-chip/Makefile     Fri Apr 12 04:08:58 2019 +0000
+++ b/sysutils/u-boot-chip/Makefile     Fri Apr 12 07:08:15 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2018/12/31 15:06:44 jmcneill Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:16 skrll Exp $
 
 UBOOT_TARGET=          chip
 UBOOT_CONFIG=          CHIP_defconfig
 UBOOT_BIN=             u-boot-sunxi-with-spl.bin
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 .include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 84d3746f7cff -r 93615fd5cfa7 sysutils/u-boot-cubieboard2/Makefile
--- a/sysutils/u-boot-cubieboard2/Makefile      Fri Apr 12 04:08:58 2019 +0000
+++ b/sysutils/u-boot-cubieboard2/Makefile      Fri Apr 12 07:08:15 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2018/12/31 15:06:45 jmcneill Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:16 skrll Exp $
 
 UBOOT_TARGET=          cubieboard2
 UBOOT_CONFIG=          Cubieboard2_defconfig
 UBOOT_BIN=             u-boot-sunxi-with-spl.bin
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 .include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 84d3746f7cff -r 93615fd5cfa7 sysutils/u-boot-cubieboard4/Makefile
--- a/sysutils/u-boot-cubieboard4/Makefile      Fri Apr 12 04:08:58 2019 +0000
+++ b/sysutils/u-boot-cubieboard4/Makefile      Fri Apr 12 07:08:15 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2018/12/31 15:06:45 jmcneill Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:16 skrll Exp $
 
 UBOOT_TARGET=          cubieboard4
 UBOOT_CONFIG=          Cubieboard4_defconfig
 UBOOT_BIN=             u-boot-sunxi-with-spl.bin
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 .include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 84d3746f7cff -r 93615fd5cfa7 sysutils/u-boot-cubietruck/Makefile
--- a/sysutils/u-boot-cubietruck/Makefile       Fri Apr 12 04:08:58 2019 +0000
+++ b/sysutils/u-boot-cubietruck/Makefile       Fri Apr 12 07:08:15 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2018/12/31 15:06:45 jmcneill Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:16 skrll Exp $
 
 UBOOT_TARGET=          cubietruck
 UBOOT_CONFIG=          Cubietruck_defconfig
 UBOOT_BIN=             u-boot-sunxi-with-spl.bin
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 .include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 84d3746f7cff -r 93615fd5cfa7 sysutils/u-boot-de0-nanosoc/Makefile
--- a/sysutils/u-boot-de0-nanosoc/Makefile      Fri Apr 12 04:08:58 2019 +0000
+++ b/sysutils/u-boot-de0-nanosoc/Makefile      Fri Apr 12 07:08:15 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2018/12/31 15:06:45 jmcneill Exp $
+# $NetBSD: Makefile,v 1.3 2019/04/12 07:08:17 skrll Exp $
 
 UBOOT_TARGET=          de0-nanosoc
 UBOOT_CONFIG=          socfpga_de0_nano_soc_defconfig
 UBOOT_BIN=             u-boot-with-spl.sfp
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 .include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 84d3746f7cff -r 93615fd5cfa7 sysutils/u-boot-hummingbird-a31/Makefile
--- a/sysutils/u-boot-hummingbird-a31/Makefile  Fri Apr 12 04:08:58 2019 +0000
+++ b/sysutils/u-boot-hummingbird-a31/Makefile  Fri Apr 12 07:08:15 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2018/12/31 15:06:45 jmcneill Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:17 skrll Exp $
 
 UBOOT_TARGET=          hummingbird-a31
 UBOOT_CONFIG=          Hummingbird_A31_defconfig
 UBOOT_BIN=             u-boot-sunxi-with-spl.bin
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 .include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 84d3746f7cff -r 93615fd5cfa7 sysutils/u-boot-jetson-tk1/Makefile
--- a/sysutils/u-boot-jetson-tk1/Makefile       Fri Apr 12 04:08:58 2019 +0000
+++ b/sysutils/u-boot-jetson-tk1/Makefile       Fri Apr 12 07:08:15 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2018/12/31 15:06:45 jmcneill Exp $
+# $NetBSD: Makefile,v 1.6 2019/04/12 07:08:17 skrll Exp $
 
 UBOOT_TARGET=          jetson-tk1
 UBOOT_CONFIG=          jetson-tk1_defconfig
 UBOOT_BIN=             u-boot u-boot-dtb.bin
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 .include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 84d3746f7cff -r 93615fd5cfa7 sysutils/u-boot-jetson-tx1/Makefile
--- a/sysutils/u-boot-jetson-tx1/Makefile       Fri Apr 12 04:08:58 2019 +0000
+++ b/sysutils/u-boot-jetson-tx1/Makefile       Fri Apr 12 07:08:15 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2018/12/31 15:06:45 jmcneill Exp $
+# $NetBSD: Makefile,v 1.7 2019/04/12 07:08:17 skrll Exp $
 
 UBOOT_TARGET=          jetson-tx1
 UBOOT_CONFIG=          p2371-2180_defconfig
 UBOOT_BIN=             u-boot u-boot-dtb.bin
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 # Switch to EL1 before booting kernel (required for 32-bit support)
 PKG_DEFAULT_OPTIONS+=  el1
diff -r 84d3746f7cff -r 93615fd5cfa7 sysutils/u-boot-jetson-tx2/Makefile
--- a/sysutils/u-boot-jetson-tx2/Makefile       Fri Apr 12 04:08:58 2019 +0000
+++ b/sysutils/u-boot-jetson-tx2/Makefile       Fri Apr 12 07:08:15 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2018/12/31 15:06:45 jmcneill Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:17 skrll Exp $
 
 UBOOT_TARGET=          jetson-tx2
 UBOOT_CONFIG=          p2771-0000-500_defconfig
 UBOOT_BIN=             u-boot u-boot-dtb.bin
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 # Switch to EL1 before booting kernel (required for 32-bit support)
 PKG_DEFAULT_OPTIONS+=  el1
diff -r 84d3746f7cff -r 93615fd5cfa7 sysutils/u-boot-nanopi-m1/Makefile
--- a/sysutils/u-boot-nanopi-m1/Makefile        Fri Apr 12 04:08:58 2019 +0000
+++ b/sysutils/u-boot-nanopi-m1/Makefile        Fri Apr 12 07:08:15 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2018/12/31 15:06:45 jmcneill Exp $
+# $NetBSD: Makefile,v 1.3 2019/04/12 07:08:17 skrll Exp $
 
 UBOOT_TARGET=          nanopi-m1
 UBOOT_CONFIG=          nanopi_m1_defconfig
 UBOOT_BIN=             u-boot-sunxi-with-spl.bin
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 .include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 84d3746f7cff -r 93615fd5cfa7 sysutils/u-boot-nanopi-neo-plus2/Makefile
--- a/sysutils/u-boot-nanopi-neo-plus2/Makefile Fri Apr 12 04:08:58 2019 +0000
+++ b/sysutils/u-boot-nanopi-neo-plus2/Makefile Fri Apr 12 07:08:15 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2019/03/15 13:58:59 martin Exp $
+# $NetBSD: Makefile,v 1.8 2019/04/12 07:08:17 skrll Exp $
 
 UBOOT_TARGET=          nanopi-neo-plus2
 UBOOT_CONFIG=          nanopi_neo_plus2_defconfig
 UBOOT_BIN=             u-boot-sunxi-with-spl.bin
 
-PKGREVISION=           2
+PKGREVISION=           3
 
 # Switch to EL1 before booting kernel (required for 32-bit support)
 #PKG_DEFAULT_OPTIONS+= el1
diff -r 84d3746f7cff -r 93615fd5cfa7 sysutils/u-boot-nanopi-neo/Makefile
--- a/sysutils/u-boot-nanopi-neo/Makefile       Fri Apr 12 04:08:58 2019 +0000
+++ b/sysutils/u-boot-nanopi-neo/Makefile       Fri Apr 12 07:08:15 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2018/12/31 15:06:47 jmcneill Exp $
+# $NetBSD: Makefile,v 1.6 2019/04/12 07:08:17 skrll Exp $
 
 UBOOT_TARGET=          nanopi-neo
 UBOOT_CONFIG=          nanopi_neo_defconfig
 UBOOT_BIN=             u-boot-sunxi-with-spl.bin
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 .include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 84d3746f7cff -r 93615fd5cfa7 sysutils/u-boot-nanopi-neo2/Makefile
--- a/sysutils/u-boot-nanopi-neo2/Makefile      Fri Apr 12 04:08:58 2019 +0000
+++ b/sysutils/u-boot-nanopi-neo2/Makefile      Fri Apr 12 07:08:15 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2019/03/15 13:59:38 martin Exp $
+# $NetBSD: Makefile,v 1.7 2019/04/12 07:08:17 skrll Exp $
 
 UBOOT_TARGET=          nanopi-neo2
 UBOOT_CONFIG=          nanopi_neo2_defconfig



Home | Main Index | Thread Index | Old Index