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.web12.3185.1627469087938775282 for ; Wed, 28 Jul 2021 03:44:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=iceqpWM0; spf=pass (domain: kernel.org, ip: 198.145.29.99, mailfrom: ardb@kernel.org) Received: by mail.kernel.org (Postfix) with ESMTPSA id 4C5E360FC2 for ; Wed, 28 Jul 2021 10:44:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1627469087; bh=ehx5+edr8KYztD40tmehHqQYzrFm5l4aRfyJlxfG1yQ=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=iceqpWM0WX8Tw2X/NR4xSJLNaxN7yjQOs6gq1H5Lyo+hX9GLMcjQcT3RRoKYQwxeB OV2ZoWXFR7frghT8DROQ4Ry3HYp+wDzB9JOy1MmLcVU9kQapSMoonGbtAexutBeT9y lbFB1LuIFjs2M/gubkVV8YAUF93vSCTdLl56LxMVPcvuUrzeMR952slCkxoLKqWhn1 xNtPsGb+cJEmDy2ruvUWWPwwllrwVmrC8I6dm5iQ6X3FlWpvIFSMcatoqwo3rnllsz XfiDR0NJPmW6a5qoaSeFqw69mY+bXZl2Ulgpe7cG2zYOyswPkOOX3/GKrV04cLiHG9 DT8PBZHEu4N2w== Received: by mail-oi1-f171.google.com with SMTP id x15so3174762oic.9 for ; Wed, 28 Jul 2021 03:44:47 -0700 (PDT) X-Gm-Message-State: AOAM532B/n21tTmrg5zACKEl7ov+a51rTZloMriMRKn7eJdH9orLw/Ec cBbNyyt7IYaBS7tW8myLbzDNJtw29QRIuYDW7LE= X-Google-Smtp-Source: ABdhPJxDoM4+T7QUlHsGTsE/w5pdvmcJlPKCtbbMliGj4JsZRFSDA+qmbjtQXgM9XPc9DxBzTUN5yG8ViPOThgT07bQ= X-Received: by 2002:aca:d64d:: with SMTP id n74mr6130255oig.47.1627469086698; Wed, 28 Jul 2021 03:44:46 -0700 (PDT) MIME-Version: 1.0 References: <162728807883.823177.7600899853841894479.stgit@localhost> In-Reply-To: <162728807883.823177.7600899853841894479.stgit@localhost> From: "Ard Biesheuvel" Date: Wed, 28 Jul 2021 12:44:35 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [edk2-platforms PATCH v2 0/2] Fix some issues on SynQuacer To: edk2-devel-groups-io , Masami Hiramatsu Cc: Leif Lindholm , Sumit Garg , Kazuhiko Sakamoto Content-Type: text/plain; charset="UTF-8" On Mon, 26 Jul 2021 at 10:28, Masami Hiramatsu wrote: > > Hello, > > Here is the 2nd version of the patches to fix 2 issues on SynQuacer platform support. > I and Sakamoto-san found these issues in edk2-test testcases on SynQuacer > DeveloperBox platfrom. > > Previous version are here; > > https://edk2.groups.io/g/devel/message/77085 > https://edk2.groups.io/g/devel/message/77086 > > In this version, I grouped these 2 patches and update patch changelog. > > [1/2] Fixes OpteeRng driver to check invalid parameter correctly. > Without this fix, edk2-test BBTestGetRNGConformanceTestCheckpoint1 > reports an error. > > [2/2] Fixes Pcf8563RealTimeClockLib to clear unused Nanosecond field. > Without this fix, edk2-test BBTestGetTimeInterfaceTest and > BBTestSetTimeInterfaceTest failed. Moreover, 'date' and 'time' > commands on UEFI shell can not set the time. > > Thank you, > > --- > > Masami Hiramatsu (2): > Silicon/SynQuacer/OpteeRngDxe: Fix invalid parameter check > Silicon/NXP/Pcf8563RealTimeClockLib: Clear Nanosecond field in GetTime > Thank you Masami. Pushed as 194269223294..c131fed73d37 > > .../Pcf8563RealTimeClockLib.c | 2 ++ > .../SynQuacer/Drivers/OpteeRngDxe/OpteeRng.c | 5 ++--- > 2 files changed, 4 insertions(+), 3 deletions(-) > > -- > Masami Hiramatsu > > > > >