coreboot-kgpe-d16/src/soc/intel
Subrata Banik 53b08c347f cpuid: Add helper function for cpuid(1) functions
This patch introduces 3 helper function for cpuid(1) :

1. cpu_get_cpuid() -> to get processor id (from cpuid.eax)
2. cpu_get_feature_flags_ecx -> to get processor feature flag (from cpuid.ecx)
3. cpu_get_feature_flags_edx -> to get processor feature flag (from cpuid.edx)

Above 3 helper functions are targeted to replace majority of cpuid(1)
references.

Change-Id: Ib96a7c79dadb1feff0b8d58aa408b355fbb3bc50
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/30123
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
2018-12-13 04:32:57 +00:00
..
apollolake soc/intel/apollolake: Print ME version on exit of BS_DEV_INIT stage 2018-12-07 11:38:30 +00:00
baytrail soc/intel/baytrail: Implement POSTCAR stage 2018-12-05 13:33:32 +00:00
braswell soc/intel/braswell/northcluster.c: Fix typo 2018-12-11 08:57:53 +00:00
broadwell cpuid: Add helper function for cpuid(1) functions 2018-12-13 04:32:57 +00:00
cannonlake cpuid: Add helper function for cpuid(1) functions 2018-12-13 04:32:57 +00:00
common cpuid: Add helper function for cpuid(1) functions 2018-12-13 04:32:57 +00:00
denverton_ns cpu/intel/common: Use a common acpi/cpu.asl file 2018-11-30 22:02:35 +00:00
fsp_baytrail elog: make elog's SMM handler code follow everything else 2018-12-05 13:31:10 +00:00
fsp_broadwell_de arch/acpi.h: Add some update to version 6.2a 2018-11-29 12:21:03 +00:00
icelake cpuid: Add helper function for cpuid(1) functions 2018-12-13 04:32:57 +00:00
quark cpuid: Add helper function for cpuid(1) functions 2018-12-13 04:32:57 +00:00
skylake cpuid: Add helper function for cpuid(1) functions 2018-12-13 04:32:57 +00:00
Kconfig src/cpu: Remove dead sourced lines 2018-11-15 10:25:20 +00:00