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:c00::244; helo=mail-pf0-x244.google.com; envelope-from=heyi.guo@linaro.org; receiver=edk2-devel@lists.01.org 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) 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) 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) 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 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: [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: , X-List-Received-Date: Tue, 30 Jan 2018 02:48:38 -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