summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/bd82x6x.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-05-08x86: ivybridge: Implement PCH_REQ_PMBASE_INFOSimon Glass1-0/+15
2019-02-20x86: ivybridge: Add a way to get the HDA config settingSimon Glass1-2/+25
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-02-06x86: ivybridge: Declare global data where it is usedSimon Glass1-0/+2
2016-10-11dm: x86: Move link to use driver model for videoSimon Glass1-12/+0
2016-05-17dm: Rename disk uclass to ahciSimon Glass1-1/+1
2016-03-17x86: Move common LPC code to its own placeSimon Glass1-14/+2
2016-03-17x86: Add the root-complex block to common intel registersSimon Glass1-0/+1
2016-02-21x86: ivybridge: bd82x6x: Support FSP enabled configurationBin Meng1-0/+4
2016-02-05x86: pch: Implement get_gpio_base opBin Meng1-0/+33
2016-02-05dm: pch: Rename get_sbase op to get_spi_baseBin Meng1-2/+2
2016-02-05dm: pch: Remove pch_get_version opBin Meng1-6/+0
2016-01-24x86: ivybridge: Use syscon for the GMA deviceSimon Glass1-9/+5
2016-01-24x86: ivybridge: Drop special EHCI initSimon Glass1-3/+0
2016-01-24x86: ivybridge: Move code from pch.c to bd82x6x.cSimon Glass1-0/+129
2016-01-24x86: ivybridge: Move LPC init into the LPC probe() methodSimon Glass1-4/+0
2016-01-24x86: ivybridge: Move lpc_enable() into gma.cSimon Glass1-1/+0
2016-01-24x86: ivybridge: Use the SATA driver to do the initSimon Glass1-8/+5
2016-01-24x86: ivybridge: Drop the unused bd82x6x_init_extra()Simon Glass1-16/+0
2016-01-24x86: ivybridge: Do the SATA init before relocationSimon Glass1-2/+0
2016-01-24x86: ivybridge: Move northbridge and PCH init into driversSimon Glass1-42/+0
2016-01-24x86: ivybridge: Move CPU init code into the driverSimon Glass1-6/+0
2016-01-24x86: ivybridge: Rename lpc_init() to lpc_init_extra()Simon Glass1-1/+1
2016-01-24x86: ivybridge: Rename bd82x6x_init()Simon Glass1-1/+1
2016-01-24x86: ivybridge: Set up the LPC device using driver modelSimon Glass1-0/+3
2016-01-24dm: x86: spi: Convert ICH SPI driver to driver model PCI APISimon Glass1-1/+46
2016-01-12dm: x86: ivybridge: Convert graphics init to use DM PCI APISimon Glass1-2/+4
2015-10-21x86: ivybridge: Remove the dead codes that programs pci bridgeBin Meng1-32/+0
2015-04-18dm: x86: Add a uclass for a Platform Controller HubSimon Glass1-9/+0
2015-04-18dm: x86: pci: Convert chromebook_link to use driver model for pciSimon Glass1-1/+23
2015-04-17x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass1-16/+16
2014-11-25x86: Add initial video device init for Intel GMASimon Glass1-1/+12
2014-11-25x86: ivybridge: Add northbridge init functionsSimon Glass1-0/+2
2014-11-25x86: Add init for model 206AX CPUSimon Glass1-0/+6
2014-11-25x86: ivybridge: Set up EHCI USBSimon Glass1-0/+2
2014-11-25x86: ivybridge: Add SATA initSimon Glass1-0/+20
2014-11-25x86: ivybridge: Add additional LPC initSimon Glass1-0/+6
2014-11-25x86: ivybridge: Add support for BD82x6x PCHSimon Glass1-0/+99