From nobody Fri Nov 1 10:28:09 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 151728085503624.904898876176276; Mon, 29 Jan 2018 18:54:15 -0800 (PST) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 595062236BABB; Mon, 29 Jan 2018 18:48:39 -0800 (PST) Received: from mail-pf0-x244.google.com (mail-pf0-x244.google.com [IPv6:2607:f8b0:400e:c00::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 25EC52215BD85 for ; Mon, 29 Jan 2018 18:48:38 -0800 (PST) Received: by mail-pf0-x244.google.com with SMTP id b25so7350864pfd.9 for ; Mon, 29 Jan 2018 18:54:12 -0800 (PST) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id s80sm35221676pfj.179.2018.01.29.18.54.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 29 Jan 2018 18:54:11 -0800 (PST) X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:400e:c00::244; helo=mail-pf0-x244.google.com; envelope-from=heyi.guo@linaro.org; receiver=edk2-devel@lists.01.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=xa3PxCNQpQzHrSbi0mF87xUMjegBX4lmE9MTJ8zQVNo=; b=i0QR4g8f2RTnV1oiZis3FNR3E+n0FvBJa7Fg2nJkK/MgV769QuMjGypGTwkS+YmHJ8 sLQpHDZ2jtzCMsI/Q71KOVsIjliZ0DLrILeLSxt5/SCoQjQO718sId8mOe/ZOx3Vc2gZ sTkEItYEKd18fGbX6TTWD6oEusTi1GX3cjuEk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=xa3PxCNQpQzHrSbi0mF87xUMjegBX4lmE9MTJ8zQVNo=; b=iOlklIf6PsPYq8C4fzXlI7H2r43AcwYmMDPRsgTzvmT7IkK/E0J7cuCgyYtWWoWCkd 7nYwHXSKEG2q9ten8tQikUjDB/OK77YMjW6qe3NSZRYdn9aaXc2cKCnTp+wjn0ntoRRh FSRyRVb0divfDsUdxjAzoComooNz8JeQp/Zs+Zwt9kVVbFBFuyjBFwjp1ZJXKHF+HUme hGqPa46maFCeBajCOJ7iFF1hT4Dz8YaSu6a41k4APdQEW14c/fFumoW3DybvsQOuUO/d ULuvn1Q5pVkn3fmPFgK9iXrOR7yJ5/xYJMdJtqhRaXryp2E/fgBqATJWeL+E8LZFkUd4 FhsQ== X-Gm-Message-State: AKwxytfg2/fNRuB3p+PZAsInjgu0OVG5CMwEx5acWLtOrVHiDAQ9XZvl DFqrstdcEohxRKhJdwc9wi7cqA== X-Google-Smtp-Source: AH8x227PIrZsVWl775vR+kAlqA/shMhrPDVs/LmeS+Rb9ZR5+UenbopY5xzV+YblzDB9DD46vshT6w== X-Received: by 2002:a17:902:ab93:: with SMTP id f19-v6mr24189762plr.10.1517280852349; Mon, 29 Jan 2018 18:54:12 -0800 (PST) From: Heyi Guo To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org Date: Tue, 30 Jan 2018 10:54:02 +0800 Message-Id: <1517280842-48914-2-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1517280842-48914-1-git-send-email-heyi.guo@linaro.org> References: <1517280842-48914-1-git-send-email-heyi.guo@linaro.org> Subject: [edk2] [PATCH edk2/MdePkg v1] MdePkg ACPI: Correct processor flags struct of PPTT X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: huangming23@huawei.com, ard.biesheuvel@linaro.org, liming.gao@intel.com, mengfanrong@huawei.com, guoheyi@huawei.com, Heyi Guo , zhangjinsong2@huawei.com, michael.d.kinney@intel.com, waip23@126.com, wanghuiqiang@huawei.com, huangdaode@hisilicon.com MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" From: Ming Huang The Type field of EFI_ACPI_6_2_PPTT_STRUCTURE_PROCESSOR should be UINT8 as ACPI version 6.2 specification. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Signed-off-by: Heyi Guo --- MdePkg/Include/IndustryStandard/Acpi62.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Include/IndustryStandard/Acpi62.h b/MdePkg/Include/Indu= stryStandard/Acpi62.h index 82d1425..2904d34 100644 --- a/MdePkg/Include/IndustryStandard/Acpi62.h +++ b/MdePkg/Include/IndustryStandard/Acpi62.h @@ -2569,7 +2569,7 @@ typedef struct { /// Processor hierarchy node structure /// typedef struct { - UINT32 Type; + UINT8 Type; UINT8 Length; UINT8 Reserved[2]; EFI_ACPI_6_2_PPTT_STRUCTURE_PROCESSOR_FLAGS Flags; --=20 1.9.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel