summaryrefslogtreecommitdiff
path: root/arch/x86/cpu
Commit message (Expand)AuthorAgeFilesLines
* bloblist: Allow custom alignment for blobsSimon Glass2020-10-062-2/+2
* x86: edison: Generate an image suitable for xFSTKSimon Glass2020-09-251-0/+1
* x86: Add support for more than 8 MTRRsSimon Glass2020-09-251-5/+7
* x86: apl: Check low-level init in FSP-S pre-initSimon Glass2020-09-251-0/+2
* x86: Notify the FSP of the 'end firmware' eventSimon Glass2020-09-251-0/+15
* x86: Sort the MTRR tableSimon Glass2020-09-251-0/+12
* x86: cpu: Report address width from cpu_get_info()Simon Glass2020-09-253-0/+29
* x86: apl: Drop unnecessary code in PMC driverSimon Glass2020-09-251-6/+2
* x86: apl: Generate ACPI table for LPCSimon Glass2020-09-251-0/+18
* x86: apl: Generate CPU tablesSimon Glass2020-09-251-0/+77
* x86: apl: Add support for hostbridge ACPI generationSimon Glass2020-09-251-9/+211
* x86: apl: Generate required ACPI tablesSimon Glass2020-09-252-0/+212
* x86: apl: Allow reading hostbridge base addressesSimon Glass2020-09-251-0/+27
* x86: Support Atom SoCs using SWSMISCI rather than the SWSCISimon Glass2020-09-251-0/+1
* x86: acpi: Add common Intel ACPI tablesSimon Glass2020-09-253-0/+393
* x86: Add a few common Intel CPU functionsSimon Glass2020-09-251-0/+64
* x86: acpi: Add a common routine to write WiFi infoSimon Glass2020-09-252-0/+121
* x86: apl: Support writing the IntelGraphicsMem tableSimon Glass2020-09-253-0/+173
* x86: acpi: Support external GNVS tablesSimon Glass2020-09-251-0/+1
* x86: Add a config for the systemagent PCIEX regions sizeSimon Glass2020-09-251-0/+1
* Merge branch 'master' into nextTom Rini2020-09-211-3/+3
|\
| * x86: fsp: Replace e-mmc with emmc in devicetree bindingsWolfgang Wallner2020-09-211-3/+3
* | Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.de...Tom Rini2020-09-071-2/+0
|\ \ | |/ |/|
| * CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese2020-08-261-2/+0
* | x86: Introduce USE_EARLY_BOARD_INIT optionAndy Shevchenko2020-09-011-0/+3
|/
* sf: Drop dm.h header file from spi_flash.hSimon Glass2020-08-031-0/+1
* x86: call32: Append appropriate suffixesAndy Shevchenko2020-08-031-3/+2
* x86: sipi_vector: Append appropriate suffixesAndy Shevchenko2020-08-031-3/+3
* arch: x86: apl: Update FSP parametersBernhard Messerklinger2020-08-031-0/+23
* x86: apl: fsp_bindings: Add support for u64 parametersBernhard Messerklinger2020-08-031-0/+28
* x86: Change how selection of ROMs worksSimon Glass2020-07-281-0/+1
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-256-12/+13
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-246-13/+12
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-206-12/+13
* x86: mp: Add more comments to the moduleSimon Glass2020-07-201-2/+89
* x86: mtrr: Add support for writing to MTRRs on any CPUSimon Glass2020-07-201-0/+81
* x86: mtrr: Update MTRRs on all CPUsSimon Glass2020-07-201-0/+57
* x86: Don't enable SMP in SPLSimon Glass2020-07-201-1/+1
* x86: mtrr: Use MP calls to list the MTRRsSimon Glass2020-07-201-0/+11
* x86: mp: Add iterators for CPUsSimon Glass2020-07-201-0/+63
* x86: mp: Park CPUs before running the OSSimon Glass2020-07-202-0/+21
* x86: mp: Allow running functions on multiple CPUsSimon Glass2020-07-201-6/+101
* x86: Set the SMP flag when MP init is completeSimon Glass2020-07-201-0/+1
* x86: mp: Support APs waiting for instructionsSimon Glass2020-07-202-8/+116
* x86: cpu: Remove unnecessary #ifdefsSimon Glass2020-07-202-29/+26
* x86: mp_init: Adjust bsp_init() to return more informationSimon Glass2020-07-201-13/+23
* x86: mp_init: Set up the CPU numbers at the startSimon Glass2020-07-201-12/+9
* x86: mp_init: Drop the num_cpus static variableSimon Glass2020-07-201-7/+15
* x86: mp_init: Switch parameter names in start_aps()Simon Glass2020-07-201-6/+19
* x86: mp_init: Avoid declarations in header filesSimon Glass2020-07-201-20/+20