From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-il1-f174.google.com (mail-il1-f174.google.com [209.85.166.174]) by mx.groups.io with SMTP id smtpd.web08.3218.1627469518663528643 for ; Wed, 28 Jul 2021 03:51:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=wp7E13yh; spf=pass (domain: linaro.org, ip: 209.85.166.174, mailfrom: masami.hiramatsu@linaro.org) Received: by mail-il1-f174.google.com with SMTP id c3so2231925ilh.3 for ; Wed, 28 Jul 2021 03:51:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=O8iyKS/bd/iCed6k1xciaPbTF3Dv+ilel2JFE1LFkbU=; b=wp7E13yhfFd6XhflAx09sOqK7VRZPW0ZkLd2EcGT+g+AYkc1IjlMILn+Gmv+Eya8ZU gOtrBcen1F+vBPhQunRWqgoyPk31Ui/t3BOPWW1Z6UQZkm0NsgOUAvvHZpTZVqO26ot+ 0fWVMV82BO0ZL8SrGw+2H/4LxQSNCKtmmKJeBozBOrfiUuCzaCTdSengdbnTMgP80bLM oS3meDF7lR/8wtM+SDe71GkTIvZpf/FsgApo1JMGE332G7hT4Sd0l+LoYvSfYkeb7Ka0 uEN0p5SIyHgKed22OpxbZpcFPppP0NMBkhMT8lshRlkeY09WpaJKKmmFOAiHnhxK74HA BUmg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=O8iyKS/bd/iCed6k1xciaPbTF3Dv+ilel2JFE1LFkbU=; b=qSZnvzr6onVB6ZJuXbLmlwr8M13Y4/v6L8w5PO2u1N3/cQB+/jXJqf1cAIIEk6HDGx tlQ9jXPN6QPnxwinkA+QOmuOxJent87veleVv6NWiqcB1yLa13oQYEgvAWq3stjvf/6B fyIfVblQJP6OsSf+EQrN14+t8uBgOSuehoF2Tf1m36p5OUMq2nbDnMTXlNkg8Wooqfia sM8EefeXdNZkDS2XzH6J8VHkoZpwLsQi0Hk3YywQubH9L+xyWAIykfJ74KWh66e4KhnJ qEUo9cTmwEag4IYyqZR1JfY5pV5jlWXLu03bX1IrudIGFj+cpUZRm7pQgLp9eWFIvEBq xrkw== X-Gm-Message-State: AOAM533DI+lnS5owjBc3uyz3sqThnWURd54GBJN3fyQdFiaA8rp7ad3d dIV5kHgSaNwWNrROexQxykosAjSntNyd/AmovQ84mA== X-Google-Smtp-Source: ABdhPJxKscXpH8Eh32NPzEfLZHanbtv6ZUVM3QxsZIVYMZYcMsFDXgjf4FC6MgXOQPrzqnvEmH6Dlav4E3tmUTx/+Ko= X-Received: by 2002:a92:c8ce:: with SMTP id c14mr14704130ilq.1.1627469518109; Wed, 28 Jul 2021 03:51:58 -0700 (PDT) MIME-Version: 1.0 References: <162728807883.823177.7600899853841894479.stgit@localhost> In-Reply-To: From: "Masami Hiramatsu" Date: Wed, 28 Jul 2021 19:51:47 +0900 Message-ID: Subject: Re: [edk2-devel] [edk2-platforms PATCH v2 0/2] Fix some issues on SynQuacer To: Ard Biesheuvel Cc: edk2-devel-groups-io , Leif Lindholm , Sumit Garg , Kazuhiko Sakamoto Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 2021=E5=B9=B47=E6=9C=8828=E6=97=A5(=E6=B0=B4) 19:44 Ard Biesheuvel : > > 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 pla= tform support. > > I and Sakamoto-san found these issues in edk2-test testcases on SynQuac= er > > 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 BBTestGetRNGConformanceTestCheckpoint= 1 > > 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 Ge= tTime > > > > Thank you Masami. > > Pushed as 194269223294..c131fed73d37 Thank you Ard! --=20 Masami Hiramatsu