From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pg1-f173.google.com (mail-pg1-f173.google.com [209.85.215.173]) by mx.groups.io with SMTP id smtpd.web08.4067.1639119034122308183 for ; Thu, 09 Dec 2021 22:50:34 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=XIovmFH+; spf=pass (domain: linaro.org, ip: 209.85.215.173, mailfrom: masami.hiramatsu@linaro.org) Received: by mail-pg1-f173.google.com with SMTP id s137so7241746pgs.5 for ; Thu, 09 Dec 2021 22:50:33 -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=UYaJkxSrmh/ya4MTaWUCV8gmYLkznPuGeDUyhGHC+7Q=; b=XIovmFH+w8watKoGypk729lpMErCedR4q4YeXtNrRnbJRQbApu5i8v1IqXTed6qQRK qis2x4bQHT9nul+1QA8BmmYwXuwSKK9A2vpBdPfaV/qdjwyvdZne/yvR4k6Lx2/a7PV7 N7AZKWEJdcvAq3pIFYi/yqO96//W11KmoGlydfBuOQk9ZEARCdBxlliLKxe97j/5RgH4 qJWYjE7CeicFy+w2LtqS1LGZvBGgHq0DhHwQGoUEOn+A9dCgC58uhcvHWIF9p4psOP4n iI4zQF1rL8TDCS2fLa5LZZ9XdydQU5PpgUyxOFhtU8I1hE4INWy7lvNnrLctRdhKpOka a+kA== 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=UYaJkxSrmh/ya4MTaWUCV8gmYLkznPuGeDUyhGHC+7Q=; b=KSVDVIgCHPdAMbQUsS5LRLj8sqtjyQ17NXpbOIAGqb/bGbz0neIFDgbPZMtLsRQ+9P yHy05j9OaiOMcMn2a4lP46suRJy99MNTTNpaSW22mU10UzfYuwFKYh24fPoUx8pknhNo 1XShTO58tMFJemrnICH2KE/NOyNZ3iq13f1BAJUjdaq79zPlBo3i82YRVQ0TKxepR8FK GDKWL3++Fn2rLWTXjSqrIvvKb6P6bDdZu7FqZ9eJEW6msroLoifdTOGcF8EI1nMFr9me pyI/Navg6pm+KZ1ZJDA0wcY4M9tsZGmuCNbh/93pL9y50y4r2UOYN7BL9fiG3Dbxvfsx v8sw== X-Gm-Message-State: AOAM532O4EReieG/HyCjDl4lvzINDarTE+XuAhkHJYV/Y2Z4+ub66YoS tQW2FnlBqCRP0m5/cmA0GiP6xA== X-Google-Smtp-Source: ABdhPJy7cwuMsuueokewtak46VeNKK23XZxepA1XCmFlLqenm6wpwK5fP4AUr3Wm+iAKPHf2WlAiFg== X-Received: by 2002:a63:8bca:: with SMTP id j193mr624620pge.458.1639119033479; Thu, 09 Dec 2021 22:50:33 -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 d195sm1553475pga.41.2021.12.09.22.50.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Dec 2021 22:50:32 -0800 (PST) From: "Masami Hiramatsu" To: Ard Biesheuvel , Leif Lindholm Cc: devel@edk2.groups.io, Kazuhiko Sakamoto , Masahisa Kojima Subject: [PATCH v3 0/6] Series short description Date: Fri, 10 Dec 2021 15:50:30 +0900 Message-Id: <163911902995.561661.9429300579159746333.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 3rd version of the series to fix some issues on the DeveloperBox. In this version, I fixed the [1/6] for the line ending issue (sorry about this, I forgot to update the basement tree), and add NvStorage expanding patch [6/6/] again with the lowest supported firmware version and build option. I hope this fits what you thought. Thank you, --- Masami Hiramatsu (6): [edk2-platforms] Silicon/SynQuacerI2cDxe: Wait for bus ready [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 [edk2-platforms] Platform/DeveloperBox: Expand NvStorage sizes .../Socionext/DeveloperBox/DeveloperBox.dsc.inc | 9 ++- .../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 - Silicon/Socionext/SynQuacer/SynQuacer.dec | 4 + 7 files changed, 114 insertions(+), 17 deletions(-) create mode 100644 Silicon/Socionext/SynQuacer/AcpiTables/Dbg2.aslc -- Masami Hiramatsu