From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 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) 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) 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) From: Heyi Guo To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org Cc: ard.biesheuvel@linaro.org, michael.d.kinney@intel.com, liming.gao@intel.com, guoheyi@huawei.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, mengfanrong@huawei.com, huangdaode@hisilicon.com, waip23@126.com, Heyi Guo 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: [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: , X-List-Received-Date: Tue, 30 Jan 2018 05:46:31 -0000 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/IndustryStandard/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; -- 1.9.1