aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)Author
2020-09-25x86: Add support for more than 8 MTRRsSimon Glass
2020-09-25x86: apl: Check low-level init in FSP-S pre-initSimon Glass
2020-09-25x86: Notify the FSP of the 'end firmware' eventSimon Glass
2020-09-25x86: Sort the MTRR tableSimon Glass
2020-09-25x86: cpu: Report address width from cpu_get_info()Simon Glass
2020-09-25x86: apl: Drop unnecessary code in PMC driverSimon Glass
2020-09-25x86: apl: Generate ACPI table for LPCSimon Glass
2020-09-25x86: apl: Generate CPU tablesSimon Glass
2020-09-25x86: apl: Add support for hostbridge ACPI generationSimon Glass
2020-09-25x86: apl: Generate required ACPI tablesSimon Glass
2020-09-25x86: apl: Allow reading hostbridge base addressesSimon Glass
2020-09-25x86: Support Atom SoCs using SWSMISCI rather than the SWSCISimon Glass
2020-09-25x86: acpi: Add common Intel ACPI tablesSimon Glass
2020-09-25x86: Add a few common Intel CPU functionsSimon Glass
2020-09-25x86: acpi: Add a common routine to write WiFi infoSimon Glass
2020-09-25x86: apl: Support writing the IntelGraphicsMem tableSimon Glass
2020-09-25x86: acpi: Support external GNVS tablesSimon Glass
2020-09-25x86: Add a config for the systemagent PCIEX regions sizeSimon Glass
2020-09-21Merge branch 'master' into nextTom Rini
2020-09-21x86: fsp: Replace e-mmc with emmc in devicetree bindingsWolfgang Wallner
2020-09-07Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.de...Tom Rini
2020-09-01x86: Introduce USE_EARLY_BOARD_INIT optionAndy Shevchenko
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese
2020-08-03sf: Drop dm.h header file from spi_flash.hSimon Glass
2020-08-03x86: call32: Append appropriate suffixesAndy Shevchenko
2020-08-03x86: sipi_vector: Append appropriate suffixesAndy Shevchenko
2020-08-03arch: x86: apl: Update FSP parametersBernhard Messerklinger
2020-08-03x86: apl: fsp_bindings: Add support for u64 parametersBernhard Messerklinger
2020-07-28x86: Change how selection of ROMs worksSimon Glass
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass
2020-07-20x86: mp: Add more comments to the moduleSimon Glass
2020-07-20x86: mtrr: Add support for writing to MTRRs on any CPUSimon Glass
2020-07-20x86: mtrr: Update MTRRs on all CPUsSimon Glass
2020-07-20x86: Don't enable SMP in SPLSimon Glass
2020-07-20x86: mtrr: Use MP calls to list the MTRRsSimon Glass
2020-07-20x86: mp: Add iterators for CPUsSimon Glass
2020-07-20x86: mp: Park CPUs before running the OSSimon Glass
2020-07-20x86: mp: Allow running functions on multiple CPUsSimon Glass
2020-07-20x86: Set the SMP flag when MP init is completeSimon Glass
2020-07-20x86: mp: Support APs waiting for instructionsSimon Glass
2020-07-20x86: cpu: Remove unnecessary #ifdefsSimon Glass
2020-07-20x86: mp_init: Adjust bsp_init() to return more informationSimon Glass
2020-07-20x86: mp_init: Set up the CPU numbers at the startSimon Glass
2020-07-20x86: mp_init: Drop the num_cpus static variableSimon Glass
2020-07-20x86: mp_init: Switch parameter names in start_aps()Simon Glass
2020-07-20x86: mp_init: Avoid declarations in header filesSimon Glass
2020-07-20x86: Move MP code into mp_initSimon Glass
2020-07-20x86: mp_init: Switch to livetreeSimon Glass