Age | Commit message (Expand) | Author |
2019-09-30 | device/pci_early: Drop some __SIMPLE_DEVICE__ use | Kyösti Mälkki |
2019-09-28 | cpu,device/: Remove some __SIMPLE_DEVICE__ and __ROMCC__ use | Kyösti Mälkki |
2019-07-15 | device: Remove device->ops from early stages | Kyösti Mälkki |
2019-07-12 | device/pci: Replace use of dev_find_slot() for IRQs | 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-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-06 | device/pci_ops: Change ramstage PCI accessor signatures | Kyösti Mälkki |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2019-03-03 | device/pci_ops: Drop unused parameter | Kyösti Mälkki |
2019-03-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
2019-02-11 | device/pci_ops: Move questionable pci_locate() variants | Kyösti Mälkki |
2019-02-11 | device/pci_early.c: Drop some guards | Kyösti Mälkki |
2019-01-16 | buildsystem: Promote rules.h to default include | Kyösti Mälkki |
2018-12-30 | device/pci_early: Fixes for __SIMPLE_DEVICE__ | Kyösti Mälkki |
2018-07-19 | device/pci: Add MSI-X helper functions | Patrick Rudolph |
2018-05-03 | pci: Fix function prototype | Patrick Rudolph |
2017-12-13 | device: Make pci_dev_ops_pci structure global | Subrata Banik |
2017-08-09 | device/pci: untangle struct device and device_t | Aaron Durbin |
2017-07-13 | src/include: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-03-13 | src/include: Wrap lines at 80 columns | Lee Leahy |
2017-03-13 | src/include: Remove space between function name and parameters | Lee Leahy |
2017-03-13 | src/include: Fix space between type, * and variable name | Lee Leahy |
2017-03-12 | src/include: Remove braces for single statements | Lee Leahy |
2017-03-09 | src/include: Add space after comma | Lee Leahy |
2017-03-09 | src/include: Fix unsigned warnings | Lee Leahy |
2016-09-04 | device/pci.h: change #ifdef argument to __SIMPLE_DEVICE__ | Antonello Dettori |
2016-02-03 | include/device: Move inline functions from pci_def.h to pci.h | Alexandru Gagniuc |
2015-09-05 | symbols: add '_' to pci_drivers and cpu_drivers symbols | Aaron Durbin |
2015-06-04 | devicetree: Change scan_bus() prototype in device ops | Kyösti Mälkki |
2015-06-04 | PCI subsystem: Drop parameter max from scan_bus | Kyösti Mälkki |
2015-04-22 | device: Add class and subclass name support | Lee Leahy |
2015-03-23 | PCIe: Add L1 Sub-State support. | Kenji Chen |
2014-07-19 | device/pci_early.c: Mixes up variants of a typedefs to 'u32' | Edward O'Callaghan |
2014-05-29 | PCI IRQs: Swizzle PCI IRQs for PCI bridges | Mike Loptien |
2014-04-18 | build rules: Identify build stage with simple variables | Kyösti Mälkki |
2014-04-09 | OxPCIe uart: Split PCI bridge control | Kyösti Mälkki |
2014-02-12 | PCI: Add capability list parser to romstage | Kyösti Mälkki |
2014-02-12 | PCI: Guard pci.h with CONFIG_PCI | Kyösti Mälkki |
2013-08-24 | Add test to match struct device with pci_devfn_t | Kyösti Mälkki |
2013-08-01 | Add directive __SIMPLE_DEVICE__ | Kyösti Mälkki |
2013-07-25 | Redefine pci_bus_default_ops as function | Kyösti Mälkki |
2013-03-22 | x86: Unify arch/io.h and arch/romcc_io.h | Stefan Reinauer |
2013-03-11 | pci.h: Drop unused `mainboard_pci_subsystem*` prototypes | Patrick Georgi |
2012-08-04 | Make the device tree available in the rom stage | Stefan Reinauer |
2012-07-05 | PCI Type2 config must die | Ronald G. Minnich |