Age | Commit message (Expand) | Author |
2017-05-17 | x86: acpi: Fix Windows S3 resume failure | Bin Meng |
2017-05-17 | x86: acpi: Refactor acpi_resume() | Bin Meng |
2017-05-17 | x86: Adjust board_final_cleanup() order | Bin Meng |
2017-05-17 | x86: fsp: Save stack address to CMOS for next S3 boot | Bin Meng |
2017-05-17 | x86: acpi: Resume OS if resume vector is found | Bin Meng |
2017-05-17 | x86: Store and display previous sleep state | Bin Meng |
2017-02-06 | x86: Move the i386 code into its own directory | Simon Glass |
2016-10-11 | x86: Correct address casts in cpu code | Simon Glass |
2016-06-12 | x86: Probe pinctrl driver in cpu_init_r() | Bin Meng |
2016-05-23 | x86: Reserve configuration tables in high memory | Bin Meng |
2016-05-23 | x86: Unify reserve_arch() for all x86 boards | Bin Meng |
2016-05-23 | x86: Call board_final_cleanup() in last_stage_init() | Bin Meng |
2016-03-17 | x86: Update microcode for secondary CPUs | Simon Glass |
2016-03-17 | x86: Rename PORT_RESET to IO_PORT_RESET | Simon Glass |
2016-03-17 | x86: cpu: Add functions to return the family and stepping | Simon Glass |
2016-03-17 | x86: cpu: Make the vendor table const | Simon Glass |
2016-01-24 | x86: Bring up northbridge, pch and lpc after the CPUs | Simon Glass |
2016-01-24 | x86: Make x86_init_cpus() static | Simon Glass |
2015-12-09 | x86: Move i8254_init() to x86_cpu_init_f() | Bin Meng |
2015-12-01 | x86: Remove MIN_PORT80_KCLOCKS_DELAY | Bin Meng |
2015-10-21 | x86: Initialize GDT entry 1 to be the 32-bit CS as well | Bin Meng |
2015-08-14 | x86: Switch to using generic global_data setup | Simon Glass |
2015-08-14 | x86: Move the GDT into global_data | Simon Glass |
2015-08-05 | x86: Handle running as EFI payload | Simon Glass |
2015-08-05 | x86: Use CR0 constants in CPU init | Simon Glass |
2015-07-28 | x86: Allow cpu-x86 driver to be probed for UP | Bin Meng |
2015-07-28 | x86: Change pci option rom area MTRR setting to cacheable | Bin Meng |
2015-07-14 | dm: x86: baytrail: Correct PCI region 3 when driver model is used | Simon Glass |
2015-07-14 | x86: Setup fixed range MTRRs for legacy regions | Bin Meng |
2015-07-14 | x86: Move lapic_setup() call into init_bsp() | Bin Meng |
2015-07-14 | x86: Move MP initialization codes into a common place | Bin Meng |
2015-07-14 | x86: dm: Clean up cpu drivers | Bin Meng |
2015-07-14 | x86: fsp: Load GDT before calling FspInitEntry | Bin Meng |
2015-04-30 | x86: Allow CPUs to be set up after relocation | Simon Glass |
2015-04-29 | x86: Store the GDT pointer in global_data | Simon Glass |
2015-04-29 | x86: Implement reset_cpu() correctly for modern CPUs | Simon Glass |
2015-04-29 | x86: Write configuration tables in last_stage_init() | Bin Meng |
2015-04-18 | Kconfig: Move CONFIG_BOOTSTAGE to Kconfig | Simon Glass |
2015-01-23 | x86: Save mtrr support flag in global data | Bin Meng |
2014-11-25 | x86: Add GDT descriptors for option ROMs | Simon Glass |
2014-11-25 | x86: Remove cpu_init_r() for x86 | Bin Meng |
2014-11-25 | x86: Call cpu_init_interrupts() from interrupt_init() | Bin Meng |
2014-11-21 | x86: Make show_boot_progress() common | Simon Glass |
2014-11-21 | x86: Replace fill_processor_name() with cpu_get_name() | Simon Glass |
2014-11-21 | x86: Fix a warning with gcc 4.4.4 | Simon Glass |
2014-11-21 | x86: Do CPU identification in the early phase | Bin Meng |
2014-11-21 | x86: Fix up some missing prototypes | Simon Glass |
2014-11-21 | x86: Use the standard arch_cpu_init() function | Simon Glass |
2014-10-28 | x86: Add support for starting 64-bit kernel | Simon Glass |
2014-10-28 | x86: Display basic CPU information on boot | Simon Glass |