summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* sandbox: eth: Add support for using the 'lo' interfaceJoe Hershberger2015-04-18-5/+218
* sandbox: Enable DHCP and IP defragJoe Hershberger2015-04-18-0/+8
* sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger2015-04-18-0/+352
* test: dm: net: Add a test of the netretry behaviorJoe Hershberger2015-04-18-0/+32
* sandbox: eth: Add ability to disable ping reply in sandbox eth driverJoe Hershberger2015-04-18-0/+32
* test: dm: eth: Add testing for ethrotate env varJoe Hershberger2015-04-18-0/+42
* dm: eth: Add support for ethprime env varJoe Hershberger2015-04-18-1/+48
* dm: eth: Add support for aliasesJoe Hershberger2015-04-18-11/+74
* test: dm: eth: Add tests for the eth dm implementationJoe Hershberger2015-04-18-0/+57
* sandbox: eth: Add ARP and PING response to sandbox driverJoe Hershberger2015-04-18-0/+109
* sandbox: eth: Add network support to sandboxJoe Hershberger2015-04-18-8/+133
* dm: eth: Pass the packet pointer as a parameter to recvJoe Hershberger2015-04-18-3/+18
* net: Clean up network stack names used in DM driversJoe Hershberger2015-04-18-12/+27
* dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger2015-04-18-6/+410
* cmd: net: Clean up return codesJoe Hershberger2015-04-18-24/+21
* net: Access mapped physmem in net functionsJoe Hershberger2015-04-18-2/+10
* net: Make netretry actually do somethingJoe Hershberger2015-04-18-2/+6
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-18-34/+34
* net: Use int instead of u8 for boolean flagJoe Hershberger2015-04-18-2/+2
* net: Change return codes from net/eth.c to use errorno constantsJoe Hershberger2015-04-18-6/+6
* net: Refactor in preparation for driver modelJoe Hershberger2015-04-18-69/+78
* net: Remove unneeded "extern" in net.hJoe Hershberger2015-04-18-45/+45
* net: Rename helper function to be more clearJoe Hershberger2015-04-18-9/+4
* net: Provide a function to get the current MAC addressJoe Hershberger2015-04-18-5/+13
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-18-17/+66
* test: dm: Reorder the objects to buildJoe Hershberger2015-04-18-2/+2
* dm: pci: Add driver model tests for PCISimon Glass2015-04-18-0/+77
* dm: x86: pci: Convert chromebook_link to use driver model for pciSimon Glass2015-04-18-68/+62
* dm: x86: pci: Convert coreboot to use driver model for pciSimon Glass2015-04-18-47/+34
* dm: x86: pci: Add a PCI driver for driver modelSimon Glass2015-04-18-0/+75
* dm: sandbox: pci: Enable PCI for sandboxSimon Glass2015-04-18-0/+8
* dm: sandbox: Add a emulated PCI device as an exampleSimon Glass2015-04-18-0/+285
* dm: sandbox: pci: Add a PCI emulation uclassSimon Glass2015-04-16-0/+177
* dm: sandbox: Add a simple PCI driverSimon Glass2015-04-16-0/+90
* dm: sandbox: pci: Add PCI support for sandboxSimon Glass2015-04-16-7/+284
* dm: pci: Add a uclass for PCISimon Glass2015-04-16-14/+1081
* dm: pci: Move common PCI functions into their own fileSimon Glass2015-04-16-276/+313
* dm: Show both allocated and requested seq numbers in 'dm uclass'Simon Glass2015-04-16-2/+2
* dm: core: Add a uclass pre_probe() method for devicesSimon Glass2015-04-16-6/+35
* dm: core: Mark device as active before calling its probe() methodSimon Glass2015-04-16-3/+4
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-16-51/+71
* fdt: Tighten up error handling in fdtdec_get_pci_addr()Simon Glass2015-04-16-2/+6
* Correct map_sysmem() logic in do_mem_mw()Simon Glass2015-04-16-3/+4
* x86: Split up arch_cpu_init()Simon Glass2015-04-16-0/+8
* dm: Add a new CPU init function which can use driver modelSimon Glass2015-04-16-0/+17
* x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass2015-04-16-195/+199
* fdt: Export fdtdec_get_number() for general useSimon Glass2015-04-16-1/+12
* sandbox: Update device tree 'reg' properties for I2C and SPISimon Glass2015-04-16-3/+3
* x86: Add support for panther (Asus Chromebox)Simon Glass2015-04-16-0/+178
* x86: Move common Chromebook config into a separate fileSimon Glass2015-04-16-60/+69