Age | Commit message (Expand) | Author |
2024-01-31 | device/device.h: Rename busses for clarity | Arthur Heymans |
2024-01-16 | device: Add support for multiple PCI segment groups | Felix Held |
2022-11-03 | treewide: Add 'IWYU pragma: export' comment | Elyes Haouas |
2021-05-03 | device: Switch pci_dev_is_wake_source to take pci_devfn_t | Tim Wawrzynczak |
2020-11-09 | device: Move pci_dev_is_wake_source function | Tim Wawrzynczak |
2020-06-09 | pci_ops.h: Turn and/or ops into update wrappers | Angel Pons |
2020-06-09 | include/device/pci_ops.h: Add bitwise AND ops | Angel Pons |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-05 | src/include: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2019-12-19 | Drop ROMCC code and header guards | Arthur Heymans |
2019-09-29 | device/pci_ops: Add ENV_PCI_SIMPLE_DEVICE | Kyösti Mälkki |
2019-09-28 | device/pci: Replace some __SIMPLE_DEVICE__ use | Kyösti Mälkki |
2019-08-02 | device/pci_ops: Make PCI_BDF() available in all stages | Kyösti Mälkki |
2019-07-04 | device/pci_ops: Define pci_find_capability() just once | Kyösti Mälkki |
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 |