public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Thomas Abraham <thomas.abraham@arm.com>
To: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Thomas Abraham <thomas.abraham@arm.com>,
	 "edk2-devel@lists.01.org" <edk2-devel@lists.01.org>,
	Leif Lindholm <leif.lindholm@linaro.org>,
	 Alexei Fedorov <Alexei.Fedorov@arm.com>,
	Evan.Lloyd@arm.com
Subject: Re: [PATCH edk2-platforms v6 0/9] Platform/ARM/Sgi: Add Arm's SGI platform support
Date: Thu, 24 May 2018 18:03:59 +0530	[thread overview]
Message-ID: <CAJuA9aiGBYzRw3pp4Ok=FF-VAAHV-JjcD50ZO9wnetLb3pMXWQ@mail.gmail.com> (raw)
In-Reply-To: <CAKv+Gu9vOnNSSGGaNhxOgyff9m5RL2wtU4Wc0=Ef+L1_0QTGEg@mail.gmail.com>

On Thu, May 24, 2018 at 5:57 PM, Ard Biesheuvel
<ard.biesheuvel@linaro.org> wrote:
> On 23 May 2018 at 07:45, Thomas Abraham <thomas.abraham@arm.com> wrote:
>> Changes since v5:
>> - removed 'Change-Id' from all the patches in this series.
>>
>> Changes since v4:
>> - addressed all the review comments from Ard and Alexei
>>
>> Changes since v3:
>> - adds support for SMSC9118 ethernet controller
>> - adds support for PCIe and SATA controller to enable SATA disk access
>>
>> Changes since v2:
>> - addressed all the comments from Ard.
>> - PrePeiCore is used instead of PrePi.
>>
>> Changes since v1:
>> - minor update to commit messages
>>
>> Arm CoreLink System Guidance for Infrastructure is a collection of
>> resources to provide a representative view of typical compute subsystems
>> that can be designed and implemented using specific generations of Arm IP.
>> These compute subsystems address the expected requirements of a specific
>> segment of the infrastructure market which includes servers, storage and
>> networking.
>>
>> This patch series adds initial platform port support for Arm'S SGI-575
>> platform. This platform has 8x Cortex-A75 CPUs, supports DynamIQ
>> with L3 cache options, supports 2x DDR4-3200 (DMC-620) memory controller
>> and is SBSAv3 compliant. This series includes support for GIC, Serial,
>> smsc91x and virtio block device.
>>
>> Daniil Egranov (4):
>>   Platform/ARM/Sgi: add initial platform dxe driver implementation
>>   Platform/ARM/Sgi: add support for virtio block device
>>   Platform/ARM/Sgi: add the initial set of acpi tables
>>   Platform/ARM/Sgi: add support for smsc91x ethernet controller
>>
>> Thomas Abraham (3):
>>   Platform/ARM/Sgi: Add Platform library implementation
>>   Platform/ARM/Sgi: implement PciHostBridgeLib support
>>   Platform/ARM/Sgi: Add Ssdt, Iort and Mcfg tables
>>
>> Vishwanatha HG (2):
>>   Platform/ARM/Sgi: add NOR flash platform library implementation
>>   Platform/ARM/Sgi: add initial support for ARM SGI platform
>>
>
> For the series
>
> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>
> Pushed as e174fc77d3bb..eecb5e2f58a9
>
> Thanks,

Thank you Ard.

Regards,
Thomas.

> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel


      reply	other threads:[~2018-05-24 12:34 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-23  5:45 [PATCH edk2-platforms v6 0/9] Platform/ARM/Sgi: Add Arm's SGI platform support Thomas Abraham
2018-05-23  5:45 ` [PATCH edk2-platforms v6 1/9] Platform/ARM/Sgi: Add Platform library implementation Thomas Abraham
2018-05-23  5:45 ` [PATCH edk2-platforms v6 2/9] Platform/ARM/Sgi: add NOR flash platform " Thomas Abraham
2018-05-23  5:45 ` [PATCH edk2-platforms v6 3/9] Platform/ARM/Sgi: add initial platform dxe driver implementation Thomas Abraham
2018-05-23  5:45 ` [PATCH edk2-platforms v6 4/9] Platform/ARM/Sgi: add support for virtio block device Thomas Abraham
2018-05-23  5:45 ` [PATCH edk2-platforms v6 5/9] Platform/ARM/Sgi: add the initial set of acpi tables Thomas Abraham
2018-05-23 10:50   ` Alexei Fedorov
2018-05-24 11:36     ` Thomas Abraham
2018-05-24 11:52       ` Alexei Fedorov
2018-05-23 12:19   ` Alexei Fedorov
2018-05-24 11:31     ` Thomas Abraham
2018-05-24 11:33       ` Thomas Abraham
2018-05-24 12:11         ` Ard Biesheuvel
2018-05-23  5:45 ` [PATCH edk2-platforms v6 6/9] Platform/ARM/Sgi: add initial support for ARM SGI platform Thomas Abraham
2018-05-23  5:45 ` [PATCH edk2-platforms v6 7/9] Platform/ARM/Sgi: add support for smsc91x ethernet controller Thomas Abraham
2018-05-23  5:45 ` [PATCH edk2-platforms v6 8/9] Platform/ARM/Sgi: implement PciHostBridgeLib support Thomas Abraham
2018-05-23  5:45 ` [PATCH edk2-platforms v6 9/9] Platform/ARM/Sgi: Add Ssdt, Iort and Mcfg tables Thomas Abraham
2018-05-24 12:27 ` [PATCH edk2-platforms v6 0/9] Platform/ARM/Sgi: Add Arm's SGI platform support Ard Biesheuvel
2018-05-24 12:33   ` Thomas Abraham [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='CAJuA9aiGBYzRw3pp4Ok=FF-VAAHV-JjcD50ZO9wnetLb3pMXWQ@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