
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