[U-Boot] [PATCH 2/2] [RFC]new command: wol - enable command
Simon Glass
sjg at chromium.org
Mon Apr 30 23:12:29 UTC 2018
Hi Lothar,
On 23 April 2018 at 11:47, Lothar Felten <lothar.felten at gmail.com> wrote:
> This patch enables the WoL command
>
> Signed-off-by: Lothar Felten <lothar.felten at gmail.com>
> ---
> cmd/Kconfig | 5 +++++
> cmd/net.c | 14 ++++++++++++++
> include/net.h | 3 ++-
> net/Makefile | 1 +
> net/net.c | 19 +++++++++++++++++++
> 5 files changed, 41 insertions(+), 1 deletion(-)
>
> diff --git a/cmd/Kconfig b/cmd/Kconfig
> index bc1d2f31c0..ed9d82fe71 100644
> --- a/cmd/Kconfig
> +++ b/cmd/Kconfig
> @@ -1142,6 +1142,11 @@ config CMD_RARP
> help
> Boot image via network using RARP/TFTP protocol
>
> +config CMD_WOL
> + bool "wol"
> + help
> + Wait for wake-on-lan packages
Can you expand this a bit, perhaps explaining what it is for?
Regards,
Simon
More information about the U-Boot
mailing list