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