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
/
haswell.h
Age
Commit message (
Expand
)
Author
2021-01-24
soc/intel/broadwell: Use Haswell CPU headers
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-15
cpu/intel/haswell/acpi.c: Use C-state enum definitions
Angel Pons
2021-01-10
cpu/intel/haswell/haswell.h: Align 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
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-07-08
haswell: relocate `romstage_common` to northbridge
Angel Pons
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-04
src/cpu: Use SPDX for GPL-2.0-only files
Angel Pons
2019-12-19
src: Remove unused 'include <arch/cpu.h>'
Elyes HAOUAS
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-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-03
intel/haswell: Move stage_cache support function
Kyösti Mälkki
2019-07-13
cpu/x86: Move smm_lock() prototype
Kyösti Mälkki
2019-06-21
cpu/intel/{haswell,model_206{5,a}x}: Use MSR_CORE_THREAD_COUNT for msr at 0x35
Elyes HAOUAS
2018-10-11
src: Move common IA-32 MSRs to <cpu/x86/msr.h>
Elyes HAOUAS
2018-10-05
src: Fix MSR_PKG_CST_CONFIG_CONTROL register name
Elyes HAOUAS
2018-06-14
cpu/intel/haswell: Use the common intel romstage_main function
Arthur Heymans
2018-06-05
cpu/intel/haswell: Switch to POSTCAR_STAGE
Arthur Heymans
2017-07-06
cpu/intel/haswell: Fix undefined behavior
Ryan Salsamendi
2017-03-16
cpu/intel: Fix the spacing issues
Lee Leahy
2017-03-16
cpu/intel: Indent with tabs
Lee Leahy
2016-07-23
intel/haswell: Add asmlinkage for romstage_after_car()
Kyösti Mälkki
2016-05-06
cpu/intel/haswell: convert to using common MP and SMM init
Aaron Durbin
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2014-05-05
haswell: move to mp_init library
Aaron Durbin
2014-01-30
coreboot: config to cache ramstage outside CBMEM
Aaron Durbin
2014-01-26
src/cpu: Fix spelling of MTTR to MTRR
Paul Menzel
2013-12-12
haswell: Export functions for CPU family+model and stepping
Duncan Laurie
2013-12-07
haswell: VR controller configuration
Aaron Durbin
2013-12-07
haswell: Misc power management setup and fixes
Duncan Laurie
2013-12-01
slippy/falco/peppy: Fix SPD GPIO initialization.
Aaron Durbin
2013-11-24
haswell: Configure PCH power sharing for ULT
Duncan Laurie
2013-11-24
haswell: calibrate 24MHz clock against BCLK
Aaron Durbin
2013-11-24
haswell: configure c-states
Aaron Durbin
2013-07-11
cpu: Fix spelling
Martin Roth
2013-06-03
haswell: allow for disabled hyperthreading
Aaron Durbin
2013-05-10
Drop prototype guarding for romcc
Stefan Reinauer
2013-05-07
haswell: use asmlinkage for assembly-called funcs
Aaron Durbin
2013-03-21
haswell: implement ramstage caching in SMM region
Aaron Durbin
2013-03-21
haswell: add multipurpose SMM memory region
Aaron Durbin
2013-03-21
haswell: support for parallel SMM relocation
Aaron Durbin
2013-03-19
haswell: Parallel AP bringup
Aaron Durbin
2013-03-18
haswell: add romstage_after_car() function
Aaron Durbin
2013-03-18
haswell: romstage: pass stack pointer and MTRRs
Aaron Durbin
2013-03-18
haswell: unify romstage logic
Aaron Durbin
2013-03-18
haswell: adjust CAR usage
Aaron Durbin
2013-03-18
haswell: enable caching before SMM initialization
Aaron Durbin
2013-03-18
haswell: move definition of CORE_THREAD_COUNT_MSR
Aaron Durbin
2013-03-14
haswell: Add initial support for Haswell platforms
Aaron Durbin