summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/bd82x6x/pch.c
Commit message (Expand)AuthorAgeFilesLines
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* sb/intel/bd82x6x/pch.c: Extract common functionsAngel Pons2023-12-191-118/+0
* sb/intel/bd82x6x/pch: Mark static devices hiddenPatrick Rudolph2023-10-121-0/+4
* sb/intel/bd82x6x: Disable unused PCIe root portsPatrick Rudolph2023-10-091-0/+49
* treewide: Remove duplicated include <device/pci.h>Elyes Haouas2023-02-011-1/+0
* /: Remove extra space after commaElyes Haouas2022-11-301-2/+2
* sb/intel: Use `bool` for PCIe coalescing optionAngel Pons2022-01-041-1/+1
* sb/intel/bd82x6x: Make `pch_silicon_supported` staticAngel Pons2020-08-121-1/+1
* sb/intel/bd82x6x: Use PCI bitwise opsAngel Pons2020-06-101-14/+5
* sb/intel/bd82x6x: Fix 16-bit read/write PCI_COMMAND registerElyes HAOUAS2020-06-021-14/+10
* 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-2/+0
* src: capitalize 'PCIe'Elyes HAOUAS2020-03-041-2/+2
* sb/intel/bd82x6x: Handle enabling of GbENico Huber2019-11-181-1/+1
* arch/x86: Replace some __SMM__ guardsKyösti Mälkki2019-11-091-5/+2
* src/southbridge: change "unsigned" to "unsigned int"Martin Roth2019-10-301-2/+2
* southbridge/intel: Tidy up preprocessor and headersKyösti Mälkki2019-08-211-1/+3
* sb/intel/bd82x6x: Add support to disable xHCIPatrick Rudolph2019-07-261-0/+6
* {soc, southbridge} : Correct typo in commentFrans Hendriks2019-05-031-1/+1
* 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: Use pcidev_on_root()Kyösti Mälkki2019-01-061-8/+4
* sb/intel/bd82x6x: Don't use device_tElyes HAOUAS2018-09-211-5/+5
* Revert "sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location"Arthur Heymans2018-06-211-1/+0
* src: Get rid of device_tElyes HAOUAS2018-06-141-2/+2
* sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common locationArthur Heymans2018-02-271-0/+1
* sb/intel/bd82x6x: make hotplug map consistent to remapped portsBill XIE2017-08-291-3/+32
* southbridge/intel/bd82x6x: transition away from device_tAntonello Dettori2016-09-041-4/+6
* bd82x6x/pch: move global variables to static variables in functionsFelix Held2016-08-191-2/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-1/+0
* Add bd82x6x PCH functions to SMMMarc Jones2013-03-171-65/+85
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Sandy/Ivy Bridge and Cougar/Panther Point: Fix namesStefan Reinauer2012-08-071-1/+1
* Add PCIe port disable debug messageMarc Jones2012-07-241-0/+2
* bd82x6x: Convert all PCI ID lists to new schemeStefan Reinauer2012-07-241-1/+1
* Add an option to enable PCIe root port coalescingDuncan Laurie2012-05-011-11/+185
* Add support for Intel Panther Point PCHStefan Reinauer2012-04-041-0/+234