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 B2A71740047 for ; Tue, 28 Nov 2023 17:12:16 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=0/Pk6T3iavUBRt+/iuJ/b2Y3PIaueY67mbNYxWvkuzg=; 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=1701191535; v=1; b=dEVZEfdvtpBwVcU7PzaFQ78S3y6tckAA0eemkIH4V/rncOru7V0mMad1kmCvl5XlPN4ZiXod mced8pPJtp1eyZecqQjn+pTbaPtd75gIT7L//UVP28PkS0DuTdeUJbQ3fjkrpvqUdvbWAyLfGn2 ZHnqmEnwFEVhNfcNpzD6XFZc= X-Received: by 127.0.0.2 with SMTP id n4uvYY7687511xXUEPBB5Clb; Tue, 28 Nov 2023 09:12:15 -0800 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.39370.1701191534581135199 for ; Tue, 28 Nov 2023 09:12:14 -0800 X-Received: from localhost.localdomain (unknown [47.201.241.198]) by linux.microsoft.com (Postfix) with ESMTPSA id 8251220B74C0; Tue, 28 Nov 2023 09:12:13 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 8251220B74C0 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Sami Mujawar Subject: [edk2-devel] [PATCH v2 0/1] ArmPkg/CpuDxe: Use upper and lower attributes Date: Tue, 28 Nov 2023 12:11:52 -0500 Message-ID: <20231128171154.1349-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: S7Oq05FCAVdev27XXtN8KDUGx7686176AA= 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=dEVZEfdv; 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. v2 changes: Squashed the two patches into a single patch. Made minor updates to the patch commit message due to the squash. Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Sami Mujawar Michael Kubacki (1): 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 (#111814): https://edk2.groups.io/g/devel/message/111814 Mute This Topic: https://groups.io/mt/102854542/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-