summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/bd82x6x/pcie.c
Commit message (Expand)AuthorAgeFilesLines
* device/device.h: Rename busses for clarityArthur Heymans2024-01-311-2/+2
* sb/intel/bd82x6x: assign PCIe root port ops in chipset devicetreeFelix Held2023-11-181-13/+1
* sb/intel/bd82x6x/pcie: Drop register writePatrick Rudolph2023-10-121-3/+1
* sb/intel/bd82x6x: Warn about slow PCIe downstream devicesPatrick Rudolph2023-10-121-0/+6
* sb/intel/bd82x6x/pcie: Use definesPatrick Rudolph2023-10-121-7/+7
* sb/intel/bd82x6x: Improve SLCAPPatrick Rudolph2023-10-121-6/+27
* sb/intel/bd82x6x: Use helper for PCIe hotplugPatrick Rudolph2023-10-091-5/+9
* treewide: Remove duplicated include <device/pci.h>Elyes Haouas2023-02-011-1/+0
* src: Make PCI ID define names shorterFelix Singer2022-03-071-1/+1
* sb/intel/bd82x6x: Use array for PCIe ASPM overridesAngel Pons2021-06-071-26/+1
* sb/intel/common/pciehp: Replace HP dummy device with common codeArthur Heymans2021-03-071-5/+5
* src: Never set ISA Enable on PCI bridgesAngel Pons2020-07-281-2/+1
* sb/intel/bd82x6x/pcie.c: Drop dead codeAngel Pons2020-07-091-12/+0
* sb/intel/bd82x6x: Use PCI bitwise opsAngel Pons2020-06-101-38/+14
* sb/intel/bd82x6x/pcie.c: Move `pch_pcie_acpi_name` upAngel Pons2020-06-101-20/+20
* src: Use pci_dev_ops_pci where applicableAngel Pons2020-06-061-5/+1
* sb/intel/bd82x6x: Fix 16-bit read/write PCI_COMMAND registerElyes HAOUAS2020-06-021-4/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/southbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-14/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* intel/pci: Utilise pci_def.h for PCI_BRIDGE_CONTROLKyösti Mälkki2019-10-011-5/+5
* southbridge/intel: Tidy up preprocessor and headersKyösti Mälkki2019-08-211-0/+2
* sb/intel/bd82x6x: Add and use more RCBA definesPatrick Rudolph2019-07-181-1/+1
* {northbridge, soc, southbridge}/intel: Make use of generic set_subsystem()Subrata Banik2019-03-211-14/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* Revert "sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location"Arthur Heymans2018-06-211-1/+0
* sb/intel/bd82x6x: Get rid of device_tElyes HAOUAS2018-06-041-3/+4
* sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common locationArthur Heymans2018-02-271-0/+1
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-1/+1
* sb/intel/bd82x6x: Fill in acpi_namePatrick Rudolph2017-06-271-0/+22
* Revert "sb/intel/bd82x6x: Disable unused bridges"Nico Huber2017-06-151-14/+0
* sb/intel/bd82x6x: Disable unused bridgesPatrick Rudolph2017-06-021-0/+14
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* devicetree: Change scan_bus() prototype in device opsKyösti Mälkki2015-06-041-5/+2
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* i82801ix,bd82x6x,ibexpeak: rewrite expresscard hotplugVladimir Serbinenko2014-11-191-0/+15
* intel/sandybridge intel/bd82x6x: remove explicit pcie config accessesKyösti Mälkki2013-08-091-9/+9
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Add bd82x6x mainboards ASPM overrides.Marc Jones2012-11-121-7/+52
* bd82x6x: Convert all PCI ID lists to new schemeStefan Reinauer2012-07-241-64/+10
* Fix issue with PCIe power management setupDuncan Laurie2012-05-011-13/+31
* Add support for Intel Panther Point PCHStefan Reinauer2012-04-041-0/+306