index
:
blackbird-obmc-uboot
v2016.07-aspeed-openbmc-04-16-2019
v2016.07-aspeed-openbmc-04-16-2019-i2c
Blackbird™ U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
cpu
/
cpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: Initialize GDT entry 1 to be the 32-bit CS as well
Bin Meng
2015-10-21
1
-1
/
+6
*
x86: Switch to using generic global_data setup
Simon Glass
2015-08-14
1
-1
/
+3
*
x86: Move the GDT into global_data
Simon Glass
2015-08-14
1
-4
/
+5
*
x86: Handle running as EFI payload
Simon Glass
2015-08-05
1
-8
/
+13
*
x86: Use CR0 constants in CPU init
Simon Glass
2015-08-05
1
-1
/
+1
*
x86: Allow cpu-x86 driver to be probed for UP
Bin Meng
2015-07-28
1
-0
/
+9
*
x86: Change pci option rom area MTRR setting to cacheable
Bin Meng
2015-07-28
1
-7
/
+20
*
dm: x86: baytrail: Correct PCI region 3 when driver model is used
Simon Glass
2015-07-14
1
-0
/
+2
*
x86: Setup fixed range MTRRs for legacy regions
Bin Meng
2015-07-14
1
-0
/
+22
*
x86: Move lapic_setup() call into init_bsp()
Bin Meng
2015-07-14
1
-2
/
+0
*
x86: Move MP initialization codes into a common place
Bin Meng
2015-07-14
1
-0
/
+40
*
x86: dm: Clean up cpu drivers
Bin Meng
2015-07-14
1
-28
/
+0
*
x86: fsp: Load GDT before calling FspInitEntry
Bin Meng
2015-07-14
1
-0
/
+20
*
x86: Allow CPUs to be set up after relocation
Simon Glass
2015-04-30
1
-0
/
+38
*
x86: Store the GDT pointer in global_data
Simon Glass
2015-04-29
1
-0
/
+1
*
x86: Implement reset_cpu() correctly for modern CPUs
Simon Glass
2015-04-29
1
-13
/
+9
*
x86: Write configuration tables in last_stage_init()
Bin Meng
2015-04-29
1
-0
/
+10
*
Kconfig: Move CONFIG_BOOTSTAGE to Kconfig
Simon Glass
2015-04-18
1
-1
/
+1
*
x86: Save mtrr support flag in global data
Bin Meng
2015-01-23
1
-0
/
+7
*
x86: Add GDT descriptors for option ROMs
Simon Glass
2014-11-25
1
-3
/
+6
*
x86: Remove cpu_init_r() for x86
Bin Meng
2014-11-25
1
-6
/
+0
*
x86: Call cpu_init_interrupts() from interrupt_init()
Bin Meng
2014-11-25
1
-2
/
+0
*
x86: Make show_boot_progress() common
Simon Glass
2014-11-21
1
-0
/
+24
*
x86: Replace fill_processor_name() with cpu_get_name()
Simon Glass
2014-11-21
1
-12
/
+10
*
x86: Fix a warning with gcc 4.4.4
Simon Glass
2014-11-21
1
-0
/
+1
*
x86: Do CPU identification in the early phase
Bin Meng
2014-11-21
1
-43
/
+229
*
x86: Fix up some missing prototypes
Simon Glass
2014-11-21
1
-2
/
+1
*
x86: Use the standard arch_cpu_init() function
Simon Glass
2014-11-21
1
-1
/
+0
*
x86: Add support for starting 64-bit kernel
Simon Glass
2014-10-28
1
-0
/
+45
*
x86: Display basic CPU information on boot
Simon Glass
2014-10-28
1
-0
/
+64
*
x86: Move paging functions into cpu.c
Simon Glass
2014-10-28
1
-0
/
+35
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-17
/
+1
*
x86: Rationalise kernel booting logic and bootstage
Simon Glass
2013-05-13
1
-0
/
+5
*
x86: Add basic cache operations
Simon Glass
2013-03-04
1
-0
/
+23
*
x86: Move gd_addr into arch_global_data
Simon Glass
2013-02-01
1
-2
/
+2
*
x86: Set up the global data pointer in C instead of asm
Simon Glass
2013-02-01
1
-1
/
+3
*
x86: Add basic cache operations
Stefan Reinauer
2012-12-06
1
-6
/
+32
*
x86: Add a default implementation for cleanup_before_linux()
Gabe Black
2012-11-30
1
-0
/
+5
*
x86: Put global data on the stack
Graeme Russ
2012-11-28
1
-6
/
+0
*
x86: Forward declare gd_t
Graeme Russ
2012-11-28
1
-1
/
+1
*
x86: Create weak init_cache() and default enable_caches() functions
Graeme Russ
2012-01-04
1
-3
/
+15
*
x86: Use fs for global data
Graeme Russ
2012-01-04
1
-22
/
+31
*
x86: Rework Global Descriptor Table loading
Graeme Russ
2012-01-04
1
-29
/
+53
*
x86: Remove GDR related magic numbers
Graeme Russ
2012-01-04
1
-4
/
+4
*
x86: Fix a few recently added bugs
Gabe Black
2011-11-29
1
-0
/
+1
*
cosmetic: checkpatch cleanup of arch/x86/cpu/*.c
Graeme Russ
2011-11-29
1
-11
/
+11
*
Convert ISO-8859 files to UTF-8
Albert ARIBAUD
2011-08-04
1
-1
/
+1
*
x86: Rename i386 to x86
Graeme Russ
2011-04-13
1
-0
/
+157