index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cpu
/
x86
Age
Commit message (
Expand
)
Author
2021-06-07
cpu/x86: Drop Kconfig PARALLEL_CPU_INIT
Kyösti Mälkki
2021-06-07
cpu/x86: Default to PARALLEL_MP selected
Kyösti Mälkki
2021-05-30
cpu/x86/smm: Fix u32 type mismatch in print statement
Paul Menzel
2021-05-30
cpu/x86/smm: Fix size_t type mismatch in print statement
Paul Menzel
2021-05-30
cpu/x86/smm: Fix uintptr_t type mismatches in print statements
Paul Menzel
2021-05-28
cpu/x86/entry16.S: Make Intel CBnT TOCTOU safe
Arthur Heymans
2021-05-18
cpu/x86: Only include smm code if CONFIG_HAVE_SMI_HANDLER=y
Arthur Heymans
2021-05-10
cpu/x86/smm: Fix typo
Patrick Georgi
2021-05-10
*x86: fix x2apic mode boot issue
Wonkyu Kim
2021-05-05
src/cpu/x86/smm: remove debug message; not thread safe
Rocky Phagura
2021-04-29
cpu/x86/mtrr: Use a Kconfig for reserving MTRRs for OS
Tim Wawrzynczak
2021-04-23
cpu/x86: Fix control flow UNREACHABLE issue
John Zhao
2021-04-19
cpu/x86/smm/smm_module_loaderv2.c: Rename file
Arthur Heymans
2021-04-19
cpu/x86/smm: Drop the V1 smmloader
Arthur Heymans
2021-04-19
cpu/x86/smm_loaderv2: Use the permanent stack top during relocation
Arthur Heymans
2021-04-15
*x86: Support x2apic mode
Wonkyu Kim
2021-03-24
cpu/x86/smm: Fix SMM start address passing
Marc Jones
2021-03-19
cpu/x86/mp_init.c: Drop unnecessary preprocessor usage
Arthur Heymans
2021-03-19
cpu/x86/mp_init.c: Don't overwrite the global variable per CPU
Arthur Heymans
2021-03-19
cpu/x86/smm_module_loaderv2.c: Remove noop stack size check
Arthur Heymans
2021-03-19
cpu/x86/mp_init: Allow stub sizes larger than the save state size
Arthur Heymans
2021-03-19
cpu/x86/smm_loaderv2: Remove unused variables
Arthur Heymans
2021-03-19
cpu/x86/smm/smm_module_loaderv2.c: Constify setup_stub()
Arthur Heymans
2021-03-19
cpu/x86/smm_module_hander: Set up a save state map
Arthur Heymans
2021-03-19
cpu/x86/smm_loaderv2: Fix when only 1 CPU is present
Arthur Heymans
2021-03-19
cpu/x86/smm_stub.S: Drop smm_runtime from the stub
Arthur Heymans
2021-03-19
cpu/x86/smm.h: Remove smm runtime pointer from smm_loader_params
Arthur Heymans
2021-03-19
cpu/x86/mp_init.c: Copy the stub parameter start32_offset into ramstage
Arthur Heymans
2021-03-19
cpu/x86/smm_module_handler: Add relocatable module params
Arthur Heymans
2021-03-18
cpu/x86/mp_init.c: Calculate perm_smbase from ramstage data
Arthur Heymans
2021-03-18
cpu/x86/smm: Move apic_id_to_cpu map to smm_stub params
Arthur Heymans
2021-03-18
cpu/x86/smm_stub.S: Drop unused module_handler parameter
Arthur Heymans
2021-03-18
cpu/x86/smm: Move relocatable stub params
Arthur Heymans
2021-03-17
cbfs: Replace more instances of cbfs_boot_locate() with newer APIs
Julius Werner
2021-03-17
program_loading: Replace prog_rdev() with raw start pointer and size
Julius Werner
2021-03-11
src/cpu/x86: Add helper mp_run_on_all_aps
Aamir Bohra
2021-02-15
src: use ARRAY_SIZE where possible
Patrick Georgi
2021-02-01
cpu/x86/name/name.c: Clean up includes
Elyes HAOUAS
2021-02-01
cpu/x86/mp_init.c: Print out the microcode revision of APs
Arthur Heymans
2021-01-28
arch/x86: Top-align .init in bootblock
Kyösti Mälkki
2021-01-28
cpu/x86: Rename __protected_start symbol
Kyösti Mälkki
2021-01-28
cpu/x86: Link entry32.inc
Kyösti Mälkki
2021-01-28
cpu/x86: Link reset16.inc
Kyösti Mälkki
2021-01-28
cpu/x86: Link entry16.inc
Kyösti Mälkki
2021-01-26
cpu/x86/smm: Remove unused APMC for C-state and P-state
Kyösti Mälkki
2021-01-25
cpu/x86/smm: Use common APMC logging
Kyösti Mälkki
2021-01-19
cpu/x86/sipi_vector.S: Fix reading MCU revision
Arthur Heymans
2021-01-18
cpu/x86/smm/smm_module_loaderv2.c: Remove repeated word
Elyes HAOUAS
2021-01-18
cpu/x86/mtrr/earlymtrr.c: Remove repeated word
Elyes HAOUAS
2021-01-15
cpu/mp_init: Fix microcode lock
Patrick Rudolph
2021-01-15
cpu/x86/mpinit: Serialize microcode updates for HT threads
Patrick Rudolph
2021-01-13
cpu/x86/smm: Pass GNVS with smm_module_loader v2
Kyösti Mälkki
2021-01-12
cpu/x86/sipi_vector: Simplify loop getting unique CPU number
Patrick Rudolph
2021-01-08
cpu/x86/smm: Use append instead of assign for smm-c-deps
Furquan Shaikh
2021-01-04
ACPI: Final APM_CNT_GNVS_UPDATE cleanup
Kyösti Mälkki
2021-01-04
arch/x86: Pass GNVS as parameter to SMM module
Kyösti Mälkki
2020-12-16
arch/x86: Link gdt_init.S into bootblock
Kyösti Mälkki
2020-12-16
arch/x86: Clean up bootblock assembly
Kyösti Mälkki
2020-12-14
arch/x86: Combine bootblock linker scripts
Kyösti Mälkki
2020-12-10
cpu/x86/64bit/exit32.inc: Don't invalidate cache in CAR
Patrick Rudolph
2020-12-05
cpu/x86/64bit: Add code to call function in protected mode
Patrick Rudolph
2020-12-04
cpu/x86/smm_module_loaderv2: Fix compiling for x86_64
Arthur Heymans
2020-12-04
cpu/x86/lapic/secondary.S: Adapt for x86_64
Arthur Heymans
2020-12-02
cpu/x86/smm/smm_stub: Fix stack canary on x86_64
Patrick Rudolph
2020-12-02
cpu/x86/smm/smm_stub: Fix GDT for x86_64
Patrick Rudolph
2020-12-01
cpu/x86/early_reset: Mark assemblycode as 32bit
Patrick Rudolph
2020-12-01
cpu/x86/sipi: Add x86_64 support
Patrick Rudolph
2020-11-17
Revert "arch|cpu/x86: Add Kconfig option for x86 reset vector"
Kyösti Mälkki
2020-11-16
cpu/x86/smm/smm_module_loaderv2: Properly print stack_end
Arthur Heymans
2020-11-16
cpu/x86/smm/smm_module_loaderv2.c: Use more variables
Arthur Heymans
2020-11-16
cpu/x86/smm: Check that the stub size is < save state size
Arthur Heymans
2020-11-09
cpu/x86/smm: Add a common save state handling
Arthur Heymans
2020-11-09
cpu/x86/smm/smm.ld: Assert that CONFIG_MAX_CPUS <= 4
Arthur Heymans
2020-11-09
cpu/x86/smm/smihandler.c: Simplify smm revision handling
Arthur Heymans
2020-11-03
cpu/x86/mp_init: Add support for x86_64
Patrick Rudolph
2020-11-02
cpu/x86/smm: Pass smm.ld through src-to-obj
Arthur Heymans
2020-10-31
cpu/x86/lapic: rename virtual wire mode initialization function
Felix Held
2020-10-30
cpu/x86/sipi_vector.S: Use correct suffix for bts
Jacob Garber
2020-10-30
cpu/x86: increase timeout for CPUs to check in after 2nd SIPI
Jonathan Zhang
2020-10-27
cpu/x86/mtrr: fix OVERFLOW_BEFORE_WIDEN
Jonathan Zhang
2020-10-20
cpu/x86/mtrr: add support for address space higher than 16TiB
Jonathan Zhang
2020-09-29
cpu/x86/smm/smihandler.c: Implement smm_get_save_state()
Arthur Heymans
2020-09-29
cpu/x86/smm/smmhandler.c: Get revision using C code
Arthur Heymans
2020-09-21
src/cpu: Drop unneeded empty lines
Elyes HAOUAS
2020-09-21
cpu/x86/smm.h: Add function to return the SMM save state revision
Arthur Heymans
2020-08-30
cpu/x86/smm/smmhandler: Fix x86_64 assembly exit
Patrick Rudolph
2020-08-24
Revert "cpu/x86/sipi: Add x86_64 support"
Patrick Rudolph
2020-08-24
cpu/x86/smm/smm_module_handler: Add x86_64 support
Patrick Rudolph
2020-08-24
cpu/x86/sipi: Add x86_64 support
Patrick Rudolph
2020-08-19
cpu/x86/64bit/exit32: Add support for ramstage
Patrick Rudolph
2020-08-18
cpu/x86/smm/smm_stub: Add x86_64 support
Patrick Rudolph
2020-08-15
cpu/x86/smm: Introduce SMM module loader version 2
Rocky Phagura
2020-07-26
arch/x86: Move cpu_relax()
Kyösti Mälkki
2020-07-14
src: Remove unused 'include <cpu/x86/msr.h>'
Elyes HAOUAS
2020-07-08
ACPI: Add and fill gnvs_ptr for smm_runtime
Kyösti Mälkki
2020-07-08
cpu/x86/smm: Add support for long mode
Patrick Rudolph
2020-07-01
ACPI GNVS: Replace uses of smm_get_gnvs()
Kyösti Mälkki
2020-06-24
ACPI: Replace smm_setup_structures()
Kyösti Mälkki
2020-06-23
src/*: Update makefiles to exclude x86 code from psp-verstage
Martin Roth
2020-06-22
cpu/x86/lapic: Support x86_64 and clean up code
Patrick Rudolph
[next]