From owner-svn-ports-head@freebsd.org Wed Nov 16 21:24:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD059C459E8; Wed, 16 Nov 2016 21:24:10 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D7491F6; Wed, 16 Nov 2016 21:24:10 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAGLO91V048058; Wed, 16 Nov 2016 21:24:09 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAGLO9MB048051; Wed, 16 Nov 2016 21:24:09 GMT (envelope-from db@FreeBSD.org) Message-Id: <201611162124.uAGLO9MB048051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Wed, 16 Nov 2016 21:24:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426266 - in head/sysutils/u-boot-rpi3: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2016 21:24:11 -0000 Author: db Date: Wed Nov 16 21:24:08 2016 New Revision: 426266 URL: https://svnweb.freebsd.org/changeset/ports/426266 Log: Update to 2016.11 upstream Modified: head/sysutils/u-boot-rpi3/Makefile head/sysutils/u-boot-rpi3/distinfo (contents, props changed) head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi.h (contents, props changed) head/sysutils/u-boot-rpi3/files/patch-include_efi__api.h (contents, props changed) head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__console.c (contents, props changed) head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__disk.c (contents, props changed) head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__net.c (contents, props changed) Modified: head/sysutils/u-boot-rpi3/Makefile ============================================================================== --- head/sysutils/u-boot-rpi3/Makefile Wed Nov 16 20:46:13 2016 (r426265) +++ head/sysutils/u-boot-rpi3/Makefile Wed Nov 16 21:24:08 2016 (r426266) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= u-boot -PORTVERSION= 2016.09 +PORTVERSION= 2016.11 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/ \ LOCAL/db:bootfiles Modified: head/sysutils/u-boot-rpi3/distinfo ============================================================================== --- head/sysutils/u-boot-rpi3/distinfo Wed Nov 16 20:46:13 2016 (r426265) +++ head/sysutils/u-boot-rpi3/distinfo Wed Nov 16 21:24:08 2016 (r426266) @@ -1,5 +1,5 @@ -TIMESTAMP = 1476719881 -SHA256 (u-boot-2016.09.tar.bz2) = 994e7b9e0e350d9f91f5892d5e5bff00d3714a4962f520f78a64a461ef950ba9 -SIZE (u-boot-2016.09.tar.bz2) = 11790685 +TIMESTAMP = 1479225351 +SHA256 (u-boot-2016.11.tar.bz2) = 45813e6565dcc0436abe6752624324cdbf5f3ac106570d76d32b46ec529bcdc8 +SIZE (u-boot-2016.11.tar.bz2) = 12019669 SHA256 (rpi3-boot-files-2016.05.tar.bz2) = 8d5a2e453c9140d989133bc7cd991456138f4eb6c9722cd9eee4af4c1722e216 SIZE (rpi3-boot-files-2016.05.tar.bz2) = 6905733 Modified: head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi.h ============================================================================== --- head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi.h Wed Nov 16 20:46:13 2016 (r426265) +++ head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi.h Wed Nov 16 21:24:08 2016 (r426266) @@ -1,6 +1,6 @@ ---- include/configs/rpi.h.orig 2016-09-12 14:05:51 UTC +--- include/configs/rpi.h.orig 2016-11-14 16:27:11 UTC +++ include/configs/rpi.h -@@ -108,11 +108,13 @@ +@@ -104,11 +104,13 @@ #endif /* Console UART */ Modified: head/sysutils/u-boot-rpi3/files/patch-include_efi__api.h ============================================================================== --- head/sysutils/u-boot-rpi3/files/patch-include_efi__api.h Wed Nov 16 20:46:13 2016 (r426265) +++ head/sysutils/u-boot-rpi3/files/patch-include_efi__api.h Wed Nov 16 21:24:08 2016 (r426266) @@ -1,6 +1,6 @@ ---- include/efi_api.h.orig 2016-09-12 14:05:51 UTC +--- include/efi_api.h.orig 2016-11-14 16:27:11 UTC +++ include/efi_api.h -@@ -264,6 +264,18 @@ struct efi_device_path { +@@ -268,6 +268,18 @@ struct efi_device_path { u16 length; }; Modified: head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__console.c ============================================================================== --- head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__console.c Wed Nov 16 20:46:13 2016 (r426265) +++ head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__console.c Wed Nov 16 21:24:08 2016 (r426266) @@ -1,4 +1,4 @@ ---- lib/efi_loader/efi_console.c.orig 2016-09-12 14:05:51 UTC +--- lib/efi_loader/efi_console.c.orig 2016-11-14 16:27:11 UTC +++ lib/efi_loader/efi_console.c @@ -9,9 +9,9 @@ #include Modified: head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__disk.c ============================================================================== --- head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__disk.c Wed Nov 16 20:46:13 2016 (r426265) +++ head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__disk.c Wed Nov 16 21:24:08 2016 (r426266) @@ -1,6 +1,6 @@ ---- lib/efi_loader/efi_disk.c.orig 2016-09-12 14:05:51 UTC +--- lib/efi_loader/efi_disk.c.orig 2016-11-14 16:27:11 UTC +++ lib/efi_loader/efi_disk.c -@@ -196,11 +196,13 @@ static void efi_disk_add_dev(const char +@@ -197,11 +197,13 @@ static void efi_disk_add_dev(const char const char *if_typename, const struct blk_desc *desc, int dev_index, @@ -15,7 +15,7 @@ /* Don't add empty devices */ if (!desc->lba) -@@ -217,16 +219,28 @@ static void efi_disk_add_dev(const char +@@ -218,16 +220,28 @@ static void efi_disk_add_dev(const char diskobj->ops = block_io_disk_template; diskobj->ifname = if_typename; diskobj->dev_index = dev_index; @@ -48,7 +48,7 @@ /* Fill in device path */ dp = (void*)&diskobj[1]; -@@ -261,8 +275,7 @@ static int efi_disk_create_eltorito(stru +@@ -262,8 +276,7 @@ static int efi_disk_create_eltorito(stru while (!part_get_info(desc, part, &info)) { snprintf(devname, sizeof(devname), "%s:%d", pdevname, part); @@ -58,7 +58,7 @@ part++; disks++; } -@@ -271,6 +284,30 @@ static int efi_disk_create_eltorito(stru +@@ -272,6 +285,30 @@ static int efi_disk_create_eltorito(stru return disks; } @@ -89,7 +89,7 @@ /* * U-Boot doesn't have a list of all online disk devices. So when running our * EFI payload, we scan through all of the potentially available ones and -@@ -295,13 +332,14 @@ int efi_disk_register(void) +@@ -296,13 +333,14 @@ int efi_disk_register(void) const char *if_typename = dev->driver->name; printf("Scanning disk %s...\n", dev->name); @@ -105,7 +105,7 @@ disks += efi_disk_create_eltorito(desc, if_typename, desc->devnum, dev->name); } -@@ -331,15 +369,17 @@ int efi_disk_register(void) +@@ -332,15 +370,17 @@ int efi_disk_register(void) snprintf(devname, sizeof(devname), "%s%d", if_typename, i); Modified: head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__net.c ============================================================================== --- head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__net.c Wed Nov 16 20:46:13 2016 (r426265) +++ head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__net.c Wed Nov 16 21:24:08 2016 (r426266) @@ -1,4 +1,4 @@ ---- lib/efi_loader/efi_net.c.orig 2016-09-12 14:05:51 UTC +--- lib/efi_loader/efi_net.c.orig 2016-11-14 16:27:11 UTC +++ lib/efi_loader/efi_net.c @@ -27,7 +27,8 @@ struct efi_net_obj { struct efi_simple_network net; @@ -10,7 +10,7 @@ /* PXE struct to transmit dhcp data */ struct efi_pxe pxe; struct efi_pxe_mode pxe_mode; -@@ -198,7 +199,7 @@ static efi_status_t efi_net_open_dp(void +@@ -205,7 +206,7 @@ static efi_status_t EFIAPI efi_net_open_ struct efi_simple_network *net = handle; struct efi_net_obj *netobj = container_of(net, struct efi_net_obj, net); @@ -19,7 +19,7 @@ return EFI_SUCCESS; } -@@ -229,11 +230,10 @@ void efi_net_set_dhcp_ack(void *pkt, int +@@ -236,11 +237,10 @@ void efi_net_set_dhcp_ack(void *pkt, int int efi_net_register(void **handle) { struct efi_net_obj *netobj; @@ -34,7 +34,7 @@ }; struct efi_device_path_file_path dp_end = { .dp.type = DEVICE_PATH_TYPE_END, -@@ -272,8 +272,9 @@ int efi_net_register(void **handle) +@@ -279,8 +279,9 @@ int efi_net_register(void **handle) netobj->net.receive = efi_net_receive; netobj->net.mode = &netobj->net_mode; netobj->net_mode.state = EFI_NETWORK_STARTED;