index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cpu
/
intel
/
haswell
Commit message (
Expand
)
Author
Age
Files
Lines
*
arch/x86: Remove NO_FIXED_XIP_ROM_SIZE
Kyösti Mälkki
2020-06-15
1
-1
/
+0
*
src: Remove unused 'include <cpu/x86/mtrr.h>'
Elyes HAOUAS
2020-06-06
1
-1
/
+0
*
cpu/intel/haswell: Remove unused 'include <cpu/x86/bist.h>'
Elyes HAOUAS
2020-06-06
1
-1
/
+0
*
src: Remove unused '#include <cpu/x86/smm.h>'
Elyes HAOUAS
2020-06-06
1
-1
/
+0
*
src: Remove unused '#include <cpu/x86/lapic.h>'
Elyes HAOUAS
2020-06-02
1
-1
/
+0
*
src: Remove unused '#include <stdint.h>'
Elyes HAOUAS
2020-05-13
2
-2
/
+0
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
8
-8
/
+0
*
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-05-02
2
-3
/
+3
*
src: Remove unused 'include <cpu/x86/cache.h>'
Elyes HAOUAS
2020-05-01
2
-2
/
+0
*
device: Constify struct device * parameter to acpi_fill_ssdt()
Furquan Shaikh
2020-04-28
1
-1
/
+1
*
src/cpu: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-04
8
-100
/
+16
*
acpi: Change Processor ACPI Name (Intel only)
Christian Walter
2020-03-23
1
-1
/
+1
*
arch/x86,soc/intel: Drop RESET_ON_INVALID_RAMSTAGE_CACHE
Kyösti Mälkki
2019-12-19
1
-12
/
+0
*
src: Remove unused 'include <arch/cpu.h>'
Elyes HAOUAS
2019-12-19
2
-2
/
+1
*
src: Use '#include <smp/node.h>' when appropriate
Elyes HAOUAS
2019-12-19
1
-0
/
+1
*
bootblock: Provide some common prototypes
Kyösti Mälkki
2019-12-14
1
-1
/
+1
*
intel/smm: Provide common smm_relocation_params
Kyösti Mälkki
2019-11-22
1
-42
/
+0
*
cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE
Kyösti Mälkki
2019-11-03
1
-1
/
+0
*
cpu/x86: make set_msr_bit publicly available
Michael Niewöhner
2019-10-31
1
-19
/
+0
*
cpu/intel/common: Move intel_ht_sibling() to common folder
Patrick Rudolph
2019-10-01
1
-1
/
+0
*
cpu/intel: Use CPU_INTEL_COMMON_TIMEBASE
Kyösti Mälkki
2019-09-24
3
-33
/
+1
*
cpu/intel/microcode: Make microcode lib available in bootblock
Rizwan Qureshi
2019-09-15
1
-1
/
+0
*
intel/haswell: Remove some __PRE_RAM__ use
Kyösti Mälkki
2019-09-13
1
-11
/
+1
*
AUTHORS: Move src/cpu/intel copyrights into AUTHORS file
Martin Roth
2019-09-10
9
-20
/
+0
*
intel/haswell: Use smm_subregion()
Kyösti Mälkki
2019-08-28
1
-37
/
+13
*
intel/haswell,broadwell: Rename EMRR to PRMRR
Kyösti Mälkki
2019-08-28
1
-41
/
+41
*
devicetree: Remove duplicate chip_ops declarations
Kyösti Mälkki
2019-08-20
1
-2
/
+0
*
cpu/intel: Enter romstage without BIST
Kyösti Mälkki
2019-08-18
2
-6
/
+1
*
soc/intel: Rename some SMM support functions
Kyösti Mälkki
2019-08-15
3
-9
/
+4
*
cpu/intel: Replace bsp_init_and_start_aps()
Kyösti Mälkki
2019-08-15
2
-3
/
+1
*
cpu/x86: Separate save_state struct headers
Kyösti Mälkki
2019-08-13
1
-0
/
+1
*
intel/haswell: Move platform_enter_postcar()
Kyösti Mälkki
2019-08-11
1
-37
/
+0
*
intel/haswell: Move stage_cache support function
Kyösti Mälkki
2019-08-03
4
-39
/
+3
*
intel/haswell: Replace monotonic timer
Kyösti Mälkki
2019-07-13
3
-66
/
+1
*
cpu/x86: Move smm_lock() prototype
Kyösti Mälkki
2019-07-13
1
-0
/
+1
*
arch/x86: Flip HAVE_MONOTONIC_TIMER default
Kyösti Mälkki
2019-07-09
1
-1
/
+0
*
cpu/x86: Flip SMM_TSEG default
Kyösti Mälkki
2019-07-09
1
-1
/
+0
*
arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class
Kyösti Mälkki
2019-07-09
1
-2
/
+2
*
arch/x86: Adjust size of postcar stack
Kyösti Mälkki
2019-07-04
1
-3
/
+1
*
Use 3rdparty/intel-microcode
Arthur Heymans
2019-07-01
1
-2
/
+2
*
src/cpu: Use 'include <stdlib.h>' when appropriate
Elyes HAOUAS
2019-06-22
1
-1
/
+0
*
cpu: Add missing #include <commonlib/helpers.h>
Elyes HAOUAS
2019-06-21
1
-0
/
+1
*
cpu/intel/haswell: Link monotonic_timer.c in early stages
Arthur Heymans
2019-06-21
1
-0
/
+3
*
cpu/intel/haswell: Link tsc_freq.c in the bootblock
Arthur Heymans
2019-06-21
1
-0
/
+1
*
cpu/intel/{haswell,model_206{5,a}x}: Use MSR_CORE_THREAD_COUNT for msr at 0x35
Elyes HAOUAS
2019-06-21
2
-2
/
+2
*
cpu/intel/car/non-evict: Select NO_FIXED_XIP_ROM_SIZE
Arthur Heymans
2019-04-25
1
-0
/
+1
*
nb/intel/haswell: Add an option for where verstage starts
Arthur Heymans
2019-04-21
1
-0
/
+2
*
cpu/intel/haswell: Use C_ENVIRONMENT_BOOTBLOCK
Arthur Heymans
2019-04-21
3
-59
/
+8
*
Move calls to quick_ram_check() before CBMEM init
Kyösti Mälkki
2019-03-27
1
-4
/
+0
*
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-20
2
-2
/
+0
[next]