summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/apollolake
Commit message (Expand)AuthorAgeFilesLines
...
* x86: apl: Re-enable loading of SPLSimon Glass2020-07-091-1/+1
* x86: Don't build some unused objects in TPLTom Rini2020-06-291-1/+1
* x86: apl: Use devicetree for FSP-S configurationBernhard Messerklinger2020-05-272-380/+1195
* x86: apl: Use devicetree for FSP-M configurationBernhard Messerklinger2020-05-273-163/+623
* x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabledBernhard Messerklinger2020-05-271-21/+25
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-182-0/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-187-0/+7
* common: Drop init.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-182-0/+2
* x86: apl: Skip init code when chain loadingSimon Glass2020-04-301-0/+2
* x86: Move acpi_s3.h to include/acpi/Simon Glass2020-04-163-3/+3
* x86: apl: Use cpu_x86_get_count() for cpu_ops.get_countWolfgang Wallner2020-03-051-6/+1
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-113-0/+3
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-053-0/+3
* | x86: coral: Add I2C and TPM device-tree definitionsSimon Glass2020-02-071-0/+1
* | x86: Give each driver an IRQ typeSimon Glass2020-02-071-2/+2
* | x86: apl: Drop the I2C config in FSP-SSimon Glass2020-02-071-58/+0
* | x86: apl: Use the clock driverSimon Glass2020-02-071-0/+3
* | x86: Move P2SB from Apollo Lake to a more generic locationWolfgang Wallner2020-02-073-171/+1
|/
* x86: itss: Add a Kconfig option to enable/disable ITSS driverWolfgang Wallner2020-02-041-0/+1
* x86: Move itss.c from Apollo Lake to a more generic locationWolfgang Wallner2020-02-042-215/+0
* x86: Move itss.h from Apollo Lake to the generic x86 include directoryWolfgang Wallner2020-02-041-1/+1
* x86: apl: Add the term "Interrupt Timer Subsystem" to ITSS filesWolfgang Wallner2020-02-041-1/+1
* x86: apl: Avoid accessing the PCI bus before it is probedSimon Glass2020-01-072-11/+29
* x86: apl: Add FSP supportSimon Glass2019-12-153-0/+877
* x86: apl: Add Kconfig and MakefileSimon Glass2019-12-151-0/+96
* x86: apl: Add P2SB driverSimon Glass2019-12-152-0/+167
* x86: apl: Add SPL/TPL initSimon Glass2019-12-152-0/+272
* x86: apl: Add a CPU driverSimon Glass2019-12-153-0/+60
* x86: apl: Add SPL loadersSimon Glass2019-12-152-0/+180
* x86: apl: Add PUNIT driverSimon Glass2019-12-152-0/+97
* x86: apl: Add PCH driverSimon Glass2019-12-152-0/+37
* x86: apl: Add LPC driverSimon Glass2019-12-152-0/+123
* x86: apl: Add ITSS driverSimon Glass2019-12-152-0/+215
* x86: apl: Add hostbridge driverSimon Glass2019-12-152-0/+180
* x86: apl: Add systemagent driverSimon Glass2019-12-152-0/+25
* x86: apl: Add UART driverSimon Glass2019-12-152-0/+134
* x86: apl: Add PMC driverSimon Glass2019-12-152-0/+221