[U-Boot] [RFC PATCH v2 6/8] net: Add network support to sandbox

Simon Glass sjg at chromium.org
Sat Feb 7 02:25:50 CET 2015


On 2 February 2015 at 17:38, Joe Hershberger <joe.hershberger at ni.com> wrote:
> Add basic network support to sandbox which includes a network driver.
>
> Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
>
> ---
>
> Changes in v2:
> -Change printfs to debug in sandbox driver
> -Remove unused priv struct for sandbox driver
>
>  arch/sandbox/dts/sandbox.dts |  4 +++
>  drivers/net/Makefile         |  2 ++
>  drivers/net/sandbox.c        | 86 ++++++++++++++++++++++++++++++++++++++++++++
>  include/configs/sandbox.h    | 14 +++++---
>  4 files changed, 101 insertions(+), 5 deletions(-)
>  create mode 100644 drivers/net/sandbox.c

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list