[U-Boot] Pull request: u-boot-net.git master

Hi Tom,
The following changes since commit ac378bb05fa3cac3197085431f577e0dbddd4b4a:
Merge git://git.denx.de/u-boot-x86 (2018-07-01 22:13:34 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-net.git master
for you to fetch changes up to a9ea30d267f26bee0b3a5cdd659624a866da3d19:
ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP (2018-07-02 14:14:21 -0500)
---------------------------------------------------------------- Alex Kiernan (1): net: fastboot: Fix build when FASTBOOT_FLASH is disabled
Alexander Graf (3): net: Prefer command line arguments net: Add option to prefer bootp/dhcp serverip ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP
Lothar Felten (1): net: Add new wol command - Wake on LAN
Michal Simek (1): net: zynq_gem: Initialize val variable in zynq_gem_miiphy_read()
Rabeeh Khoury (2): net: mvneta: dcache flush TX descriptors at init net: mvneta: zero Tx descriptors on init
cmd/Kconfig | 15 +++++++ cmd/Makefile | 1 + cmd/net.c | 10 ++++- cmd/wol.c | 33 +++++++++++++++ configs/ax25-ae350_defconfig | 1 + configs/pengwyn_defconfig | 1 + drivers/net/mvneta.c | 2 + drivers/net/zynq_gem.c | 2 +- include/configs/ax25-ae350.h | 1 - include/net.h | 5 ++- net/Makefile | 1 + net/bootp.c | 21 +++++++--- net/fastboot.c | 2 + net/net.c | 21 ++++++++++ net/wol.c | 96 ++++++++++++++++++++++++++++++++++++++++++++ net/wol.h | 65 ++++++++++++++++++++++++++++++ 16 files changed, 266 insertions(+), 11 deletions(-) create mode 100644 cmd/wol.c create mode 100644 net/wol.c create mode 100644 net/wol.h
Thanks! -Joe

On Mon, Jul 02, 2018 at 02:49:38PM -0500, Joe Hershberger wrote:
Hi Tom,
The following changes since commit ac378bb05fa3cac3197085431f577e0dbddd4b4a:
Merge git://git.denx.de/u-boot-x86 (2018-07-01 22:13:34 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-net.git master
for you to fetch changes up to a9ea30d267f26bee0b3a5cdd659624a866da3d19:
ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP (2018-07-02 14:14:21 -0500)
Alex Kiernan (1): net: fastboot: Fix build when FASTBOOT_FLASH is disabled
Alexander Graf (3): net: Prefer command line arguments net: Add option to prefer bootp/dhcp serverip ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP
Lothar Felten (1): net: Add new wol command - Wake on LAN
Michal Simek (1): net: zynq_gem: Initialize val variable in zynq_gem_miiphy_read()
Rabeeh Khoury (2): net: mvneta: dcache flush TX descriptors at init net: mvneta: zero Tx descriptors on init
We're a week from release. Is all of this appropriate at this point? Thanks!

On Mon, Jul 2, 2018 at 2:57 PM, Tom Rini trini@konsulko.com wrote:
On Mon, Jul 02, 2018 at 02:49:38PM -0500, Joe Hershberger wrote:
Hi Tom,
The following changes since commit ac378bb05fa3cac3197085431f577e0dbddd4b4a:
Merge git://git.denx.de/u-boot-x86 (2018-07-01 22:13:34 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-net.git master
for you to fetch changes up to a9ea30d267f26bee0b3a5cdd659624a866da3d19:
ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP (2018-07-02 14:14:21 -0500)
Alex Kiernan (1): net: fastboot: Fix build when FASTBOOT_FLASH is disabled
Alexander Graf (3): net: Prefer command line arguments net: Add option to prefer bootp/dhcp serverip ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP
Lothar Felten (1): net: Add new wol command - Wake on LAN
Michal Simek (1): net: zynq_gem: Initialize val variable in zynq_gem_miiphy_read()
Rabeeh Khoury (2): net: mvneta: dcache flush TX descriptors at init net: mvneta: zero Tx descriptors on init
We're a week from release. Is all of this appropriate at this point? Thanks!
I believe so. Just a few bug fixes and a new command that shouldn't impact anything.
The only thing that I question at all is Alexander's series, but even that I've tested and seems good. It's at the tail so if you feel strongly you don't want that at this point you could leave it behind.
Cheers, -Joe

On Mon, Jul 02, 2018 at 02:49:38PM -0500, Joe Hershberger wrote:
Hi Tom,
The following changes since commit ac378bb05fa3cac3197085431f577e0dbddd4b4a:
Merge git://git.denx.de/u-boot-x86 (2018-07-01 22:13:34 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-net.git master
for you to fetch changes up to a9ea30d267f26bee0b3a5cdd659624a866da3d19:
ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP (2018-07-02 14:14:21 -0500)
Applied to u-boot/master, thanks!
participants (2)
-
Joe Hershberger
-
Tom Rini