]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: eth: Add network support to sandbox
authorJoe Hershberger <joe.hershberger@ni.com>
Sun, 22 Mar 2015 22:09:13 +0000 (17:09 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:42 +0000 (21:47 +0200)
commitc06769d154ed43d00528a0013c69f790545ba379
tree67df74d0174b7c78dfc2ed891f94dae3e2b86297
parente6d99d6d50f9bacb5e196794d24d45986b2ac8d2
sandbox: eth: Add network support to sandbox

Add basic network support to sandbox which includes a network driver.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/Kconfig
arch/sandbox/dts/sandbox.dts
board/sandbox/README.sandbox
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/sandbox.c [new file with mode: 0644]
include/configs/sandbox.h