From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web10.5985.1663928419056137372 for ; Fri, 23 Sep 2022 03:20:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=HbVodDbD; spf=pass (domain: kernel.org, ip: 139.178.84.217, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 476C060E1F for ; Fri, 23 Sep 2022 10:20:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id ABB93C433B5 for ; Fri, 23 Sep 2022 10:20:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663928417; bh=pv7DxFoSIG7a9uJ0gJzhKA7x7DQdLixnhju6f4ylQs8=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=HbVodDbDLe8rseGHAlpVW7Cx0dO70V3QrNPc+vTK8h0zHhxgiLitrPLhWsvcnzL2j I+hBOl7MhQ69flxiKnuZvo/zh/ueMzrBPffS7yxg3jDoskFoR5J6oH3hrxz6Aqyx9/ IePBC8hKRPwbOsrdTfisEsKjNdL3ZNcw403+PfFU9z/oA94bj4oaZ791+MMpB7J01z X+RVvr8q2XYLxloN/QELvsZmRmAa1AIS80aQg3M6uA0MXkvPN0UhGhBdGwPBx2hghl /km2Epxzy8B0ZkEOCL4Vrw7gMPu8a5GaLIpF6oLQ8e+U/xPsyqyjwyv2Qz4cXBlWF/ 4ok2MRRLap77w== Received: by mail-lj1-f171.google.com with SMTP id b24so14102620ljk.6 for ; Fri, 23 Sep 2022 03:20:17 -0700 (PDT) X-Gm-Message-State: ACrzQf12u94tP343StWBQPjMhk6LIFqgUVAvj2C9H2B+3r4HBeQKutUk hBnGIfJ13Wtz28ONxCd+6/31KMVnJk4B+/vzxmE= X-Google-Smtp-Source: AMsMyM4WdpE3EGr5/J/GCGItp4NfzjVPnzh4MHNFE3KsfXqk/3NnJ04bgTlWjrYEVnh5yWnbo6vp6JbdIU9CD58tLCA= X-Received: by 2002:a2e:9115:0:b0:26a:c086:5138 with SMTP id m21-20020a2e9115000000b0026ac0865138mr2391253ljg.189.1663928415704; Fri, 23 Sep 2022 03:20:15 -0700 (PDT) MIME-Version: 1.0 References: <20220919021904.2110188-1-nhi@os.amperecomputing.com> In-Reply-To: From: "Ard Biesheuvel" Date: Fri, 23 Sep 2022 12:20:04 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [edk2-platforms][PATCH v2 0/2] Update SbsaQemu/OemMiscLib To: devel@edk2.groups.io, sami.mujawar@arm.com Cc: Nhi Pham , quic_llindhol@quicinc.com, ardb+tianocore@kernel.org, quic_rcran@quicinc.com, patches@amperecomputing.com, "nd@arm.com" Content-Type: text/plain; charset="UTF-8" On Fri, 23 Sept 2022 at 12:19, Sami Mujawar wrote: > > Hi Ard, Leif, > > This patch series and the corresponding edk2 series at > https://edk2.groups.io/g/devel/message/93926 looks good to me and I have > tested these with SbsaQemu as well. > > I already have a pull request for the edk2 series at > https://github.com/tianocore/edk2/pull/3391 and am planning to merge it > soon. > > Can you let me know if I can merge this edk2-platform series as well, > please? > Yes, please go ahead whenever you feel is appropriate. Thanks, Ard. > On 19/09/2022 03:19 am, Nhi Pham wrote: > > This patchset is to update SbsaQemu/OemMiscLib to reflect the recent > > changes in edk2/OemMiscLib. > > > > Changes since v1: > > + Update OemGetBiosRelease and > > OemGetEmbeddedControllerFirmwareRelease functions [Leif, Sami] > > > > Nhi Pham (2): > > SbsaQemu/OemMiscLib: Update for new OemMiscLib APIs > > SbsaQemu/OemMiscLib: Fix typo of "AssetTagType02" > > > > Platform/Qemu/SbsaQemu/OemMiscLib/OemMiscLib.inf | 5 +++ > > Platform/Qemu/SbsaQemu/OemMiscLib/OemMiscLib.c | 44 +++++++++++++++++++- > > 2 files changed, 48 insertions(+), 1 deletion(-) > > > > > > >