aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/x86_64
AgeCommit message (Expand)AuthorFilesLines
2020-09-25x86: cpu: Report address width from cpu_get_info()Simon Glass1-0/+5
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-04x86: coreboot: Allow building an SPL imageSimon Glass1-0/+2
2019-12-02common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-02common: Move checkcpu() out of common.hSimon Glass1-0/+1
2019-05-08x86: Add a way to reinit the cpuSimon Glass1-0/+5
2018-10-22x86: Fix the mystery of printch() during 64-bit bootBin Meng1-18/+0
2018-10-22x86: put global data pointer into the .data sectionHeinrich Schuchardt1-2/+8
2018-06-24x86: Add 64-bit setjmp/longjmp implementationIvan Gorinov2-19/+49
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-6/+3
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-04-05board_f: x86: Use checkcpu() for CPU initSimon Glass1-0/+5
2017-02-07x86: Wrap print_ch() with config optionBin Meng1-0/+2
2017-02-07x86: Add a dummy setjmp implementation for x86_64Simon Glass2-1/+21
2017-02-06x86: ivybridge: Provide a dummy SDRAM init for 64-bitSimon Glass1-0/+10
2017-02-06x86: Support global_data on x86_64Simon Glass1-0/+27
2017-02-06x86: Add cpu code for x86_64Simon Glass3-0/+69