|
Re: [PATCH v2 1/2] MdeModulePkg/GraphicsConsoleDxe: Check status to make sure no error
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#87142
·
|
|
Re: [PATCH v2 2/2] EmulatorPkg/EmuGopDxe: Set ModeInfo after Open successfully
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#87141
·
|
|
[PATCH v2 2/2] EmulatorPkg/EmuGopDxe: Set ModeInfo after Open successfully
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2668
WindowOpen will fail in some case. for example, without XServer.
Shouldn't set ModeInfo in this case to avoid the caller use
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2668
WindowOpen will fail in some case. for example, without XServer.
Shouldn't set ModeInfo in this case to avoid the caller use
|
By
Guomin Jiang
·
#87140
·
|
|
[PATCH v2 1/2] MdeModulePkg/GraphicsConsoleDxe: Check status to make sure no error
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2668
SetMode will fail in some case. for example, without XServer.
Should handle these case when SetMode fail.
If we don't handle it, it will
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2668
SetMode will fail in some case. for example, without XServer.
Should handle these case when SetMode fail.
If we don't handle it, it will
|
By
Guomin Jiang
·
#87139
·
|
|
[PATCH v2 0/2] Avoid Emulator Segmentation fault
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2668
Correct the logic to handle the case that XServer not present to avoid Segmentation fault
V2:
Fix typo error.
Guomin Jiang (2):
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2668
Correct the logic to handle the case that XServer not present to avoid Segmentation fault
V2:
Fix typo error.
Guomin Jiang (2):
|
By
Guomin Jiang
·
#87138
·
|
|
Re: [PATCH v4 4/7] OvmfPkg: Generate CloudHv as a PVH ELF binary
Or I can simply do 1 and 2, but leave 3,4,5 so that I don't make
everything more complex. I mean I don't really need the FVMAIN_SIZE to
be larger, and by keeping it the way it is (both VARS_SIZE
Or I can simply do 1 and 2, but leave 3,4,5 so that I don't make
everything more complex. I mean I don't really need the FVMAIN_SIZE to
be larger, and by keeping it the way it is (both VARS_SIZE
|
By
Boeuf, Sebastien
·
#87137
·
|
|
Re: [PATCH v4 4/7] OvmfPkg: Generate CloudHv as a PVH ELF binary
Ok
Ok
Ok. Do you want me to keep the factorization in VarStore.fdf.inc?
Ok
Ok I'll check how feasible this is.
---------------------------------------------------------------------
Intel Corporation
Ok
Ok
Ok. Do you want me to keep the factorization in VarStore.fdf.inc?
Ok
Ok I'll check how feasible this is.
---------------------------------------------------------------------
Intel Corporation
|
By
Boeuf, Sebastien
·
#87136
·
|
|
[PATCH] BaseTools: Catch the exception in build.py.
From: MingYue Liang <mingyuex.liang@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2988
In FDF file, if INF key word is wrongly written as INT,
build tool will report the execption.
From: MingYue Liang <mingyuex.liang@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2988
In FDF file, if INF key word is wrongly written as INT,
build tool will report the execption.
|
By
Yuwei Chen
·
#87135
·
|
|
Re: [PATCH v4 1/1] UefiCpuPkg: Extend SMM CPU Service with rendezvous support.
Please do not change the lib API name. You can choose a different name for driver internal function.
Please do not change the lib API name. You can choose a different name for driver internal function.
|
By
Ni, Ray
·
#87134
·
|
|
FW: [edk2-devel] [PATCH v4 1/1] UefiCpuPkg: Extend SMM CPU Service with rendezvous support.
1. InitializeSmmCpuServices(): please keep the ASSERT_EFI_ERROR (Status) for CpuService protocol installation.
Will add assert.
2. SmmWaitForApArrival (): Can you remove the BlockingMode parameter
1. InitializeSmmCpuServices(): please keep the ASSERT_EFI_ERROR (Status) for CpuService protocol installation.
Will add assert.
2. SmmWaitForApArrival (): Can you remove the BlockingMode parameter
|
By
Li, Zhihao
·
#87133
·
|
|
Re: [PATCH v2 1/1] UefiCpuPkg: Extend SMM CPU Service with rendezvous support.
1. InitializeSmmCpuServices(): please keep the ASSERT_EFI_ERROR (Status) for CpuService protocol installation.
2. SmmWaitForApArrival (): Can you remove the BlockingMode parameter because I cannot
1. InitializeSmmCpuServices(): please keep the ASSERT_EFI_ERROR (Status) for CpuService protocol installation.
2. SmmWaitForApArrival (): Can you remove the BlockingMode parameter because I cannot
|
By
Ni, Ray
·
#87132
·
|
|
[PATCH 3/3] MdePkg/CompilerIntrinsicsLib: move ia32 intrinsics and strcmp
Move intrinsics for ia32 from CryptoPkg/Library/IntrinsicLib
to MdePkg/Library/CompilerIntrinsicsLib. Also move strcmp.
Remove CryptoPkg/Library/IntrinsicLib.
Use
Move intrinsics for ia32 from CryptoPkg/Library/IntrinsicLib
to MdePkg/Library/CompilerIntrinsicsLib. Also move strcmp.
Remove CryptoPkg/Library/IntrinsicLib.
Use
|
By
Gerd Hoffmann
·
#87131
·
|
|
[PATCH 0/3] [RFC] consolidate compiler intrinsics
This is an attept to start cleaning up the messy compiler intrinsics
situation. Today we don't have a core intrinsics library, resulting
in everybody creating their own. ArmPkg has one, CryptoPkg
This is an attept to start cleaning up the messy compiler intrinsics
situation. Today we don't have a core intrinsics library, resulting
in everybody creating their own. ArmPkg has one, CryptoPkg
|
By
Gerd Hoffmann
·
#87130
·
|
|
[PATCH 2/3] MdePkg/CompilerIntrinsicsLib: fix msft sources for x64
Update #if contitions so the the 64bit version is picked for X64 too.
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
MdePkg/Library/CompilerIntrinsicsLib/memcmp_ms.c | 2 +-
Update #if contitions so the the 64bit version is picked for X64 too.
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
MdePkg/Library/CompilerIntrinsicsLib/memcmp_ms.c | 2 +-
|
By
Gerd Hoffmann
·
#87129
·
|
|
[PATCH 1/3] MdePkg: promote CompilerIntrinsicsLib from ArmPkg to MdePkg
First step in creating a single, common compiler intrinsics library for
everybody who needs it. Move the ArmPkg library to MdePkg, update all
references. No code changes.
Signed-off-by: Gerd
First step in creating a single, common compiler intrinsics library for
everybody who needs it. Move the ArmPkg library to MdePkg, update all
references. No code changes.
Signed-off-by: Gerd
|
By
Gerd Hoffmann
·
#87128
·
|
|
Re: [PATCH 2/2] EmulatorPkg/EmuGopDxe: Set ModeInfo after Open successfully
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#87127
·
|
|
Re: [PATCH v4 4/7] OvmfPkg: Generate CloudHv as a PVH ELF binary
I think you can:
(1) drop FD.CLOUDHV_VARS
(2) drop FD.CLOUDHV_CODE
(3) make VARS_SIZE smaller (just enough for the pvh header),
(4) make FVMAIN_SIZE larger (so the total size remains the
I think you can:
(1) drop FD.CLOUDHV_VARS
(2) drop FD.CLOUDHV_CODE
(3) make VARS_SIZE smaller (just enough for the pvh header),
(4) make FVMAIN_SIZE larger (so the total size remains the
|
By
Gerd Hoffmann
·
#87126
·
|
|
Re: RFC: UefiCpuPkg for all processor archs
Abner,
UefiCpuPkg\SecCore\SecCoreNative.inf is a module that might not depend on X86. It assumes the UefiCpuPkg/ResetVector inits the CPU well.
UefiCpuPKg/BaseUefiCpuLib
1. Rename
Abner,
UefiCpuPkg\SecCore\SecCoreNative.inf is a module that might not depend on X86. It assumes the UefiCpuPkg/ResetVector inits the CPU well.
UefiCpuPKg/BaseUefiCpuLib
1. Rename
|
By
Ni, Ray
·
#87125
·
|
|
Re: [PATCH] BlSupportSmm: fix definition of SetSmrr()
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#87124
·
|
|
Re: [`edk2-devel][PATCH] Maintainers.txt: Add new reviewer for UefiPayloadPkg
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#87123
·
|