summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/lynxpoint/pch.c
Commit message (Expand)AuthorAgeFilesLines
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* treewide: Remove duplicated include <device/pci.h>Elyes Haouas2023-02-011-1/+0
* /: Remove extra space after commaElyes Haouas2022-11-301-1/+1
* src/southbridge: Remove unused <delay.h>Elyes HAOUAS2022-01-051-1/+0
* sb/intel/lynxpoint: Drop unnecessary `UL` suffixAngel Pons2020-10-311-8/+8
* sb/intel/lynxpoint: Do not determine PCH type at runtimeAngel Pons2020-09-141-5/+0
* sb/intel/lynxpoint: Move IOBP API to its own compilation unitAngel Pons2020-08-121-104/+1
* sb/intel/lynxpoint: Use PCI bitwise opsAngel Pons2020-08-071-8/+3
* sb/intel/lynxpoint: Add PCH platform type functionAngel Pons2020-07-121-7/+13
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* sb/intel/lynxpoint: Fix 16-bit read/write PCI_COMMAND registerElyes HAOUAS2020-05-011-8/+5
* 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
* arch/x86: Replace some __SMM__ guardsKyösti Mälkki2019-11-091-2/+2
* src/southbridge: change "unsigned" to "unsigned int"Martin Roth2019-10-301-1/+1
* {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-1/+1
* sb/intel/lynxpoint: Handle H81 only having 6 PCIe root portsTristan Corrick2018-12-281-0/+10
* src/southbridge: Get rid of device_tElyes HAOUAS2018-12-071-3/+6
* src/{sb/intel,mb/google/auron}: Don't use device_tElyes HAOUAS2018-10-181-3/+3
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* lynxpoint: disable pcie devices based on configAaron Durbin2013-12-051-2/+2
* lynxpoint: move all pcie device handling to pcie.cAaron Durbin2013-12-021-186/+1
* lynxpoint: expose pch_disable_devfn()Aaron Durbin2013-12-021-5/+5
* lynxpoint: expose iobp functionsAaron Durbin2013-12-021-6/+19
* lynxpoint: Enable SerialIO clock in PCI modeDuncan Laurie2013-11-251-5/+21
* Fix compilation of Intel LynxPoint based boardsStefan Reinauer2013-03-221-5/+1
* lynxpoint: Add helper functions for reading PM and GPIO baseDuncan Laurie2013-03-211-0/+20
* lynxpoint: Add function for checking for LP chipsetDuncan Laurie2013-03-211-11/+29
* lynxpoint: Add support for disabling ULT devicesDuncan Laurie2013-03-171-0/+24
* haswell: more ULT/LP support and minor tweaksDuncan Laurie2013-03-141-4/+7
* lynxpoint: Update IOBP programming methodDuncan Laurie2013-03-141-22/+58
* haswell: Add initial support for Haswell platformsAaron Durbin2013-03-141-0/+383