summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* ACPI GNVS: Replace uses of smm_get_gnvs()Kyösti Mälkki2020-07-011-0/+2
* ACPI: Replace smm_setup_structures()Kyösti Mälkki2020-06-243-1/+36
* src/*: Update makefiles to exclude x86 code from psp-verstageMartin Roth2020-06-234-5/+5
* cpu/x86/lapic: Support x86_64 and clean up codePatrick Rudolph2020-06-223-6/+6
* cpu/x86/smm: Add helper functions to verify SMM accessPatrick Rudolph2020-06-172-1/+18
* Revert "x86/lapic: Set EXTINT on BSP only"Angel Pons2020-06-161-11/+15
* x86/lapic: Set EXTINT on BSP onlyZheng Bao2020-06-161-15/+11
* cpu/x86: Define MTRR_CAP_PRMRRKyösti Mälkki2020-06-161-1/+2
* sb,soc/intel: Replace smm_southbridge_enable_smi()Kyösti Mälkki2020-06-164-4/+4
* arch/x86: Create helper for APM_CNT SMI triggersKyösti Mälkki2020-06-162-0/+44
* gm45 boards: Factor out MAX_CPUSAngel Pons2020-06-152-0/+8
* pineview boards: Factor out MAX_CPUSAngel Pons2020-06-151-0/+4
* haswell boards: Factor out MAX_CPUSAngel Pons2020-06-151-0/+4
* arrandale boards: Factor out MAX_CPUSAngel Pons2020-06-151-0/+4
* sandybridge boards: Factor out MAX_CPUSAngel Pons2020-06-151-0/+4
* cpu/intel: Remove obsolete comment in CAR setupKyösti Mälkki2020-06-153-12/+0
* arch/x86: Remove NO_FIXED_XIP_ROM_SIZEKyösti Mälkki2020-06-157-16/+0
* arch/x86: Remove XIP_ROM_SIZEKyösti Mälkki2020-06-151-5/+0
* cpu/intel/car: Use symbols for CAR MTRR setupKyösti Mälkki2020-06-134-62/+50
* treewide: Add Kconfig variable MEMLAYOUT_LD_FILEFurquan Shaikh2020-06-132-4/+9
* amd/00730F01: Clean the Microcode updatingZheng Bao2020-06-104-157/+116
* src: Remove unused 'include <cpu/x86/mtrr.h>'Elyes HAOUAS2020-06-063-3/+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
* cpu/intel/slot_1: Select 16KiB bootblock if console is enabledKeith Hui2020-06-041-0/+1
* amd/microcode: Change equivalant ID width to 16bitZheng Bao2020-06-022-3/+3
* cpu/x86/mtrr: add x86_setup_mtrrs_with_detect_no_above_4gb()Aaron Durbin2020-06-021-3/+15
* cpu/x86/mtrr: add helper for setting multiple MTRRsAaron Durbin2020-06-021-0/+67
* src: Remove unused '#include <cpu/x86/lapic.h>'Elyes HAOUAS2020-06-024-4/+0
* arch/x86: Remove more romcc leftoversKyösti Mälkki2020-05-282-1/+2
* cpu/intel/common: Fix typo in commentElyes HAOUAS2020-05-281-1/+1
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-1821-42/+0
* src: Remove unused '#include <stddef.h>'Elyes HAOUAS2020-05-132-2/+0
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-134-4/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-11172-172/+0
* src/cpu: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-107-84/+7
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-0921-189/+22
* cpu/x86/mtrr: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-081-10/+2
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-0616-176/+16
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-0617-34/+17
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-0213-17/+17
* intel/stm: Drop now unneeded `num_cpus` paramEugene D Myers2020-05-021-1/+1
* intel/stm: Place resource list right below MSEGEugene D Myers2020-05-021-11/+7
* cpu/x86/mtrr/earlymtrr: Validate MTRR argumentsRaul E Rangel2020-05-011-0/+11
* src: Remove unused 'include <cpu/x86/cache.h>'Elyes HAOUAS2020-05-017-7/+0
* arch/x86: Implement RESET_VECTOR_IN_RAMFelix Held2020-04-291-0/+4
* src/cpu/x86/mtrr/earlymtrr: Add clear_all_var_mtrrRaul E Rangel2020-04-291-0/+14
* cpu/x86/16bit/entry16.inc: Fix typos in commentRaul E Rangel2020-04-291-2/+2
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-284-4/+4
* src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-04127-1557/+254