From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web08.9731.1622617598568270588 for ; Wed, 02 Jun 2021 00:06:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=gxKIdv50; spf=pass (domain: kernel.org, ip: 198.145.29.99, mailfrom: ardb@kernel.org) Received: by mail.kernel.org (Postfix) with ESMTPSA id E315F61359 for ; Wed, 2 Jun 2021 07:06:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622617597; bh=lK5jULE3w5bcPLPXTPb0VCe2dBXr0ljjrlfoMZ84PpM=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=gxKIdv50/f1sW9okyjSRbY1mLaWhk31vWaD1kAmg1apG6wy2pE/rmzdeBP0TE2fqN 9QPX43PnsigF6jKuFWpi7QahyvD2IeKyaBXMkhWHzI8aFS8aEdrVh5HVey4aLBIjfB 9HXWK+wVEd9OfgoZY9bFTR43nvsZuKhKFFS29sqBGQARb6nlgdgJAp1gydr0Baa2Xp IggFxbydakgTbd0tFZl46k2rhG9LESyL8f1BU0mGh89+ySjh4H3+M5V6ZjYi0XhaYw KH2/NQTnfhsplaAM5zqydHSkU2r7dRR6Gvz9zRcAByvehMiXsDyu1LfirXXRtHbEUh Nn05OGA5Q+kfQ== Received: by mail-lj1-f169.google.com with SMTP id e11so1227883ljn.13 for ; Wed, 02 Jun 2021 00:06:37 -0700 (PDT) X-Gm-Message-State: AOAM530tYe1+qBA8+Sei2wjAmm0GHrOjt0dBOIht6DUsc5OC4y5f+TbT UOQvzb7X3z14fXqfWnZl9YUuBeS4wyXADNe0lY8= X-Google-Smtp-Source: ABdhPJxZ2Ro4z5fV+p7vAQNKMO7vm/CLm786819olsdNUWKhp6JUrilO+hZ0/wUswQYQBzKISkNt9s+LyRPylB5G3P4= X-Received: by 2002:a2e:99cd:: with SMTP id l13mr24422262ljj.89.1622617596234; Wed, 02 Jun 2021 00:06:36 -0700 (PDT) MIME-Version: 1.0 References: <20210524052919.2496579-1-mw@semihalf.com> In-Reply-To: <20210524052919.2496579-1-mw@semihalf.com> From: "Ard Biesheuvel" Date: Wed, 2 Jun 2021 09:06:24 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-platforms PATCH 0/6] Marvell ACS fixes To: Marcin Wojtas Cc: edk2-devel-groups-io , Leif Lindholm , Ard Biesheuvel , Samer El-Haj-Mahmoud , Sunny Wang , Grzegorz Bernacki , upstream@semihalf.com Content-Type: text/plain; charset="UTF-8" On Mon, 24 May 2021 at 07:29, Marcin Wojtas 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 >