summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/x86_64
Commit message (Expand)AuthorAgeFilesLines
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* x86: coreboot: Allow building an SPL imageSimon Glass2020-05-041-0/+2
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* common: Move checkcpu() out of common.hSimon Glass2019-12-021-0/+1
* x86: Add a way to reinit the cpuSimon Glass2019-05-081-0/+5
* x86: Fix the mystery of printch() during 64-bit bootBin Meng2018-10-221-18/+0
* x86: put global data pointer into the .data sectionHeinrich Schuchardt2018-10-221-2/+8
* x86: Add 64-bit setjmp/longjmp implementationIvan Gorinov2018-06-242-19/+49
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-073-6/+3
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* board_f: x86: Use checkcpu() for CPU initSimon Glass2017-04-051-0/+5
* x86: Wrap print_ch() with config optionBin Meng2017-02-071-0/+2
* x86: Add a dummy setjmp implementation for x86_64Simon Glass2017-02-072-1/+21
* x86: ivybridge: Provide a dummy SDRAM init for 64-bitSimon Glass2017-02-061-0/+10
* x86: Support global_data on x86_64Simon Glass2017-02-061-0/+27
* x86: Add cpu code for x86_64Simon Glass2017-02-063-0/+69