summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/apollolake
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass7-0/+7
2020-05-19common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass2-0/+2
2020-04-30x86: apl: Skip init code when chain loadingSimon Glass1-0/+2
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass3-3/+3
2020-03-05x86: apl: Use cpu_x86_get_count() for cpu_ops.get_countWolfgang Wallner1-6/+1
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini3-0/+3
2020-02-07x86: coral: Add I2C and TPM device-tree definitionsSimon Glass1-0/+1
2020-02-07x86: Give each driver an IRQ typeSimon Glass1-2/+2
2020-02-07x86: apl: Drop the I2C config in FSP-SSimon Glass1-58/+0
2020-02-07x86: apl: Use the clock driverSimon Glass1-0/+3
2020-02-07x86: Move P2SB from Apollo Lake to a more generic locationWolfgang Wallner3-171/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass3-0/+3
2020-02-04x86: itss: Add a Kconfig option to enable/disable ITSS driverWolfgang Wallner1-0/+1
2020-02-04x86: Move itss.c from Apollo Lake to a more generic locationWolfgang Wallner2-215/+0
2020-02-03x86: Move itss.h from Apollo Lake to the generic x86 include directoryWolfgang Wallner1-1/+1
2020-02-03x86: apl: Add the term "Interrupt Timer Subsystem" to ITSS filesWolfgang Wallner1-1/+1
2020-01-08x86: apl: Avoid accessing the PCI bus before it is probedSimon Glass2-11/+29
2019-12-15x86: apl: Add FSP supportSimon Glass3-0/+877
2019-12-15x86: apl: Add Kconfig and MakefileSimon Glass1-0/+96
2019-12-15x86: apl: Add P2SB driverSimon Glass2-0/+167
2019-12-15x86: apl: Add SPL/TPL initSimon Glass2-0/+272
2019-12-15x86: apl: Add a CPU driverSimon Glass3-0/+60
2019-12-15x86: apl: Add SPL loadersSimon Glass2-0/+180
2019-12-15x86: apl: Add PUNIT driverSimon Glass2-0/+97
2019-12-15x86: apl: Add PCH driverSimon Glass2-0/+37
2019-12-15x86: apl: Add LPC driverSimon Glass2-0/+123
2019-12-15x86: apl: Add ITSS driverSimon Glass2-0/+215
2019-12-15x86: apl: Add hostbridge driverSimon Glass2-0/+180
2019-12-15x86: apl: Add systemagent driverSimon Glass2-0/+25
2019-12-15x86: apl: Add UART driverSimon Glass2-0/+134
2019-12-15x86: apl: Add PMC driverSimon Glass2-0/+221