summaryrefslogtreecommitdiffstats
path: root/src/include/device
Commit message (Expand)AuthorAgeFilesLines
* AMD Merlin Falcon: Add northbridge files for new AMD processorWANG Siyuan2015-06-221-0/+1
* device: DDR3 generic code 64bit fixStefan Reinauer2015-06-221-1/+1
* Move remap_bsp_lapic to AMD specific codeStefan Reinauer2015-06-131-1/+0
* southbridge/amd/pi: Add support for new AMD southbridge KernWANG Siyuan2015-06-131-0/+7
* resource: Refactor IORESOURCE flags useKyösti Mälkki2015-06-101-0/+2
* device_ops: add device_t argument to write_acpi_tablesAlexander Couzens2015-06-051-1/+1
* device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens2015-06-051-1/+1
* device_ops: add device_t argument to acpi_inject_dsdt_generatorAlexander Couzens2015-06-051-1/+1
* AMD K8 fam10: Drop extra HT scan_chain() parametersKyösti Mälkki2015-06-051-2/+1
* AMD K8 fam10: Refactor HT link connection testKyösti Mälkki2015-06-052-0/+8
* devicetree: Add fields for HyperTransport scansKyösti Mälkki2015-06-051-0/+2
* devicetree: Change scan_bus() prototype in device opsKyösti Mälkki2015-06-045-9/+11
* devicetree: Single scan_bridges()Kyösti Mälkki2015-06-041-1/+1
* PCI subsystem: Drop parameter max from scan_busKyösti Mälkki2015-06-043-7/+9
* PCI subsystem: Refactor PCI bridge register controlKyösti Mälkki2015-06-041-0/+1
* devicetree: Discriminate device ops scan_bus()Kyösti Mälkki2015-06-041-1/+2
* HyperTransport: Move pci_scan_bus() callKyösti Mälkki2015-06-041-1/+1
* acpi: Remove monolithic ACPIVladimir Serbinenko2015-05-261-1/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-214-4/+4
* superio: Replace the indexed I/O functionsDave Frodin2015-05-141-0/+39
* device: Add class and subclass name supportLee Leahy2015-04-221-0/+2
* Unify byte order macros and clrsetbitsJulius Werner2015-04-211-1/+1
* PCI - Add interrupt disable bit definitionLee Leahy2015-04-101-0/+1
* PCIe: Add L1 Sub-State support.Kenji Chen2015-03-233-0/+8
* AMD Bald Eagle: Add northbridge files for new AMD processorBruce Griffith2015-03-101-0/+2
* device/pciexp: Add support for PCIe CLK power managementKane Chen2015-03-091-0/+2
* device: drop i915 specific headers from resource allocator includesStefan Reinauer2015-03-082-3930/+0
* devicetree: Drop dummy root_dev opsKyösti Mälkki2015-03-011-2/+0
* AMD K8 fam10: Refactor offset_unitid configurationKyösti Mälkki2015-02-201-0/+7
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-152-1/+7
* PCI subsystem: Remove AGP bridge typeKyösti Mälkki2015-02-101-14/+0
* drivers/xgi/z9s: Port Linux framebuffer initialization to corebootTimothy Pearson2015-02-051-0/+4
* devicetree: Search PnP device node from the tree by pathKyösti Mälkki2015-01-301-0/+1
* src/include: Doxygen fixesMartin Roth2015-01-091-1/+1
* i2c: Add software_i2c driver for I2C debugging and emulationJulius Werner2014-12-301-1/+33
* RELOCATABLE_RAMSTAGE: Fix weak symbols with option ROMsKyösti Mälkki2014-12-281-1/+1
* i2c: Replace the i2c API.Gabe Black2014-12-161-6/+78
* ddr3: Plumber DIMM type to parsed structure.Vladimir Serbinenko2014-12-071-0/+1
* Replace includes of build.h with version.hKyösti Mälkki2014-11-201-1/+0
* pci_ops.{c,h}: Don't hide pointers behind typedefsEdward O'Callaghan2014-11-051-12/+12
* include/device/device.h: Provide DEVICE_NOOP macro shimEdward O'Callaghan2014-11-011-0/+6
* include/device/device.h: Deduplicate '*_pnp_devfn_t' typedefsEdward O'Callaghan2014-10-261-2/+0
* ACPI: Remove CONFIG_GENERATE_ACPI_TABLESVladimir Serbinenko2014-10-161-1/+1
* acpi: Remove explicit pointer tracking in per-device ssdt.Vladimir Serbinenko2014-10-111-2/+1
* bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use.Vladimir Serbinenko2014-10-111-0/+1
* pnp: Allow setting of misc register 0xf4 in device treeStefan Reinauer2014-09-172-1/+3
* azalia: Shrink boilerplateVladimir Serbinenko2014-09-131-4/+15
* pnp: Allow setting of misc register 0xfa in device treeStefan Reinauer2014-09-112-0/+2
* Implement ACPI in a per device wayVladimir Serbinenko2014-09-051-0/+6
* azalia: Add convenience macrosVladimir Serbinenko2014-09-051-0/+12