|
Re: [edk2-platforms] [PATCH v2 2/7] CometlakeOpenBoardPkg/CometlakeURvp: Add headers
Reviewed-by: Chasel Chiu <chasel.chiu@...>
Reviewed-by: Chasel Chiu <chasel.chiu@...>
|
By
Chiu, Chasel
·
#54239
·
|
|
Re: [edk2-platforms] [PATCH v2 1/7] CometlakeOpenBoardPkg: Add package and headers
Reviewed-by: Chasel Chiu <chasel.chiu@...>
Reviewed-by: Chasel Chiu <chasel.chiu@...>
|
By
Chiu, Chasel
·
#54238
·
|
|
Re: [PATCH] MdePkg: Add PCI Express 5.0 Header File
Reviewed-by: Liming Gao <liming.gao@...>
PR https://github.com/tianocore/edk2/pull/366
Reviewed-by: Liming Gao <liming.gao@...>
PR https://github.com/tianocore/edk2/pull/366
|
By
Liming Gao
·
#54237
·
|
|
[PATCH v3] IntelSiliconPkg: FIT based shadow microcode PPI support.
V3 Changes:
Remove the feature PCD PcdCpuShadowMicrocodeByFit because the
whole FIT microcode shadow code is moved to this PEIM so platform
could disable this feature by not include PEIM now.
V2
V3 Changes:
Remove the feature PCD PcdCpuShadowMicrocodeByFit because the
whole FIT microcode shadow code is moved to this PEIM so platform
could disable this feature by not include PEIM now.
V2
|
By
Siyuan, Fu
·
#54236
·
|
|
Re: [EXTERNAL] [edk2-devel] [Patch 0/2] Disable EBC for unit tests
Reviewed-by: Bret Barkelew <bret.barkelew@...>
- Bret
Reviewed-by: Bret Barkelew <bret.barkelew@...>
- Bret
|
By
Bret Barkelew <bret.barkelew@...>
·
#54235
·
|
|
Re: [EXTERNAL] [edk2-devel] [Patch 1/2] UnitTestFrameworkPkg: Disable EBC in DSC file
Reviewed-by: Bret Barkelew <Bret.Barkelew@...>
- Bret
Reviewed-by: Bret Barkelew <Bret.Barkelew@...>
- Bret
|
By
Bret Barkelew <bret.barkelew@...>
·
#54234
·
|
|
Re: [PATCH] MdePkg: Add PCI Express 5.0 Header File
Liming,
Any update on this patch?
Liming,
Any update on this patch?
|
By
Felix Polyudov
·
#54233
·
|
|
Re: Shell feature?
Andrew,
Granted such a feature would be nice, but it seems like it might be a
fair amount of trouble just to avoid typing "python3", which could be
aliased to something as short a "p".
Jim
Andrew,
Granted such a feature would be nice, but it seems like it might be a
fair amount of trouble just to avoid typing "python3", which could be
aliased to something as short a "p".
Jim
|
By
Jim Dailey <jim.dailey@...>
·
#54232
·
|
|
Re: Shell feature?
Andrew --
I think this is a good idea, but I think this is probably a shell spec issue
because I don't want competing, incompatible implementations.
A few other issues: I think there is a
Andrew --
I think this is a good idea, but I think this is probably a shell spec issue
because I don't want competing, incompatible implementations.
A few other issues: I think there is a
|
By
Tim Lewis
·
#54231
·
|
|
Re: A problem with live migration of UEFI virtual machines
wuchenye1995 <wuchenye1995@...> writes:
You can only migrate a machine that is identical - so instantiating a
empty machine with a different EDK image is bound to cause a problem
because the
wuchenye1995 <wuchenye1995@...> writes:
You can only migrate a machine that is identical - so instantiating a
empty machine with a different EDK image is bound to cause a problem
because the
|
By
Alex Bennée <alex.bennee@...>
·
#54230
·
|
|
[RFC PATCH 1/1] OvmfPkg: add 'initrd' shell command to expose Linux initrd via device path
Add a new 'initrd' command to the UEFI Shell that allows any file that is
accessible to the shell to be registered as the initrd that is returned
when Linux's EFI stub loader invokes the LoadFile2
Add a new 'initrd' command to the UEFI Shell that allows any file that is
accessible to the shell to be registered as the initrd that is returned
when Linux's EFI stub loader invokes the LoadFile2
|
By
Ard Biesheuvel <ard.biesheuvel@...>
·
#54229
·
|
|
[edk2-platforms] [PATCH v2 7/7] Update Maintainers.txt for CometlakeOpenBoardPkg
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2280
This change adds owners to the the Maintainers.txt for CometlakeOpenBoardPkg.
Signed-off-by: Kathappan Esakkithevar
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2280
This change adds owners to the the Maintainers.txt for CometlakeOpenBoardPkg.
Signed-off-by: Kathappan Esakkithevar
|
By
Kathappan Esakkithevar
·
#54228
·
|
|
[edk2-platforms] [PATCH v2 6/7] CometlakeOpenBoardPkg/CometlakeURvp: Add DSC and build files
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2280
Adds the DSC and build files necessary to build the
CometlakeURvp board instance.
Key files
=========
* build_config.cfg - Board-specific
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2280
Adds the DSC and build files necessary to build the
CometlakeURvp board instance.
Key files
=========
* build_config.cfg - Board-specific
|
By
Kathappan Esakkithevar
·
#54227
·
|
|
[edk2-platforms] [PATCH v2 5/7] CometlakeOpenBoardPkg: Add modules
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2280
Modules shared across board instances.
* BoardAcpiDxe - Performs DXE board ACPI initialization.
* PciHotPlug - Performs PCI-e resource
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2280
Modules shared across board instances.
* BoardAcpiDxe - Performs DXE board ACPI initialization.
* PciHotPlug - Performs PCI-e resource
|
By
Kathappan Esakkithevar
·
#54226
·
|
|
[edk2-platforms] [PATCH v2 4/7] CometlakeOpenBoardPkg/CometlakeURvp: Add library instances
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2280
CometlakeURvp library instances.
* BaseFuncLib - Board-specific VBT update routines.
* BaseGpioCheckConflictLib - Identifies GPIO pad
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2280
CometlakeURvp library instances.
* BaseFuncLib - Board-specific VBT update routines.
* BaseGpioCheckConflictLib - Identifies GPIO pad
|
By
Kathappan Esakkithevar
·
#54225
·
|
|
[edk2-platforms] [PATCH v2 3/7] CometlakeOpenBoardPkg: Add library instances
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2280
Common package library instances.
* BaseAcpiTimerLib - Support for ACPI timer services.
* BaseGpioExpanderLib - Support for the TCA6424 IO
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2280
Common package library instances.
* BaseAcpiTimerLib - Support for ACPI timer services.
* BaseGpioExpanderLib - Support for the TCA6424 IO
|
By
Kathappan Esakkithevar
·
#54224
·
|
|
[edk2-platforms] [PATCH v2 2/7] CometlakeOpenBoardPkg/CometlakeURvp: Add headers
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2280
Header files for the CometlakeURvp board instance.
Signed-off-by: Kathappan Esakkithevar <kathappan.esakkithevar@...>
Cc: Chasel Chiu
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2280
Header files for the CometlakeURvp board instance.
Signed-off-by: Kathappan Esakkithevar <kathappan.esakkithevar@...>
Cc: Chasel Chiu
|
By
Kathappan Esakkithevar
·
#54223
·
|
|
[edk2-platforms] [PATCH v2 1/7] CometlakeOpenBoardPkg: Add package and headers
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2280
Create the CometlakeOpenBoardPkg to provide board support code. The
package may support Cometlake boards. The package serves as a board
support
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2280
Create the CometlakeOpenBoardPkg to provide board support code. The
package may support Cometlake boards. The package serves as a board
support
|
By
Kathappan Esakkithevar
·
#54222
·
|
|
[edk2-platforms] [PATCH v2 0/7] Add CometlakeOpenBoardPkg support
V2:
Change copy right year to 2020 instead of 2019 at some newly created files.
Correct the typo name mistake at SmmCometlakeURvpMultiBoardAcpiSupportLibConstructor function.
Create new GUID for
V2:
Change copy right year to 2020 instead of 2019 at some newly created files.
Correct the typo name mistake at SmmCometlakeURvpMultiBoardAcpiSupportLibConstructor function.
Create new GUID for
|
By
Kathappan Esakkithevar
·
#54221
·
|
|
A problem with live migration of UEFI virtual machines
Hi all,
We found a problem with live migration of UEFI virtual machines due to size of OVMF.fd changes.
Specifically, the size of OVMF.fd in edk with low version such as edk-2.0-25 is 2MB while
Hi all,
We found a problem with live migration of UEFI virtual machines due to size of OVMF.fd changes.
Specifically, the size of OVMF.fd in edk with low version such as edk-2.0-25 is 2MB while
|
By
"wuchenye1995
·
#54220
·
|