pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils Call cleanup_before_linux in efi_exit_boot so...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ea976e846a26
branches: trunk
changeset: 332859:ea976e846a26
user: skrll <skrll%pkgsrc.org@localhost>
date: Fri Apr 26 08:32:27 2019 +0000
description:
Call cleanup_before_linux in efi_exit_boot so ensure caches are clean, etc
Bump PKGREVISION
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-libretech-cc/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 | 3 +-
sysutils/u-boot/patches/patch-lib_efi__loader_efi__boottime.c | 13 +++++++++++
34 files changed, 80 insertions(+), 64 deletions(-)
diffs (truncated from 525 to 300 lines):
diff -r 71e46313dc41 -r ea976e846a26 sysutils/u-boot-a10-olinuxino-lime/Makefile
--- a/sysutils/u-boot-a10-olinuxino-lime/Makefile Fri Apr 26 00:13:34 2019 +0000
+++ b/sysutils/u-boot-a10-olinuxino-lime/Makefile Fri Apr 26 08:32:27 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:16 skrll Exp $
+# $NetBSD: Makefile,v 1.6 2019/04/26 08:32:27 skrll Exp $
UBOOT_TARGET= a10-olinuxino-lime
UBOOT_CONFIG= A10-OLinuXino-Lime_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 71e46313dc41 -r ea976e846a26 sysutils/u-boot-bananapi-m3/Makefile
--- a/sysutils/u-boot-bananapi-m3/Makefile Fri Apr 26 00:13:34 2019 +0000
+++ b/sysutils/u-boot-bananapi-m3/Makefile Fri Apr 26 08:32:27 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:16 skrll Exp $
+# $NetBSD: Makefile,v 1.6 2019/04/26 08:32:28 skrll Exp $
UBOOT_TARGET= bananapi-m3
UBOOT_CONFIG= Sinovoip_BPI_M3_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 71e46313dc41 -r ea976e846a26 sysutils/u-boot-bananapi/Makefile
--- a/sysutils/u-boot-bananapi/Makefile Fri Apr 26 00:13:34 2019 +0000
+++ b/sysutils/u-boot-bananapi/Makefile Fri Apr 26 08:32:27 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:16 skrll Exp $
+# $NetBSD: Makefile,v 1.6 2019/04/26 08:32:28 skrll Exp $
UBOOT_TARGET= bananapi
UBOOT_CONFIG= Bananapi_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 71e46313dc41 -r ea976e846a26 sysutils/u-boot-beagleboard/Makefile
--- a/sysutils/u-boot-beagleboard/Makefile Fri Apr 26 00:13:34 2019 +0000
+++ b/sysutils/u-boot-beagleboard/Makefile Fri Apr 26 08:32:27 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2019/04/12 07:08:16 skrll Exp $
+# $NetBSD: Makefile,v 1.4 2019/04/26 08:32:28 skrll Exp $
UBOOT_TARGET= beagleboard
UBOOT_CONFIG= omap3_beagle_defconfig
UBOOT_BIN= u-boot.img
UBOOT_BIN+= MLO
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 71e46313dc41 -r ea976e846a26 sysutils/u-boot-beagleboneblack/Makefile
--- a/sysutils/u-boot-beagleboneblack/Makefile Fri Apr 26 00:13:34 2019 +0000
+++ b/sysutils/u-boot-beagleboneblack/Makefile Fri Apr 26 08:32:27 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2019/04/12 07:08:16 skrll Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/26 08:32:28 skrll Exp $
UBOOT_TARGET= beagleboneblack
UBOOT_CONFIG= am335x_boneblack_defconfig
UBOOT_BIN= u-boot.img
UBOOT_BIN+= MLO
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 71e46313dc41 -r ea976e846a26 sysutils/u-boot-beaglebonewhite/Makefile
--- a/sysutils/u-boot-beaglebonewhite/Makefile Fri Apr 26 00:13:34 2019 +0000
+++ b/sysutils/u-boot-beaglebonewhite/Makefile Fri Apr 26 08:32:27 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2019/04/12 07:08:16 skrll Exp $
+# $NetBSD: Makefile,v 1.4 2019/04/26 08:32:28 skrll Exp $
UBOOT_TARGET= beaglebonewhite
UBOOT_CONFIG= am335x_evm_defconfig
UBOOT_BIN= u-boot.img
UBOOT_BIN+= MLO
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 71e46313dc41 -r ea976e846a26 sysutils/u-boot-chip-pro/Makefile
--- a/sysutils/u-boot-chip-pro/Makefile Fri Apr 26 00:13:34 2019 +0000
+++ b/sysutils/u-boot-chip-pro/Makefile Fri Apr 26 08:32:27 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:16 skrll Exp $
+# $NetBSD: Makefile,v 1.6 2019/04/26 08:32:28 skrll Exp $
UBOOT_TARGET= chip-pro
UBOOT_CONFIG= CHIP_pro_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 71e46313dc41 -r ea976e846a26 sysutils/u-boot-chip/Makefile
--- a/sysutils/u-boot-chip/Makefile Fri Apr 26 00:13:34 2019 +0000
+++ b/sysutils/u-boot-chip/Makefile Fri Apr 26 08:32:27 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:16 skrll Exp $
+# $NetBSD: Makefile,v 1.6 2019/04/26 08:32:28 skrll Exp $
UBOOT_TARGET= chip
UBOOT_CONFIG= CHIP_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 71e46313dc41 -r ea976e846a26 sysutils/u-boot-cubieboard2/Makefile
--- a/sysutils/u-boot-cubieboard2/Makefile Fri Apr 26 00:13:34 2019 +0000
+++ b/sysutils/u-boot-cubieboard2/Makefile Fri Apr 26 08:32:27 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:16 skrll Exp $
+# $NetBSD: Makefile,v 1.6 2019/04/26 08:32:28 skrll Exp $
UBOOT_TARGET= cubieboard2
UBOOT_CONFIG= Cubieboard2_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 71e46313dc41 -r ea976e846a26 sysutils/u-boot-cubieboard4/Makefile
--- a/sysutils/u-boot-cubieboard4/Makefile Fri Apr 26 00:13:34 2019 +0000
+++ b/sysutils/u-boot-cubieboard4/Makefile Fri Apr 26 08:32:27 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:16 skrll Exp $
+# $NetBSD: Makefile,v 1.6 2019/04/26 08:32:28 skrll Exp $
UBOOT_TARGET= cubieboard4
UBOOT_CONFIG= Cubieboard4_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 71e46313dc41 -r ea976e846a26 sysutils/u-boot-cubietruck/Makefile
--- a/sysutils/u-boot-cubietruck/Makefile Fri Apr 26 00:13:34 2019 +0000
+++ b/sysutils/u-boot-cubietruck/Makefile Fri Apr 26 08:32:27 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:16 skrll Exp $
+# $NetBSD: Makefile,v 1.6 2019/04/26 08:32:28 skrll Exp $
UBOOT_TARGET= cubietruck
UBOOT_CONFIG= Cubietruck_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 71e46313dc41 -r ea976e846a26 sysutils/u-boot-de0-nanosoc/Makefile
--- a/sysutils/u-boot-de0-nanosoc/Makefile Fri Apr 26 00:13:34 2019 +0000
+++ b/sysutils/u-boot-de0-nanosoc/Makefile Fri Apr 26 08:32:27 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2019/04/12 07:08:17 skrll Exp $
+# $NetBSD: Makefile,v 1.4 2019/04/26 08:32:28 skrll Exp $
UBOOT_TARGET= de0-nanosoc
UBOOT_CONFIG= socfpga_de0_nano_soc_defconfig
UBOOT_BIN= u-boot-with-spl.sfp
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 71e46313dc41 -r ea976e846a26 sysutils/u-boot-hummingbird-a31/Makefile
--- a/sysutils/u-boot-hummingbird-a31/Makefile Fri Apr 26 00:13:34 2019 +0000
+++ b/sysutils/u-boot-hummingbird-a31/Makefile Fri Apr 26 08:32:27 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:17 skrll Exp $
+# $NetBSD: Makefile,v 1.6 2019/04/26 08:32:29 skrll Exp $
UBOOT_TARGET= hummingbird-a31
UBOOT_CONFIG= Hummingbird_A31_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 71e46313dc41 -r ea976e846a26 sysutils/u-boot-jetson-tk1/Makefile
--- a/sysutils/u-boot-jetson-tk1/Makefile Fri Apr 26 00:13:34 2019 +0000
+++ b/sysutils/u-boot-jetson-tk1/Makefile Fri Apr 26 08:32:27 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2019/04/12 07:08:17 skrll Exp $
+# $NetBSD: Makefile,v 1.7 2019/04/26 08:32:29 skrll Exp $
UBOOT_TARGET= jetson-tk1
UBOOT_CONFIG= jetson-tk1_defconfig
UBOOT_BIN= u-boot u-boot-dtb.bin
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 71e46313dc41 -r ea976e846a26 sysutils/u-boot-jetson-tx1/Makefile
--- a/sysutils/u-boot-jetson-tx1/Makefile Fri Apr 26 00:13:34 2019 +0000
+++ b/sysutils/u-boot-jetson-tx1/Makefile Fri Apr 26 08:32:27 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2019/04/12 07:08:17 skrll Exp $
+# $NetBSD: Makefile,v 1.8 2019/04/26 08:32:29 skrll Exp $
UBOOT_TARGET= jetson-tx1
UBOOT_CONFIG= p2371-2180_defconfig
UBOOT_BIN= u-boot u-boot-dtb.bin
-PKGREVISION= 2
+PKGREVISION= 3
# Switch to EL1 before booting kernel (required for 32-bit support)
PKG_DEFAULT_OPTIONS+= el1
diff -r 71e46313dc41 -r ea976e846a26 sysutils/u-boot-jetson-tx2/Makefile
--- a/sysutils/u-boot-jetson-tx2/Makefile Fri Apr 26 00:13:34 2019 +0000
+++ b/sysutils/u-boot-jetson-tx2/Makefile Fri Apr 26 08:32:27 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:17 skrll Exp $
+# $NetBSD: Makefile,v 1.6 2019/04/26 08:32:29 skrll Exp $
UBOOT_TARGET= jetson-tx2
UBOOT_CONFIG= p2771-0000-500_defconfig
UBOOT_BIN= u-boot u-boot-dtb.bin
-PKGREVISION= 2
+PKGREVISION= 3
# Switch to EL1 before booting kernel (required for 32-bit support)
PKG_DEFAULT_OPTIONS+= el1
diff -r 71e46313dc41 -r ea976e846a26 sysutils/u-boot-libretech-cc/Makefile
--- a/sysutils/u-boot-libretech-cc/Makefile Fri Apr 26 00:13:34 2019 +0000
+++ b/sysutils/u-boot-libretech-cc/Makefile Fri Apr 26 08:32:27 2019 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2019/04/19 10:39:53 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2019/04/26 08:32:29 skrll Exp $
UBOOT_TARGET= libretech-cc
UBOOT_CONFIG= ${UBOOT_TARGET}_defconfig
UBOOT_BIN= u-boot u-boot-dtb.bin
+PKGREVISION= 1
+
.include "../../sysutils/u-boot/u-boot-arm64.mk"
diff -r 71e46313dc41 -r ea976e846a26 sysutils/u-boot-nanopi-m1/Makefile
--- a/sysutils/u-boot-nanopi-m1/Makefile Fri Apr 26 00:13:34 2019 +0000
+++ b/sysutils/u-boot-nanopi-m1/Makefile Fri Apr 26 08:32:27 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2019/04/12 07:08:17 skrll Exp $
+# $NetBSD: Makefile,v 1.4 2019/04/26 08:32:29 skrll Exp $
UBOOT_TARGET= nanopi-m1
UBOOT_CONFIG= nanopi_m1_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 71e46313dc41 -r ea976e846a26 sysutils/u-boot-nanopi-neo-plus2/Makefile
--- a/sysutils/u-boot-nanopi-neo-plus2/Makefile Fri Apr 26 00:13:34 2019 +0000
+++ b/sysutils/u-boot-nanopi-neo-plus2/Makefile Fri Apr 26 08:32:27 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2019/04/12 07:08:17 skrll Exp $
+# $NetBSD: Makefile,v 1.9 2019/04/26 08:32:29 skrll Exp $
UBOOT_TARGET= nanopi-neo-plus2
UBOOT_CONFIG= nanopi_neo_plus2_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
-PKGREVISION= 3
+PKGREVISION= 4
# Switch to EL1 before booting kernel (required for 32-bit support)
#PKG_DEFAULT_OPTIONS+= el1
diff -r 71e46313dc41 -r ea976e846a26 sysutils/u-boot-nanopi-neo/Makefile
--- a/sysutils/u-boot-nanopi-neo/Makefile Fri Apr 26 00:13:34 2019 +0000
+++ b/sysutils/u-boot-nanopi-neo/Makefile Fri Apr 26 08:32:27 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2019/04/12 07:08:17 skrll Exp $
+# $NetBSD: Makefile,v 1.7 2019/04/26 08:32:29 skrll Exp $
UBOOT_TARGET= nanopi-neo
UBOOT_CONFIG= nanopi_neo_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
Home |
Main Index |
Thread Index |
Old Index