From nobody Sun May 5 10:38:51 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+76420+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+76420+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=gmail.com ARC-Seal: i=1; a=rsa-sha256; t=1623469481; cv=none; d=zohomail.com; s=zohoarc; b=QwTAB5h0wa5xdEhh+HxD8t77WcoGhdm67H5v40oRFfkycEzgRv04An4e+NkqcCvOAyVLGdZUPrzZAsamZfe/o5c+53zM4/DGxeZLVkkkUaf7ScHFzY5tIZgCoMRQ2ylWsXyI79h3DBgWY9Cj5eFj84MVw12r5KFqL17M/sJzP2c= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1623469481; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=kq5ZDAv7rIBClnXnfRn0BHOo24RP/V+AtswzQXvNCHA=; b=mXME+9aHr5R4t13BxJeBAElIep/lHtG3rIz0vG7ul/1P6+TMPSxwWlSim2TdLxIu2GcG+IY1QQ1X8vUm2eh8ODMstqBBq/8BnI/jRysKOeTVDa7LKtrxPRRDUJrSdmiEXQEvSuTPRRXJD5xv/iaAigjPqGUHUNe6oi6mahX0rs8= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+76420+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1623469481100969.2264600231447; Fri, 11 Jun 2021 20:44:41 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id JIvVYY1788612xPz2O1e4UKG; Fri, 11 Jun 2021 20:44:40 -0700 X-Received: from mail-pl1-f170.google.com (mail-pl1-f170.google.com [209.85.214.170]) by mx.groups.io with SMTP id smtpd.web08.2182.1623469475093541011 for ; Fri, 11 Jun 2021 20:44:35 -0700 X-Received: by mail-pl1-f170.google.com with SMTP id b12so3777445plg.11 for ; Fri, 11 Jun 2021 20:44:35 -0700 (PDT) X-Gm-Message-State: lmP5pZ1xu4maHzA3UrSdzUBRx1787277AA= X-Google-Smtp-Source: ABdhPJyDjZUszzB46D8mxuqj0IzSOOaz+LUgbNPNJCKpCA0QrDgHzUf+HhaCTTsxNCmBNrY9q6QFCA== X-Received: by 2002:a17:90b:18d:: with SMTP id t13mr12332193pjs.191.1623469474464; Fri, 11 Jun 2021 20:44:34 -0700 (PDT) X-Received: from localhost.localdomain ([50.35.88.161]) by smtp.gmail.com with ESMTPSA id l3sm6491779pgb.77.2021.06.11.20.44.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Jun 2021 20:44:34 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Sami Mujawar , Jiewen Yao , Supreeth Venkatesh , Sean Brogan Subject: [edk2-devel] [PATCH v1 1/4] StandaloneMmPkg: Core: Spelling error in comment Date: Fri, 11 Jun 2021 20:44:19 -0700 Message-Id: <20210612034422.536-2-kuqin12@gmail.com> In-Reply-To: <20210612034422.536-1-kuqin12@gmail.com> References: <20210612034422.536-1-kuqin12@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,kuqin12@gmail.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1623469480; bh=ZdMPc7nlonwT8hHk3bnPY6NScQukErNoHZ5/MGysJBk=; h=Cc:Date:From:Reply-To:Subject:To; b=fkTXDwNRwe9+TCriIXUh9kNZEJrreB73rd6TqpeLxNl345+ydg20r/600yKyiRCNoBZ 8S9w1TT+LuLsTUQwMEH5TuU+tTVsNA5qa1VfZoiYPUjYXRp2wxchJEgTiz8Z8Xt8r3e0Q HnFlMLpx3eRbiHuxAk4z6TLMpDv/ephvJFE= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" From: Sean Brogan REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3445 This change fixed a misspelling that was not caught by spell check. Cc: Ard Biesheuvel Cc: Sami Mujawar Cc: Jiewen Yao Cc: Supreeth Venkatesh Cc: Sean Brogan Signed-off-by: Sean Brogan Reviewed-by: Ard Biesheuvel --- StandaloneMmPkg/Core/Dispatcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandaloneMmPkg/Core/Dispatcher.c b/StandaloneMmPkg/Core/Dispa= tcher.c index dbd5332fa9d3..7e4bf5e94025 100644 --- a/StandaloneMmPkg/Core/Dispatcher.c +++ b/StandaloneMmPkg/Core/Dispatcher.c @@ -4,7 +4,7 @@ Step #1 - When a FV protocol is added to the system every driver in the = FV is added to the mDiscoveredList. The Before, and After Depex a= re pre-processed as drivers are added to the mDiscoveredList. If = an Apriori - file exists in the FV those drivers are addeded to the + file exists in the FV those drivers are added to the mScheduledQueue. The mFwVolList is used to make sure a FV is only processed once. =20 --=20 2.31.1.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#76420): https://edk2.groups.io/g/devel/message/76420 Mute This Topic: https://groups.io/mt/83484181/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sun May 5 10:38:51 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+76421+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+76421+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=gmail.com ARC-Seal: i=1; a=rsa-sha256; t=1623469481; cv=none; d=zohomail.com; s=zohoarc; b=gPqX50PXGeFwbwq3Ha432DL+AdX+JRytk7ZR+0MyMgyTJyxC9Srss5qtg+bKQto1V4Cw/tWnmMptDQbzRlQumTwivlvqOkqHklMH658R5hnFZN8k4kMgEfkzc3EqF7/JTn1OpF885eaYXvSZDg6iYEC0K+K5B4JuNuwH4s05fm4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1623469481; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=v0/HDwqwXU0SbLeLFCymgvLWFQ/ACTvjSF/l4z0YDcY=; b=IplOxZcyaGl73WnLUj7++IBbiP5QBnEvbuWqax+ltkpB6owkgdiHhd+kbiKj44DZakBBcjrAbRIZnBgYSiazWcQBH/QnuoruqHQfyFczhr5PMOludAxH0FVPAuzGIbJqr8cwhzDQVP4DIgv73A37C9IoUxjQIlgYd0pIuuIqoQE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+76421+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1623469481750416.1448915756241; Fri, 11 Jun 2021 20:44:41 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id tllUYY1788612xxBNdftzp8q; Fri, 11 Jun 2021 20:44:41 -0700 X-Received: from mail-pj1-f52.google.com (mail-pj1-f52.google.com [209.85.216.52]) by mx.groups.io with SMTP id smtpd.web08.2183.1623469475924782923 for ; Fri, 11 Jun 2021 20:44:36 -0700 X-Received: by mail-pj1-f52.google.com with SMTP id g4so6756303pjk.0 for ; Fri, 11 Jun 2021 20:44:35 -0700 (PDT) X-Gm-Message-State: MHHccNO1V33fM32DV5D4MqGEx1787277AA= X-Google-Smtp-Source: ABdhPJwldxL1+UKW0J+aMNwIkHSHlGOT67L/9fyPv4FPq4hokmKzaCbt2wVVgsnxmj5gLZDN4ycpJw== X-Received: by 2002:a17:902:e80e:b029:10a:c1c:c6e5 with SMTP id u14-20020a170902e80eb029010a0c1cc6e5mr6806880plg.54.1623469475156; Fri, 11 Jun 2021 20:44:35 -0700 (PDT) X-Received: from localhost.localdomain ([50.35.88.161]) by smtp.gmail.com with ESMTPSA id l3sm6491779pgb.77.2021.06.11.20.44.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Jun 2021 20:44:34 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel Subject: [edk2-devel] [PATCH v1 2/4] ArmPlatformPkg: SpellCheck: Switch spellcheck CI to AuditOnly Date: Fri, 11 Jun 2021 20:44:20 -0700 Message-Id: <20210612034422.536-3-kuqin12@gmail.com> In-Reply-To: <20210612034422.536-1-kuqin12@gmail.com> References: <20210612034422.536-1-kuqin12@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,kuqin12@gmail.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1623469481; bh=EM/7cgDGWxkqup3p6QHRwY6hJPeykvkihws79UwvK5I=; h=Cc:Date:From:Reply-To:Subject:To; b=iaeqqw5qL+IAYdMg010W+D2ovDAUf54B0AayYG3UuICNLAU7j040kQlfDo3/iPAwqC2 cU0SKtGUj3XHmfdYRKLa1s+AFKRZvg4e7U5qFEnR2tJzHkRxqF6yDbiUTRzdW05odndHM 1SBy6AYuL8Bc0WF9yyu3n2p+ACDb84LRl48= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" From: Sean Brogan REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3445 Spellcheck was not covering all specified files due to CSpell v5 and Node v10 incompatibility of current CI pipeline configuration. This change switches the spellcheck for ArmPlatformPkg to AuditOnly to avoid potentially numerous spell errors. The correction action is to be revisited by package maintainers once the tool incompatibility is resolved. Cc: Leif Lindholm Cc: Ard Biesheuvel Signed-off-by: Kun Qin Signed-off-by: Sean Brogan --- ArmPlatformPkg/ArmPlatformPkg.ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmPlatformPkg/ArmPlatformPkg.ci.yaml b/ArmPlatformPkg/ArmPlat= formPkg.ci.yaml index 1abaa2f6870c..3dbbcc673bf0 100644 --- a/ArmPlatformPkg/ArmPlatformPkg.ci.yaml +++ b/ArmPlatformPkg/ArmPlatformPkg.ci.yaml @@ -83,7 +83,7 @@ =20 ## options defined .pytool/Plugin/SpellCheck "SpellCheck": { - "AuditOnly": False, + "AuditOnly": True, "IgnoreFiles": [], # use gitignore syntax to ignore erro= rs # in matching files "ExtendWords": [ --=20 2.31.1.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#76421): https://edk2.groups.io/g/devel/message/76421 Mute This Topic: https://groups.io/mt/83484183/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sun May 5 10:38:51 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+76422+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+76422+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=gmail.com ARC-Seal: i=1; a=rsa-sha256; t=1623469482; cv=none; d=zohomail.com; s=zohoarc; b=f4IuolHhs/Q6j2s49k4V4Q7zbGUTVFuUskbgg+L2Igs0GMhnErpibphDeSrTEuPZCpjoiYIRst0ycBpyeRwgnKuXoNxIpzu5FPoGNZkjiLDr0Kz8UCsxqBzfmv5Uh6BSfNF9Naorz+Ay+GuO2+fq7AXJNVw5SSuccH8pBZeJzHw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1623469482; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=xHVH6hymtWK8TJtD81720bJAnKkIS1iMCk/AUCw9XYQ=; b=MbUQ6PDcwybU4XcqY6jZ1RR7K8xlaDK6AnaJttxSMeWi35A57bgTzANMywelkyqRxXKhaj4EMq6wNtwCp34KA11usjrgxoDme2z3ll7YUEnbaO7zEGEf5lQejcGUtpyGZz8cPM/d7kbOaTb6NCFNPs3dQT0IpXpNHzWNqs/9PK8= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+76422+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1623469482835404.5934938813897; Fri, 11 Jun 2021 20:44:42 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 8mY8YY1788612xiWWkJ7b63w; Fri, 11 Jun 2021 20:44:42 -0700 X-Received: from mail-pg1-f174.google.com (mail-pg1-f174.google.com [209.85.215.174]) by mx.groups.io with SMTP id smtpd.web09.2147.1623469476549941008 for ; Fri, 11 Jun 2021 20:44:36 -0700 X-Received: by mail-pg1-f174.google.com with SMTP id j12so4013621pgh.7 for ; Fri, 11 Jun 2021 20:44:36 -0700 (PDT) X-Gm-Message-State: znomkFZw2hh76r4FfIX6Txlpx1787277AA= X-Google-Smtp-Source: ABdhPJym1Klea5wwlc6ygV2x9/zIjmsuqb1Z3cuWoYCU/6jyYz+zhnqr5uq+Ch3Lxp9GEjrxAkXI7A== X-Received: by 2002:a62:5545:0:b029:2e9:d88c:15c1 with SMTP id j66-20020a6255450000b02902e9d88c15c1mr11385172pfb.75.1623469475952; Fri, 11 Jun 2021 20:44:35 -0700 (PDT) X-Received: from localhost.localdomain ([50.35.88.161]) by smtp.gmail.com with ESMTPSA id l3sm6491779pgb.77.2021.06.11.20.44.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Jun 2021 20:44:35 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Laszlo Ersek , Ard Biesheuvel , Leif Lindholm , Sami Mujawar Subject: [edk2-devel] [PATCH v1 3/4] ArmPkg: SpellCheck: Update valid acronyms in ExtendedWords Date: Fri, 11 Jun 2021 20:44:21 -0700 Message-Id: <20210612034422.536-4-kuqin12@gmail.com> In-Reply-To: <20210612034422.536-1-kuqin12@gmail.com> References: <20210612034422.536-1-kuqin12@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,kuqin12@gmail.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1623469482; bh=v+okfy5AL/Q5/eaCFlRxLK0i7PUOUM/XZfWLtNPT+Xk=; h=Cc:Date:From:Reply-To:Subject:To; b=N02IDDAddoPf6noY2ykTysXhCUPWFsEoJDFbtm0ELLs5RezzK3fj7T3cQwK8P1/yXJA X3zvSpU2W79KXPGcTRiFrE6IFbYB294Vq1YwrO81B2/ZQVGhkoCoOa+CVD5/KL4hFWS8O VKfot0hD4P8NSR4Q72yVcqWO9+W8s/HDemI= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" From: Sean Brogan REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3445 Spellcheck was not covering all specified files due to CSpell v5 and Node v10 incompatibility of current CI pipeline configuration. This change updates ExtendedWords for ArmPkg with valid acronyms to avoid potential spell errors. Cc: Laszlo Ersek Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Sami Mujawar Signed-off-by: Kun Qin Signed-off-by: Sean Brogan Acked-by: Laszlo Ersek --- ArmPkg/ArmPkg.ci.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ArmPkg/ArmPkg.ci.yaml b/ArmPkg/ArmPkg.ci.yaml index d91c03f2acb8..a0d6a75fe881 100644 --- a/ArmPkg/ArmPkg.ci.yaml +++ b/ArmPkg/ArmPkg.ci.yaml @@ -94,13 +94,18 @@ "ackintid", "actlr", "aeabi", + "asedis", "ashldi", "ashrdi", + "baddr", "ccidx", "ccsidr", "clidr", "clrex", "clzsi", + "cnthctl", + "cortexa", + "cpacr", "cpuactlr", "csselr", "ctzsi", @@ -116,6 +121,7 @@ "divdi", "divsi", "dmdepkg", + "dpref", "drsub", "fcmpeq", "fcmpge", @@ -125,17 +131,25 @@ "ffreestanding", "frsub", "hisilicon", + "iccabpr", "iccbpr", "icciar", "iccicr", "icciidr", + "iccpir", "iccpmr", + "iccrpr", + "icdabr", "icdicer", "icdicfr", + "icdicpr", "icdictr", + "icdiidr", "icdiser", "icdisr", + "icdppisr", "icdsgir", + "icdspr", "icenabler", "intid", "ipriority", @@ -160,6 +174,7 @@ "lshrdi", "moddi", "modsi", + "mpcore", "mpidr", "muldi", "mullu", @@ -168,6 +183,9 @@ "nsasedis", "nuvia", "oldit", + "pcten", + "plpis", + "procno", "readc", "revsh", "rfedb", @@ -189,6 +207,7 @@ "smmlsr", "sourcery", "srsdb", + "ssacr", "stmdb", "stmia", "strbt", --=20 2.31.1.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#76422): https://edk2.groups.io/g/devel/message/76422 Mute This Topic: https://groups.io/mt/83484184/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sun May 5 10:38:51 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+76423+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+76423+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=gmail.com ARC-Seal: i=1; a=rsa-sha256; t=1623469483; cv=none; d=zohomail.com; s=zohoarc; b=mZ9/ueQG4yrQzRFdOPapyAD1KXDfrhQsV6NSjnfcjIpRTcdcXNhUalOkCPEgy5eCwQo6xfx7SSBlfWs2pGFabyZvkUTYWSoTvbvxD3EGH1UfQ/NJbB68gpeJFIdLUXoXVIyWQL6LzU2PIo6pUs4FSTNCGbwIvMgUXVfuInGRc/I= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1623469483; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=aIxu41kQbARQZiVr0XhQOMpIwPEBn60NDBHUFJNtvX4=; b=BZZYvxJeTkRn1kMHFEEeD5+WtMiXFvhN0ZNA6ZR5C7ZEqs5epeh3f+fSjiBq0p7munuaj4nMVZ4yl/tg++jyOwQ6IeMv6Q0+/dgso71jI+T+32EmBbQ6lW/Qxd5rMWqn4gbOulaSbHK44cR6Gl953+37qf2rbn1ywhvlDXjMlUE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+76423+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1623469483190824.5922057930295; Fri, 11 Jun 2021 20:44:43 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id vlGdYY1788612xR1COlTbNw4; Fri, 11 Jun 2021 20:44:42 -0700 X-Received: from mail-pj1-f50.google.com (mail-pj1-f50.google.com [209.85.216.50]) by mx.groups.io with SMTP id smtpd.web11.2216.1623469477258940202 for ; Fri, 11 Jun 2021 20:44:37 -0700 X-Received: by mail-pj1-f50.google.com with SMTP id fy24-20020a17090b0218b029016c5a59021fso6959711pjb.0 for ; Fri, 11 Jun 2021 20:44:37 -0700 (PDT) X-Gm-Message-State: jAD4xi9FZNidUcF9Ih2g7BMlx1787277AA= X-Google-Smtp-Source: ABdhPJy/44ob9NKvK2CONzSkPlirhHkgzCwk4c5nEvplKd7gf6PAnRe87y1t/ZaFwE5b1juLwi8Btw== X-Received: by 2002:a17:903:228e:b029:101:af04:4e24 with SMTP id b14-20020a170903228eb0290101af044e24mr6870822plh.3.1623469476637; Fri, 11 Jun 2021 20:44:36 -0700 (PDT) X-Received: from localhost.localdomain ([50.35.88.161]) by smtp.gmail.com with ESMTPSA id l3sm6491779pgb.77.2021.06.11.20.44.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Jun 2021 20:44:36 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Michael D Kinney , Liming Gao Subject: [edk2-devel] [PATCH v1 4/4] Azurepipeline: SpellCheck: Enforce Node dependency to use version 14.x Date: Fri, 11 Jun 2021 20:44:22 -0700 Message-Id: <20210612034422.536-5-kuqin12@gmail.com> In-Reply-To: <20210612034422.536-1-kuqin12@gmail.com> References: <20210612034422.536-1-kuqin12@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,kuqin12@gmail.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1623469482; bh=xqbcFDDbOoree6Rxmf4r9W4kD1QpEZUcP7GpKBqLgN4=; h=Cc:Date:From:Reply-To:Subject:To; b=U/TZh8tzACW/eqdJkj8iRjj2mC6huVSa49ItyP9TSGrqchph78kTYjtFPfLgmzCWybk BaLc26MEPPB5sSgusZ7/m6z5WkDXeU0xDYM6I06HNT0zcebAoYz7f3y4F0WK5Yht8csXJ Aj9qkvwdz8nZEAIm9TC4iaok3YIUFCoS1yU= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3445 Per update from Cspell tool, the minimal requirement of Cspell 5.x regarding Node is 12 and above. This has caused multple Cspell failures during CI build validation: "Failed to process "**.c" TypeError: text.matchAll(...) is not a function or its return value is not iterable" This change updates the lowest required node version to 14.x to support Cspell functionalities. Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Kun Qin --- .azurepipelines/templates/spell-check-prereq-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azurepipelines/templates/spell-check-prereq-steps.yml b/.azur= epipelines/templates/spell-check-prereq-steps.yml index e1570d4f2aac..98ee3cfa6bc6 100644 --- a/.azurepipelines/templates/spell-check-prereq-steps.yml +++ b/.azurepipelines/templates/spell-check-prereq-steps.yml @@ -13,7 +13,7 @@ parameters: steps: - task: NodeTool@0 inputs: - versionSpec: '10.x' + versionSpec: '14.x' #checkLatest: false # Optional condition: and(gt(variables.pkg_count, 0), succeeded()) =20 --=20 2.31.1.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#76423): https://edk2.groups.io/g/devel/message/76423 Mute This Topic: https://groups.io/mt/83484185/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-