From 1b04e811fb7a706a0f54982348fd14761daf969f Mon Sep 17 00:00:00 2001 From: Sridhar Siricilla Date: Thu, 30 Mar 2023 09:51:28 +0530 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74088 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik --- src/include/device/path.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/device/path.h b/src/include/device/path.h index 28c932ad8e..a1ea42c154 100644 --- a/src/include/device/path.h +++ b/src/include/device/path.h @@ -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 { -- cgit v1.2.3