public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Sami Mujawar" <sami.mujawar@arm.com>
To: Moritz Fischer <moritzf@google.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: nd <nd@arm.com>
Subject: Re: [PATCH v2] DynamicTablesPkg: FdtHwInfoParserLib: Fix compatible string
Date: Tue, 10 Jan 2023 15:52:53 +0000	[thread overview]
Message-ID: <2B737693-85B9-48ED-A820-D677604533D3@arm.com> (raw)
In-Reply-To: <20230109164218.3298310-1-moritzf@google.com>

Hi Moritz,

I have merged this patch with a minor change to the commit message.

Merged as 82dd766f2522..717f35a9f2d8

Thanks.

Regards,

Sami Mujawar

On 09/01/2023, 16:42, "Moritz Fischer" <moritzf@google.com> wrote:

    Linux's cpu DT bindings call out arm,armv8 while the code previously
    used arm,arm-v8, add second entry to support the arm,arm-v8 case.

    Cc: Sami Mujawar <sami.mujawar@arm.com>
    Fixes: e366a41ef0 ("DynamicTablesPkg: FdtHwInfoParser: Add GICC parser")
    Signed-off-by: Moritz Fischer <moritzf@google.com>
    ---
     DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.c | 1 +
     1 file changed, 1 insertion(+)

    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" }
    -- 
    2.39.0.314.g84b9a713c41-goog



      parent reply	other threads:[~2023-01-10 15:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-09 16:42 [PATCH v2] DynamicTablesPkg: FdtHwInfoParserLib: Fix compatible string Moritz Fischer
2023-01-09 17:02 ` Sami Mujawar
2023-01-10 15:52 ` Sami Mujawar [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2B737693-85B9-48ED-A820-D677604533D3@arm.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox