From nobody Fri Nov 1 10:34:42 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 1517291528934362.88063239308497; Mon, 29 Jan 2018 21:52:08 -0800 (PST) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id E00492238B5A8; Mon, 29 Jan 2018 21:46:32 -0800 (PST) Received: from mail-pg0-x243.google.com (mail-pg0-x243.google.com [IPv6:2607:f8b0:400e:c05::243]) (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 345B92215BDBF for ; Mon, 29 Jan 2018 21:46:31 -0800 (PST) Received: by mail-pg0-x243.google.com with SMTP id m20so6405949pgc.11 for ; Mon, 29 Jan 2018 21:52:05 -0800 (PST) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id o7sm17200187pgp.18.2018.01.29.21.52.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 29 Jan 2018 21:52:05 -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:c05::243; helo=mail-pg0-x243.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=PmSozhdLCvRwp3GpIhsBx/vrQF2sm/Z5mdzf9yfUZcbyQeF4PQFdI3/vgLUhE+9cL1 OdHWkfMjm6YcxCxeqOrCn3a8XePsSX68fDQw6z8/in/WdPqv8H4b02JrbjPgQzf6B12U ND+EDQ9VAEEa8yhwE501/RFlXw/p18k+N76EY= 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=gJxUT++KvgGqQjqctSJKmOZyt07RsywrQ/4BcKVtyYw3M3KdbFgWECjzGlFqa/hgzN 1ZmCuEv4zEGJy83KeVIbFwmw9P+O6O2xWQk+9R6AxO3JbSj4HkvwnpLk8dGmrYhR80My oNUWhjkIyKQB5WMal8RcQygrL0yutoHLzMrBii2JnfII1sBZNbRIa2pDEOU3UKVNo9Ue gbYmWKkuCie4UcGZX2fX7wjOf2ZkGXhViLm1TvOooHIULrcMm1I2ZwRFLUVsBv9GAMJZ bcvmsOAfY00J/6G0PmkbpHlD3OmYTLgdJZ9S91Wg4JP7CLyh6iUXw8ZBvy04VedgrvKZ 3kUw== X-Gm-Message-State: AKwxytcwcRkxA7lJrhljVrWICNlwnsFODUY4cByWpQJrWb5KPvkINEyG dTUewbDOzC/7PWeSkrCDcNAQBA== X-Google-Smtp-Source: AH8x226x/HwztbIRs2mYhdDLsnyFKde+QuBrEcuCMUNU2E3wuyETeJtWDD2b7K36PQLm8eOv3uAvIw== X-Received: by 10.98.63.214 with SMTP id z83mr28724373pfj.95.1517291525611; Mon, 29 Jan 2018 21:52:05 -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 13:51:55 +0800 Message-Id: <1517291515-49259-2-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1517291515-49259-1-git-send-email-heyi.guo@linaro.org> References: <1517291515-49259-1-git-send-email-heyi.guo@linaro.org> Subject: [edk2] [PATCH edk2/MdePkg v1] MdePkg ACPI: Correct processor 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 Reviewed-by: Liming Gao Reviewed-by: Star Zeng --- 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