summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/i386
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-023-1/+2
* x86: typo segementHeinrich Schuchardt2021-01-301-1/+1
* x86: Move call64 into its own sectionSimon Glass2021-01-051-0/+1
* x86: Show the interrupt pointer with 'irqinfo'Simon Glass2020-11-061-7/+7
* 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
* common: Drop asm/ptrace.h from common headerSimon Glass2020-05-181-0/+1
* 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: cpu: Skip init code when chain loadingSimon Glass2020-04-301-2/+4
* x86: Give each driver an IRQ typeSimon Glass2020-02-071-1/+2
* x86: limit the fs segment to the pointer sizeMasahiro Yamada2020-02-041-3/+7
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Move ll_boot_init() to init.hSimon Glass2020-01-172-0/+2
* x86: Drop unnecessary interrupt code for TPLSimon Glass2019-12-151-0/+2
* x86: Drop unnecessary cpu code for TPLSimon Glass2019-12-151-4/+37
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* 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: show UEFI images involved in crashHeinrich Schuchardt2019-09-101-0/+14
* Fix spelling of available.Vagrant Cascadian2019-05-091-1/+1
* 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-122-3/+12
* x86: Change 4-level page table base address to low memoryBin Meng2019-02-121-4/+2
* x86: make the LAPIC / IOAPIC construct switchable with KconfigHannes Schmelzer2018-12-101-0/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-074-8/+4
* x86: Force 32-bit jumps in interrupt handlersJ. Tang2017-02-211-1/+1
* x86: Move setjmp to the i386 directorySimon Glass2017-02-072-0/+62
* x86: Move call64 to the i386 directorySimon Glass2017-02-072-0/+97
* x86: Support jumping from SPL to U-BootSimon Glass2017-02-061-0/+64
* x86: Fix up CONFIG_X86_64 checkSimon Glass2017-02-061-1/+1
* x86: Move the i386 code into its own directorySimon Glass2017-02-063-0/+1156