From 717f35a9f2d883a74998f7deb3d2cdf95bddf039 Mon Sep 17 00:00:00 2001 From: Moritz Fischer Date: Mon, 9 Jan 2023 08:42:18 -0800 Subject: DynamicTablesPkg: FdtHwInfoParserLib: Fix compatible string Linux's cpu DT bindings call out arm,armv8 while the code previously used arm,arm-v8, add second entry to support the arm,armv8 case. Cc: Sami Mujawar Fixes: e366a41ef0 ("DynamicTablesPkg: FdtHwInfoParser: Add GICC parser") Signed-off-by: Moritz Fischer Reviewed-by: Sami Mujawar --- DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'DynamicTablesPkg') diff --git a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.c b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.c index 2c72bd0c58..ee82f7a0b4 100644 --- a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.c +++ b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.c @@ -23,6 +23,7 @@ STATIC CONST COMPATIBILITY_STR CpuCompatibleStr[] = { { "arm,arm-v7" }, { "arm,arm-v8" }, + { "arm,armv8" }, { "arm,cortex-a15" }, { "arm,cortex-a7" }, { "arm,cortex-a57" } -- cgit v1.2.3