summaryrefslogtreecommitdiffstats
path: root/src/device/pci_device.c
Commit message (Expand)AuthorAgeFilesLines
...
* device/pci_device: Extract pci_domain_set_resources from SOCRaul E Rangel2020-05-121-0/+5
* pci_device: Extend PCI domain limit to 64-bitFurquan Shaikh2020-05-121-1/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-4/+0
* src/device: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-12/+2
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-1/+1
* Add configurable ramstage support for minimal PCI scanningRonald G. Minnich2020-02-081-0/+6
* pciexp: Add support for allocating PCI express hotplug resourcesJeremy Soller2020-02-051-1/+9
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-5/+5
* device/pci: Enable full 16-bit VGA port i/o decodingNico Huber2019-10-061-0/+39
* device/pci_device.c: Use verified boot to check opromFrans Hendriks2019-10-041-3/+8
* device/pci: Replace add with bitwise-orKyösti Mälkki2019-09-221-1/+1
* AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth2019-09-171-16/+1
* lib/coreboot_table: Show splashscreen in lb_table_initJohanna Schander2019-09-151-4/+0
* device/pci_ops: Make PCI_BDF() available in all stagesKyösti Mälkki2019-08-021-5/+0
* src/device/oprom: Fix bootsplash display code for optionromsJohanna Schander2019-07-261-0/+7
* device: Remove device->ops from early stagesKyösti Mälkki2019-07-151-2/+3
* device/pci: Replace use of dev_find_slot() for IRQsKyösti Mälkki2019-07-121-17/+12
* device/pci_ops: Define pci_find_capability() just onceKyösti Mälkki2019-07-041-67/+0
* vboot: remove OPROM-related codeJoel Kitching2019-05-151-3/+0
* vboot: Change oprom checks to CONFIG_VBOOT, assert OPROM_MATTERSJulius Werner2019-04-021-1/+1
* device/pci_device: Add generic subsystem programming logicSubrata Banik2019-03-211-2/+22
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-2/+7
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-12/+12
* device/pci_ops: Inline PCI config accessors for ramstageKyösti Mälkki2019-03-061-0/+5
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* device/pci_device: Do not break tree topologyKyösti Mälkki2019-01-101-36/+43
* {device,drivers}: Use 'unsigned int' to bare use of 'unsigned'Elyes HAOUAS2018-10-231-1/+2
* device/pci_device.c: Remove unused variable attr settingRichard Spiegel2018-08-081-1/+0
* device/pci: Add MSI-X helper functionsPatrick Rudolph2018-07-191-0/+68
* timestamps: Add timestamps around the vbios load & initMartin Roth2018-03-081-0/+4
* device: add ALWAYS_RUN_OPROM optionAaron Durbin2018-02-011-0/+5
* device/pci_device: remove #if/#endif in oprom logicAaron Durbin2018-02-011-7/+5
* device/pci_rom: Write _ROM method for VGA devicesPatrick Rudolph2018-01-311-0/+1
* device: Make pci_dev_ops_pci structure globalSubrata Banik2017-12-131-1/+1
* security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese2017-10-221-1/+1
* device/pci: untangle struct device and device_tAaron Durbin2017-08-091-11/+12
* src/device: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-281-9/+9
* pci_device: Write vendor ID to subsystem vendor IDRizwan Qureshi2017-05-011-0/+7
* x86/acpi: Add VFCT tablePatrick Rudolph2017-02-041-0/+3
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-081-1/+0
* bootmode: Get rid of CONFIG_BOOTMODE_STRAPSFurquan Shaikh2016-07-281-2/+1
* vboot: Separate vboot from chromeosFurquan Shaikh2016-07-281-1/+1
* src/device: Update license headersMartin Roth2016-04-131-6/+13
* device/pci_device: Set bridge primary bus number before scanningTimothy Pearson2015-10-251-0/+1
* allocator: Page align memory mapped PCI resourcesNico Huber2015-10-221-0/+6
* symbols: add '_' to pci_drivers and cpu_drivers symbolsAaron Durbin2015-09-051-1/+1
* devicetree: Change scan_bus() prototype in device opsKyösti Mälkki2015-06-041-13/+4