From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-il1-f176.google.com (mail-il1-f176.google.com [209.85.166.176]) by mx.groups.io with SMTP id smtpd.web12.10814.1637839203093741344 for ; Thu, 25 Nov 2021 03:20:03 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=J5ksqhfk; spf=pass (domain: linaro.org, ip: 209.85.166.176, mailfrom: masami.hiramatsu@linaro.org) Received: by mail-il1-f176.google.com with SMTP id a11so5218600ilj.6 for ; Thu, 25 Nov 2021 03:20:03 -0800 (PST) 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=Vtjq6QZIC/QBmAXQG43q+AyHpYFyvf0FGveTTm8e+NU=; b=J5ksqhfkzcpN96VskeS6hKxKyGcVk3J5EO6EplY/0eTQT/5IOZfpa/Kxg2I4gmTSck bLk9aMMz/TvInrV9uST0J+9PQ4o8K8f6avoI2Q+aecLq2QvLbbpgfntnMz+asOYyUJHX ZEEuUntcPAZjb1AfHRUA55lPZBHf7OR/dLz97/AIHDAHkQMGtYRU2g4vbNDqiK0JhpOf gU+iXNnrviPJ6Q3BoThlxp2AVsdaa1C/mznBi1wewQeD8tw4xfU/1ELLqV87Qhz5kpVR /vSc6LFmxTYd1HAACGatuCY//1ojJ+MZ9Ce9pCGeZM8vcUZ8qDn1htJpnMSHubMcci5x W9yA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=Vtjq6QZIC/QBmAXQG43q+AyHpYFyvf0FGveTTm8e+NU=; b=ofpwx8/YSUiFW+R0lFu1FRz8ix8Jfk/ktEeorS/UZkYHsw9qAyrJbLWazhSbBWyUQV 7hE1IBxsOQ2NHPb+MwC9qP3+eSFDfd26zwIc3b/ziv+09uTG272DjTvGyTddwmPEEST1 dseCuwaHV6WPMQwOakEMXTRNtpL4/9uzPkTRdrWcATED3aJhR46lp9WQyL7aliP/ecrM vpGoQ7MNnQ0GUIaz1OoTsKprcB0iTPg7Kp5w46F6LnBgLLD/v50uYEjj6qDH8NV9FOy9 k60X1ibjCViSZ3l3pKbHAMchfzNVLMi8vFHU2eXskwzL0CYFs6QH9dfjqodizSBc3rOw D2xQ== X-Gm-Message-State: AOAM5324+/u1rP1wtA29jsb6eH/12IykguxHzbE1xAtvMnLWj1EsuEHN VvuCjdJjSPTD0udE1fKNARfuT8CaAfuExKez9tI+XQ== X-Google-Smtp-Source: ABdhPJyO94xdLnHutWqtGygKUlnfbCuRXZl3i5F1XrZKRziQ4lZbnVco2oJ2D4Zh1wSjCoV6ZdPhCXbPSgeocMHF47M= X-Received: by 2002:a92:cb4b:: with SMTP id f11mr10589959ilq.286.1637839202475; Thu, 25 Nov 2021 03:20:02 -0800 (PST) MIME-Version: 1.0 References: <163610419943.391624.9289897029386201296.stgit@localhost> In-Reply-To: <163610419943.391624.9289897029386201296.stgit@localhost> From: "Masami Hiramatsu" Date: Thu, 25 Nov 2021 20:19:51 +0900 Message-ID: Subject: Re: [PATCH 0/5] Series short description To: Ard Biesheuvel , Leif Lindholm Cc: devel@edk2.groups.io, Kazuhiko Sakamoto , Masahisa Kojima Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello Leif and Ard, Could you give me any feedback on this series? Thank you, 2021=E5=B9=B411=E6=9C=885=E6=97=A5(=E9=87=91) 18:23 Masami Hiramatsu : > > Hello Leif and Ard, > > Here are a series of patches to fix some issues on the DeveloperBox. > Our team found those issues when we ran the SystemReady ES ACS tests[1]. > > [1] https://github.com/ARM-software/arm-systemready/tree/main/ES > > The seires has 5 patches, [1/5] is a resend patch which I sent > before[2], others are new fixes. Actually, one another issue > still exists, which will be fixed soon. > > [2] https://www.mail-archive.com/devel@edk2.groups.io/msg37170.html > > Thank you, > > --- > > Masami Hiramatsu (5): > [RESEND][edk2-platforms] Silicon/SynQuacerI2cDxe: Wait for bus busy > [edk2-platforms] Silicon/Socionext/SynQuacer: Fix GenericWatchdog i= nterrupt number > [edk2-platforms] Silicon/SynQuacerPlatformFlashAccessLib: Fix the n= umber of erase blocks > [edk2-platforms] Silicon/SynQuacer: add DBG2 ACPI table > [edk2-platforms] Platform/DeveloperBox: Expand NvStorage sizes > > > .../Socionext/DeveloperBox/DeveloperBox.dsc.inc | 10 +-- > .../Socionext/SynQuacer/AcpiTables/AcpiTables.inf | 2 + > Silicon/Socionext/SynQuacer/AcpiTables/Dbg2.aslc | 70 ++++++++++++++= ++++++ > Silicon/Socionext/SynQuacer/AcpiTables/Gtdt.aslc | 6 +- > .../Drivers/SynQuacerI2cDxe/SynQuacerI2cDxe.c | 38 +++++++---- > .../SynQuacerPlatformFlashAccessLib.c | 2 - > 6 files changed, 107 insertions(+), 21 deletions(-) > create mode 100644 Silicon/Socionext/SynQuacer/AcpiTables/Dbg2.aslc > > -- > Masami Hiramatsu --=20 Masami Hiramatsu