From b72f5949ccefe060baf509a8ee2c6a7f0e197d91 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sat, 25 May 2024 11:17:15 +0200 Subject: tree: Add smbios_processor_type Change-Id: I46f799ad255993ac42dab11b5c1d2608daa52b42 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/82645 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/arch/arm64/smbios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/arm64') diff --git a/src/arch/arm64/smbios.c b/src/arch/arm64/smbios.c index ede48e62ae..291659a4bc 100644 --- a/src/arch/arm64/smbios.c +++ b/src/arch/arm64/smbios.c @@ -68,7 +68,7 @@ int smbios_write_type4(unsigned long *current, int handle) t->processor_version = smbios_processor_name(t->eos); t->processor_family = 0xfe; /* Use processor_family2 field */ t->processor_family2 = 0x101; /* ARMv8 */ - t->processor_type = 3; /* System Processor */ + t->processor_type = SMBIOS_PROCESSOR_TYPE_CENTRAL; smbios_cpu_get_core_counts(&t->core_count2, &t->thread_count2); t->core_count = MAX_CPUS_ENABLED(t->core_count2); -- cgit v1.2.3