aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/i386
AgeCommit message (Expand)AuthorFilesLines
2020-11-06x86: Show the interrupt pointer with 'irqinfo'Simon Glass1-7/+7
2020-09-25x86: cpu: Report address width from cpu_get_info()Simon Glass1-0/+23
2020-07-20x86: cpu: Remove unnecessary #ifdefsSimon Glass1-2/+0
2020-07-20x86: Move MP code into mp_initSimon Glass1-19/+5
2020-07-17x86: Store the coreboot table address in global_dataSimon Glass1-1/+6
2020-07-09x86: fsp: Reinit the FPU after FSP meminitSimon Glass1-0/+5
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass1-0/+1
2020-05-04x86: Move work-around out of cpu_jump_to_64bit_uboot()Simon Glass1-10/+0
2020-05-04x86: Move coreboot-table detection to common 32/64-bit codeSimon Glass1-25/+1
2020-04-30x86: Add a way to detect running from corebootSimon Glass1-0/+2
2020-04-30x86: Move coreboot-table detection into common codeSimon Glass1-0/+25
2020-04-30x86: cpu: Skip init code when chain loadingSimon Glass1-2/+4
2020-02-07x86: Give each driver an IRQ typeSimon Glass1-1/+2
2020-02-04x86: limit the fs segment to the pointer sizeMasahiro Yamada1-3/+7
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move ll_boot_init() to init.hSimon Glass2-0/+2
2019-12-15x86: Drop unnecessary interrupt code for TPLSimon Glass1-0/+2
2019-12-15x86: Drop unnecessary cpu code for TPLSimon Glass1-4/+37
2019-12-02common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-11-03x86: Add a CPU init function for TPLSimon Glass1-0/+8
2019-09-10x86: show UEFI images involved in crashHeinrich Schuchardt1-0/+14
2019-05-09Fix spelling of available.Vagrant Cascadian1-1/+1
2019-05-08x86: Add a way to reinit the cpuSimon Glass1-44/+69
2019-02-12x86: Use the existing GDT in the ROM for 64-bit U-Boot properBin Meng1-14/+0
2019-02-12x86: Don't copy the cpu_call64() function to a hardcoded addressBin Meng2-3/+12
2019-02-12x86: Change 4-level page table base address to low memoryBin Meng1-4/+2
2018-12-10x86: make the LAPIC / IOAPIC construct switchable with KconfigHannes Schmelzer1-0/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini4-8/+4
2017-02-21x86: Force 32-bit jumps in interrupt handlersJ. Tang1-1/+1
2017-02-07x86: Move setjmp to the i386 directorySimon Glass2-0/+62
2017-02-07x86: Move call64 to the i386 directorySimon Glass2-0/+97
2017-02-06x86: Support jumping from SPL to U-BootSimon Glass1-0/+64
2017-02-06x86: Fix up CONFIG_X86_64 checkSimon Glass1-1/+1
2017-02-06x86: Move the i386 code into its own directorySimon Glass3-0/+1156