soc/intel/common: Add core_type member to 'struct apic_path'

The patch adds new member 'core_type' to the 'struct apic_path' and
updates core type information.

TEST=Build the code for MTL

Change-Id: I1d34068fd5ef43f8408301bf3effa9febf85f683
Signed-off-by: Sridhar Siricilla <sridhar.siricilla@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74088
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
Sridhar Siricilla
2023-03-30 09:51:28 +05:30
parent 924aff9e22
commit 1b04e811fb
3 changed files with 16 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ struct apic_path {
unsigned int node_id;
unsigned int core_id;
unsigned int thread_id;
unsigned char core_type;
};
struct ioapic_path {