From nobody Wed May 15 07:36:06 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+98036+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+98036+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1672960067; cv=none; d=zohomail.com; s=zohoarc; b=iIVtvMj3Dxf6PS+x7bOJ2Klp1FsKS1KwtB28ALRjLQyJVZzbk8BmSUd2Fjb+95X6VTs5njX21JhTCkmePLt5hBN8cWLkJXdfuUjUxbiRXpabeBeDcDQxBTwwMb+lUytOX1NRoW9s89QclzmkHBnD/agp3B9oCDCJ+OIGhfZ0478= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1672960067; h=Content-Type:Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=4GlfnszXXwnuJ0cU1krFq3Ee/uYssfztjObRPtW6EW4=; b=Ex7Gmdozw8Y7G1JExxQeiMK0OKsY9rRZ9xq2t51VjvsAggq5XV2Drd1zwPj9tLddtbWsb1VkPLJ6ZX4/YoIQTP6nnWmvajjD/3+tfQLhCXKxbKugN4wbkQa/dF0Pcalm6dSdP4ioySv4wvwaBPUOjt6Bx90aCpc7PqX2P4VIwA0= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+98036+1787277+3901457@groups.io Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1672960067170981.8110453480374; Thu, 5 Jan 2023 15:07:47 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id Me86YY1788612xkIFre064cC; Thu, 05 Jan 2023 15:07:46 -0800 X-Received: from mail-vk1-f202.google.com (mail-vk1-f202.google.com [209.85.221.202]) by mx.groups.io with SMTP id smtpd.web10.85.1672960066325403694 for ; Thu, 05 Jan 2023 15:07:46 -0800 X-Received: by mail-vk1-f202.google.com with SMTP id b77-20020a1f1b50000000b003bbf35b919bso10463907vkb.11 for ; Thu, 05 Jan 2023 15:07:46 -0800 (PST) X-Gm-Message-State: k0zquHiaSpbGa7yFVTlZ2oN5x1787277AA= X-Google-Smtp-Source: AMrXdXuyvGJpXMqVz7Zubw//39HHQBYMy7r2KHup+pzzLHUvIqPZdKjBeu2J2sIWMWCgRpI+Mvu/r1+PsdrJ X-Received: from morats.c.googlers.com ([fda3:e722:ac3:cc00:14:4d90:c0a8:6c]) (user=moritzf job=sendgmr) by 2002:a1f:1c95:0:b0:3bc:9f94:d7f1 with SMTP id c143-20020a1f1c95000000b003bc9f94d7f1mr5711521vkc.21.1672960065247; Thu, 05 Jan 2023 15:07:45 -0800 (PST) Date: Thu, 5 Jan 2023 15:07:25 -0800 Mime-Version: 1.0 Message-ID: <20230105230725.2401243-1-moritzf@google.com> Subject: [edk2-devel] [PATCH] DynamicTablesPkg: FdtHwInfoParserLib: Fix compatible string From: "Moritz Fischer via groups.io" To: devel@edk2.groups.io Cc: Moritz Fischer Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,moritzf@google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1672960066; bh=FuJQpf2poa7mS6tbIw865BN0J0erjvEN9om0qAzfabI=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=WPLTRZC3V38oOMaLXsJG6PQC8zPTRnxUinpRWuoFOwqOX6+uNuxZE6E3CzNrPulQNrV L6JPLpE8wOMBgErVZERljX/ZQoibLrboWHk+h7er/haxK2RcCNVaI7stACRp7DqFqrPb4 sW3Lr5Uphf3CW/Nsf60wfZxZpHNsjBIqvL4= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1672960067973100001 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Linux' cpu DT bindings call out arm,armv8 while the code previously used arm,arm-v8. Fixes: e366a41ef0 ("DynamicTablesPkg: FdtHwInfoParser: Add GICC parser") Signed-off-by: Moritz Fischer --- DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.= c b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.c index 2c72bd0c58..dc6e7a4d15 100644 --- a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.c +++ b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.c @@ -22,7 +22,7 @@ */ STATIC CONST COMPATIBILITY_STR CpuCompatibleStr[] =3D { { "arm,arm-v7" }, - { "arm,arm-v8" }, + { "arm,armv8" }, { "arm,cortex-a15" }, { "arm,cortex-a7" }, { "arm,cortex-a57" } --=20 2.39.0.314.g84b9a713c41-goog -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#98036): https://edk2.groups.io/g/devel/message/98036 Mute This Topic: https://groups.io/mt/96083588/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-