summaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)AuthorFilesLines
2020-11-05x86: apl: Add core init for the SoCSimon Glass4-20/+128
2020-11-05x86: Fix up driver names to avoid dtoc warningsSimon Glass9-12/+12
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-10-06bloblist: Allow custom alignment for blobsSimon Glass2-2/+2
2020-09-25x86: edison: Generate an image suitable for xFSTKSimon Glass1-0/+1
2020-09-25x86: Add support for more than 8 MTRRsSimon Glass1-5/+7
2020-09-25x86: apl: Check low-level init in FSP-S pre-initSimon Glass1-0/+2
2020-09-25x86: Notify the FSP of the 'end firmware' eventSimon Glass1-0/+15
2020-09-25x86: Sort the MTRR tableSimon Glass1-0/+12
2020-09-25x86: cpu: Report address width from cpu_get_info()Simon Glass3-0/+29
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: acpi: Add common Intel ACPI tablesSimon Glass3-0/+393
2020-09-25x86: Add a few common Intel CPU functionsSimon Glass1-0/+64
2020-09-25x86: acpi: Add a common routine to write WiFi infoSimon Glass2-0/+121
2020-09-25x86: apl: Support writing the IntelGraphicsMem tableSimon Glass3-0/+173
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-21Merge branch 'master' into nextTom Rini1-3/+3
2020-09-21x86: fsp: Replace e-mmc with emmc in devicetree bindingsWolfgang Wallner1-3/+3
2020-09-07Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.de...Tom Rini1-2/+0
2020-09-01x86: Introduce USE_EARLY_BOARD_INIT optionAndy Shevchenko1-0/+3
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese1-2/+0
2020-08-03sf: Drop dm.h header file from spi_flash.hSimon Glass1-0/+1
2020-08-03x86: call32: Append appropriate suffixesAndy Shevchenko1-3/+2
2020-08-03x86: sipi_vector: Append appropriate suffixesAndy Shevchenko1-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-28x86: Change how selection of ROMs worksSimon Glass1-0/+1
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass6-12/+13
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini6-13/+12
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass6-12/+13
2020-07-20x86: mp: Add more comments to the moduleSimon Glass1-2/+89
2020-07-20x86: mtrr: Add support for writing to MTRRs on any CPUSimon Glass1-0/+81
2020-07-20x86: mtrr: Update MTRRs on all CPUsSimon Glass1-0/+57
2020-07-20x86: Don't enable SMP in SPLSimon Glass1-1/+1
2020-07-20x86: mtrr: Use MP calls to list the MTRRsSimon Glass1-0/+11
2020-07-20x86: mp: Add iterators for CPUsSimon Glass1-0/+63
2020-07-20x86: mp: Park CPUs before running the OSSimon Glass2-0/+21
2020-07-20x86: mp: Allow running functions on multiple CPUsSimon Glass1-6/+101
2020-07-20x86: Set the SMP flag when MP init is completeSimon Glass1-0/+1
2020-07-20x86: mp: Support APs waiting for instructionsSimon Glass2-8/+116
2020-07-20x86: cpu: Remove unnecessary #ifdefsSimon Glass2-29/+26
2020-07-20x86: mp_init: Adjust bsp_init() to return more informationSimon Glass1-13/+23