summaryrefslogtreecommitdiffstats
path: root/src/include/device
Commit message (Expand)AuthorAgeFilesLines
* Allow device ID arrays in the PCI driver structureVadim Bendebury2012-05-011-0/+1
* Add a helper function to determine the number of enabled CPUsStefan Reinauer2012-04-021-0/+1
* Add support for enabling PCIe Common Clock and ASPMDuncan Laurie2012-03-292-0/+14
* Add RDC R8610 PCI IDs.Rudolf Marek2012-03-271-0/+4
* Add helper function to find a Local APIC by ID in the device tree.Duncan Laurie2012-03-091-0/+1
* pci_ids: Add AMD F15h model 00-0f and F10h cpu HT device pci idsKerry Sheh2012-02-161-0/+3
* Add OPROM mapping support to corebootStefan Reinauer2012-02-071-0/+1
* RD890: pci_ids updateKerry Sheh2012-01-241-3/+8
* SB800: Sata Enable bus master and enable ahci for AHCI/RAID modeKerry Sheh2011-10-121-0/+1
* pci_ids: Add sb800 SATA device raid mode device idKerry Sheh2011-10-031-0/+2
* Add automatic SMBIOS table generationSven Schnelle2011-08-261-0/+6
* Addition of Family12/SB900 wrapper codeefdesign982011-06-281-0/+23
* Correct wrong PCI ID for VIA K8M890 Chrome.Alexandru Gagniuc2011-06-031-1/+1
* Enable AHCI mode and hide IDE controller to reduce boot time.Scott Duplichan2011-05-151-0/+1
* Adds RS740 HT and internal graphics PCI ids.Ivaylo Valkov2011-05-091-0/+2
* pci1x2x: add PCI1510 device IDsSven Schnelle2011-04-201-0/+1
* Add AMD SR56x0 support.Zheng Bao2011-03-271-0/+17
* Fix a simple whitespace error in src/include/device/device.hSven Schnelle2011-03-011-2/+2
* Add subsystemid option to sconfigSven Schnelle2011-03-011-0/+2
* Extended K8T890 driver to include the K8T800 and K8M800 northbridgesAlexandru Gagniuc2011-02-161-0/+2
* Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functionsPatrick Georgi2011-02-031-0/+3
* Add PCI ID's for VIA K8T800 and K8M800 northbridges.Alexandru Gagniuc2011-01-311-0/+18
* Add AMD SB800 southbridge support via cimx_wrapper.Kerry She2011-01-011-0/+19
* Add RS785(RS880) support. Just few pci_ids.Zheng Bao2010-12-311-0/+4
* W83627DHG/W83627EHG fixups for virtual LDNs.Uwe Hermann2010-12-051-1/+1
* Add pci id and ops for VT8237A SATA controllerTobias Diedrich2010-11-111-0/+1
* This adds the VT8237A LPC device id and the pci_driver struct inTobias Diedrich2010-11-071-0/+1
* Various cosmetic and coding style fixes in src/devices.Uwe Hermann2010-11-043-13/+14
* This adds pci device ids and pci_driver structs for the K8T890 CFTobias Diedrich2010-11-021-0/+7
* Cosmetics and coding style fixes in devices/*.Uwe Hermann2010-10-184-41/+42
* Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann2010-10-111-0/+6
* Remove duplicate line from pci_ids.h.Jonathan Kollasch2010-10-051-1/+0
* Fix some wrong capitalizations, reformat comments, fix a typo.Stefan Reinauer2010-09-231-1/+1
* Add support for reserved regions to resources and coreboot tables.Myles Watson2010-09-091-0/+1
* Always enable parent resources before child resources.Myles Watson2010-06-171-8/+0
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-091-6/+4
* Fix some of Peter's suggestions for the Nokia IP530.Myles Watson2010-06-071-4/+4
* Remove the rest of cardbus_scan_bus.Myles Watson2010-06-071-3/+0
* Fixes for Nokia IP530 and associated drivers.Marc Bertens2010-06-041-0/+5
* Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson2010-05-212-3/+4
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-279-17/+17
* Add RS785G, looks like it works although it is RV620.Rudolf Marek2010-04-051-0/+1
* 1. This patch is about the pci header of RS780 and SB700. It is madeZheng Bao zheng.bao2010-03-161-0/+31
* 1. Move run_bios prototype to device.hMyles Watson2010-03-051-0/+3
* This is a general cleanup patchStefan Reinauer2010-02-222-9/+14
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-061-1/+0
* Improve coreboot build output and eliminate some warnings:Uwe Hermann2009-10-272-2/+2
* Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka2009-10-271-0/+2
* Add const to get rid of some warnings when passing quoted strings.Myles Watson2009-10-091-1/+5
* Remove some warnings.Myles Watson2009-09-291-1/+1