aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/apollolake
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass4-5/+5
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass1-1/+1
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass1-1/+1
2020-11-06x86: Silence some logging statementsSimon Glass1-4/+4
2020-11-06x86: Set up Chrome OS to boot into developer modeSimon Glass1-6/+20
2020-11-06x86: Use CONFIG_CHROMEOS_VBOOT for verified bootSimon Glass1-1/+2
2020-11-05x86: apl: Add core init for the SoCSimon Glass3-20/+109
2020-11-05x86: Fix up driver names to avoid dtoc warningsSimon Glass7-10/+10
2020-10-29x86: apl: Take advantage of the of-platdata parent supportSimon Glass1-1/+2
2020-10-29x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOTSimon Glass1-0/+2
2020-09-25x86: apl: Check low-level init in FSP-S pre-initSimon Glass1-0/+2
2020-09-25x86: apl: Drop unnecessary code in PMC driverSimon Glass1-6/+2
2020-09-25x86: apl: Generate ACPI table for LPCSimon Glass1-0/+18
2020-09-25x86: apl: Generate CPU tablesSimon Glass1-0/+77
2020-09-25x86: apl: Add support for hostbridge ACPI generationSimon Glass1-9/+211
2020-09-25x86: apl: Generate required ACPI tablesSimon Glass2-0/+212
2020-09-25x86: apl: Allow reading hostbridge base addressesSimon Glass1-0/+27
2020-09-25x86: Support Atom SoCs using SWSMISCI rather than the SWSCISimon Glass1-0/+1
2020-09-25x86: apl: Support writing the IntelGraphicsMem tableSimon Glass1-0/+1
2020-09-25x86: acpi: Support external GNVS tablesSimon Glass1-0/+1
2020-09-25x86: Add a config for the systemagent PCIEX regions sizeSimon Glass1-0/+1
2020-09-21x86: fsp: Replace e-mmc with emmc in devicetree bindingsWolfgang Wallner1-3/+3
2020-08-03arch: x86: apl: Update FSP parametersBernhard Messerklinger1-0/+23
2020-08-03x86: apl: fsp_bindings: Add support for u64 parametersBernhard Messerklinger1-0/+28
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass1-1/+1
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-18common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass7-0/+7
2020-05-18common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-18common: 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