public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ardb@kernel.org>
To: Marcin Wojtas <mw@semihalf.com>
Cc: edk2-devel-groups-io <devel@edk2.groups.io>,
	Leif Lindholm <leif@nuviainc.com>,
	 Ard Biesheuvel <ardb+tianocore@kernel.org>,
	 Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com>,
	Sunny Wang <sunny.Wang@arm.com>,
	 Grzegorz Bernacki <gjb@semihalf.com>,
	upstream@semihalf.com
Subject: Re: [edk2-platforms PATCH 0/6] Marvell ACS fixes
Date: Wed, 2 Jun 2021 09:06:24 +0200	[thread overview]
Message-ID: <CAMj1kXG07zUghmXcpgc4-oJ0R6MmdpYw+Ogaj6H0Le9tJXSM1A@mail.gmail.com> (raw)
In-Reply-To: <20210524052919.2496579-1-mw@semihalf.com>

On Mon, 24 May 2021 at 07:29, Marcin Wojtas <mw@semihalf.com> wrote:
>
> Hi,
>
> This series addresses a couple of issues found during
> ACS3.0 test suit runs. The SMBIOS Type17 table
> extension and RTC fixes/improvements.
> Moreover the SPCR console subtype is switched to
> a different value and Cn913xDb ACPI tables are
> fixed, so that to achieve proper Windows 10 PE boot.
>
> More details can be found in the commit logs.
> The patchest is publicly available in the github:
> https://github.com/semihalf-wojtas-marcin/edk2-platforms/commits/marvell-acs-r20210524
>
> Best regards,
> Marcin
>
> Marcin Wojtas (6):
>   Marvell/Drivers: SmbiosPlatformDxe: Align Type17 to SMBIOS v3.2
>   Marvell: Armada7k8k/OcteonTx: Fix RT debug prints
>   Marvell: Armada7k8k/OcteonTx: Switch SPCR UART subtype to 0x1
>   Marvell/Cn913xDbA: AcpiTables: Use unique UID's
>   Marvell: RealTimeClockLib: Fix daylight and timezone handling
>   Marvell: RealTimeClockLib: Rework LibGetWakeupTime/LibSetWakeupTime
>

Series pushed as f7c08b9bae56..64f3cf4cc84d

Thanks!

>  Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc                          |  2 -
>  Silicon/Marvell/Armada7k8k/Library/RealTimeClockLib/RealTimeClockLib.h |  2 +-
>  Silicon/Marvell/Armada7k8k/Library/RealTimeClockLib/RealTimeClockLib.c | 32 ++++++++--------
>  Silicon/Marvell/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.c          | 39 ++++++++++++++++++--
>  Silicon/Marvell/Armada7k8k/AcpiTables/Spcr.aslc                        |  2 +-
>  Silicon/Marvell/OcteonTx/AcpiTables/T91/Cn9131DbA/Ssdt.asl             |  6 +--
>  Silicon/Marvell/OcteonTx/AcpiTables/T91/Spcr.aslc                      |  2 +-
>  7 files changed, 56 insertions(+), 29 deletions(-)
>
> --
> 2.29.0
>

      parent reply	other threads:[~2021-06-02  7:06 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-24  5:29 [edk2-platforms PATCH 0/6] Marvell ACS fixes Marcin Wojtas
2021-05-24  5:29 ` [edk2-platforms PATCH 1/6] Marvell/Drivers: SmbiosPlatformDxe: Align Type17 to SMBIOS v3.2 Marcin Wojtas
2021-05-24 11:09   ` Samer El-Haj-Mahmoud
2021-05-24  5:29 ` [edk2-platforms PATCH 2/6] Marvell: Armada7k8k/OcteonTx: Fix RT debug prints Marcin Wojtas
2021-05-24 10:59   ` Samer El-Haj-Mahmoud
2021-05-25 11:50     ` Sunny Wang
2021-05-24  5:29 ` [edk2-platforms PATCH 3/6] Marvell: Armada7k8k/OcteonTx: Switch SPCR UART subtype to 0x1 Marcin Wojtas
2021-05-24 11:06   ` Samer El-Haj-Mahmoud
     [not found]   ` <1681FC02AF1B6E10.27195@groups.io>
2021-05-24 15:04     ` [edk2-devel] " Samer El-Haj-Mahmoud
2021-05-25 11:53   ` Sunny Wang
2021-05-24  5:29 ` [edk2-platforms PATCH 4/6] Marvell/Cn913xDbA: AcpiTables: Use unique UID's Marcin Wojtas
2021-05-24 11:00   ` Samer El-Haj-Mahmoud
2021-05-25 13:52     ` Sunny Wang
2021-05-24  5:29 ` [edk2-platforms PATCH 5/6] Marvell: RealTimeClockLib: Fix daylight and timezone handling Marcin Wojtas
2021-05-24 11:08   ` Samer El-Haj-Mahmoud
2021-05-24  5:29 ` [edk2-platforms PATCH 6/6] Marvell: RealTimeClockLib: Rework LibGetWakeupTime/LibSetWakeupTime Marcin Wojtas
2021-06-02  6:53   ` Ard Biesheuvel
2021-06-02  7:06 ` Ard Biesheuvel [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=CAMj1kXG07zUghmXcpgc4-oJ0R6MmdpYw+Ogaj6H0Le9tJXSM1A@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