summaryrefslogtreecommitdiffstats
path: root/src/device/pci_ops_mmconf.c
Commit message (Expand)AuthorAgeFilesLines
* device/pci_ops: Change ramstage PCI accessor signaturesKyösti Mälkki2019-03-061-16/+16
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* device/pci_ops: Drop parameter from pci_bus_default_ops()Kyösti Mälkki2019-03-031-1/+1
* device/pci_ops: Drop unused parameterKyösti Mälkki2019-03-031-12/+9
* src: Fix the warning "type 'hex' are always defined"Elyes HAOUAS2019-01-271-1/+1
* {device,drivers}: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* src/device: Add check for existence and validity of PCIE base address configAamir Bohra2018-06-291-0/+4
* Move `pci_ops_mmconf` from arch/x86/ to device/Nico Huber2018-05-081-0/+78