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
Age
Commit message (
Expand
)
Author
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
mb/emulation/x86: Add optional parallel_mp init support
Arthur Heymans
2020-12-04
cpu/qemu-x86: Increase MAX_CPUS to have actual AP init
Arthur Heymans
2020-12-04
cpu/x86/lapic/secondary.S: Adapt for x86_64
Arthur Heymans
2020-12-04
cpu/qemu-x86: Add the option to have no SMM
Arthur Heymans
2020-12-02
cbfs: Simplify load/map API names, remove type arguments
Julius Werner
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/intel/microcode: Mark assemblycode as 32bit
Patrick Rudolph
2020-12-01
cpu/x86/sipi: Add x86_64 support
Patrick Rudolph
2020-11-27
Makefile.inc: Move adding mcu FIT entries
Arthur Heymans
2020-11-22
cpu/intel/common: Fill cpu voltage in SMBIOS tables
Patrick Rudolph
2020-11-22
cpu/amd/microcode: Remove dead Makefile
Arthur Heymans
2020-11-22
cpu/amd/pi: Remove unused cpu code 00660F01
Martin Roth
2020-11-21
intel/socket_441: Increase bootblock size
Julius Werner
2020-11-19
ACPI S3: Replace acpi_is_wakeup()
Kyösti Mälkki
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-10
cpu/x86/mtrr.h: Rename CORE2 alternative SMRR registers
Arthur Heymans
2020-11-10
sec/intel/cbnt: Stitch in ACMs in the coreboot image
Arthur Heymans
2020-11-09
cpu/intel/model_206ax: Get CPU frequencies for SMBIOS type 4
Michał Żygowski
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/intel/haswell: Move smmrelocate.c MSR definitions to header
Angel Pons
2020-11-03
cpu/x86/mp_init: Add support for x86_64
Patrick Rudolph
2020-11-02
cpu/intel/car/non-evict/cache_as_ram.S: Add support for longmode
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-31
{cpu,nb}/intel/haswell: Drop unnecessary `UL` suffix
Angel Pons
2020-10-31
cpu/intel/common: correct MSR for the Nominal Performance in CPPC
Michael Niewöhner
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-30
cpu/intel/Makefile.inc: Use correct Kconfig symbols
Angel Pons
2020-10-27
cpu/x86/mtrr: fix OVERFLOW_BEFORE_WIDEN
Jonathan Zhang
2020-10-26
cpu/intel/common: implement the two missing CPPC v2 autonomous registers
Michael Niewöhner
2020-10-24
cpu/intel/common: rework code previously moved to common cpu code
Michael Niewöhner
2020-10-24
{cpu,soc}/intel: deduplicate cpu code
Michael Niewöhner
2020-10-23
haswell/broadwell: Fix typos of `BCLK`
Angel Pons
2020-10-21
cpu/intel/common: Fix regression
Patrick Rudolph
2020-10-21
{cpu,soc}/intel: replace AES-NI locking by common implemenation call
Michael Niewöhner
2020-10-20
cpu/x86/mtrr: add support for address space higher than 16TiB
Jonathan Zhang
2020-10-20
cpu/intel/model_{2065x,206ax}: fix AES-NI locking
Michael Niewöhner
2020-10-19
cpu/intel/common: add a Kconfig to control AES-NI locking
Michael Niewöhner
2020-10-19
cpu/intel/common: only lock AES-NI when supported
Michael Niewöhner
2020-10-19
cpu/intel/common: rework AES-NI locking
Michael Niewöhner
2020-10-19
soc/intel/skl,cpu/intel: copy AES-NI locking to common cpu code
Michael Niewöhner
2020-10-17
cpu/intel,soc/intel: drop Kconfig for hyperthreading
Michael Niewöhner
2020-10-16
include/cpu/x86: introduce new helper for (un)setting MSRs
Michael Niewöhner
2020-10-14
haswell/lynxpoint: Align cosmetics with Broadwell
Angel Pons
2020-10-12
cpu/qemu-x86/cache_as_ram_bootblock: Fix wrong instruction
Patrick Rudolph
2020-10-02
drivers/spi: Add BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES config
Shelley Chen
2020-09-29
cpu/qemu-x86/car: Move long mode entry right before c entry
Patrick Rudolph
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-28
cpu/intel/206ax/acpi.c: Fix get_cores_per_package
Evgeny Zinoviev
2020-09-27
cpu/intel/haswell/smmrelocate.c: Spell `CPU` in uppercase
Angel Pons
2020-09-27
cpu/intel/haswell/haswell_init.c: Align printk's with Broadwell
Angel Pons
2020-09-26
cpu/qemu-x86: Drop select SMP
Kyösti Mälkki
2020-09-26
arch/x86: Introduce `ARCH_ALL_STAGES_X86_32`
Angel Pons
2020-09-26
arch/x86: Introduce `ARCH_ALL_STAGES_X86_64`
Angel Pons
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-09-12
cpu/intel/model_1067x: enable PECI
Michael Büchler
2020-08-30
cpu/intel/haswell: Set LT_LOCK_MEMORY MSR on finalize step
Angel Pons
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-21
cpu/intel/haswell: Select HAVE_ASAN_IN_ROMSTAGE
Harshit Sharma
2020-08-19
mb/emulation/qemu-q35,qemu-i440fx: Add x86_64 support
Patrick Rudolph
2020-08-19
cpu/x86/64bit/exit32: Add support for ramstage
Patrick Rudolph
2020-08-19
cpu/ti/am335x: Move from cpu to soc in tree
Sam Lewis
2020-08-18
cpu/intel/common: Use macro for access_size
Elyes HAOUAS
2020-08-18
cpu/x86/smm/smm_stub: Add x86_64 support
Patrick Rudolph
2020-08-17
cpu/Makefile.inc: Clean up non-existing directory inclusion
Arthur Heymans
2020-08-17
cpu/intel/model_6fx: Include Conroe-L microcode
Arthur Heymans
2020-08-15
cpu/x86/smm: Introduce SMM module loader version 2
Rocky Phagura
2020-08-14
cpu/qemu-x86: Fix timestamp and bist reporting
Patrick Rudolph
2020-08-11
cpu/intel: Remove Core 2 Duo E8200 CPUID from model_6fx
Angel Pons
2020-08-06
cpu/intel/common: Add `intel_ht_supported` function
Angel Pons
2020-08-03
cpu/intel/haswell: add Crystal Well CPU IDs
Iru Cai
2020-08-03
cpu/intel/common/fsb.c: add Crystal Well support
Iru Cai
2020-07-26
cpu/intel/car/romstage.c: Remove unused <bootblock_common.h>
Elyes HAOUAS
2020-07-26
src: Change BOOL CONFIG_ to CONFIG() in comments & strings
Martin Roth
2020-07-26
arch/x86: Move cpu_relax()
Kyösti Mälkki
2020-07-26
cpu,soc/intel: Drop select SMP
Kyösti Mälkki
2020-07-26
cpu/intel/model_206ax: Clean up includes
Elyes HAOUAS
2020-07-26
src: Remove unused 'include <cpu/intel/common/common.h>
Elyes HAOUAS
2020-07-14
cpu/intel/model_1067x: Drop <cpu/x86/mp.h> include
Elyes HAOUAS
2020-07-14
src: Remove unused 'include <cpu/x86/msr.h>'
Elyes HAOUAS
2020-07-14
src: Remove unused 'include <types.h>'
Elyes HAOUAS
2020-07-11
arch/x86: Drop CBMEM_TOP_BACKUP
Kyösti Mälkki
2020-07-10
cpu/intel/haswell/finalize.c: Drop dead code
Angel Pons
2020-07-09
cpu/intel/model_2065x/model_2065x_init.c: Drop dead code
Angel Pons
[next]