aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/northbridge.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2019-10-08x86: Add common functions for TDP and perf controlSimon Glass1-1/+1
2019-02-20sound: x86: link: Add sound supportSimon Glass1-0/+32
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-09-16x86: ivybridge: remove unused variablesHeinrich Schuchardt1-10/+0
2017-02-06x86: ivybridge: Declare global data where it is usedSimon Glass1-0/+2
2016-05-23x86: Drop asm/acpi.hBin Meng1-1/+0
2016-03-17x86: Create a common header for Intel register accessSimon Glass1-2/+3
2016-01-24x86: ivybridge: Sort out the calls to bridge_silicon_revision()Simon Glass1-25/+22
2016-01-24x86: ivybridge: Use driver model PCI API in bd82x6x.cSimon Glass1-13/+7
2016-01-24x86: ivybridge: Move northbridge and PCH init into driversSimon Glass1-4/+12
2016-01-24x86: ivybridge: Move early init code into northbridge.cSimon Glass1-0/+67
2015-12-09x86: Remove HAVE_ACPI_RESUMEBin Meng1-16/+0
2015-04-16x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass1-3/+3
2014-11-25x86: ivybridge: Add northbridge init functionsSimon Glass1-0/+188