uboot/drivers
Joe Hershberger 22f68524f8 sandbox: eth: Add support for using the 'lo' interface
The 'lo' interface on Linux doesn't support thinks like ARP or
link-layer access like we use to talk to a normal network interface.
A higher-level network API must be used to access localhost.

As written, this interface is limited to not supporting ICMP since the
API doesn't allow the socket to be opened for all IP traffic and be able
to receive at the same time. UDP is far more useful to test with, so it
was selected over ICMP. Ping won't work, but things like TFTP should
work.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2015-04-18 11:11:14 -06:00
..
bios_emulator
block ahci: Fix a wrong parameter pass 2015-04-07 08:41:10 -04:00
bootcount
core dm: core: Add a uclass pre_probe() method for devices 2015-04-16 19:27:42 -06:00
crypto Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx 2015-03-05 20:50:30 -05:00
ddr driver/ddr/fsl: Add sync of refresh 2015-02-24 13:09:42 -08:00
demo common: Make sure arch-specific map_sysmem() is defined 2015-04-18 11:11:09 -06:00
dfu dfu: nand: Verify writes 2015-03-30 23:24:38 -05:00
dma
fpga
gpio dm: core: Add dev_get_uclass_priv() to access uclass private data 2015-04-16 19:27:42 -06:00
hwmon dtt: add ds620 support 2015-04-10 14:23:23 +02:00
i2c common: Make sure arch-specific map_sysmem() is defined 2015-04-18 11:11:09 -06:00
input dm: cros_ec: Convert to Kconfig 2015-02-19 06:19:18 -07:00
memory
misc dm: sandbox: pci: Enable PCI for sandbox 2015-04-18 11:11:07 -06:00
mmc ARM: bcm283x: move SoC headers to mach-bcm283x/include/mach 2015-03-28 09:03:09 -04:00
mtd common: Make sure arch-specific map_sysmem() is defined 2015-04-18 11:11:09 -06:00
net sandbox: eth: Add support for using the 'lo' interface 2015-04-18 11:11:14 -06:00
pci dm: x86: pci: Add a PCI driver for driver model 2015-04-18 11:11:09 -06:00
pcmcia
power sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detect 2015-04-15 16:17:17 +02:00
pwm
qe
rtc remove unnecessary version.h includes 2015-03-24 10:50:50 -04:00
serial common: Make sure arch-specific map_sysmem() is defined 2015-04-18 11:11:09 -06:00
soc
sound
spi dm: core: Add dev_get_uclass_priv() to access uclass private data 2015-04-16 19:27:42 -06:00
thermal dm: Expand and complete Kconfig in drivers/ 2015-02-12 10:35:33 -07:00
tpm
twserial
usb ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.c 2015-04-16 15:08:36 -04:00
video x86: video: Allow keyboard presence to be controlled by device tree 2015-04-16 19:27:40 -06:00
watchdog watchdog/imx_watchdog: do not set WCR_WDW 2015-03-25 16:52:16 +01:00
Kconfig Create API to map between CPU physical and bus addresses 2015-04-14 05:47:59 +02:00
Makefile