index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
device
/
pci_device.c
Age
Commit message (
Expand
)
Author
2021-01-18
device/pci_device.c: Remove repeated word
Elyes HAOUAS
2021-01-12
device/pci_device.c: Use same indents for switch/case
Felix Singer
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
[next]