From 183ff25849dbcaee647ff3fe615be324289458fa Mon Sep 17 00:00:00 2001 From: Rebecca Cran Date: Thu, 16 Dec 2021 15:07:59 -0700 Subject: [PATCH] Silicon/Phytium: Update FT2000-4Pkg PlatformLib for ARM_CORE_INFO change The ARM_CORE_INFO struct has been updated so the MPIDR is now a single field instead of separate cluster/core fields. Update FT2000-4Pkg PlatformLib. Signed-off-by: Rebecca Cran --- Silicon/Phytium/FT2000-4Pkg/Library/PlatformLib/PlatformLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/Phytium/FT2000-4Pkg/Library/PlatformLib/PlatformLib.c b/Silicon/Phytium/FT2000-4Pkg/Library/PlatformLib/PlatformLib.c index 6a8d2265..a192797d 100644 --- a/Silicon/Phytium/FT2000-4Pkg/Library/PlatformLib/PlatformLib.c +++ b/Silicon/Phytium/FT2000-4Pkg/Library/PlatformLib/PlatformLib.c @@ -15,7 +15,7 @@ ARM_CORE_INFO mPhytiumMpCoreInfoTable[] = { { - 0x0, 0x0, // Cluster 0, Core 0 + 0x000, // Cluster 0, Core 0 // MP Core MailBox Set/Get/Clear Addresses and Clear Value (EFI_PHYSICAL_ADDRESS)0,