Bin Meng
|
4932443d26
x86: Move i8254_init() to x86_cpu_init_f()
|
9 years ago |
Bin Meng
|
0f3176ed68
x86: Remove MIN_PORT80_KCLOCKS_DELAY
|
9 years ago |
Bin Meng
|
19038e1bb6
x86: Initialize GDT entry 1 to be the 32-bit CS as well
|
9 years ago |
Simon Glass
|
f0c7d9c746
x86: Switch to using generic global_data setup
|
9 years ago |
Simon Glass
|
2db9374561
x86: Move the GDT into global_data
|
9 years ago |
Simon Glass
|
e49cceac61
x86: Handle running as EFI payload
|
10 years ago |
Simon Glass
|
b6c9a20556
x86: Use CR0 constants in CPU init
|
10 years ago |
Bin Meng
|
c77b8912d8
x86: Allow cpu-x86 driver to be probed for UP
|
10 years ago |
Bin Meng
|
8ba25eec86
x86: Change pci option rom area MTRR setting to cacheable
|
10 years ago |
Simon Glass
|
b9da5086b8
dm: x86: baytrail: Correct PCI region 3 when driver model is used
|
10 years ago |
Bin Meng
|
43dd22f5fc
x86: Setup fixed range MTRRs for legacy regions
|
10 years ago |
Bin Meng
|
61788e468e
x86: Move lapic_setup() call into init_bsp()
|
10 years ago |
Bin Meng
|
6e6f4ce4f8
x86: Move MP initialization codes into a common place
|
10 years ago |
Bin Meng
|
be3f06bcc4
x86: dm: Clean up cpu drivers
|
10 years ago |
Bin Meng
|
002610f620
x86: fsp: Load GDT before calling FspInitEntry
|
10 years ago |
Simon Glass
|
bcb0c61e1a
x86: Allow CPUs to be set up after relocation
|
10 years ago |
Simon Glass
|
52845296be
x86: Store the GDT pointer in global_data
|
10 years ago |
Simon Glass
|
ff6a8f3c06
x86: Implement reset_cpu() correctly for modern CPUs
|
10 years ago |
Bin Meng
|
5e2400e8f8
x86: Write configuration tables in last_stage_init()
|
10 years ago |
Simon Glass
|
ee2b24340f
Kconfig: Move CONFIG_BOOTSTAGE to Kconfig
|
10 years ago |
Bin Meng
|
4949166906
x86: Save mtrr support flag in global data
|
10 years ago |
Simon Glass
|
e34aef1de3
x86: Add GDT descriptors for option ROMs
|
10 years ago |
Bin Meng
|
a549f7497b
x86: Remove cpu_init_r() for x86
|
10 years ago |
Bin Meng
|
4372a9eca5
x86: Call cpu_init_interrupts() from interrupt_init()
|
10 years ago |
Simon Glass
|
a49e3c7f09
x86: Make show_boot_progress() common
|
10 years ago |
Simon Glass
|
727c1a9871
x86: Replace fill_processor_name() with cpu_get_name()
|
10 years ago |
Simon Glass
|
6cba6b9209
x86: Fix a warning with gcc 4.4.4
|
10 years ago |
Bin Meng
|
52f952bf5e
x86: Do CPU identification in the early phase
|
10 years ago |
Simon Glass
|
e1ffd81797
x86: Fix up some missing prototypes
|
10 years ago |
Simon Glass
|
8b37c7694f
x86: Use the standard arch_cpu_init() function
|
10 years ago |