summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu
Commit message (Expand)AuthorAgeFilesLines
* Remove CROSS_COMPILE default from arch/*/config.mkTom Rini2020-07-011-2/+0
* x86: Don't build some unused objects in TPLTom Rini2020-06-291-1/+1
* x86: spi: Add a way to access the SPI mapping via registersSimon Glass2020-06-021-5/+14
* x86: coreboot: add SMBIOS cbmem entry parsingChristian Gmeiner2020-05-271-0/+14
* x86: apl: Use devicetree for FSP-S configurationBernhard Messerklinger2020-05-272-380/+1195
* x86: apl: Use devicetree for FSP-M configurationBernhard Messerklinger2020-05-273-163/+623
* x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabledBernhard Messerklinger2020-05-271-21/+25
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-186-0/+6
* common: Drop linux/delay.h from common headerSimon Glass2020-05-1811-0/+11
* common: Drop asm/ptrace.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-1855-0/+56
* common: Drop init.h from common headerSimon Glass2020-05-1819-0/+19
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-184-0/+4
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-182-0/+2
* x86: coreboot: Allow building an SPL imageSimon Glass2020-05-046-3/+28
* x86: Move work-around out of cpu_jump_to_64bit_uboot()Simon Glass2020-05-041-10/+0
* x86: Allow building an SPL image for corebootSimon Glass2020-05-041-0/+1
* x86: Move coreboot-table detection to common 32/64-bit codeSimon Glass2020-05-042-25/+26
* x86: Use the existing stack when chain-loadingSimon Glass2020-04-301-2/+14
* x86: Add a way to detect running from corebootSimon Glass2020-04-301-0/+2
* x86: Move coreboot-table detection into common codeSimon Glass2020-04-302-15/+34
* x86: cpu: Skip init code when chain loadingSimon Glass2020-04-302-3/+7
* x86: apl: Skip init code when chain loadingSimon Glass2020-04-301-0/+2
* x86: Move acpi_table header to main include/ directorySimon Glass2020-04-164-5/+5
* x86: Move acpi_s3.h to include/acpi/Simon Glass2020-04-166-7/+7
* x86: apl: Move p2sb ofdata reading to the correct methodSimon Glass2020-04-161-22/+11
* x86: Correct wording of coreboot source codeSimon Glass2020-04-161-2/+2
* x86: apl: Use cpu_x86_get_count() for cpu_ops.get_countWolfgang Wallner2020-03-051-6/+1
* x86: cpu_x86: Make cpu_x86_get_count() non-staticWolfgang Wallner2020-03-051-1/+1
* x86: p2sb: Drop 'apl' prefixWolfgang Wallner2020-03-051-15/+15
* Revert "x86: use invd instead of wbinvd in real mode start code"Andy Shevchenko2020-03-052-2/+2
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-116-0/+6
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-056-0/+6
* | x86: coral: Add I2C and TPM device-tree definitionsSimon Glass2020-02-071-0/+1
* | x86: Add support for ACPI general-purpose eventsSimon Glass2020-02-072-0/+86
* | x86: itss: Add of-platdata supportSimon Glass2020-02-071-0/+10
* | x86: Give each driver an IRQ typeSimon Glass2020-02-074-5/+7
* | x86: apl: Drop the I2C config in FSP-SSimon Glass2020-02-071-58/+0
* | x86: apl: Use the clock driverSimon Glass2020-02-071-0/+3
* | x86: Move P2SB from Apollo Lake to a more generic locationWolfgang Wallner2020-02-074-1/+2
|/
* x86: itss: Remove apl-prefixWolfgang Wallner2020-02-041-28/+28
* x86: itss: Add a Kconfig option to enable/disable ITSS driverWolfgang Wallner2020-02-042-3/+2
* x86: Move itss.c from Apollo Lake to a more generic locationWolfgang Wallner2020-02-043-1/+3
* x86: Move itss.h from Apollo Lake to the generic x86 include directoryWolfgang Wallner2020-02-041-1/+1
* x86: apl: Add the term "Interrupt Timer Subsystem" to ITSS filesWolfgang Wallner2020-02-041-1/+1
* x86: limit the fs segment to the pointer sizeMasahiro Yamada2020-02-041-3/+7
* x86: use invd instead of wbinvd in real mode start codeMasahiro Yamada2020-02-042-2/+2
* x86: serial: Use NS16550_DYNAMIC in Slim BootloaderPark, Aiden2020-02-041-8/+5