summaryrefslogtreecommitdiff
path: root/src/include/device/pci_ops.h
AgeCommit message (Expand)Author
2020-06-09pci_ops.h: Turn and/or ops into update wrappersAngel Pons
2020-06-09include/device/pci_ops.h: Add bitwise AND opsAngel Pons
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-05src/include: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2019-12-19Drop ROMCC code and header guardsArthur Heymans
2019-09-29device/pci_ops: Add ENV_PCI_SIMPLE_DEVICEKyösti Mälkki
2019-09-28device/pci: Replace some __SIMPLE_DEVICE__ useKyösti Mälkki
2019-08-02device/pci_ops: Make PCI_BDF() available in all stagesKyösti Mälkki
2019-07-04device/pci_ops: Define pci_find_capability() just onceKyösti Mälkki
2019-03-16device/pci_ops: Have only default PCI bus ops availableKyösti Mälkki
2019-03-16device/pci_ops: Reuse romstage PCI config for ramstageKyösti Mälkki
2019-03-13device/pci_ops: Rename 'where' to 'reg'Kyösti Mälkki
2019-03-13device/pci_ops: Unify signaturesKyösti Mälkki
2019-03-06device/pci_ops: Inline PCI config accessors for ramstageKyösti Mälkki
2019-03-04arch/io.h: Fix PCI and PNP simple typedefsKyösti Mälkki
2019-03-03device/pci_ops: Drop parameter from pci_bus_default_ops()Kyösti Mälkki
2019-03-03device/pci_ops: Avoid name collisionsKyösti Mälkki
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-01-04src: Get rid of device_tElyes HAOUAS
2018-10-08Move compiler.h to commonlibNico Huber
2018-09-14complier.h: add __always_inline and use it in code baseAaron Durbin
2018-05-02pci: Fix MMCONF_SUPPORT on non x86Patrick Rudolph
2018-04-20pci: Move inline PCI functions to pci_ops.hPatrick Rudolph
2016-12-06PCI ops: Remove pci_mmio_xx() in ramstageKyösti Mälkki
2014-11-05pci_ops.{c,h}: Don't hide pointers behind typedefsEdward O'Callaghan
2013-08-01Add directive __SIMPLE_DEVICE__Kyösti Mälkki
2013-03-22x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer
2012-07-05PCI Type2 config must dieRonald G. Minnich
2010-11-04Various cosmetic and coding style fixes in src/devices.Uwe Hermann
2009-09-22If no pci access method has been set for the device tree so far (e.g.Carl-Daniel Hailfinger
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-03-06Fix mmconf (PCIe memory mapped config space access) support in v2. It wasStefan Reinauer
2004-11-04- Update abuild.sh so it will rebuild successfull buildsEric Biederman
2003-06-12- Modify the freebios tree so the pci config space api is mostly in sync betweenEric Biederman
2003-04-24- Small step forward Linux boots and almost works...Eric Biederman