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 A2F61AC05A3 for ; Tue, 30 Jan 2024 01:36:41 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=At+65oqW7M+4usna0WtwcrOAqF22MmCUAGGO7uvJ4i0=; c=relaxed/simple; d=groups.io; h=From:To:Cc:References:In-Reply-To:Subject:Date:Message-ID:MIME-Version:Thread-Index:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding:Content-Language; s=20140610; t=1706578600; v=1; b=RfnqODxn1grzgRaINWF5lEukRL94s9A0NALtEj03/dC2GfilHEKpddai36IZh/53fF/NH0xg dvErG/lvGtfcVrchhgev5wulw8TuNGnz9B/Aq43eCyo/TmVsh9JEgtgJXzU3oeVKL7KsAYc2qRP 4Ew0KcNbCXxryzVQaTNCAwYw= X-Received: by 127.0.0.2 with SMTP id 9cbCYY7687511xzIFuT3cFwL; Mon, 29 Jan 2024 17:36:40 -0800 X-Received: from zrleap.intel-email.com (zrleap.intel-email.com [114.80.218.36]) by mx.groups.io with SMTP id smtpd.web10.8839.1706578597591732698 for ; Mon, 29 Jan 2024 17:36:38 -0800 X-Received: from zrleap.intel-email.com (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id A7C68A32E026 for ; Tue, 30 Jan 2024 09:36:32 +0800 (CST) X-Received: from localhost (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id 3BC73A32E05A for ; Tue, 30 Jan 2024 09:36:32 +0800 (CST) X-Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by zrleap.intel-email.com (Postfix) with SMTP id B896CA32E069 for ; Tue, 30 Jan 2024 09:36:28 +0800 (CST) X-Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP(SSL) for ; Tue, 30 Jan 2024 09:36:23 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming via groups.io" To: , Cc: "'Michael D Kinney'" , "'Zhiguang Liu'" , "'Leif Lindholm'" , "'Ard Biesheuvel'" , "'Abner Chang'" , "'Jiewen Yao'" , "'Laszlo Ersek'" References: In-Reply-To: Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIFYyIDAvNV0gQWRkIEVGSV9VTlNVUFBPUlRFRCByZXR1cm4gZm9yIHNvbWUgUnVudGltZSBTZXJ2aWNlIGZ1bmN0aW9ucw==?= Date: Tue, 30 Jan 2024 09:36:24 +0800 Message-ID: <03dc01da531c$bccaadc0$36600940$@byosoft.com.cn> MIME-Version: 1.0 Thread-Index: AQIZeUSK9CJeAKm9Miqg8mJYLUrJmrBzRtLQ 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,gaoliming@byosoft.com.cn List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: YW5GxMdKD3ROvMzExBonDhpJx7686176AA= Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=RfnqODxn; dmarc=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 The change is good to me. Reviewed-by: Liming Gao > -----=E9=82=AE=E4=BB=B6=E5=8E=9F=E4=BB=B6----- > =E5=8F=91=E4=BB=B6=E4=BA=BA: devel@edk2.groups.io = =E4=BB=A3=E8=A1=A8 Ren, Suqiang > =E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4: 2024=E5=B9=B41=E6=9C=8829=E6=97=A5 = 10:30 > =E6=94=B6=E4=BB=B6=E4=BA=BA: devel@edk2.groups.io > =E6=8A=84=E9=80=81: Michael D Kinney ; Liming= Gao > ; Zhiguang Liu ; Leif > Lindholm ; Ard Biesheuvel > ; Abner Chang ; > Jiewen Yao ; Laszlo Ersek > =E4=B8=BB=E9=A2=98: [edk2-devel] [PATCH V2 0/5] Add EFI_UNSUPPORTED retur= n for some > Runtime Service functions >=20 > According to UEFI Spec 2.10 page 206, if any EFI_RUNTIME_SERVICES* calls > are not supported for use by the OS at runtime, an > EFI_RT_PROPERTIES_TABLE > configuration table should be published describing which runtime services > are supported at runtime. So need to add EFI_UNSUPPORTED return for some > Runtime Service functions. >=20 > REF: UEFI spec 2.10 section 8 Services =E2=80=94 Runtime Services >=20 > V2: > Update some Runtime Service functions header return > on both C and H header files. >=20 > V1: > Add EFI_UNSUPPORTED return for some Runtime Service > functions on UefiSpec.h file. >=20 > Signed-off-by: Suqiang Ren > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Zhiguang Liu > Cc: Leif Lindholm > Cc: Ard Biesheuvel > Cc: Abner Chang > Cc: Jiewen Yao > Cc: Laszlo Ersek >=20 > Suqiang Ren (5): > MdePkg: Add EFI_UNSUPPORTED return for some Runtime Service > functions > MdeModulePkg: Update some Runtime Service functions header > EmbeddedPkg: Update some Runtime Service functions header > ArmPlatformPkg: Update some Runtime Service functions header > OvmfPkg: Update some Runtime Service functions header >=20 > .../PL031RealTimeClockLib.c | 22 ++++- > .../Include/Library/RealTimeClockLib.h | 21 +++- > .../RealTimeClockRuntimeDxe/RealTimeClock.c | 13 ++- > MdeModulePkg/Core/RuntimeDxe/Runtime.c | 10 +- > MdeModulePkg/Core/RuntimeDxe/Runtime.h | 10 +- > .../CapsuleRuntimeDxe/CapsuleService.c | 13 +++ > .../MonotonicCounter.c | 3 + > .../Universal/Variable/RuntimeDxe/Variable.c | 40 ++++++-- > .../Universal/Variable/RuntimeDxe/Variable.h | 40 ++++++-- > .../RuntimeDxe/VariableSmmRuntimeDxe.c | 99 > +++++++++++++++---- > MdePkg/Include/Library/UefiRuntimeLib.h | 44 ++++++++- > MdePkg/Include/Uefi/UefiSpec.h | 46 ++++++++- > MdePkg/Library/UefiRuntimeLib/RuntimeLib.c | 43 +++++++- > .../XenRealTimeClockLib/XenRealTimeClockLib.c | 22 ++++- > 14 files changed, 362 insertions(+), 64 deletions(-) >=20 > -- > 2.26.2.windows.1 >=20 >=20 >=20 >=20 >=20 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#114756): https://edk2.groups.io/g/devel/message/114756 Mute This Topic: https://groups.io/mt/104045657/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-