- 72b2022 cpu/x86/smm/smm_module_loader.c: Avoid static analysis error "unused value" by Richard Spiegel · 4 years, 8 months ago
- 43bd594 cpu/x86/mp_init.c: Avoid static analysis error for unused value by Richard Spiegel · 4 years, 8 months ago
- ece2696 src/cpu: Fix typo by Elyes HAOUAS · 4 years, 8 months ago
- 569711a cpu/x86/mp_init.c: Fix error treatment by Richard Spiegel · 4 years, 8 months ago
- 9ea7762 mp_init: fix typo by Raul E Rangel · 4 years, 8 months ago
- b3587a6 cpu/x86/lapic/apic_timer.c: Compile the same code for all stages by Arthur Heymans · 4 years, 8 months ago
- eb5d76a smm: Add canary to end of stack and die() if a stack overflow occurs by Raul E Rangel · 4 years, 9 months ago
- e18e5ab smm: Switch from %edx to %ebx by Raul E Rangel · 4 years, 9 months ago
- 8711568 smm: Push a null stack base pointer by Raul E Rangel · 4 years, 9 months ago
- 0140541 smm: Make local variables relative to ebp by Raul E Rangel · 4 years, 9 months ago
- dd549e1 smm: Clear SMRAM when debugging by Raul E Rangel · 4 years, 9 months ago
- d3b8393 cpu/x86: Make SMM stack size configurable by Raul E Rangel · 4 years, 10 months ago
- ec151f0 arch/x86: Always select RELOCATABLE_MODULES by Kyösti Mälkki · 4 years, 10 months ago
- 088f09d arch/x86: Drop leftover ROMCC support by Kyösti Mälkki · 4 years, 10 months ago
- 9d75957 src/cpu: Get rid of whitespace before tab by Elyes HAOUAS · 4 years, 10 months ago
- 2463533 cpu/x86/mp: Update CPU name in device structure by Naresh G Solanki · 4 years, 10 months ago
- e307343 src/cpu: Remove unneeded includes by Elyes HAOUAS · 4 years, 10 months ago
- 8a25cae cpu/x86: Add support to run function on single AP by Subrata Banik · 5 years ago
- 3337497 cpu/x86: Add support to run function with argument over APs by Subrata Banik · 5 years ago
- 223fb43 cpu/x86/mp: pass pointers to structures for AP callbacks by Aaron Durbin · 5 years ago
- 381feb8 cpu/x86/mp: use __aligned macro by Aaron Durbin · 5 years ago
- 4c16f8f cpu/x86/mp: remove unused functions and limit API exposure by Aaron Durbin · 5 years ago
- 838f296 cpu/x86: Add infinite timeout support into run_ap_work() function by Subrata Banik · 5 years ago
- d3c0c0c arch/x86: Relocate GDT in verstage, romstage, and postcar by Hannah Williams · 5 years ago
- fc1b496 cpu/x86: Get rid of device_t by Elyes HAOUAS · 5 years ago
- fdca655 arch/x86: Fix call for wait_other_cpus_stop() by Kyösti Mälkki · 5 years ago
- 696c642 cpu/x86: add limited runtime identity page mapping by Aaron Durbin · 5 years ago
- 0f35af8f arch/x86: add support for cache-as-ram paging by Aaron Durbin · 5 years ago
- 6403167 compiler.h: add __weak macro by Aaron Durbin · 5 years ago
- c82e48d cpu/x86: add paging_set_default_pat() function by Aaron Durbin · 5 years ago
- d5e4746 cpu/x86: expose and add paging helper functions by Aaron Durbin · 5 years ago
- ae18f80 cpu/x86: move NXE and PAT accesses to paging module by Aaron Durbin · 5 years ago
- 7f5e734 cpu/x86: add pae paging module to all stages by Aaron Durbin · 5 years ago
- bb3a5ef Correct "MTTR" to "MTRR" by Jonathan Neuschäfer · 5 years ago
- 2e744e0 cpu/x86/mtrr: Fix broken output ("indexis") by Jonathan Neuschäfer · 5 years ago
- 64f0bcb cpu/x86/mtrr: Use single code path with/without holes by Nico Huber · 5 years ago
- bd5fb66 cpu/x86/mtrr: Optimize hole carving strategy by Nico Huber · 5 years ago
- d6630d1 x86: Increase time out for parking APs to 250ms by Furquan Shaikh · 5 years ago
- 5d8faef cpu/x86/mp_init: Print amount of time it takes in bsp_do_flight_plan by Furquan Shaikh · 5 years ago
- fa9f107 cpu/x86/mp_init: Increase AP check-in time-out to 1second by Furquan Shaikh · 5 years ago
- c0dbeda x86/mtrr: Enable Rd/WrDram mod in AMD fixed MTRRs by Marshall Dawson · 5 years ago
- 3985112 cpu/x86/16bit/entry16.inc: Fix typo in comment by Paul Menzel · 5 years ago
- f70c1bf cpu/x86: don't utilize UDELAY_IO if GENERIC_UDELAY by Aaron Durbin · 5 years ago
- 0026a535 Intel sch board & chip: Remove - using LATE_CBMEM_INIT by Martin Roth · 5 years ago
- ec2e61a cpu/x86: set permanent SMM handler stack to 1KiB by Aaron Durbin · 5 years ago
- f6bbc60 intel: Use MSR_EBC_FREQUENCY_ID instead of 0x2c by Elyes HAOUAS · 5 years ago
- c68d410 x86/lapic: Use the existing lapicid() function by Marc Jones · 5 years ago
- ceb5271 cpu/x86/mtrr: Remove var-MTRR alignment optimization by Nico Huber · 5 years ago
- df31904 cpu/x86: Align stack in SIPI handler by Marshall Dawson · 5 years ago
- 6933151 cpu/x86/sipi_vector.S: Use correct op suffix by Damien Zammit · 6 years ago
- 5a1f9a8 cpu/x86/mp_init: remove adjust_cpu_apic_entry() by Aaron Durbin · 6 years ago
- e8741fe Move ADDR32() hack to arch/x86 by Patrick Georgi · 6 years ago
- 1104c27 cpu/x86/smm: Fix explicit 'addr32' usage in clang builds by Edward O'Callaghan · 6 years ago
- 6acaca7 AGESA: Remove separate f15rl by Kyösti Mälkki · 6 years ago
- 4e2294b cpu/x86 asm: Just use the correct op suffix by Edward O'Callaghan · 6 years ago
- e09cd1b arch/x86: Sanity checking on HAVE_SMI_HANDLER by Kyösti Mälkki · 6 years ago
- 2e50142 i82801dx/gx/ix/jx: Add low-memory backup for S3 path by Kyösti Mälkki · 6 years ago
- 0cc2ce4 arch/x86: Clean up CONFIG_SMP and MAX_CPUS test by Kyösti Mälkki · 6 years ago
- ff284f6 arch/x86: Fix ugly NEED_LAPIC use by Kyösti Mälkki · 6 years ago
- b137c13 I82801JX: Add IS_ENABLED around config options by Martin Roth · 6 years ago
- 349e085 sb/intel/i82801jx: Add correct PCI ids and change names by Arthur Heymans · 6 years ago
- fb66e81 x86/lapic/secondary.S: Align stack for _secondary_start by Marshall Dawson · 6 years ago
- 0fa92b3 src/cpu: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 6 years ago
- 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 6 years ago
- 312b235 cpu/x86/name: Fix undefined behavior by Ryan Salsamendi · 6 years ago
- 8ade68a cpu/x86/smm: allow SSE instructions in SMM modules by Aaron Durbin · 6 years ago
- 6bb8ff4 cpu/x86: Use do while loop by Paul Menzel · 6 years ago
- 154d209 cpu/x86/sipi_vector: use macros for CR0 flags by Aaron Durbin · 6 years ago
- 9e01a0b cpu/x86/smm: use macros for CR0 flags by Aaron Durbin · 6 years ago
- 25a885b cpu/x86/smm: fix up types in module loader by Aaron Durbin · 6 years ago
- a4677e4 cpu/x86/smm/smihandler: Apply cosmetic changes by Patrick Rudolph · 6 years ago
- 046848c cpu/x86/mp_init: report correct count of AP acceptance by Aaron Durbin · 6 years ago
- d9762f7 cpu/x86/mtrr: fail early if solution exceeds available MTRRs by Aaron Durbin · 6 years ago
- 6a3d0bf cpu/x86: fix spelling mistake by Martin Roth · 6 years ago
- a928519 arch/x86: Add function to determine if we're currently running from CAR by Julius Werner · 6 years ago
- bc17cde arch/x86: remove CAR global migration when postcar stage is used by Aaron Durbin · 6 years ago
- 9b76f0b cpu/x86: add a barrier with timeout by Bora Guvendik · 6 years ago
- dfc8a560 cpu/x86: Fix misc. remaining issues detected by checkpatch by Lee Leahy · 6 years ago
- c591707 cpu/x86: Wrap lines at 80 columns by Lee Leahy · 6 years ago
- 8ca9a21 cpu/x86: Add int to unsigned by Lee Leahy · 6 years ago
- a15d8af cpu/x86: Remove braces and else if unnecessary by Lee Leahy · 6 years ago
- a07d0dd cpu/x86: Use tabs for indent by Lee Leahy · 6 years ago
- 8bad6d2 cpu/x86: Fix various issues detected by checkpatch.pl by Lee Leahy · 6 years ago
- 5f94541 src/cpu/x86: Remove space between * and variable name by Lee Leahy · 6 years ago
- 6add44b src/cpu/x86: Update/Add license headers to all files by Martin Roth · 6 years ago
- f3018f9 Set the fsb timer correctly for Netburst CPUs by Arthur Heymans · 6 years ago
- 9d8adc0 x86 SMM: Fix use with RELOCATABLE_RAMSTAGE by Kyösti Mälkki · 6 years ago
- b21e362 cpu/x86: allow AP callbacks after MP init by Aaron Durbin · 6 years ago
- 530f677 buildsystem: Drop explicit (k)config.h includes by Kyösti Mälkki · 6 years ago
- 2bebd7b cpu/x86/mtrr: allow temporary MTRR range during coreboot by Aaron Durbin · 6 years ago
- 90ba189 src/cpu: Remove unnecessary whitespace by Elyes HAOUAS · 6 years ago
- 8453c4f cpu/x86: Move fls() and fms() to mtrr.h by Rizwan Qureshi · 7 years ago
- 2765a89 src/cpu: Improve code formatting by Elyes HAOUAS · 7 years ago
- cbe7464c src/cpu: Add required space before opening parenthesis '(' by Elyes HAOUAS · 7 years ago
- d6e9686 src/cpu: Capitalize CPU, APIC and IOAPIC typo fix by Elyes HAOUAS · 7 years ago
- 08e842c Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUS by Aaron Durbin · 7 years ago
- d82be92 src/cpu: Capitalize CPU by Elyes HAOUAS · 7 years ago
- 585d1a0 src/cpu: Capitalize ROM and RAM by Elyes HAOUAS · 7 years ago
- ae738ac cpu/x86: Support CPUs without rdmsr/wrmsr instructions by Lee Leahy · 7 years ago
- a38677b cpu/x86/mtrr: correct variable MTRR calculation around 1MiB boundary by Aaron Durbin · 7 years ago