summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu
Commit message (Expand)AuthorAgeFilesLines
...
* | dm: core: Rename device_bind() to device_bind_offset()Simon Glass2020-12-131-1/+1
|/
* x86: Avoid using hardcoded number of variable range MTRRs in mtrr_commit()Bin Meng2020-11-101-1/+1
* x86: Silence some logging statementsSimon Glass2020-11-063-9/+9
* x86: Set up Chrome OS to boot into developer modeSimon Glass2020-11-061-6/+20
* x86: Use CONFIG_CHROMEOS_VBOOT for verified bootSimon Glass2020-11-061-1/+2
* x86: Show the interrupt pointer with 'irqinfo'Simon Glass2020-11-061-7/+7
* x86: Don't bother clearing global NVSSimon Glass2020-11-051-1/+0
* x86: Allow writing tables to failSimon Glass2020-11-051-1/+8
* x86: apl: Add core init for the SoCSimon Glass2020-11-054-20/+128
* x86: Fix up driver names to avoid dtoc warningsSimon Glass2020-11-059-12/+12
* x86: apl: Take advantage of the of-platdata parent supportSimon Glass2020-10-291-1/+2
* x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOTSimon Glass2020-10-291-0/+2
* 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