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
/
intel
/
haswell
Age
Commit message (
Expand
)
Author
2021-01-24
soc/intel/broadwell: Move romstage.c to Haswell
Angel Pons
2021-01-24
soc/intel/broadwell: Use Haswell CPU headers
Angel Pons
2021-01-24
cpu/intel/haswell: Add Broadwell CPUIDs and microcode
Angel Pons
2021-01-24
cpu/intel/haswell: Set C9/C10 vccmin
Angel Pons
2021-01-24
cpu/intel/haswell: Add fast ramp voltage for Broadwell
Angel Pons
2021-01-22
cpu/intel/haswell: Enable timed MWAIT if supported
Angel Pons
2021-01-21
cpu/intel/haswell: Clean up CPUID definitions
Angel Pons
2021-01-21
cpu/intel/haswell: Add s0ix support
Angel Pons
2021-01-15
cpu/intel/haswell/acpi.c: Use C-state enum definitions
Angel Pons
2021-01-15
cpu/intel/haswell: Factor out ACPI C-state values
Angel Pons
2021-01-11
cpu/intel/haswell: Add delay for TPM before Flex Ratio reboot
Angel Pons
2021-01-11
cpu/intel/haswell: Allow tuning VR for C-state operations
Angel Pons
2021-01-11
cpu/intel/haswell: Raise PSI1 threshold to 20A
Angel Pons
2021-01-11
cpu/intel/haswell: Enable turbo ratio if available
Angel Pons
2021-01-11
cpu/intel/haswell: Do not set PMG_IO_CAPTURE_BASE MSR
Angel Pons
2021-01-10
cpu/intel/haswell/haswell.h: Align with Broadwell
Angel Pons
2021-01-10
cpu/intel/haswell: Align cosmetics with Broadwell
Angel Pons
2021-01-10
cpu/intel/haswell: Do not determine CPU type at runtime
Angel Pons
2021-01-07
cpu/intel/haswell: Rename `HASWELL_BCLK` to `CPU_BCLK`
Angel Pons
2021-01-06
cpu/intel/x/chip.h: Drop unused `disable_acpi` setting
Angel Pons
2020-11-22
cpu/intel/common: Fill cpu voltage in SMBIOS tables
Patrick Rudolph
2020-11-03
cpu/intel/haswell: Move smmrelocate.c MSR definitions to header
Angel Pons
2020-10-31
{cpu,nb}/intel/haswell: Drop unnecessary `UL` suffix
Angel Pons
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-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-02
drivers/spi: Add BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES config
Shelley Chen
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
arch/x86: Introduce `ARCH_ALL_STAGES_X86_32`
Angel Pons
2020-09-21
src/cpu: Drop unneeded empty lines
Elyes HAOUAS
2020-08-30
cpu/intel/haswell: Set LT_LOCK_MEMORY MSR on finalize step
Angel Pons
2020-08-21
cpu/intel/haswell: Select HAVE_ASAN_IN_ROMSTAGE
Harshit Sharma
2020-08-03
cpu/intel/haswell: add Crystal Well CPU IDs
Iru Cai
2020-07-26
cpu,soc/intel: Drop select SMP
Kyösti Mälkki
2020-07-10
cpu/intel/haswell/finalize.c: Drop dead code
Angel Pons
2020-07-08
haswell: relocate `romstage_common` to northbridge
Angel Pons
2020-07-08
nb/intel/haswell: Drop unnecessary variable
Angel Pons
2020-07-08
haswell: drop unused function parameter
Angel Pons
2020-06-16
sb,soc/intel: Replace smm_southbridge_enable_smi()
Kyösti Mälkki
2020-06-15
haswell boards: Factor out MAX_CPUS
Angel Pons
2020-06-15
arch/x86: Remove NO_FIXED_XIP_ROM_SIZE
Kyösti Mälkki
2020-06-06
src: Remove unused 'include <cpu/x86/mtrr.h>'
Elyes HAOUAS
2020-06-06
cpu/intel/haswell: Remove unused 'include <cpu/x86/bist.h>'
Elyes HAOUAS
2020-06-06
src: Remove unused '#include <cpu/x86/smm.h>'
Elyes HAOUAS
2020-06-02
src: Remove unused '#include <cpu/x86/lapic.h>'
Elyes HAOUAS
2020-05-13
src: Remove unused '#include <stdint.h>'
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-02
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-05-01
src: Remove unused 'include <cpu/x86/cache.h>'
Elyes HAOUAS
2020-04-28
device: Constify struct device * parameter to acpi_fill_ssdt()
Furquan Shaikh
2020-04-04
src/cpu: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-23
acpi: Change Processor ACPI Name (Intel only)
Christian Walter
2019-12-19
arch/x86,soc/intel: Drop RESET_ON_INVALID_RAMSTAGE_CACHE
Kyösti Mälkki
2019-12-19
src: Remove unused 'include <arch/cpu.h>'
Elyes HAOUAS
2019-12-19
src: Use '#include <smp/node.h>' when appropriate
Elyes HAOUAS
2019-12-14
bootblock: Provide some common prototypes
Kyösti Mälkki
2019-11-22
intel/smm: Provide common smm_relocation_params
Kyösti Mälkki
2019-11-03
cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE
Kyösti Mälkki
2019-10-31
cpu/x86: make set_msr_bit publicly available
Michael Niewöhner
2019-10-01
cpu/intel/common: Move intel_ht_sibling() to common folder
Patrick Rudolph
2019-09-24
cpu/intel: Use CPU_INTEL_COMMON_TIMEBASE
Kyösti Mälkki
2019-09-15
cpu/intel/microcode: Make microcode lib available in bootblock
Rizwan Qureshi
2019-09-13
intel/haswell: Remove some __PRE_RAM__ use
Kyösti Mälkki
2019-09-10
AUTHORS: Move src/cpu/intel copyrights into AUTHORS file
Martin Roth
2019-08-28
intel/haswell: Use smm_subregion()
Kyösti Mälkki
2019-08-28
intel/haswell,broadwell: Rename EMRR to PRMRR
Kyösti Mälkki
2019-08-20
devicetree: Remove duplicate chip_ops declarations
Kyösti Mälkki
2019-08-18
cpu/intel: Enter romstage without BIST
Kyösti Mälkki
2019-08-15
soc/intel: Rename some SMM support functions
Kyösti Mälkki
2019-08-15
cpu/intel: Replace bsp_init_and_start_aps()
Kyösti Mälkki
2019-08-13
cpu/x86: Separate save_state struct headers
Kyösti Mälkki
2019-08-11
intel/haswell: Move platform_enter_postcar()
Kyösti Mälkki
2019-08-03
intel/haswell: Move stage_cache support function
Kyösti Mälkki
2019-07-13
intel/haswell: Replace monotonic timer
Kyösti Mälkki
2019-07-13
cpu/x86: Move smm_lock() prototype
Kyösti Mälkki
2019-07-09
arch/x86: Flip HAVE_MONOTONIC_TIMER default
Kyösti Mälkki
2019-07-09
cpu/x86: Flip SMM_TSEG default
Kyösti Mälkki
2019-07-09
arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class
Kyösti Mälkki
2019-07-04
arch/x86: Adjust size of postcar stack
Kyösti Mälkki
2019-07-01
Use 3rdparty/intel-microcode
Arthur Heymans
2019-06-22
src/cpu: Use 'include <stdlib.h>' when appropriate
Elyes HAOUAS
2019-06-21
cpu: Add missing #include <commonlib/helpers.h>
Elyes HAOUAS
2019-06-21
cpu/intel/haswell: Link monotonic_timer.c in early stages
Arthur Heymans
2019-06-21
cpu/intel/haswell: Link tsc_freq.c in the bootblock
Arthur Heymans
2019-06-21
cpu/intel/{haswell,model_206{5,a}x}: Use MSR_CORE_THREAD_COUNT for msr at 0x35
Elyes HAOUAS
2019-04-25
cpu/intel/car/non-evict: Select NO_FIXED_XIP_ROM_SIZE
Arthur Heymans
2019-04-21
nb/intel/haswell: Add an option for where verstage starts
Arthur Heymans
2019-04-21
cpu/intel/haswell: Use C_ENVIRONMENT_BOOTBLOCK
Arthur Heymans
2019-03-27
Move calls to quick_ram_check() before CBMEM init
Kyösti Mälkki
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-16
src: Drop unused '#include <halt.h>'
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-06
src: Drop unused include <arch/acpi.h>
Elyes HAOUAS
2019-03-04
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-02-25
security/vboot: Add measured boot mode
Philipp Deppenwiese
2019-02-12
postcar: Make more use of postcar_frame_add_romcache()
Nico Huber
2019-01-09
cpu/intel: Use the common code to initialize the romstage timestamps
Arthur Heymans
2019-01-06
device: Use pcidev_on_root()
Kyösti Mälkki
[next]