From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 5E18F7803CC for ; Mon, 20 May 2024 02:49:11 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=4PjloBdcksJTB9DiMBX73yopCP5ucpvfR+HpCgYrhIc=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1716173349; v=1; b=Mbzeh+In/CJcrh2bVTFSk0BTm2WguLBO/2xR3i8R8Tvme1HKJOHPy7b/DmwHoYjpWAD3xec6 7ul3sFoubXdnKwhJwSQkvUCdZ3vvTjf38U3m7DLUgoiNkxNuhlXycnH+KyL7DlK5zXkfjETPHNh RVbSiR5+/dJEx1awYVfzl3OA1j/m/EFcdr5D/ZjqONAbrI9ZR5l30JTSmdLLeCvjUOlEWEENkMN Ma/5C/yBHqGQqE48IfqodiWPKledOqe+25fRBBOCvaZuB/ae1ce9YoCRvqRXLJV2EqdTbzPewDa tMKAtUIDW5yqgf5TP1Pi7ADpF6g+WESNZQT4SokVKH49Q== X-Received: by 127.0.0.2 with SMTP id BK4QYY7687511xKpTu6wKfX1; Sun, 19 May 2024 19:49:09 -0700 X-Received: from mx0a-002e3701.pphosted.com (mx0a-002e3701.pphosted.com [148.163.147.86]) by mx.groups.io with SMTP id smtpd.web11.52484.1716173348853374148 for ; Sun, 19 May 2024 19:49:08 -0700 X-Received: from pps.filterd (m0134421.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 44K22mHJ004138; Mon, 20 May 2024 02:48:59 GMT X-Received: from p1lg14878.it.hpe.com ([16.230.97.204]) by mx0b-002e3701.pphosted.com (PPS) with ESMTPS id 3y7ca74e4c-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 20 May 2024 02:48:59 +0000 X-Received: from p1lg14886.dc01.its.hpecorp.net (unknown [10.119.18.237]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by p1lg14878.it.hpe.com (Postfix) with ESMTPS id 1DB64130D4; Mon, 20 May 2024 02:48:58 +0000 (UTC) X-Received: from KIDKMZDU3U.asiapacific.hpqcorp.net (unknown [16.231.227.36]) by p1lg14886.dc01.its.hpecorp.net (Postfix) with ESMTP id 8608C824B65; Mon, 20 May 2024 02:48:57 +0000 (UTC) From: "Li, Walon" To: devel@edk2.groups.io Cc: derek.lin2@hpe.com, walon.li@hpe.com, gaoliming@byosoft.com.cn Subject: [edk2-devel] [PATCH] MdePkg:Update UEFI version to 2.10 Date: Mon, 20 May 2024 10:48:33 +0800 Message-Id: <20240520024833.487-1-walon.li@hpe.com> MIME-Version: 1.0 X-Proofpoint-GUID: k2pgT3URPYsg9bjgGkcMbIE2MdneGrep X-Proofpoint-ORIG-GUID: k2pgT3URPYsg9bjgGkcMbIE2MdneGrep X-HPE-SCL: -1 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 Resent-Date: Sun, 19 May 2024 19:49:08 -0700 Resent-From: walon.li@hpe.com Reply-To: devel@edk2.groups.io,walon.li@hpe.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: HkqDlGdF1G98sZ7ohdoM4neGx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=Mbzeh+In; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=hpe.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io Follow UEFI specification 2.10 to update system table revision. --- MdePkg/Include/Uefi/UefiSpec.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/MdePkg/Include/Uefi/UefiSpec.h b/MdePkg/Include/Uefi/UefiSpec.h index 79fc8c72ca..5cabb196b7 100644 --- a/MdePkg/Include/Uefi/UefiSpec.h +++ b/MdePkg/Include/Uefi/UefiSpec.h @@ -1,8 +1,8 @@ /** @file=0D Include file that supports UEFI.=0D =0D - This include file must contain things defined in the UEFI 2.7 specificat= ion.=0D - If a code construct is defined in the UEFI 2.7 specification it must be = included=0D + This include file must contain things defined in the UEFI 2.10 specifica= tion.=0D + If a code construct is defined in the UEFI 2.10 specification it must be= included=0D by this include file.=0D =0D Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.
=0D @@ -1840,6 +1840,8 @@ EFI_STATUS // EFI Runtime Services Table=0D //=0D #define EFI_SYSTEM_TABLE_SIGNATURE SIGNATURE_64 ('I','B','I',' ','S',= 'Y','S','T')=0D +#define EFI_2_100_SYSTEM_TABLE_REVISION ((2 << 16) | (100))=0D +#define EFI_2_90_SYSTEM_TABLE_REVISION ((2 << 16) | (90))=0D #define EFI_2_80_SYSTEM_TABLE_REVISION ((2 << 16) | (80))=0D #define EFI_2_70_SYSTEM_TABLE_REVISION ((2 << 16) | (70))=0D #define EFI_2_60_SYSTEM_TABLE_REVISION ((2 << 16) | (60))=0D @@ -1852,7 +1854,7 @@ EFI_STATUS #define EFI_2_00_SYSTEM_TABLE_REVISION ((2 << 16) | (00))=0D #define EFI_1_10_SYSTEM_TABLE_REVISION ((1 << 16) | (10))=0D #define EFI_1_02_SYSTEM_TABLE_REVISION ((1 << 16) | (02))=0D -#define EFI_SYSTEM_TABLE_REVISION EFI_2_70_SYSTEM_TABLE_REVISION=0D +#define EFI_SYSTEM_TABLE_REVISION EFI_2_100_SYSTEM_TABLE_REVISION=0D #define EFI_SPECIFICATION_VERSION EFI_SYSTEM_TABLE_REVISION=0D =0D #define EFI_RUNTIME_SERVICES_SIGNATURE SIGNATURE_64 ('R','U','N','T','S',= 'E','R','V')=0D --=20 2.23.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119071): https://edk2.groups.io/g/devel/message/119071 Mute This Topic: https://groups.io/mt/106197340/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-