summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/i386/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* x86: typo segementHeinrich Schuchardt2021-01-301-1/+1
* x86: cpu: Report address width from cpu_get_info()Simon Glass2020-09-251-0/+23
* x86: cpu: Remove unnecessary #ifdefsSimon Glass2020-07-201-2/+0
* x86: Move MP code into mp_initSimon Glass2020-07-201-19/+5
* x86: Store the coreboot table address in global_dataSimon Glass2020-07-171-1/+6
* x86: fsp: Reinit the FPU after FSP meminitSimon Glass2020-07-091-0/+5
* x86: Move work-around out of cpu_jump_to_64bit_uboot()Simon Glass2020-05-041-10/+0
* x86: Move coreboot-table detection to common 32/64-bit codeSimon Glass2020-05-041-25/+1
* x86: Add a way to detect running from corebootSimon Glass2020-04-301-0/+2
* x86: Move coreboot-table detection into common codeSimon Glass2020-04-301-0/+25
* x86: limit the fs segment to the pointer sizeMasahiro Yamada2020-02-041-3/+7
* common: Move ll_boot_init() to init.hSimon Glass2020-01-171-0/+1
* x86: Drop unnecessary cpu code for TPLSimon Glass2019-12-151-4/+37
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* x86: Add a CPU init function for TPLSimon Glass2019-11-031-0/+8
* x86: Add a way to reinit the cpuSimon Glass2019-05-081-44/+69
* x86: Use the existing GDT in the ROM for 64-bit U-Boot properBin Meng2019-02-121-14/+0
* x86: Don't copy the cpu_call64() function to a hardcoded addressBin Meng2019-02-121-3/+8
* x86: Change 4-level page table base address to low memoryBin Meng2019-02-121-4/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* x86: Support jumping from SPL to U-BootSimon Glass2017-02-061-0/+64
* x86: Move the i386 code into its own directorySimon Glass2017-02-061-0/+534