coreboot-kgpe-d16/src/soc/intel/skylake
Elyes HAOUAS f212cf3506 soc/intel: Standardize names of common MSRs
Use defined name in Intel 64 and IA-32 Architectures Software
Developer’s Manual.
Renamed MSRs are (register address, register name):
0x35 MSR_CORE_THREAD_COUNT
0x121 MSR_EMULATE_PM_TIMER
0x1f4 MSR_PRMRR_PHYS_BASE
0x1f5 MSR_PRMRR_PHYS_MASK
0x2f4 MSR_UNCORE_PRMRR_PHYS_BASE
0x2f5 MSR_UNCORE_PRMRR_PHYS_MASK

Change-Id: I53f11a2ce831456d598aa21303a817d18ac89bba
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/30288
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
2019-01-07 10:27:32 +00:00
..
acpi cpu/intel/common: Use a common acpi/cpu.asl file 2018-11-30 22:02:35 +00:00
bootblock Remove intel/skylake/bootblock/timestamp.inc 2018-12-24 08:19:21 +00:00
include src: Get rid of duplicated includes 2018-11-16 09:50:03 +00:00
nhlt src: Remove unneeded include <console/console.h> 2018-11-16 09:50:29 +00:00
romstage arch/x86: Drop spurious arch/stages.h includes 2018-12-28 06:47:31 +00:00
acpi.c soc/intel/skylake: Rework acpi/cpu.asl 2018-11-30 21:51:51 +00:00
chip.c soc/intel/skylake: Generate DMAR tables for FSP 1.1 boards 2018-12-19 05:34:59 +00:00
chip.h soc/intel/skylake: Add Sagv enum value definition 2018-12-19 05:56:02 +00:00
chip_fsp20.c soc/intel/skylake: Add device settings for PL4 power limit 2018-11-27 08:45:53 +00:00
cpu.c soc/intel: Standardize names of common MSRs 2019-01-07 10:27:32 +00:00
elog.c soc/intel: Get rid of device_t 2018-12-20 22:16:24 +00:00
finalize.c soc/intel/skylake: clear MCA before booting to OS 2018-06-28 09:01:56 +00:00
fspcar.c soc/intel/skylake: Add FSP CAR support for kabylake 2018-11-07 16:44:20 +00:00
gpio.c soc/intel/common/block/gpio: Change group offset calculation 2018-02-16 03:59:29 +00:00
graphics.c soc/intel/skylake/graphics: Ensure intel_gma_restore_opregion() is called 2019-01-02 21:04:33 +00:00
gspi.c soc/intel/common/block: Move gspi common functions into block/gspi 2018-06-06 06:25:50 +00:00
i2c.c soc/intel/common/block: Move i2c common functions into block/i2c 2018-06-06 06:26:11 +00:00
irq.c soc/intel/skylake: Fix spelling mistake 2018-10-02 05:09:22 +00:00
Kconfig soc/intel/skylake: Remove romcc related Kconfig option 2018-12-29 07:17:36 +00:00
lockdown.c soc/intel/common/pch: Add pch lockdown code 2018-06-07 21:58:19 +00:00
lpc.c soc: Remove useless include <device/pci_ids.h> 2018-12-19 05:20:49 +00:00
Makefile.inc soc/intel/skylake: Add FSP CAR support for kabylake 2018-11-07 16:44:20 +00:00
me.c soc: Remove useless include <device/pci_ids.h> 2018-12-19 05:20:49 +00:00
memmap.c soc/intel: Remove superfluous pointers variables 2018-04-11 02:19:43 +00:00
p2sb.c soc/intel/common/block: Move p2sb common functions into block/p2sb 2018-06-28 08:35:29 +00:00
pei_data.c src: Remove unneeded include <console/console.h> 2018-11-16 09:50:29 +00:00
pmc.c soc/intel: Drop pmc_get_mainboard_power_failure_state_choice() 2019-01-06 15:54:52 +00:00
pmutil.c soc/intel/common: add acpi_get_sleep_type to pmclib 2018-10-04 09:44:31 +00:00
reset.c intel: Use CF9 reset (part 2) 2018-10-22 08:35:32 +00:00
sd.c
smihandler.c
smmrelocate.c src: Remove unneeded include "{arch,cpu}/cpu.h" 2018-11-12 09:22:18 +00:00
spi.c soc/intel/common/block: Move gspi common functions into block/gspi 2018-06-06 06:25:50 +00:00
systemagent.c src: Remove unneeded include <console/console.h> 2018-11-16 09:50:29 +00:00
thermal.c soc/intel/skylake: Fix ‘dev’ pointer NULL before being dereferenced 2018-10-08 14:49:18 +00:00
uart.c soc/intel/common/block: Move common uart function to block/uart 2018-08-20 15:51:48 +00:00
vr_config.c src/soc/intel: Add AML IGD in platform reporting 2018-08-06 07:58:21 +00:00