index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
device
/
pci_ops.h
Age
Commit message (
Expand
)
Author
2019-03-16
device/pci_ops: Have only default PCI bus ops available
Kyösti Mälkki
2019-03-16
device/pci_ops: Reuse romstage PCI config for ramstage
Kyösti Mälkki
2019-03-13
device/pci_ops: Rename 'where' to 'reg'
Kyösti Mälkki
2019-03-13
device/pci_ops: Unify signatures
Kyösti Mälkki
2019-03-06
device/pci_ops: Inline PCI config accessors for ramstage
Kyösti Mälkki
2019-03-04
arch/io.h: Fix PCI and PNP simple typedefs
Kyösti Mälkki
2019-03-03
device/pci_ops: Drop parameter from pci_bus_default_ops()
Kyösti Mälkki
2019-03-03
device/pci_ops: Avoid name collisions
Kyösti Mälkki
2019-03-01
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-01-04
src: Get rid of device_t
Elyes HAOUAS
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-09-14
complier.h: add __always_inline and use it in code base
Aaron Durbin
2018-05-02
pci: Fix MMCONF_SUPPORT on non x86
Patrick Rudolph
2018-04-20
pci: Move inline PCI functions to pci_ops.h
Patrick Rudolph
2016-12-06
PCI ops: Remove pci_mmio_xx() in ramstage
Kyösti Mälkki
2014-11-05
pci_ops.{c,h}: Don't hide pointers behind typedefs
Edward O'Callaghan
2013-08-01
Add directive __SIMPLE_DEVICE__
Kyösti Mälkki
2013-03-22
x86: Unify arch/io.h and arch/romcc_io.h
Stefan Reinauer
2012-07-05
PCI Type2 config must die
Ronald G. Minnich
2010-11-04
Various cosmetic and coding style fixes in src/devices.
Uwe Hermann
2009-09-22
If no pci access method has been set for the device tree so far (e.g.
Carl-Daniel Hailfinger
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-03-06
Fix mmconf (PCIe memory mapped config space access) support in v2. It was
Stefan Reinauer
2004-11-04
- Update abuild.sh so it will rebuild successfull builds
Eric Biederman
2003-06-12
- Modify the freebios tree so the pci config space api is mostly in sync between
Eric Biederman
2003-04-24
- Small step forward Linux boots and almost works...
Eric Biederman