summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/bd82x6x.c
Commit message (Expand)AuthorAgeFilesLines
* x86: ivybridge: Ensure LPC is available for GPIO baseSimon Glass2023-05-111-8/+9
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-2/+2
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* x86: ivybridge: Implement PCH_REQ_PMBASE_INFOSimon Glass2019-05-081-0/+15
* x86: ivybridge: Add a way to get the HDA config settingSimon Glass2019-02-201-2/+25
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* x86: ivybridge: Declare global data where it is usedSimon Glass2017-02-061-0/+2
* dm: x86: Move link to use driver model for videoSimon Glass2016-10-111-12/+0
* dm: Rename disk uclass to ahciSimon Glass2016-05-171-1/+1
* x86: Move common LPC code to its own placeSimon Glass2016-03-171-14/+2
* x86: Add the root-complex block to common intel registersSimon Glass2016-03-171-0/+1
* x86: ivybridge: bd82x6x: Support FSP enabled configurationBin Meng2016-02-211-0/+4
* x86: pch: Implement get_gpio_base opBin Meng2016-02-051-0/+33
* dm: pch: Rename get_sbase op to get_spi_baseBin Meng2016-02-051-2/+2
* dm: pch: Remove pch_get_version opBin Meng2016-02-051-6/+0
* x86: ivybridge: Use syscon for the GMA deviceSimon Glass2016-01-241-9/+5
* x86: ivybridge: Drop special EHCI initSimon Glass2016-01-241-3/+0
* x86: ivybridge: Move code from pch.c to bd82x6x.cSimon Glass2016-01-241-0/+129
* x86: ivybridge: Move LPC init into the LPC probe() methodSimon Glass2016-01-241-4/+0
* x86: ivybridge: Move lpc_enable() into gma.cSimon Glass2016-01-241-1/+0
* x86: ivybridge: Use the SATA driver to do the initSimon Glass2016-01-241-8/+5
* x86: ivybridge: Drop the unused bd82x6x_init_extra()Simon Glass2016-01-241-16/+0
* x86: ivybridge: Do the SATA init before relocationSimon Glass2016-01-241-2/+0
* x86: ivybridge: Move northbridge and PCH init into driversSimon Glass2016-01-241-42/+0
* x86: ivybridge: Move CPU init code into the driverSimon Glass2016-01-241-6/+0
* x86: ivybridge: Rename lpc_init() to lpc_init_extra()Simon Glass2016-01-241-1/+1
* x86: ivybridge: Rename bd82x6x_init()Simon Glass2016-01-241-1/+1
* x86: ivybridge: Set up the LPC device using driver modelSimon Glass2016-01-241-0/+3
* dm: x86: spi: Convert ICH SPI driver to driver model PCI APISimon Glass2016-01-241-1/+46
* dm: x86: ivybridge: Convert graphics init to use DM PCI APISimon Glass2016-01-121-2/+4
* x86: ivybridge: Remove the dead codes that programs pci bridgeBin Meng2015-10-211-32/+0
* dm: x86: Add a uclass for a Platform Controller HubSimon Glass2015-04-181-9/+0
* dm: x86: pci: Convert chromebook_link to use driver model for pciSimon Glass2015-04-181-1/+23
* x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass2015-04-161-16/+16
* x86: Add initial video device init for Intel GMASimon Glass2014-11-251-1/+12
* x86: ivybridge: Add northbridge init functionsSimon Glass2014-11-251-0/+2
* x86: Add init for model 206AX CPUSimon Glass2014-11-251-0/+6
* x86: ivybridge: Set up EHCI USBSimon Glass2014-11-251-0/+2
* x86: ivybridge: Add SATA initSimon Glass2014-11-251-0/+20
* x86: ivybridge: Add additional LPC initSimon Glass2014-11-251-0/+6
* x86: ivybridge: Add support for BD82x6x PCHSimon Glass2014-11-251-0/+99