Commit Graph

29622 Commits (57f54d55bdf7a21034182cf213c1084df214d98c)
 

Author SHA1 Message Date
Simon Glass 452f548753 dm: x86: Add a uclass for a Platform Controller Hub 10 years ago
Simon Glass ba4575626e dm: x86: spi: Convert ICH SPI driver to driver model 10 years ago
Simon Glass 8d987abc6a dm: sf: Add driver model read/write/erase methods 10 years ago
Joe Hershberger 60304592b9 net: Improve error handling 10 years ago
Joe Hershberger 22f68524f8 sandbox: eth: Add support for using the 'lo' interface 10 years ago
Joe Hershberger f3e0c3744a sandbox: Enable DHCP and IP defrag 10 years ago
Joe Hershberger a346ca7902 sandbox: eth: Add a bridge to a real network for sandbox 10 years ago
Joe Hershberger 7ece1c61ad test: dm: net: Add a test of the netretry behavior 10 years ago
Joe Hershberger 2eede1f363 sandbox: eth: Add ability to disable ping reply in sandbox eth driver 10 years ago
Joe Hershberger 7d104eab7d test: dm: eth: Add testing for ethrotate env var 10 years ago
Joe Hershberger 6536b9bb76 dm: eth: Add support for ethprime env var 10 years ago
Joe Hershberger e58780dcb7 dm: eth: Add support for aliases 10 years ago
Joe Hershberger bfacad7da1 test: dm: eth: Add tests for the eth dm implementation 10 years ago
Joe Hershberger d87a457be8 sandbox: eth: Add ARP and PING response to sandbox driver 10 years ago
Joe Hershberger 3ea143abe9 sandbox: eth: Add network support to sandbox 10 years ago
Joe Hershberger 17591405a7 dm: eth: Pass the packet pointer as a parameter to recv 10 years ago
Joe Hershberger 2a504df006 net: Clean up network stack names used in DM drivers 10 years ago
Joe Hershberger 05c3e68f85 dm: eth: Add basic driver model support to Ethernet stack 10 years ago
Joe Hershberger 85848f0377 cmd: net: Clean up return codes 10 years ago
Joe Hershberger 55d5fd9a84 net: Access mapped physmem in net functions 10 years ago
Joe Hershberger 5c421331d5 net: Make netretry actually do something 10 years ago
Joe Hershberger d2eaec6006 net: Remove the bd* parameter from net stack functions 10 years ago
Joe Hershberger fce6900b49 net: Use int instead of u8 for boolean flag 10 years ago
Joe Hershberger 05324a488b net: Change return codes from net/eth.c to use errorno constants 10 years ago
Joe Hershberger 84eb1fba7b net: Refactor in preparation for driver model 10 years ago
Joe Hershberger ff99743254 net: Remove unneeded "extern" in net.h 10 years ago
Joe Hershberger 4c7c65afbe net: Rename helper function to be more clear 10 years ago
Joe Hershberger 8b2c9a7157 net: Provide a function to get the current MAC address 10 years ago
Joe Hershberger 0eb25b6196 common: Make sure arch-specific map_sysmem() is defined 10 years ago
Joe Hershberger eb374221ec test: dm: Reorder the objects to build 10 years ago
Simon Glass d3b7ff14f4 dm: pci: Add driver model tests for PCI 10 years ago
Simon Glass aad78d2732 dm: x86: pci: Convert chromebook_link to use driver model for pci 10 years ago
Simon Glass 801f4f1bbc dm: x86: pci: Convert coreboot to use driver model for pci 10 years ago
Simon Glass a219daeafe dm: x86: pci: Add a PCI driver for driver model 10 years ago
Simon Glass a33aca10ac dm: sandbox: pci: Enable PCI for sandbox 10 years ago
Simon Glass d2cb9b2b00 dm: sandbox: Add a emulated PCI device as an example 10 years ago
Simon Glass 36d0d3b4b4 dm: sandbox: pci: Add a PCI emulation uclass 10 years ago
Simon Glass 537849aaa1 dm: sandbox: Add a simple PCI driver 10 years ago
Simon Glass 9569c40668 dm: sandbox: pci: Add PCI support for sandbox 10 years ago
Simon Glass ff3e077bd2 dm: pci: Add a uclass for PCI 10 years ago
Simon Glass aab6724c90 dm: pci: Move common PCI functions into their own file 10 years ago
Simon Glass fa67f90fc3 dm: Show both allocated and requested seq numbers in 'dm uclass' 10 years ago
Simon Glass 02c07b3741 dm: core: Add a uclass pre_probe() method for devices 10 years ago
Simon Glass 02eeb1bbb1 dm: core: Mark device as active before calling its probe() method 10 years ago
Simon Glass e564f054af dm: core: Add dev_get_uclass_priv() to access uclass private data 10 years ago
Simon Glass 106cce9604 fdt: Tighten up error handling in fdtdec_get_pci_addr() 10 years ago
Simon Glass cc5e196e03 Correct map_sysmem() logic in do_mem_mw() 10 years ago
Simon Glass 161d2e4e5b x86: Split up arch_cpu_init() 10 years ago
Simon Glass d4c671cc27 dm: Add a new CPU init function which can use driver model 10 years ago
Simon Glass 31f57c2873 x86: Add a x86_ prefix to the x86-specific PCI functions 10 years ago