REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3954
Report error if reserved bits are not 0 for PageSize
Cc: Ray Ni
Cc: Hao Wu
Signed-off-by: Heng Luo
---
MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/MdeModulePkg/Bus/P
Reviewed-by: Hao A Wu
Will wait some time to see if comments from other reviewers.
Also, Will change the title a little bit to:
MdeModulePkg/XhciDxe: Check return value of XHC_PAGESIZE_OFFSET
Best Regards,
Hao Wu
> -Original Message-
> From: Luo, Heng
> Sent: Monday, June 20, 2022 3:0
From: "Li, Zhihao"
REF? https://bugzilla.tianocore.org/show_bug.cgi?id=3815
This patch define a new Protocol with the new services
SmmWaitForAllProcessor(), which can be used by SMI handler
to optionally wait for other APs to complete SMM rendezvous in
relaxed AP mode.
A new library SmmCpuRende
From: Zhihao Li
REF? https://bugzilla.tianocore.org/show_bug.cgi?id=3861
UefiCpuPkg define a new Protocol with the new services
SmmWaitForAllProcessor(), which can be used by SMI handler
to optionally wait for other APs to complete SMM rendezvous in
relaxed AP mode.
VariableSmm driver need use
From: Zhihao Li
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3931
Some drivers will break down when they use
SmmWaitForAllProcessor() which from SmmCpuRendezvousLibNull.c.
Removing the code "ASSERT(False)" will make consumer
work normally if they keep default setting for sync mode.
Cc: M
From: Zhihao Li
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3855
In UefiCpuPkg, there are a new Protocol with the new service
SmmWaitForAllProcessor(), which can be used by SMI handler
to optionally wait for other APs to complete SMM rendezvous in
relaxed AP mode.
This patch use the new
From: "Li, Zhihao"
REF? https://bugzilla.tianocore.org/show_bug.cgi?id=3912
UefiCpuPkg define a new Protocol with the new services
SmmWaitForAllProcessor(), which can be used by SMI handler
to optionally wait for other APs to complete SMM rendezvous in
relaxed AP mode.
VariableSmm and VariableS
*** BLURB HERE ***
Zhihao Li (1):
SecurityPkg: use SmmWaitForAllProcessor in TcgSmm and Tcg2Smm driver.
SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.c| 21 ++--
SecurityPkg/Tcg/TcgSmm/TcgSmm.c | 15 --
SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.h| 3 ++
From: "Li, Zhihao"
REF? https://bugzilla.tianocore.org/show_bug.cgi?id=3882
UefiCpuPkg define a new Protocol with the new services
SmmWaitForAllProcessor(), which can be used by SMI handler
to optionally wait for other APs to complete SMM rendezvous in
relaxed AP mode.
VariableSmm driver need u
From: "Li, Zhihao"
REF? https://bugzilla.tianocore.org/show_bug.cgi?id=3882
UefiCpuPkg define a new Protocol with the new services
SmmWaitForAllProcessor(), which can be used by SMI handler
to optionally wait for other APs to complete SMM rendezvous in
relaxed AP mode.
VariableSmm driver need u
From: "Li, Zhihao"
REF? https://bugzilla.tianocore.org/show_bug.cgi?id=3815
This patch define a new Protocol with the new services
SmmWaitForAllProcessor(), which can be used by SMI handler
to optionally wait for other APs to complete SMM rendezvous in
relaxed AP mode.
A new library SmmCpuRende
From: "Li, Zhihao"
REF? https://bugzilla.tianocore.org/show_bug.cgi?id=3912
UefiCpuPkg define a new Protocol with the new services
SmmWaitForAllProcessor(), which can be used by SMI handler
to optionally wait for other APs to complete SMM rendezvous in
relaxed AP mode.
VariableSmm and VariableS
From: Zhihao Li
REF? https://bugzilla.tianocore.org/show_bug.cgi?id=3861
UefiCpuPkg define a new Protocol with the new services
SmmWaitForAllProcessor(), which can be used by SMI handler
to optionally wait for other APs to complete SMM rendezvous in
relaxed AP mode.
VariableSmm driver need use
From: Zhihao Li
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3854
In UefiCpuPkg, there are a new Protocol with the new service
SmmWaitForAllProcessor(), which can be used by SMI handler
to optionally wait for other APs to complete SMM rendezvous in
relaxed AP mode.
This patch use the new
From: Zhihao Li
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3931
Some drivers will break down when they use
SmmWaitForAllProcessor() which from SmmCpuRendezvousLibNull.c.
Removing the code "ASSERT(False)" will make consumer
work normally if they keep default setting for sync mode.
Cc: J
From: Zhihao Li
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3855
In UefiCpuPkg, there are a new Protocol with the new service
SmmWaitForAllProcessor(), which can be used by SMI handler
to optionally wait for other APs to complete SMM rendezvous in
relaxed AP mode.
This patch use the new
On Fri, Jun 17, 2022 at 04:28:03PM +0800, Zhiguang Liu wrote:
> We observed page fault in the following situation:
> 1.PayloadEntry uses 2M entry in page table to cover DXE stack range.
> 2.In DXE phase, image protection code needs to mark some sub-range in
> this 2M entry as readonly. So the the 2
> + UINT8 *CfvBase;
> + UINT32CfvSize;
>
>DEBUG ((DEBUG_INFO, "EMU Variable FVB Started\n"));
>
> @@ -774,6 +776,23 @@ FvbInitialize (
>
>mEmuVarsFvb.BufferPtr = Ptr;
>
> + //
> + // In Tdx guest the VarNvStore content should be initialized by the
Hi Ard,
Apologies, I missed your response.
On Tue, May 3, 2022 at 09:43 AM, Ard Biesheuvel wrote:
>
> (+ Rebecca)
>
> On Tue, 8 Mar 2022 at 12:55, Rohit Mathew wrote:
>
>> PrePeiCore's CEntry function calls DebugLib library's print API before
>> the library is initialized. So, invoke the con
PrePeiCore's CEntry function calls DebugLib library's print API before
the library is initialized. So, invoke the constructor in the SEC phase
to call into initialization functions associated with libraries linked
with this particular module. This change is essential to initialize
uart for SEC.
Si
Changes since V1:
- Rebased on top of latest master branch.
- Updated copyright and date.
This patch series aims at routing uart logs via different sets of uart ports,
namely secure port for secure partition logs and non-secure port for all other
logs.
The first patch deals with removing redundan
Route secure (from secure partition) and non-secure console messages
to different sets of UART console ports. This aligns with the security
state the PE is in when logs are put out. In addition, this allows
consolidation of UART related macros across all the variants of
Neoverse reference design pl
Remove redundant platform descriptions (descriptions which are already
part of SSDT) from DSDT for SGI-575 platform.
Signed-off-by: Rohit Mathew
---
Platform/ARM/SgiPkg/AcpiTables/Sgi575/Dsdt.asl | 66 +---
1 file changed, 1 insertion(+), 65 deletions(-)
diff --git a/Platform/AR
Zhihao:
This change has been merged at b09ada6edc7f3f28d3b4f2ef09852ebd39f17920 in
Edk2. Please check it.
Thanks
Liming
> -邮件原件-
> 发件人: devel@edk2.groups.io 代表 Li, Zhihao
> 发送时间: 2022年6月20日 17:36
> 收件人: devel@edk2.groups.io
> 抄送: Michael D Kinney ; Liming Gao
>
> 主题: [edk2-devel] [PAT
Hi All,
Could you please let me know if any updates are required for this series of
patch?
Regards,
Pranav
> -Original Message-
> From: Thomas Abraham
> Sent: Tuesday, April 19, 2022 1:40 AM
> To: devel@edk2.groups.io; Pranav Madhu
> Cc: Ard Biesheuvel ; Sami Mujawar
>
> Subject: Re:
Hi All,
Could you please let me know if any updates required for this series of patch?
Regards,
Pranav
From: Thomas Abraham
Sent: Sunday, June 12, 2022 2:16 AM
To: Pranav Madhu ; devel@edk2.groups.io
Subject: Re: [edk2-devel] [edk2-platforms][PATCH V1 0/7] Fix ACPI Low Power
Idle states for
Hi Rohit,
On 20/06/2022 16:25, Rohit Mathew via groups.io wrote:
Route secure (from secure partition) and non-secure console messages
to different sets of UART console ports. This aligns with the security
state the PE is in when logs are put out. In addition, this allows
consolidation of UART re
*Tools, CI, Code base construction meeting series*
*When:*
06/20/2022
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
*Where:*
https://github.com/tianocore/edk2/discussions/2614
View Event ( https://edk2.groups.io/g/devel/viewevent?eventid=1519384 )
*Description:*
TianoCore community,
Micros
*Reminder: TianoCore Bug Triage - APAC / NAMO*
*When:*
06/21/2022
6:30pm to 7:30pm
(UTC-07:00) America/Los Angeles
*Where:*
https://teams.microsoft.com/l/meetup-join/19%3ameeting_OTk1YzJhN2UtOGQwNi00NjY4LWEwMTktY2JiODRlYTY1NmY0%40thread.v2/0?context=%7b%22Tid%22%3a%2246c98d88-e344-4ed4-8496-4ed77
Version 2 patch files and follow format by removing "From: " in the
description.
Update Redfish Profile Simulator in order to cooperating with Redfish
feature driver. Computer system schema is updated to version 1.5.0 to
include Boot.BootOrder attribute. "ETag" HTTP header is implemented to
all R
Updates the Python module dependency for Redfish Profile Simulator.
Signed-off-by: Nickle Wang
Cc: Abner Chang
Cc: Yang Atom
Cc: Nick Ramirez
---
.../Tools/Redfish-Profile-Simulator/requirements.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/RedfishClientPkg/Tools/Redfis
Update mock-up file and use computer system schema version 1.5.0 in
order to support Boot.BootOrder attribute.
Update UUID of 2M220101SL for working with Redfish Profile Simulator.
Signed-off-by: Nickle Wang
Cc: Abner Chang
Cc: Yang Atom
Cc: Nick Ramirez
---
.../redfish/v1/Systems/2M220100SL/
Remove attribute check during patch of computer system and return
content-type with JSON format in HTTP header.
Signed-off-by: Nickle Wang
Cc: Abner Chang
Cc: Yang Atom
Cc: Nick Ramirez
---
.../v1sim/resource.py | 4 ++-
.../v1sim/systems.py |
Implement ETag support in HTTP header
Signed-off-by: Nickle Wang
Cc: Abner Chang
Cc: Yang Atom
Cc: Nick Ramirez
---
.../v1sim/resource.py | 10 +--
.../v1sim/systems.py | 28 +++
2 files changed, 25 insertions(+), 13 deletio
Add missing module import for conditional, RfCollection, RfResource,
RfResourceRaw, hashlib and OrderedDict
Signed-off-by: Nickle Wang
Cc: Abner Chang
Cc: Yang Atom
Cc: Nick Ramirez
---
.../Tools/Redfish-Profile-Simulator/v1sim/redfishURIs.py | 5 -
.../Tools/Redfish-Profile-Simulator
Reviewed-by: Ray Ni
> -Original Message-
> From: Guo, Gua
> Sent: Monday, June 20, 2022 9:56 AM
> To: devel@edk2.groups.io
> Cc: Guo, Gua ; Dong, Guo ; Ni,
> Ray
> Subject: [PATCH] UefiPayloadPkg: UniversalPayloadBuild.py to support --pcd
> feature
>
> From: Gua Guo
>
> REF: https:/
Reviewed-by: Abner Chang
> -Original Message-
> From: Wang, Nickle (Server BIOS)
> Sent: Tuesday, June 21, 2022 9:45 AM
> To: devel@edk2.groups.io
> Cc: Wang, Nickle (Server BIOS) ; Chang, Abner (HPS
> SW/FW Technologist) ; Yang Atom
> ; Nick Ramirez
> Subject: [edk2-staging][PATCH v2 1
Reviewed-by: Abner Chang
> -Original Message-
> From: Wang, Nickle (Server BIOS)
> Sent: Tuesday, June 21, 2022 9:46 AM
> To: devel@edk2.groups.io
> Cc: Wang, Nickle (Server BIOS) ; Chang, Abner (HPS
> SW/FW Technologist) ; Yang Atom
> ; Nick Ramirez
> Subject: [edk2-staging][PATCH v2 2
Reviewed-by: Abner Chang
> -Original Message-
> From: Wang, Nickle (Server BIOS)
> Sent: Tuesday, June 21, 2022 9:46 AM
> To: devel@edk2.groups.io
> Cc: Wang, Nickle (Server BIOS) ; Chang, Abner (HPS
> SW/FW Technologist) ; Yang Atom
> ; Nick Ramirez
> Subject: [edk2-staging][PATCH v2 3
Reviewed-by: Abner Chang
> -Original Message-
> From: Wang, Nickle (Server BIOS)
> Sent: Tuesday, June 21, 2022 9:47 AM
> To: devel@edk2.groups.io
> Cc: Wang, Nickle (Server BIOS) ; Chang, Abner (HPS
> SW/FW Technologist) ; Yang Atom
> ; Nick Ramirez
> Subject: [edk2-staging][PATCH v2 4
Reviewed-by: Abner Chang
> -Original Message-
> From: Wang, Nickle (Server BIOS)
> Sent: Tuesday, June 21, 2022 9:48 AM
> To: devel@edk2.groups.io
> Cc: Wang, Nickle (Server BIOS) ; Chang, Abner (HPS
> SW/FW Technologist) ; Yang Atom
> ; Nick Ramirez
> Subject: [edk2-staging][PATCH v2 5
Hello everyone,
I wanted to discuss and get ideas about how I should implement the
various services (like allocator and stdin) for UEFI in Rust. I have
come up with two approaches:
1. Initialize the pointers needed for a module to work early on and
keep them local to the module. This will mean th
42 matches
Mail list logo