From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from atlmailgw1.ami.com (atlmailgw1.ami.com []) by mx.groups.io with SMTP id smtpd.web10.6115.1593723127624974290 for ; Thu, 02 Jul 2020 13:52:09 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: ami.com, ip: , mailfrom: oleksiyy@ami.com) X-AuditID: ac1060b2-ebbff70000003d78-27-5efe48f87629 Received: from atlms1.us.megatrends.com (atlms1.us.megatrends.com [172.16.96.144]) (using TLS with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client did not present a certificate) by atlmailgw1.ami.com (Symantec Messaging Gateway) with SMTP id 7E.C2.15736.8F84EFE5; Thu, 2 Jul 2020 16:52:08 -0400 (EDT) Received: from Oleksiy77.us.megatrends.com (172.16.97.158) by atlms1.us.megatrends.com (172.16.96.144) with Microsoft SMTP Server id 14.3.468.0; Thu, 2 Jul 2020 16:50:45 -0400 From: "Oleksiy Yakovlev" To: CC: , , , , , , , Subject: [PATCH V3 3/4] UefiCpuPkg: Update EFI_MEMORY_CACHETYPE_MASK definition Date: Thu, 2 Jul 2020 16:50:38 -0400 Message-ID: <20200702205039.52400-4-oleksiyy@ami.com> X-Mailer: git-send-email 2.9.0.windows.1 In-Reply-To: <20200702205039.52400-1-oleksiyy@ami.com> References: <20200702205039.52400-1-oleksiyy@ami.com> MIME-Version: 1.0 Return-Path: oleksiyy@ami.com X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrGIsWRmVeSWpSXmKPExsWyRiBhgu4Pj39xBo8XmVls3aZu0T5hNpvF smM7WCxW3NvAbtHR8Y/JYvp2F4svq98zOrB7bP9+gdFj8Z6XTB7v911lC2COamC0SczLyy9J LElVSEktTrZVCijKLEtMrlRSyEyxVTJUUijISUxOzU3NK7FVSiwoSM1LUbLjUsAANkBlmXkK qXnJ+SmZeem2Sp7B/roWFqaWuoZKdiEZqQqZeWn5RbmJJZn5eQrJ+XklQNWpKUBRhYRuzoz/ r5YzFzSwV7zvPMzUwPiPuYuRk0NCwETix9OpjF2MXBxCAruYJH52PWaBcDYzSuz7NpsdpIpN QFPiwLEpjCC2iICUxJQDM5lAipgF9jBK9Lw+xdrFyMEhLBAo8aolHKSGRUBF4kr7EyaQMK+A qcThOSoQyzQkpq25ywRicwqYSfQuaAUbKQRUcmj/QVYQm1dAUOLkzCcsIDazgITEwRcvmCFq ZCXajj9nn8DIPwtJ2SwkZQsYmVYxCiWW5OQmZuaklxvqJeZm6iXn525ihETiph2MLRfNDzEy cTAeYpTgYFYS4U1Q/RcnxJuSWFmVWpQfX1Sak1p8iNEJ6P6JzFLcoAAExki8sYGBlCiMY2hi ZmJuZG5oaWJubKwkzjt57Zo4IYF0YMxmp6YWpBbBDGHi4JRqYLTb9eiKxNZD571ubvU/uNSl VcuPszUrc3OEaKFe9se9txJ2X7i8xCl/0iupkPvVkzT2Hdzn2XIi7HPxf8XDi36d4p/bFHyU 4zCH05y0NeEveDlv6H/XvfX/+0vNzRZNVcFS7pwf/GML9itWO3Pt3l5iI7nR9LvUwmVP8szm LXi50eRRf3DnviQlluKMREMt5qLiRADj4PCM2QIAAA== Content-Type: text/plain Add EFI_MEMORY_WP attribute to EFI_MEMORY_CACHETYPE_MASK definition. Signed-off-by: Oleksiy Yakovlev --- UefiCpuPkg/CpuDxe/CpuDxe.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.h b/UefiCpuPkg/CpuDxe/CpuDxe.h index 9299eaa..b30a896 100644 --- a/UefiCpuPkg/CpuDxe/CpuDxe.h +++ b/UefiCpuPkg/CpuDxe/CpuDxe.h @@ -43,7 +43,8 @@ EFI_MEMORY_WC | \ EFI_MEMORY_WT | \ EFI_MEMORY_WB | \ - EFI_MEMORY_UCE \ + EFI_MEMORY_UCE | \ + EFI_MEMORY_WP \ ) #define EFI_MEMORY_PAGETYPE_MASK (EFI_MEMORY_RP | \ -- 2.9.0.windows.1 Please consider the environment before printing this email. The information contained in this message may be confidential and proprietary to American Megatrends (AMI). This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.