From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 59E08AC099D for ; Tue, 28 Nov 2023 00:15:20 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=7INyN/TTQ+tKmAq1M1WGopb46gcyiMGQ0bURxRH1u74=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:From:To:Cc:Subject:Date:Message-ID:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1701130519; v=1; b=KJvG9x6Tb0clfcNd/baz1q4Hgn5c8FgTDeJVAvuOIvbWUH06Je9De3/fBFjQbAlE/Q+qmIsr 5/kDxqFfbISqeaEUTK/UZZIqQ1aQ6Y/dYRkQ0qjwT1C0M/hgE3DrCRVxVGukO4gdqdtAqWWB/DL RcU9KgNbVjxd463B0TM+KHgU= X-Received: by 127.0.0.2 with SMTP id YM72YY7687511xSkAP0kKXGq; Mon, 27 Nov 2023 16:15:19 -0800 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.346.1701130518341900141 for ; Mon, 27 Nov 2023 16:15:18 -0800 X-Received: from localhost.localdomain (unknown [47.201.241.198]) by linux.microsoft.com (Postfix) with ESMTPSA id 4494720B74C0; Mon, 27 Nov 2023 16:15:17 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 4494720B74C0 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Sami Mujawar Subject: [edk2-devel] [PATCH v1 0/2] ArmPkg/CpuDxe: Use upper and lower attributes Date: Mon, 27 Nov 2023 19:14:58 -0500 Message-ID: <20231128001500.1107-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: ZdC5b751AJglwz0tGFcYG6FKx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=KJvG9x6T; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linux.microsoft.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io From: Michael Kubacki This series contains two changes: 1. To fix a compiler warning with the current state of code. 2. To update the code to pass the integer width needed for a comparison to set EFI_MEMORY_XP in the GCD attribute returned for a given page attribute. Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Sami Mujawar Michael Kubacki (2): ArmPkg/Drivers/CpuDxe: Explicitly cast table entry ArmPkg/Drivers/CpuDxe: Use lower and upper attributes ArmPkg/Drivers/CpuDxe/AArch64/Mmu.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --=20 2.42.0.windows.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111766): https://edk2.groups.io/g/devel/message/111766 Mute This Topic: https://groups.io/mt/102841999/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-