From nobody Fri Apr 26 20:25:56 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+65199+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+65199+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=gmail.com ARC-Seal: i=1; a=rsa-sha256; t=1599857087; cv=none; d=zohomail.com; s=zohoarc; b=mgzElpgQ6RJ9A5buY3CqySrkGblaiEVG9nvyazohRDgrKpMJK1VKdP/M+bkwejvQyIQwMLFmaeh3Y6kY4sEZbQTC4qHKKSELuaaw88Ylh80IqMJFwWprSaIKQ6l5gFUiE7m4Pjy7ZZajJZWDfTarMna2i4mtqzjJjn8kdKEIks0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1599857087; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=c4bWnJLqFDTWfdladO8IubNopFFOelvkO6UbOOSpb9M=; b=bdUVj9zd67A3w92ddAQAzwxN52fkZMZn1oNb7hl0274F8CFpGoUP8guo3p8Lo/AakXTce5tZoxPHs41bQ8yTbbiIc03x89K4YyRlcSqtAl+zb+C0YDBxK7FK+DT3ggBF8lbhwvSCGdKIVdbkjfvMftpmWd/aQ+Vs/Eel3s3M7P0= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+65199+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 15998570879601022.2617879803568; Fri, 11 Sep 2020 13:44:47 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id XYcUYY1788612xIMlf2LTn9t; Fri, 11 Sep 2020 13:44:47 -0700 X-Received: from mail-pf1-f175.google.com (mail-pf1-f175.google.com [209.85.210.175]) by mx.groups.io with SMTP id smtpd.web11.4773.1599857083258684417 for ; Fri, 11 Sep 2020 13:44:43 -0700 X-Received: by mail-pf1-f175.google.com with SMTP id n14so8246055pff.6 for ; Fri, 11 Sep 2020 13:44:43 -0700 (PDT) X-Gm-Message-State: Ku0tIYJcL2bMrlTsDr6eINRtx1787277AA= X-Google-Smtp-Source: ABdhPJyTfEzmANbUKJSv+sXA8jw4MY4zB597teXXbJLw7JCw3XtmB7q9fO/W/UJWp4dToJ9okyAt6Q== X-Received: by 2002:a63:b20d:: with SMTP id x13mr958077pge.136.1599857082469; Fri, 11 Sep 2020 13:44:42 -0700 (PDT) X-Received: from tvis-name-05.localdomain ([50.34.58.90]) by smtp.gmail.com with ESMTPSA id p11sm2715266pjz.44.2020.09.11.13.44.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Sep 2020 13:44:41 -0700 (PDT) From: "Matthew Carlson" To: devel@edk2.groups.io Cc: Bob Feng , Liming Gao , Yuwei Chen , Sean Brogan , Matthew Carlson Subject: [edk2-devel] [PATCH v1 1/1] BaseTools: update IASL extdep to more modern version Date: Fri, 11 Sep 2020 13:44:38 -0700 Message-Id: <20200911204438.234-2-matthewfcarlson@gmail.com> In-Reply-To: <20200911204438.234-1-matthewfcarlson@gmail.com> References: <20200911204438.234-1-matthewfcarlson@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,matthewfcarlson@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=1599857087; bh=iBG3i9+svWPpfFxyJyxP1c+OdfM4uAhfBDj789CN72o=; h=Cc:Date:From:Reply-To:Subject:To; b=E29EgVULILiTa8/5hyhoy0JgmB5Vlilqb1g312g42hf0j8nwbxMLFhZvE1WuDY4KVur Ep6N8EKnaI8/p+9lkNtRVkGHhuA3KxJ0SyXJxH6pxTFVxpVvOHla5Bp0RQwTb6ZzN+Edi jPwX/Uq9e6d4tU7n9rwoilmOxg67tzIYFyA= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" From: Matthew Carlson The IASL extdep is used for CI only and a recent fork of the ACPICA repo was made to make nuget builds more regular and easier to audit. https://dev.azure.com/projectmu/_git/acpica Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen Cc: Sean Brogan Cc: devel@edk2.groups.io Signed-off-by: Matthew Carlson --- BaseTools/Bin/iasl_ext_dep.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BaseTools/Bin/iasl_ext_dep.yaml b/BaseTools/Bin/iasl_ext_dep.y= aml index 1d81e89cf3a6..ea2bc315d184 100644 --- a/BaseTools/Bin/iasl_ext_dep.yaml +++ b/BaseTools/Bin/iasl_ext_dep.yaml @@ -14,8 +14,8 @@ "id": "iasl-ci-1", "scope": "cibuild", "type": "nuget", - "name": "iasl", - "source": "https://api.nuget.org/v3/index.json", - "version": "20190215.0.0", + "name": "edk2-acpica-iasl", + "source": "https://pkgs.dev.azure.com/projectmu/acpica/_packaging/mu_ias= l/nuget/v3/index.json", + "version": "20200717.0.0", "flags": ["set_path", "host_specific"] } --=20 2.28.0.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 (#65199): https://edk2.groups.io/g/devel/message/65199 Mute This Topic: https://groups.io/mt/76788780/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-