public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ardb@kernel.org>
To: devel@edk2.groups.io, marcin.juszkiewicz@linaro.org
Cc: Leif Lindholm <quic_llindhol@quicinc.com>,
	Ard Biesheuvel <ardb+tianocore@kernel.org>,
	 Graeme Gregory <graeme@xora.org.uk>
Subject: Re: [edk2-devel] [PATCH edk2-platforms v3 0/3] Platform/QemuSbsa: add GIC ITS
Date: Thu, 3 Aug 2023 15:43:16 +0200	[thread overview]
Message-ID: <CAMj1kXF4nvEwz_eQOVJ_ADOgkh1nMqk=Giheyq9v_qZR=OB9LQ@mail.gmail.com> (raw)
In-Reply-To: <20230719120842.1120001-1-marcin.juszkiewicz@linaro.org>

On Wed, 19 Jul 2023 at 14:09, Marcin Juszkiewicz
<marcin.juszkiewicz@linaro.org> wrote:
>
> SBSA Reference Platform can have GIC ITS present. And when it has then
> we can have complex PCI Express setup (and some other things).
>
> First patch adds support for GIC ITS. Address is read from TF-A via SMC
> call. IORT is generated, MADT has ITS information. Linux boots and sees
> GIC ITS as expected. SMMU information is also provided in IORT and used.
>
> Second patch introduces PcdSmmuBase variable to avoid using magic number
> in IORT generation.
>
> Third patch takes care of system where GIC ITS is not present (like QEMU
> 8.0). If GIC ITS address is not set then there is no mention of it in
> MADT and there is no IORT, Linux boots.
>
> Changes since v2:
> - no ITS == no IORT
>
> Changes since v1:
> - IORT is generated in C
> - no ITS == no ITS node in IORT
> - introduced PcdSmmuBase
>
> Marcin Juszkiewicz (2):
>   Platform/QemuSbsa: add dynamic PcdSmmuBase
>   Platform/SbsaQemu: handle systems without GIC ITS
>
> Shashi Mallela (1):
>   Platform/SbsaQemu: add GIC ITS support
>

Anyone care to review this please?

>  Silicon/Qemu/SbsaQemu/SbsaQemu.dec            |   4 +
>  Platform/Qemu/SbsaQemu/SbsaQemu.dsc           |   4 +
>  .../Qemu/SbsaQemu/AcpiTables/AcpiTables.inf   |   1 +
>  .../SbsaQemuAcpiDxe/SbsaQemuAcpiDxe.inf       |   2 +
>  .../SbsaQemuPlatformDxe.inf                   |   1 +
>  .../Include/IndustryStandard/SbsaQemuAcpi.h   |  11 +
>  .../Include/IndustryStandard/SbsaQemuSmc.h    |   1 +
>  .../Drivers/SbsaQemuAcpiDxe/SbsaQemuAcpiDxe.c | 208 +++++++++++++++++-
>  .../SbsaQemuPlatformDxe/SbsaQemuPlatformDxe.c |  10 +
>  9 files changed, 241 insertions(+), 1 deletion(-)
>
> --
> 2.41.0
>
>
>
> ------------
> Groups.io Links: You receive all messages sent to this group.
> View/Reply Online (#107051): https://edk2.groups.io/g/devel/message/107051
> Mute This Topic: https://groups.io/mt/100233784/1131722
> Group Owner: devel+owner@edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub [ardb@kernel.org]
> ------------
>
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#107541): https://edk2.groups.io/g/devel/message/107541
Mute This Topic: https://groups.io/mt/100233784/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



  parent reply	other threads:[~2023-08-03 13:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-19 12:08 [edk2-devel] [PATCH edk2-platforms v3 0/3] Platform/QemuSbsa: add GIC ITS Marcin Juszkiewicz
2023-07-19 12:08 ` [edk2-devel] [PATCH edk2-platforms v3 1/3] Platform/SbsaQemu: add GIC ITS support Marcin Juszkiewicz
2023-07-19 12:08 ` [edk2-devel] [PATCH edk2-platforms v3 2/3] Platform/QemuSbsa: add dynamic PcdSmmuBase Marcin Juszkiewicz
2023-07-19 12:08 ` [edk2-devel] [PATCH edk2-platforms v3 3/3] Platform/SbsaQemu: handle systems without GIC ITS Marcin Juszkiewicz
2023-08-03 13:43 ` Ard Biesheuvel [this message]
2023-08-14 20:33 ` [edk2-devel] [PATCH edk2-platforms v3 0/3] Platform/QemuSbsa: add " Graeme Gregory
     [not found] ` <17734388FD0352A4.32574@groups.io>
2023-08-17 11:27   ` [edk2-devel] [PATCH edk2-platforms v3 3/3] Platform/SbsaQemu: handle systems without " Marcin Juszkiewicz

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='CAMj1kXF4nvEwz_eQOVJ_ADOgkh1nMqk=Giheyq9v_qZR=OB9LQ@mail.gmail.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