summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/sgx
Commit message (Expand)AuthorAgeFilesLines
* soc/intel: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* soc/intel/common: Untie PRMRR from SGXPratikkumar Prajapati2023-01-081-40/+2
* soc/intel/common: Move SGX supported API to cpulibPratikkumar Prajapati2023-01-021-10/+0
* soc/intel/common/block/sgx/Kconfig: Add missing default symbolElyes Haouas2022-11-171-0/+1
* include/cpu/msr.h: transform into an unionArthur Heymans2022-11-121-23/+14
* soc: Add SPDX license headers to MakefilesMartin Roth2022-10-311-0/+1
* soc/intel: move SGX ACPI code to block/acpiMichael Niewöhner2021-11-111-48/+1
* soc/intel: generate SSDT instead of using GNVS for SGXMichael Niewöhner2021-11-091-23/+32
* soc/intel/{skl,apl}: don't run or even include SGX code if disabledMichael Niewöhner2021-10-201-1/+1
* soc/intel/common/block/sgx: Fix typo in log messageAngel Pons2021-09-301-1/+1
* soc/intel: Rename GNVS struct member to match ASLAngel Pons2021-09-291-2/+2
* soc/intel/common/block: Drop unused `intelblocks/mp_init.h` includeSubrata Banik2021-07-171-1/+0
* soc/intel/common,skl: set MSR LT_LOCK_MEMORY once, not per threadMichael Niewöhner2021-04-221-2/+2
* soc/intel/*: Get rid of custom microcode cachingPatrick Rudolph2021-02-011-1/+1
* soc/intel: Drop indirect <soc/nvs.h> includeKyösti Mälkki2021-01-031-0/+1
* cpu/intel,soc/intel: drop Kconfig for hyperthreadingMichael Niewöhner2020-10-171-1/+0
* soc/intel/common/block/sgx: drop no-ops from PRMRR KconfigMichael Niewöhner2020-09-211-11/+0
* soc/intel/common/block/sgx: make PRMRR size setting depend on SGXMichael Niewöhner2020-09-211-0/+2
* soc/intel/common/block/*/Kconfig: Guard options with if-blocksAngel Pons2020-09-121-2/+4
* ACPI: Drop typedef global_nvs_tKyösti Mälkki2020-06-301-1/+1
* cpu/x86: Define MTRR_CAP_PRMRRKyösti Mälkki2020-06-161-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* soc/intel/common: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-13/+2
* soc: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* soc/intel/sgx: convert SGX and PRMRR devicetree options to KconfigMichael Niewöhner2019-11-042-4/+60
* soc/intel/common: sgx: use cpu_lt_lock_memory in sgx setupMichael Niewöhner2019-11-021-2/+4
* soc/intel/common: sgx: add new Kconfig option for setting LT_LOCK_MEMORYMichael Niewöhner2019-11-021-0/+7
* src: Remove unused 'include <string.h>'Elyes HAOUAS2019-10-201-1/+0
* soc/intel/common/block/sgx: Fix crash in MP initPatrick Rudolph2019-10-152-6/+50
* soc/intel: sgx: get rid of UEFI-style usage of global variableMichael Niewöhner2019-10-101-29/+4
* src/soc/intel/common/block/sgx: Add missing new linesChristian Walter2019-06-031-2/+2
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* soc/intel: Standardize names of common MSRsElyes HAOUAS2019-01-071-6/+6
* src: Move common IA-32 MSRs to <cpu/x86/msr.h>Elyes HAOUAS2018-10-111-1/+1
* cpu/x86: Add support to run function with argument over APsSubrata Banik2018-05-141-1/+1
* src/soc: Fix various typosJonathan Neuschäfer2018-02-202-4/+4
* intel/common/block/sgx: Add API to enumerate SGX resources and update GNVSPratik Prajapati2017-10-201-0/+37
* soc/intel/common/sgx: use SOC specific API to get PRMRR base and maskPratik Prajapati2017-09-151-15/+33
* soc/intel/common/sgx: Define and use soc_fill_sgx_param()Pratik Prajapati2017-09-151-20/+29
* soc/intel/common/sgx: Fix null pointer dereference warning from klocworkPratik Prajapati2017-09-071-0/+11
* intel/common/block/sgx: Refactor SGX common codePratik Prajapati2017-08-211-23/+47
* intel/common/sgx: Use intel_mp_current_microcode() to get microcode pointerPratik Prajapati2017-08-211-1/+5
* sgx: Move SGX code to intel/common/blockPratik Prajapati2017-07-103-0/+166