Age | Commit message (Expand) | Author |
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 |
2012-05-01 | Allow device ID arrays in the PCI driver structure | Vadim Bendebury |
2011-02-03 | Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functions | Patrick Georgi |
2010-11-04 | Various cosmetic and coding style fixes in src/devices. | Uwe Hermann |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2009-10-27 | Improve coreboot build output and eliminate some warnings: | 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-07-21 | Rewrite interrupt handling in coreboot to be more comprehensible and | Stefan Reinauer |
2008-12-18 | This patch gets rid of all the implicit definition warnings for serengeti exc... | Myles Watson |
2006-10-04 | AMD Rev F support | Yinghai Lu |
2005-07-08 | eric patch | Yinghai Lu |
2005-01-10 | added PCI expansion ROM support, | Li-Ta Lo |
2004-11-25 | update comment according to the new DOM | Li-Ta Lo |
2004-11-18 | - First stab at getting the ppc ports building and working. | Eric Biederman |
2004-10-21 | - Bump the LinuxBIOS major version | Eric Biederman |
2004-10-14 | - First pass through with with device tree enhancement merge. Most of the me... | Eric Biederman |
2004-03-23 | Doxidization, reformat | Li-Ta Lo |
2003-09-02 | - Major update of the dynamic device tree so it can handle | Eric Biederman |
2003-07-12 | - Remove all of the annoying $Id strings | Eric Biederman |
2003-05-19 | - Cleanups on the romcc side including a pci interface that uses | Eric Biederman |
2003-04-24 | - Small step forward Linux boots and almost works... | Eric Biederman |