From nobody Fri Apr 19 02:04:36 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+66074+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+66074+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linaro.org ARC-Seal: i=1; a=rsa-sha256; t=1602244934; cv=none; d=zohomail.com; s=zohoarc; b=mfJ05AFSxWR8yZNhE2BJLeDx8i1FCdvDHFqXb39UHltzRuUPvlTqtgvwsM677+vsfL26rJv/77JWNHyaWnE0rKOc2J0uyW4nFTrDEwvEVp/TKXcQ/LZzQrYTCjHxP7UTJiW9YB0g5rU2FCkEdLy3QUCGkj2r6eD1avxw8AdcbrQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1602244934; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=qTDOs0gCyTO4GsXwRz7jQPJTGkwO9E/bQAgTmoyIpvE=; b=e9rsqMVsRTV1TZhRvMTO4NBzLpOEpGDBHPApgn3UF0B1aWsjp4WV82whLIx9U/mXkdKV9sNxbCdEEBw35SexdV29Xd4qoHK3aY/ZYT+AE/4zf1ZxKI7/yEyzAFA+rfC1OecjnXYY/E7OFc3c2V7eWe/6wx9zcIYGYGz6A7y5GcU= 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+66074+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 160224493496387.29985734167451; Fri, 9 Oct 2020 05:02:14 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id E3Y4YY1788612xw4umEbJezk; Fri, 09 Oct 2020 05:02:14 -0700 X-Received: from mail-qk1-f196.google.com (mail-qk1-f196.google.com [209.85.222.196]) by mx.groups.io with SMTP id smtpd.web10.1599.1602190665426091254 for ; Thu, 08 Oct 2020 13:57:45 -0700 X-Received: by mail-qk1-f196.google.com with SMTP id 140so6781713qko.2 for ; Thu, 08 Oct 2020 13:57:45 -0700 (PDT) X-Gm-Message-State: v1ri5LuKzrO59dL0jR3T62vIx1787277AA= X-Google-Smtp-Source: ABdhPJzZLqGGPkW1KdYTBWQYJ5KQLYfo+ccMascvjKw+a2/KUhjJNassQxRU+/jnyFDysA86jWGkhw== X-Received: by 2002:ae9:e80b:: with SMTP id a11mr2894514qkg.198.1602190664636; Thu, 08 Oct 2020 13:57:44 -0700 (PDT) X-Received: from master.ht.home ([2607:fea8:e2a0:e950::d884]) by smtp.googlemail.com with ESMTPSA id f4sm4853565qtd.35.2020.10.08.13.57.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 08 Oct 2020 13:57:44 -0700 (PDT) From: Shashi Mallela To: leif@nuviainc.com, ard.biesheuvel@arm.com, ray.ni@intel.com Cc: devel@edk2.groups.io Subject: [edk2-devel] [PATCH v1 1/1] ShellPkg/UefiShellAcpiViewCommandLib: acpi version update for GTDT Date: Thu, 8 Oct 2020 16:57:41 -0400 Message-Id: <20201008205741.96034-2-shashi.mallela@linaro.org> In-Reply-To: <20201008205741.96034-1-shashi.mallela@linaro.org> References: <20201008205741.96034-1-shashi.mallela@linaro.org> 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,shashi.mallela@linaro.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1602244934; bh=xDMSB4y1rF3SwHLFRpIWgyz8qHFrZMHlPxH+Xow2rr0=; h=Cc:Date:From:Reply-To:Subject:To; b=To6EgoTUpVxNY4dF4TX6KdF4jHijASMQoM5n1+h9DQzg6e5loUxj4dWAPQIMXt6Krjv gMDKPuuxdMsXj5RRs7VsoKFFHfTvwDt3tdU3GQGpBisA4AcqFvm/WEhepQYXxBAJF1F0O TOWzG2b4m01qSvPIYQ6WddN/oespjnnXJ9w= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Updated the GTDT signature to ACPIv6.3 Signed-off-by: Shashi Mallela --- ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.c= | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiView= CommandLib.c b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiVi= ewCommandLib.c index d2f26ff89f12..3f9173523493 100644 --- a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommand= Lib.c +++ b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommand= Lib.c @@ -52,7 +52,7 @@ ACPI_TABLE_PARSER ParserList[] =3D { ParseAcpiDsdt}, {EFI_ACPI_6_3_FIRMWARE_ACPI_CONTROL_STRUCTURE_SIGNATURE, ParseAcpiFacs}, {EFI_ACPI_6_2_FIXED_ACPI_DESCRIPTION_TABLE_SIGNATURE, ParseAcpiFadt}, - {EFI_ACPI_6_2_GENERIC_TIMER_DESCRIPTION_TABLE_SIGNATURE, ParseAcpiGtdt}, + {EFI_ACPI_6_3_GENERIC_TIMER_DESCRIPTION_TABLE_SIGNATURE, ParseAcpiGtdt}, {EFI_ACPI_6_2_IO_REMAPPING_TABLE_SIGNATURE, ParseAcpiIort}, {EFI_ACPI_6_2_MULTIPLE_APIC_DESCRIPTION_TABLE_SIGNATURE, ParseAcpiMadt}, {EFI_ACPI_6_2_PCI_EXPRESS_MEMORY_MAPPED_CONFIGURATION_SPACE_BASE_ADDRESS= _DESCRIPTION_TABLE_SIGNATURE, --=20 2.18.4 -=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 (#66074): https://edk2.groups.io/g/devel/message/66074 Mute This Topic: https://groups.io/mt/77402678/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-