Age | Commit message (Expand) | Author |
2020-11-25 | device: Drop unused HyperTransport code | Angel Pons |
2020-11-16 | device/pci: Add NULL check for PCI driver's .ops | Nico Huber |
2020-11-16 | device: Enable bus mastering on system-class devices conditionally | Felix Singer |
2020-11-16 | device: Allow configuring bus mastering for PCI bridges conditionally | Felix Singer |
2020-11-09 | device: Move pci_dev_is_wake_source function | Tim Wawrzynczak |
2020-10-21 | device: Allow virtual/generic devices under PCI in devicetree | Duncan Laurie |
2020-10-11 | pci_device: Add a helper function for determining if PCI device is wake source | Furquan Shaikh |
2020-09-21 | src/device: Drop unneeded empty lines | Elyes HAOUAS |
2020-08-04 | Revert "device/pci_device.c: Do not complain about disabled devices" | Nico Huber |
2020-07-24 | device/pci_device.c: Do not complain about disabled devices | Angel Pons |
2020-07-09 | device/pci_device.c: Drop dead code | Angel Pons |
2020-06-08 | device: Add a disabling PCIe device bus master function | John Zhao |
2020-06-02 | src: Remove redundant includes | Elyes HAOUAS |
2020-05-26 | device/pci: Handle unassigned bus resources gracefully | Nico Huber |
2020-05-26 | device/pci: Refactor pci_set_resource() | Nico Huber |
2020-05-20 | device/pci_device: Add notion of "hidden" PCI devices | Tim Wawrzynczak |
2020-05-18 | device/pci_device: Remove useless pci_bus_ops_pci | Tim Wawrzynczak |
2020-05-12 | device/pci_device: Extract pci_domain_set_resources from SOC | Raul E Rangel |
2020-05-12 | pci_device: Extend PCI domain limit to 64-bit | Furquan Shaikh |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-04-05 | Drop explicit NULL initializations from `device_operations` | Elyes HAOUAS |
2020-04-04 | src/device: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-04-02 | Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` | Nico Huber |
2020-02-08 | Add configurable ramstage support for minimal PCI scanning | Ronald G. Minnich |
2020-02-05 | pciexp: Add support for allocating PCI express hotplug resources | Jeremy Soller |
2019-10-27 | src/[arch-lib]: change "unsigned" to "unsigned int" | Martin Roth |
2019-10-06 | device/pci: Enable full 16-bit VGA port i/o decoding | Nico Huber |
2019-10-04 | device/pci_device.c: Use verified boot to check oprom | Frans Hendriks |
2019-09-22 | device/pci: Replace add with bitwise-or | Kyösti Mälkki |
2019-09-17 | AUTHORS: Move src/device copyrights into AUTHORS file | Martin Roth |
2019-09-15 | lib/coreboot_table: Show splashscreen in lb_table_init | Johanna Schander |
2019-08-02 | device/pci_ops: Make PCI_BDF() available in all stages | Kyösti Mälkki |
2019-07-26 | src/device/oprom: Fix bootsplash display code for optionroms | Johanna Schander |
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-05-15 | vboot: remove OPROM-related code | Joel Kitching |
2019-04-02 | vboot: Change oprom checks to CONFIG_VBOOT, assert OPROM_MATTERS | Julius Werner |
2019-03-21 | device/pci_device: Add generic subsystem programming logic | Subrata Banik |
2019-03-21 | {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() | Subrata Banik |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-06 | device/pci_ops: Inline PCI config accessors for ramstage | Kyösti Mälkki |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-03-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
2019-01-10 | device/pci_device: Do not break tree topology | Kyösti Mälkki |
2018-10-23 | {device,drivers}: Use 'unsigned int' to bare use of 'unsigned' | Elyes HAOUAS |
2018-08-08 | device/pci_device.c: Remove unused variable attr setting | Richard Spiegel |
2018-07-19 | device/pci: Add MSI-X helper functions | Patrick Rudolph |
2018-03-08 | timestamps: Add timestamps around the vbios load & init | Martin Roth |
2018-02-01 | device: add ALWAYS_RUN_OPROM option | Aaron Durbin |
2018-02-01 | device/pci_device: remove #if/#endif in oprom logic | Aaron Durbin |
2018-01-31 | device/pci_rom: Write _ROM method for VGA devices | Patrick Rudolph |
2017-12-13 | device: Make pci_dev_ops_pci structure global | Subrata Banik |
2017-10-22 | security/vboot: Move vboot2 to security kconfig section | Philipp Deppenwiese |
2017-08-09 | device/pci: untangle struct device and device_t | Aaron Durbin |
2017-06-28 | src/device: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-05-01 | pci_device: Write vendor ID to subsystem vendor ID | Rizwan Qureshi |
2017-02-04 | x86/acpi: Add VFCT table | Patrick Rudolph |
2016-12-08 | buildsystem: Drop explicit (k)config.h includes | Kyösti Mälkki |
2016-07-28 | bootmode: Get rid of CONFIG_BOOTMODE_STRAPS | Furquan Shaikh |
2016-07-28 | vboot: Separate vboot from chromeos | Furquan Shaikh |
2016-04-13 | src/device: Update license headers | Martin Roth |
2015-10-25 | device/pci_device: Set bridge primary bus number before scanning | Timothy Pearson |
2015-10-22 | allocator: Page align memory mapped PCI resources | Nico Huber |
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 | devicetree: Single scan_bridges() | Kyösti Mälkki |
2015-06-04 | PCI subsystem: Drop parameter max from scan_bus | Kyösti Mälkki |
2015-06-04 | PCI subsystem: Use subordinate property to track bus enumeration | Kyösti Mälkki |
2015-06-04 | PCI subsystem: Refactor PCI bridge register control | Kyösti Mälkki |
2015-06-04 | devicetree: Rename unused parameter max in domain_scan_bus() | Kyösti Mälkki |
2015-03-09 | AMD fam10: Drop PCI_BUS_SEGN_BITS | Kyösti Mälkki |
2015-02-10 | PCI subsystem: Remove AGP bridge type | Kyösti Mälkki |
2015-01-12 | src/device: Doxygen fixes | Martin Roth |
2015-01-06 | doxygen fixes: fix parameter names to match the functions | Martin Roth |
2014-06-25 | device/pci_device.c: Sanitize headers | Edward O'Callaghan |
2014-06-21 | PCI VGA ROM: Use acpi_is_wakeup_s3() | Kyösti Mälkki |
2014-05-29 | PCI IRQs: Swizzle PCI IRQs for PCI bridges | Mike Loptien |
2014-05-01 | device: Conditionally bypass oprom execution | Kyösti Mälkki |
2014-05-01 | ChromeOS: Remove oprom_is_loaded | Kyösti Mälkki |
2014-05-01 | device: provide option to always load PCI option roms | Kyösti Mälkki |
2013-12-24 | Remove PCI_ROM_RUN option | Vladimir Serbinenko |
2013-12-21 | Add Kconfig options to override Subsystem Vendor and Device ID | Duncan Laurie |
2013-08-24 | Add test to match struct device with pci_devfn_t | Kyösti Mälkki |
2013-04-01 | pci: don't load vga option rom before S3 check | Aaron Durbin |
2012-11-30 | Rename devices -> device | Stefan Reinauer |