summaryrefslogtreecommitdiffstats
path: root/src/include/device/pci_ops.h
Commit message (Expand)AuthorAgeFilesLines
* device: Switch pci_dev_is_wake_source to take pci_devfn_tTim Wawrzynczak2021-05-031-1/+1
* device: Move pci_dev_is_wake_source functionTim Wawrzynczak2020-11-091-0/+8
* pci_ops.h: Turn and/or ops into update wrappersAngel Pons2020-06-091-48/+42
* include/device/pci_ops.h: Add bitwise AND opsAngel Pons2020-06-091-0/+36
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/include: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-3/+0
* Drop ROMCC code and header guardsArthur Heymans2019-12-191-4/+0
* device/pci_ops: Add ENV_PCI_SIMPLE_DEVICEKyösti Mälkki2019-09-291-7/+13
* device/pci: Replace some __SIMPLE_DEVICE__ useKyösti Mälkki2019-09-281-1/+1
* device/pci_ops: Make PCI_BDF() available in all stagesKyösti Mälkki2019-08-021-16/+16
* device/pci_ops: Define pci_find_capability() just onceKyösti Mälkki2019-07-041-0/+17
* device/pci_ops: Have only default PCI bus ops availableKyösti Mälkki2019-03-161-19/+6
* device/pci_ops: Reuse romstage PCI config for ramstageKyösti Mälkki2019-03-161-13/+19
* device/pci_ops: Rename 'where' to 'reg'Kyösti Mälkki2019-03-131-24/+24
* device/pci_ops: Unify signaturesKyösti Mälkki2019-03-131-18/+18
* device/pci_ops: Inline PCI config accessors for ramstageKyösti Mälkki2019-03-061-6/+76
* arch/io.h: Fix PCI and PNP simple typedefsKyösti Mälkki2019-03-041-0/+1
* device/pci_ops: Drop parameter from pci_bus_default_ops()Kyösti Mälkki2019-03-031-1/+1
* device/pci_ops: Avoid name collisionsKyösti Mälkki2019-03-031-1/+13
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-3/+1
* src: Get rid of device_tElyes HAOUAS2019-01-041-10/+36
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* complier.h: add __always_inline and use it in code baseAaron Durbin2018-09-141-6/+7
* pci: Fix MMCONF_SUPPORT on non x86Patrick Rudolph2018-05-021-0/+2
* pci: Move inline PCI functions to pci_ops.hPatrick Rudolph2018-04-201-0/+58
* PCI ops: Remove pci_mmio_xx() in ramstageKyösti Mälkki2016-12-061-8/+0
* pci_ops.{c,h}: Don't hide pointers behind typedefsEdward O'Callaghan2014-11-051-12/+12
* Add directive __SIMPLE_DEVICE__Kyösti Mälkki2013-08-011-1/+1
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-0/+2
* PCI Type2 config must dieRonald G. Minnich2012-07-051-3/+0
* Various cosmetic and coding style fixes in src/devices.Uwe Hermann2010-11-041-12/+12
* If no pci access method has been set for the device tree so far (e.g.Carl-Daniel Hailfinger2009-09-221-0/+3
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-301-1/+1
* Fix mmconf (PCIe memory mapped config space access) support in v2. It wasStefan Reinauer2009-03-061-0/+9
* - Update abuild.sh so it will rebuild successfull buildsEric Biederman2004-11-041-2/+1
* - Modify the freebios tree so the pci config space api is mostly in sync betweenEric Biederman2003-06-121-8/+9
* - Small step forward Linux boots and almost works...Eric Biederman2003-04-241-0/+15