summaryrefslogtreecommitdiffstats
path: root/src/include/device/pci.h
Commit message (Expand)AuthorAgeFilesLines
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* device/pci_ops: Change ramstage PCI accessor signaturesKyösti Mälkki2019-03-061-6/+6
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-2/+1
* device/pci_ops: Drop unused parameterKyösti Mälkki2019-03-031-9/+6
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-1/+0
* device/pci_ops: Move questionable pci_locate() variantsKyösti Mälkki2019-02-111-0/+6
* device/pci_early.c: Drop some guardsKyösti Mälkki2019-02-111-1/+2
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* device/pci_early: Fixes for __SIMPLE_DEVICE__Kyösti Mälkki2018-12-301-0/+2
* device/pci: Add MSI-X helper functionsPatrick Rudolph2018-07-191-0/+18
* pci: Fix function prototypePatrick Rudolph2018-05-031-1/+1
* device: Make pci_dev_ops_pci structure globalSubrata Banik2017-12-131-1/+2
* device/pci: untangle struct device and device_tAaron Durbin2017-08-091-20/+22
* src/include: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-1/+1
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-1/+1
* src/include: Wrap lines at 80 columnsLee Leahy2017-03-131-3/+6
* src/include: Remove space between function name and parametersLee Leahy2017-03-131-6/+6
* src/include: Fix space between type, * and variable nameLee Leahy2017-03-131-1/+1
* src/include: Remove braces for single statementsLee Leahy2017-03-121-2/+1
* src/include: Add space after commaLee Leahy2017-03-091-1/+1
* src/include: Fix unsigned warningsLee Leahy2017-03-091-13/+18
* device/pci.h: change #ifdef argument to __SIMPLE_DEVICE__Antonello Dettori2016-09-041-3/+3
* include/device: Move inline functions from pci_def.h to pci.hAlexandru Gagniuc2016-02-031-0/+7
* symbols: add '_' to pci_drivers and cpu_drivers symbolsAaron Durbin2015-09-051-2/+2
* devicetree: Change scan_bus() prototype in device opsKyösti Mälkki2015-06-041-2/+2
* PCI subsystem: Drop parameter max from scan_busKyösti Mälkki2015-06-041-3/+6
* device: Add class and subclass name supportLee Leahy2015-04-221-0/+2
* PCIe: Add L1 Sub-State support.Kenji Chen2015-03-231-0/+1
* device/pci_early.c: Mixes up variants of a typedefs to 'u32'Edward O'Callaghan2014-07-191-0/+6
* PCI IRQs: Swizzle PCI IRQs for PCI bridgesMike Loptien2014-05-291-0/+2
* build rules: Identify build stage with simple variablesKyösti Mälkki2014-04-181-1/+1
* OxPCIe uart: Split PCI bridge controlKyösti Mälkki2014-04-091-0/+2
* PCI: Add capability list parser to romstageKyösti Mälkki2014-02-121-2/+4
* PCI: Guard pci.h with CONFIG_PCIKyösti Mälkki2014-02-121-0/+5
* Add test to match struct device with pci_devfn_tKyösti Mälkki2013-08-241-0/+1
* Add directive __SIMPLE_DEVICE__Kyösti Mälkki2013-08-011-2/+4
* Redefine pci_bus_default_ops as functionKyösti Mälkki2013-07-251-12/+0
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-1/+1
* pci.h: Drop unused `mainboard_pci_subsystem*` prototypesPatrick Georgi2013-03-111-3/+0
* Make the device tree available in the rom stageStefan Reinauer2012-08-041-0/+3
* PCI Type2 config must dieRonald G. Minnich2012-07-051-1/+1
* Allow device ID arrays in the PCI driver structureVadim Bendebury2012-05-011-0/+1
* Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functionsPatrick Georgi2011-02-031-0/+3
* Various cosmetic and coding style fixes in src/devices.Uwe Hermann2010-11-041-0/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-1/+1
* Improve coreboot build output and eliminate some warnings:Uwe Hermann2009-10-271-1/+1
* If no pci access method has been set for the device tree so far (e.g.Carl-Daniel Hailfinger2009-09-221-0/+2
* Rewrite interrupt handling in coreboot to be more comprehensible andStefan Reinauer2009-07-211-1/+1
* This patch gets rid of all the implicit definition warnings for serengeti exc...Myles Watson2008-12-181-0/+4
* AMD Rev F supportYinghai Lu2006-10-041-6/+6