summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/haswell
Commit message (Expand)AuthorAgeFilesLines
* arch/x86: Remove NO_FIXED_XIP_ROM_SIZEKyösti Mälkki2020-06-151-1/+0
* src: Remove unused 'include <cpu/x86/mtrr.h>'Elyes HAOUAS2020-06-061-1/+0
* cpu/intel/haswell: Remove unused 'include <cpu/x86/bist.h>'Elyes HAOUAS2020-06-061-1/+0
* src: Remove unused '#include <cpu/x86/smm.h>'Elyes HAOUAS2020-06-061-1/+0
* src: Remove unused '#include <cpu/x86/lapic.h>'Elyes HAOUAS2020-06-021-1/+0
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-132-2/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-118-8/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-022-3/+3
* src: Remove unused 'include <cpu/x86/cache.h>'Elyes HAOUAS2020-05-012-2/+0
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-048-100/+16
* acpi: Change Processor ACPI Name (Intel only)Christian Walter2020-03-231-1/+1
* arch/x86,soc/intel: Drop RESET_ON_INVALID_RAMSTAGE_CACHEKyösti Mälkki2019-12-191-12/+0
* src: Remove unused 'include <arch/cpu.h>'Elyes HAOUAS2019-12-192-2/+1
* src: Use '#include <smp/node.h>' when appropriateElyes HAOUAS2019-12-191-0/+1
* bootblock: Provide some common prototypesKyösti Mälkki2019-12-141-1/+1
* intel/smm: Provide common smm_relocation_paramsKyösti Mälkki2019-11-221-42/+0
* cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki2019-11-031-1/+0
* cpu/x86: make set_msr_bit publicly availableMichael Niewöhner2019-10-311-19/+0
* cpu/intel/common: Move intel_ht_sibling() to common folderPatrick Rudolph2019-10-011-1/+0
* cpu/intel: Use CPU_INTEL_COMMON_TIMEBASEKyösti Mälkki2019-09-243-33/+1
* cpu/intel/microcode: Make microcode lib available in bootblockRizwan Qureshi2019-09-151-1/+0
* intel/haswell: Remove some __PRE_RAM__ useKyösti Mälkki2019-09-131-11/+1
* AUTHORS: Move src/cpu/intel copyrights into AUTHORS fileMartin Roth2019-09-109-20/+0
* intel/haswell: Use smm_subregion()Kyösti Mälkki2019-08-281-37/+13
* intel/haswell,broadwell: Rename EMRR to PRMRRKyösti Mälkki2019-08-281-41/+41
* devicetree: Remove duplicate chip_ops declarationsKyösti Mälkki2019-08-201-2/+0
* cpu/intel: Enter romstage without BISTKyösti Mälkki2019-08-182-6/+1
* soc/intel: Rename some SMM support functionsKyösti Mälkki2019-08-153-9/+4
* cpu/intel: Replace bsp_init_and_start_aps()Kyösti Mälkki2019-08-152-3/+1
* cpu/x86: Separate save_state struct headersKyösti Mälkki2019-08-131-0/+1
* intel/haswell: Move platform_enter_postcar()Kyösti Mälkki2019-08-111-37/+0
* intel/haswell: Move stage_cache support functionKyösti Mälkki2019-08-034-39/+3
* intel/haswell: Replace monotonic timerKyösti Mälkki2019-07-133-66/+1
* cpu/x86: Move smm_lock() prototypeKyösti Mälkki2019-07-131-0/+1
* arch/x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-1/+0
* cpu/x86: Flip SMM_TSEG defaultKyösti Mälkki2019-07-091-1/+0
* arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki2019-07-091-2/+2
* arch/x86: Adjust size of postcar stackKyösti Mälkki2019-07-041-3/+1
* Use 3rdparty/intel-microcodeArthur Heymans2019-07-011-2/+2
* src/cpu: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-06-221-1/+0
* cpu: Add missing #include <commonlib/helpers.h>Elyes HAOUAS2019-06-211-0/+1
* cpu/intel/haswell: Link monotonic_timer.c in early stagesArthur Heymans2019-06-211-0/+3
* cpu/intel/haswell: Link tsc_freq.c in the bootblockArthur Heymans2019-06-211-0/+1
* cpu/intel/{haswell,model_206{5,a}x}: Use MSR_CORE_THREAD_COUNT for msr at 0x35Elyes HAOUAS2019-06-212-2/+2
* cpu/intel/car/non-evict: Select NO_FIXED_XIP_ROM_SIZEArthur Heymans2019-04-251-0/+1
* nb/intel/haswell: Add an option for where verstage startsArthur Heymans2019-04-211-0/+2
* cpu/intel/haswell: Use C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-04-213-59/+8
* Move calls to quick_ram_check() before CBMEM initKyösti Mälkki2019-03-271-4/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-202-2/+0