summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/apollolake
AgeCommit message (Expand)AuthorFilesLines
2020-07-20x86: mp: Support APs waiting for instructionsSimon Glass1-0/+1
2020-07-17x86: apl: Adjust FSP-M code to avoid hard-coded addressSimon Glass1-1/+2
2020-07-17x86: apl: Set the correct boot mode in the FSP-M codeSimon Glass1-1/+2
2020-07-17x86: apl: Fix save/restore of ITSS prioritiesSimon Glass1-6/+5
2020-07-17x86: apl: Support set_hide() in p2sb driverSimon Glass1-15/+11
2020-07-17x86: apl: Use memory-mapped access for VBTSimon Glass1-14/+5
2020-07-17x86: fsp: Support a warning message when DRAM init is slowSimon Glass1-2/+10
2020-07-17x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUMESimon Glass2-11/+12
2020-07-09x86: apl: Re-enable loading of SPLSimon Glass1-1/+1
2020-06-29x86: Don't build some unused objects in TPLTom Rini1-1/+1
2020-05-27x86: apl: Use devicetree for FSP-S configurationBernhard Messerklinger2-380/+1195
2020-05-27x86: apl: Use devicetree for FSP-M configurationBernhard Messerklinger3-163/+623
2020-05-27x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabledBernhard Messerklinger1-21/+25
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
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