aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-14dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass1-0/+2
2015-07-14x86: Setup fixed range MTRRs for legacy regionsBin Meng1-0/+22
2015-07-14x86: Move lapic_setup() call into init_bsp()Bin Meng1-2/+0
2015-07-14x86: Move MP initialization codes into a common placeBin Meng1-0/+40
2015-07-14x86: dm: Clean up cpu driversBin Meng1-28/+0
2015-07-14x86: fsp: Load GDT before calling FspInitEntryBin Meng1-0/+20
2015-04-30x86: Allow CPUs to be set up after relocationSimon Glass1-0/+38
2015-04-29x86: Store the GDT pointer in global_dataSimon Glass1-0/+1
2015-04-29x86: Implement reset_cpu() correctly for modern CPUsSimon Glass1-13/+9
2015-04-29x86: Write configuration tables in last_stage_init()Bin Meng1-0/+10
2015-04-18Kconfig: Move CONFIG_BOOTSTAGE to KconfigSimon Glass1-1/+1
2015-01-23x86: Save mtrr support flag in global dataBin Meng1-0/+7
2014-11-25x86: Add GDT descriptors for option ROMsSimon Glass1-3/+6
2014-11-25x86: Remove cpu_init_r() for x86Bin Meng1-6/+0
2014-11-25x86: Call cpu_init_interrupts() from interrupt_init()Bin Meng1-2/+0
2014-11-21x86: Make show_boot_progress() commonSimon Glass1-0/+24
2014-11-21x86: Replace fill_processor_name() with cpu_get_name()Simon Glass1-12/+10
2014-11-21x86: Fix a warning with gcc 4.4.4Simon Glass1-0/+1
2014-11-21x86: Do CPU identification in the early phaseBin Meng1-43/+229
2014-11-21x86: Fix up some missing prototypesSimon Glass1-2/+1
2014-11-21x86: Use the standard arch_cpu_init() functionSimon Glass1-1/+0
2014-10-28x86: Add support for starting 64-bit kernelSimon Glass1-0/+45
2014-10-28x86: Display basic CPU information on bootSimon Glass1-0/+64
2014-10-28x86: Move paging functions into cpu.cSimon Glass1-0/+35
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-13x86: Rationalise kernel booting logic and bootstageSimon Glass1-0/+5
2013-03-04x86: Add basic cache operationsSimon Glass1-0/+23
2013-02-01x86: Move gd_addr into arch_global_dataSimon Glass1-2/+2
2013-02-01x86: Set up the global data pointer in C instead of asmSimon Glass1-1/+3
2012-12-06x86: Add basic cache operationsStefan Reinauer1-6/+32
2012-11-30x86: Add a default implementation for cleanup_before_linux()Gabe Black1-0/+5
2012-11-28x86: Put global data on the stackGraeme Russ1-6/+0
2012-11-28x86: Forward declare gd_tGraeme Russ1-1/+1
2012-01-04x86: Create weak init_cache() and default enable_caches() functionsGraeme Russ1-3/+15
2012-01-04x86: Use fs for global dataGraeme Russ1-22/+31
2012-01-04x86: Rework Global Descriptor Table loadingGraeme Russ1-29/+53
2012-01-04x86: Remove GDR related magic numbersGraeme Russ1-4/+4
2011-11-29x86: Fix a few recently added bugsGabe Black1-0/+1
2011-11-29cosmetic: checkpatch cleanup of arch/x86/cpu/*.cGraeme Russ1-11/+11
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD1-1/+1
2011-04-13x86: Rename i386 to x86Graeme Russ1-0/+157