From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pj1-f50.google.com (mail-pj1-f50.google.com [209.85.216.50]) by mx.groups.io with SMTP id smtpd.web10.9139.1638519137182457276 for ; Fri, 03 Dec 2021 00:12:17 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=bExZqQml; spf=pass (domain: linaro.org, ip: 209.85.216.50, mailfrom: masami.hiramatsu@linaro.org) Received: by mail-pj1-f50.google.com with SMTP id v23so1747518pjr.5 for ; Fri, 03 Dec 2021 00:12:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:user-agent:mime-version :content-transfer-encoding; bh=MYUnSxaIP5GN6vef95L6u3jKNkjQXeArRC3LbwQmVEY=; b=bExZqQmlyjbrJr3KZXF1GAwuXCmqzTjx4d4OsWtxCLNcYXm8aDXHc3XTOZrBL0TnUU NbUihxDM1huX3qyqk059Xo+NXrI9l7giWFIHVfYriygFvUSHSq12mAgmttPgyxjC0d19 GoeBoBUtiHJwPFTMrcXR+iRpU7PE6p+ilpZPQ28uXr0WnVvBTReuKRx9A1ifGSoB2bAz zBtWcqrfuCscr/dtIzk7BvUWMunTRT+RvOR2udQJdZKaRQBQOJ5gOd3266p4N6CeMeA6 ARa4Zxj+/CzY9SBVh0PChVLLuAq3rVdkK/l2imQ+cnRh8tv2jqIzp0ab0o8DNgfeF/D5 Ki8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :mime-version:content-transfer-encoding; bh=MYUnSxaIP5GN6vef95L6u3jKNkjQXeArRC3LbwQmVEY=; b=vjQvBQSElYcRysJ9uw/Z+yhG3wVmWNow7srYhV62XQ54h73v8Uzq3VSjDnMHLPcNZA zATN1/HADkqtGIjSHPQfc62FT5kcBlK/niN3IR6qscRn60LP29ynBnoHDmPyyieCcr4B Qrzffp80VlBEb45pMlUR81w1rkrPaRmTc69uOcy8eU0UDU/WBLy21/I8Iy1GFc6E6EJ0 g5ZUHwjgqYu76UOzB2dRZl8YwH++rtWDYGxbW+Qpt3Al2EKQ1cHL8Ffvg6SBiCKvQidx tIpD0aoYaZmooBiOINCa+npKYfxy7r1+1XnIByHzjFn5PYBaVcX5PPvn619e/UXpTsJR 6ufA== X-Gm-Message-State: AOAM532jfYPj+JvsYb8HTasVhj/wfzFvUfHyN7LiHHhrpNmL3EegHBMC 0o1rG7lCa8yvXATd7NlnT8cGWw== X-Google-Smtp-Source: ABdhPJwG6hFgD2chTvTJxljKHRdfrK1bEavTQGJoydlNhBjaR0DHn+xBRT6kgWtVbow7MMIglOeh5w== X-Received: by 2002:a17:90b:1b03:: with SMTP id nu3mr12226669pjb.240.1638519136650; Fri, 03 Dec 2021 00:12:16 -0800 (PST) Return-Path: Received: from localhost.localdomain (122x208x150x49.ap122.ftth.ucom.ne.jp. [122.208.150.49]) by smtp.gmail.com with ESMTPSA id b10sm2112657pft.179.2021.12.03.00.12.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Dec 2021 00:12:16 -0800 (PST) From: "Masami Hiramatsu" To: Ard Biesheuvel , Leif Lindholm Cc: devel@edk2.groups.io, Kazuhiko Sakamoto , Masahisa Kojima Subject: [PATCH v2 0/5] Series short description Date: Fri, 3 Dec 2021 17:12:13 +0900 Message-Id: <163851913341.1636051.3357297397950801289.stgit@localhost> X-Mailer: git-send-email 2.25.1 User-Agent: StGit/0.19 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Hi Leif and Ard, Here are the 2nd version of the series to fix some issues on the DeveloperBox. I fixed some patches according to the Leif's comment. I also dropped the last variable area update patch, because the release number discussion is still continuing on the previous thread. Anyway, the fixes for otheer patches are ready. So I send the series without it. Thank you, --- Masami Hiramatsu (5): [edk2-platforms] Silicon/SynQuacerI2cDxe: Wait for bus busy [edk2-platforms] Silicon/Socionext/SynQuacer: Fix GenericWatchdog interrupt number [edk2-platforms] Silicon/Socionext/SynQuacer: Fix to read watchdog parameters with correct width [edk2-platforms] Silicon/SynQuacerPlatformFlashAccessLib: Fix the number of erase blocks [edk2-platforms] Silicon/SynQuacer: add DBG2 ACPI table .../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 - 5 files changed, 102 insertions(+), 16 deletions(-) create mode 100644 Silicon/Socionext/SynQuacer/AcpiTables/Dbg2.aslc -- Masami Hiramatsu