Age | Commit message (Expand) | Author |
2018-05-04 | cpu/x86/mp: remove unused functions and limit API exposure | Aaron Durbin |
2018-05-03 | cpu/x86: Add infinite timeout support into run_ap_work() function | Subrata Banik |
2018-05-03 | arch/x86: Relocate GDT in verstage, romstage, and postcar | Hannah Williams |
2018-04-30 | cpu/x86: Get rid of device_t | Elyes HAOUAS |
2018-04-28 | arch/x86: Fix call for wait_other_cpus_stop() | Kyösti Mälkki |
2018-04-26 | cpu/x86: add limited runtime identity page mapping | Aaron Durbin |
2018-04-25 | arch/x86: add support for cache-as-ram paging | Aaron Durbin |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |
2018-04-23 | cpu/x86: add paging_set_default_pat() function | Aaron Durbin |
2018-04-23 | cpu/x86: expose and add paging helper functions | Aaron Durbin |
2018-04-23 | cpu/x86: move NXE and PAT accesses to paging module | Aaron Durbin |
2018-04-23 | cpu/x86: add pae paging module to all stages | Aaron Durbin |
2018-04-11 | Correct "MTTR" to "MTRR" | Jonathan Neuschäfer |
2018-04-11 | cpu/x86/mtrr: Fix broken output ("indexis") | Jonathan Neuschäfer |
2018-04-09 | cpu/x86/mtrr: Use single code path with/without holes | Nico Huber |
2018-04-09 | cpu/x86/mtrr: Optimize hole carving strategy | Nico Huber |
2018-04-01 | x86: Increase time out for parking APs to 250ms | Furquan Shaikh |
2018-03-09 | cpu/x86/mp_init: Print amount of time it takes in bsp_do_flight_plan | Furquan Shaikh |
2018-03-05 | cpu/x86/mp_init: Increase AP check-in time-out to 1second | Furquan Shaikh |
2018-02-16 | x86/mtrr: Enable Rd/WrDram mod in AMD fixed MTRRs | Marshall Dawson |
2018-02-15 | cpu/x86/16bit/entry16.inc: Fix typo in comment | Paul Menzel |
2018-01-25 | cpu/x86: don't utilize UDELAY_IO if GENERIC_UDELAY | Aaron Durbin |
2018-01-15 | Intel sch board & chip: Remove - using LATE_CBMEM_INIT | Martin Roth |
2017-12-20 | cpu/x86: set permanent SMM handler stack to 1KiB | Aaron Durbin |
2017-12-11 | intel: Use MSR_EBC_FREQUENCY_ID instead of 0x2c | Elyes HAOUAS |
2017-10-31 | x86/lapic: Use the existing lapicid() function | Marc Jones |
2017-10-16 | cpu/x86/mtrr: Remove var-MTRR alignment optimization | Nico Huber |
2017-10-02 | cpu/x86: Align stack in SIPI handler | Marshall Dawson |
2017-09-17 | cpu/x86/sipi_vector.S: Use correct op suffix | Damien Zammit |
2017-09-11 | cpu/x86/mp_init: remove adjust_cpu_apic_entry() | Aaron Durbin |
2017-09-05 | Move ADDR32() hack to arch/x86 | Patrick Georgi |
2017-09-02 | cpu/x86/smm: Fix explicit 'addr32' usage in clang builds | Edward O'Callaghan |
2017-08-31 | AGESA: Remove separate f15rl | Kyösti Mälkki |
2017-08-31 | cpu/x86 asm: Just use the correct op suffix | Edward O'Callaghan |
2017-08-19 | arch/x86: Sanity checking on HAVE_SMI_HANDLER | Kyösti Mälkki |
2017-08-19 | i82801dx/gx/ix/jx: Add low-memory backup for S3 path | Kyösti Mälkki |
2017-08-19 | arch/x86: Clean up CONFIG_SMP and MAX_CPUS test | Kyösti Mälkki |
2017-08-19 | arch/x86: Fix ugly NEED_LAPIC use | Kyösti Mälkki |
2017-07-21 | I82801JX: Add IS_ENABLED around config options | Martin Roth |
2017-07-21 | sb/intel/i82801jx: Add correct PCI ids and change names | Arthur Heymans |
2017-07-20 | x86/lapic/secondary.S: Align stack for _secondary_start | Marshall Dawson |
2017-07-13 | src/cpu: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-07-03 | cpu/x86/name: Fix undefined behavior | Ryan Salsamendi |
2017-06-27 | cpu/x86/smm: allow SSE instructions in SMM modules | Aaron Durbin |
2017-06-22 | cpu/x86: Use do while loop | Paul Menzel |
2017-06-22 | cpu/x86/sipi_vector: use macros for CR0 flags | Aaron Durbin |
2017-06-22 | cpu/x86/smm: use macros for CR0 flags | Aaron Durbin |
2017-06-22 | cpu/x86/smm: fix up types in module loader | Aaron Durbin |
2017-06-19 | cpu/x86/smm/smihandler: Apply cosmetic changes | Patrick Rudolph |
2017-06-16 | cpu/x86/mp_init: report correct count of AP acceptance | Aaron Durbin |
2017-06-13 | cpu/x86/mtrr: fail early if solution exceeds available MTRRs | Aaron Durbin |
2017-06-12 | cpu/x86: fix spelling mistake | Martin Roth |
2017-05-30 | arch/x86: Add function to determine if we're currently running from CAR | Julius Werner |
2017-04-08 | arch/x86: remove CAR global migration when postcar stage is used | Aaron Durbin |
2017-03-19 | cpu/x86: add a barrier with timeout | Bora Guvendik |
2017-03-16 | cpu/x86: Fix misc. remaining issues detected by checkpatch | Lee Leahy |
2017-03-16 | cpu/x86: Wrap lines at 80 columns | Lee Leahy |
2017-03-16 | cpu/x86: Add int to unsigned | Lee Leahy |
2017-03-16 | cpu/x86: Remove braces and else if unnecessary | Lee Leahy |
2017-03-16 | cpu/x86: Use tabs for indent | Lee Leahy |
2017-03-16 | cpu/x86: Fix various issues detected by checkpatch.pl | Lee Leahy |
2017-03-16 | src/cpu/x86: Remove space between * and variable name | Lee Leahy |
2017-02-22 | src/cpu/x86: Update/Add license headers to all files | Martin Roth |
2016-12-16 | Set the fsb timer correctly for Netburst CPUs | Arthur Heymans |
2016-12-11 | x86 SMM: Fix use with RELOCATABLE_RAMSTAGE | Kyösti Mälkki |
2016-12-08 | cpu/x86: allow AP callbacks after MP init | Aaron Durbin |
2016-12-08 | buildsystem: Drop explicit (k)config.h includes | Kyösti Mälkki |
2016-11-12 | cpu/x86/mtrr: allow temporary MTRR range during coreboot | Aaron Durbin |
2016-10-07 | src/cpu: Remove unnecessary whitespace | Elyes HAOUAS |
2016-09-12 | cpu/x86: Move fls() and fms() to mtrr.h | Rizwan Qureshi |
2016-09-04 | src/cpu: Improve code formatting | Elyes HAOUAS |
2016-08-28 | src/cpu: Add required space before opening parenthesis '(' | Elyes HAOUAS |
2016-08-23 | src/cpu: Capitalize CPU, APIC and IOAPIC typo fix | Elyes HAOUAS |
2016-08-18 | Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUS | Aaron Durbin |
2016-07-31 | src/cpu: Capitalize CPU | Elyes HAOUAS |
2016-07-31 | src/cpu: Capitalize ROM and RAM | Elyes HAOUAS |
2016-07-27 | cpu/x86: Support CPUs without rdmsr/wrmsr instructions | Lee Leahy |
2016-07-22 | cpu/x86/mtrr: correct variable MTRR calculation around 1MiB boundary | Aaron Durbin |
2016-06-22 | ACPI S3: Move SMP trampoline recovery | Kyösti Mälkki |
2016-05-17 | intel/sch: Merge northbridge and southbridge in src/soc | Stefan Reinauer |
2016-05-06 | cpu/x86: don't treat all chipsets the same regarding XIP_ROM_SIZE | Aaron Durbin |
2016-05-06 | cpu/x86/mp_init: reduce exposure of internal implementation | Aaron Durbin |
2016-05-04 | cpu/x86: combine multiprocessor and SMM initialization | Aaron Durbin |
2016-05-04 | cpu/x86: remove BACKUP_DEFAULT_SMM_REGION option | Aaron Durbin |
2016-05-04 | cpu/x86/smm_module_loader: always build with SMM module support | Aaron Durbin |
2016-05-02 | cpu/x86/mp_init: remove unused callback arguments | Aaron Durbin |
2016-04-28 | soc/intel/apollolake: Add cache for BIOS ROM | Andrey Petrov |
2016-04-11 | cpu/x86/tsc: Compile TSC timer for postcar as well | Andrey Petrov |
2016-04-11 | cpu/x86/tsc: remove conditional compilation | Aaron Durbin |
2016-04-11 | cpu/x86/tsc: compile same code for all stages | Aaron Durbin |
2016-04-11 | cpu/x86/tsc: prepare for CAR_GLOBAL in delay_tsc.c | Aaron Durbin |
2016-04-11 | src/cpu/x86: remove TSC_CALIBRATE_WITH_IO | Aaron Durbin |
2016-03-23 | arch/x86: introduce postcar stage/phase | Aaron Durbin |
2016-03-18 | mtrr: Define a function for obtaining free var mtrr | Furquan Shaikh |
2016-03-16 | cpu/x86: compile earlymtrr.c code for romstage as well | Andrey Petrov |
2016-03-16 | cpu/x86/mtrr: remove early_mtrr_* functions | Aaron Durbin |
2016-03-16 | cpu/x86/mtrr: move cache_ramstage() to its only user | Aaron Durbin |
2016-03-08 | cpu/x86/mtrr: add helper function to detect variable MTRRs | Aaron Durbin |
2016-03-08 | cpu/x86: Sort some Kconfig options | Stefan Reinauer |