summaryrefslogtreecommitdiffstats
path: root/src/include/device/pci_mmio_cfg.h
Commit message (Expand)AuthorAgeFilesLines
* pci_mmio_cfg: Rename pcicfg to pci_map_busJianjun Wang2021-11-291-10/+16
* Rename ECAM-specific MMCONF KconfigsShelley Chen2021-11-101-6/+6
* pci_mmio_cfg: Always use pci_s_* functionsNico Huber2021-11-091-47/+12
* pci_mmio_cfg: Gather everything MMCONF (ECAM) relatedNico Huber2021-11-091-16/+16
* pci_mmio_cfg: Move guard around pci_s_* functions to x86Nico Huber2021-11-091-2/+2
* device/Kconfig: Introduce MMCONF_LENGTHAngel Pons2021-01-301-0/+4
* src/include: Drop unneeded empty linesElyes HAOUAS2020-09-141-1/+0
* 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-1/+0
* Drop ROMCC code and header guardsArthur Heymans2019-12-191-3/+0
* include/device: add a comment to pci mmio cfg addr helpers and cachingMichael Niewöhner2019-11-201-0/+6
* include/device: add pci mmio cfg address helpersMichael Niewöhner2019-11-111-0/+18
* pci_mmio_cfg.h: Add a compile time error if MMCONF_BASE_ADDRESS is undefinedArthur Heymans2019-11-051-0/+4
* device/pci: Rewrite PCI MMCONF with symbol referenceKyösti Mälkki2019-04-071-18/+37
* 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-12/+12
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* Remove DEFAULT_PCIEXBAR aliasKyösti Mälkki2019-03-061-7/+6
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* device/pci_ops: Avoid name collisionsKyösti Mälkki2019-03-031-8/+11
* device/pci_ops: Apply some symmetry in headersKyösti Mälkki2019-02-111-0/+42
* device/pci_ops: Move common pci_mmio_cfg.hKyösti Mälkki2019-02-111-0/+73