summaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop bootstage.h from common headerSimon Glass4-0/+4
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass2-0/+2
2020-05-04x86: coreboot: Allow building an SPL imageSimon Glass6-3/+28
2020-05-04x86: Move work-around out of cpu_jump_to_64bit_uboot()Simon Glass1-10/+0
2020-05-04x86: Allow building an SPL image for corebootSimon Glass1-0/+1
2020-05-04x86: Move coreboot-table detection to common 32/64-bit codeSimon Glass2-25/+26
2020-04-30x86: Use the existing stack when chain-loadingSimon Glass1-2/+14
2020-04-30x86: Add a way to detect running from corebootSimon Glass1-0/+2
2020-04-30x86: Move coreboot-table detection into common codeSimon Glass2-15/+34
2020-04-30x86: cpu: Skip init code when chain loadingSimon Glass2-3/+7
2020-04-30x86: apl: Skip init code when chain loadingSimon Glass1-0/+2
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass4-5/+5
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass6-7/+7
2020-04-16x86: apl: Move p2sb ofdata reading to the correct methodSimon Glass1-22/+11
2020-04-16x86: Correct wording of coreboot source codeSimon Glass1-2/+2
2020-03-05x86: apl: Use cpu_x86_get_count() for cpu_ops.get_countWolfgang Wallner1-6/+1
2020-03-05x86: cpu_x86: Make cpu_x86_get_count() non-staticWolfgang Wallner1-1/+1
2020-03-05x86: p2sb: Drop 'apl' prefixWolfgang Wallner1-15/+15
2020-03-05Revert "x86: use invd instead of wbinvd in real mode start code"Andy Shevchenko2-2/+2
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini6-0/+6
2020-02-07x86: coral: Add I2C and TPM device-tree definitionsSimon Glass1-0/+1
2020-02-07x86: Add support for ACPI general-purpose eventsSimon Glass2-0/+86
2020-02-07x86: itss: Add of-platdata supportSimon Glass1-0/+10
2020-02-07x86: Give each driver an IRQ typeSimon Glass4-5/+7
2020-02-07x86: apl: Drop the I2C config in FSP-SSimon Glass1-58/+0
2020-02-07x86: apl: Use the clock driverSimon Glass1-0/+3
2020-02-07x86: Move P2SB from Apollo Lake to a more generic locationWolfgang Wallner4-1/+2
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass6-0/+6
2020-02-04x86: itss: Remove apl-prefixWolfgang Wallner1-28/+28
2020-02-04x86: itss: Add a Kconfig option to enable/disable ITSS driverWolfgang Wallner2-3/+2
2020-02-04x86: Move itss.c from Apollo Lake to a more generic locationWolfgang Wallner3-1/+3
2020-02-03x86: Move itss.h from Apollo Lake to the generic x86 include directoryWolfgang Wallner1-1/+1
2020-02-03x86: apl: Add the term "Interrupt Timer Subsystem" to ITSS filesWolfgang Wallner1-1/+1
2020-02-03x86: limit the fs segment to the pointer sizeMasahiro Yamada1-3/+7
2020-02-03x86: use invd instead of wbinvd in real mode start codeMasahiro Yamada2-2/+2
2020-02-03x86: serial: Use NS16550_DYNAMIC in Slim BootloaderPark, Aiden1-8/+5
2020-01-18common: Move hang() to the same header as panic()Simon Glass2-0/+2
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2020-01-17common: Move ll_boot_init() to init.hSimon Glass5-0/+5
2020-01-08x86: apl: Avoid accessing the PCI bus before it is probedSimon Glass2-11/+29
2019-12-15x86: apl: Add FSP supportSimon Glass3-0/+877
2019-12-15x86: apl: Add Kconfig and MakefileSimon Glass2-0/+97
2019-12-15x86: apl: Add P2SB driverSimon Glass2-0/+167
2019-12-15x86: apl: Add SPL/TPL initSimon Glass2-0/+272
2019-12-15x86: apl: Add a CPU driverSimon Glass3-0/+60
2019-12-15x86: apl: Add SPL loadersSimon Glass2-0/+180
2019-12-15x86: apl: Add PUNIT driverSimon Glass2-0/+97
2019-12-15x86: apl: Add PCH driverSimon Glass2-0/+37
2019-12-15x86: apl: Add LPC driverSimon Glass2-0/+123