|
[PATCH v2 1/4] OvmfPkg: Extract functions form PciHostBridgeLib
From: Yubo Miao <miaoyubo@...>
Introduce a new PciHostBridgeUtilityLib class to share duplicate code
between OvmfPkg and ArmVirtPkg.
Extract function PciHostBridgeResourceConflict
From: Yubo Miao <miaoyubo@...>
Introduce a new PciHostBridgeUtilityLib class to share duplicate code
between OvmfPkg and ArmVirtPkg.
Extract function PciHostBridgeResourceConflict
|
By
Jiahui Cen
·
#67181
·
|
|
[PATCH v2 0/4] Add extra pci roots support for Arm
Changes with v1
v1->v2:
Separated into four patches.
Factor the same logic parts into a new library.
v1: https://edk2.groups.io/g/devel/topic/72723351#56901
BZ:
Changes with v1
v1->v2:
Separated into four patches.
Factor the same logic parts into a new library.
v1: https://edk2.groups.io/g/devel/topic/72723351#56901
BZ:
|
By
Jiahui Cen
·
#67180
·
|
|
[PATCH 2/2] OvmfPkg: Add EsrtFmpDxe in OVMF X64 Builds.
This will allow testing of FMP Capsule update on a PCI device with OVMF.
DxeRuntimeCapsuleLib from DxeCapsuleLibFmp enables capsule update
support in OVMF.
Inclusion of EsrtFmpDxe in OVMF X64 builds
This will allow testing of FMP Capsule update on a PCI device with OVMF.
DxeRuntimeCapsuleLib from DxeCapsuleLibFmp enables capsule update
support in OVMF.
Inclusion of EsrtFmpDxe in OVMF X64 builds
|
By
Sandeep Dhanvada
·
#67179
·
|
|
[PATCH 1/2] MdeModulePkg: Capsule upgrade fixes.
ConnectAllControlers() function is taken from
ShellPkg/Library/UefiShellLevel2CommandsLib/Load.c:ConnectAllEfi()
without this function call, connect command should be explicitly
exeucted on shell for
ConnectAllControlers() function is taken from
ShellPkg/Library/UefiShellLevel2CommandsLib/Load.c:ConnectAllEfi()
without this function call, connect command should be explicitly
exeucted on shell for
|
By
Sandeep Dhanvada
·
#67178
·
|
|
[PATCH 0/2] OvmfPkg: FMP Capsule Update Modifications.
This patch enables FMP Capsule upgrade of firmware on PCI add on
cards with PCI Passthrough enabled in OVMF environment by enabling
DxeCapsuleLibFmp and EsrtFMP
This patch enables FMP Capsule upgrade of firmware on PCI add on
cards with PCI Passthrough enabled in OVMF environment by enabling
DxeCapsuleLibFmp and EsrtFMP
|
By
Sandeep Dhanvada
·
#67177
·
|
|
[PATCH edk2 v1 2/2] edk2/MM: Fix MM Communicate return wrong status issue
When edk2 driver call EFI_MM_COMMUNICATION_PROTOCOL.Communicate,
the status of mm event can't return exactly to edk2 driver.
Signed-off-by: Ming Huang <huangming@...>
---
When edk2 driver call EFI_MM_COMMUNICATION_PROTOCOL.Communicate,
the status of mm event can't return exactly to edk2 driver.
Signed-off-by: Ming Huang <huangming@...>
---
|
By
Ming Huang <huangming@...>
·
#67176
·
|
|
[PATCH edk2 v1 1/2] edk2/StandaloneMmPkg: Fix several print issues
1 DEBUG_ERROR should be used for error print;
2 The %r is finer for edk2 status print;
Signed-off-by: Ming Huang <huangming@...>
---
1 DEBUG_ERROR should be used for error print;
2 The %r is finer for edk2 status print;
Signed-off-by: Ming Huang <huangming@...>
---
|
By
Ming Huang <huangming@...>
·
#67175
·
|
|
[PATCH edk2 v1 0/2] Fix some issues for StandaloneMM
The main changes of this series are about return status issue
and debug print issue for StandaloneMM.
Ming Huang (2):
edk2/StandaloneMmPkg: Fix several print issues
edk2/MM: Fix MM Communicate
The main changes of this series are about return status issue
and debug print issue for StandaloneMM.
Ming Huang (2):
edk2/StandaloneMmPkg: Fix several print issues
edk2/MM: Fix MM Communicate
|
By
Ming Huang <huangming@...>
·
#67174
·
|
|
[PATCH v2 0/4] Add extra pci roots support for Arm
Changes with v1
v1->v2:
Separated into four patches.
Factor the same logic parts into a new library.
v1: https://edk2.groups.io/g/devel/topic/72723351#56901
BZ:
Changes with v1
v1->v2:
Separated into four patches.
Factor the same logic parts into a new library.
v1: https://edk2.groups.io/g/devel/topic/72723351#56901
BZ:
|
By
Jiahui Cen
·
#67173
·
|
|
[PATCH v2 3/4] OvmfPkg: Extract functions of extra pci roots
From: Yubo Miao <miaoyubo@...>
To use extra pci roots in other lib, it is necessary to extract
UninitRootBridge, PciHostBridgeFreeRootBridges and
PciHostBridgeExtraRoots from
From: Yubo Miao <miaoyubo@...>
To use extra pci roots in other lib, it is necessary to extract
UninitRootBridge, PciHostBridgeFreeRootBridges and
PciHostBridgeExtraRoots from
|
By
Jiahui Cen
·
#67172
·
|
|
[PATCH v2 4/4] ArmVirtPkg: Support extra pci roots
From: Yubo Miao <miaoyubo@...>
As the implementation of extra pci roots is shared in
PciHostBridgeUtilityLib, let's call PciHostBridgeExtraRoots to support it.
Signed-off-by: Yubo Miao
From: Yubo Miao <miaoyubo@...>
As the implementation of extra pci roots is shared in
PciHostBridgeUtilityLib, let's call PciHostBridgeExtraRoots to support it.
Signed-off-by: Yubo Miao
|
By
Jiahui Cen
·
#67171
·
|
|
[PATCH v2 2/4] ArmVirtPkg: Use extracted PciHostBridgeUtilityLib
From: Yubo Miao <miaoyubo@...>
Eliminate the currently duplicated code in ArmVirtPkg and use the
extracted PciHostBridgeResourceConflict from PciHostBridgeUtilityLib.
Signed-off-by: Yubo Miao
From: Yubo Miao <miaoyubo@...>
Eliminate the currently duplicated code in ArmVirtPkg and use the
extracted PciHostBridgeResourceConflict from PciHostBridgeUtilityLib.
Signed-off-by: Yubo Miao
|
By
Jiahui Cen
·
#67170
·
|
|
[PATCH v2 1/4] OvmfPkg: Extract functions form PciHostBridgeLib
From: Yubo Miao <miaoyubo@...>
Introduce a new PciHostBridgeUtilityLib class to share duplicate code
between OvmfPkg and ArmVirtPkg.
Extract function PciHostBridgeResourceConflict
From: Yubo Miao <miaoyubo@...>
Introduce a new PciHostBridgeUtilityLib class to share duplicate code
between OvmfPkg and ArmVirtPkg.
Extract function PciHostBridgeResourceConflict
|
By
Jiahui Cen
·
#67169
·
|
|
Re: RFC: Fast Migration for SEV and SEV-ES - blueprint and proof of concept
Hello Tobin,
Raising this question here as part of this discussion ... are you
thinking of adding the page encryption bitmap (as we do for the slow
migration patches) here to figure out if the guest
Hello Tobin,
Raising this question here as part of this discussion ... are you
thinking of adding the page encryption bitmap (as we do for the slow
migration patches) here to figure out if the guest
|
By
Ashish Kalra <ashish.kalra@...>
·
#67168
·
|
|
Re: [PATCH v2 0/1] UefiPayloadPkg: Set default PciBaseSize on Ia32
Hi Guo,
Sounds good to remove the IA32 target and stick to a single DSC file. However, Is there an advantage to remove the PEI phase? It breaks many of our upcoming patches, which currently rely on
Hi Guo,
Sounds good to remove the IA32 target and stick to a single DSC file. However, Is there an advantage to remove the PEI phase? It breaks many of our upcoming patches, which currently rely on
|
By
Marcello Sylvester Bauer <marcello.bauer@...>
·
#67167
·
|
|
回复: [edk2-devel] [PATCH v2 2/2] BaseTools: update report map file format
Ok, I have updated commit message with v3
Thanks,
Yunhua
-----邮件原件-----
发件人: bounce+27952+67162+5049190+8953120@groups.io <bounce+27952+67162+5049190+8953120@groups.io> 代表 Bob
Ok, I have updated commit message with v3
Thanks,
Yunhua
-----邮件原件-----
发件人: bounce+27952+67162+5049190+8953120@groups.io <bounce+27952+67162+5049190+8953120@groups.io> 代表 Bob
|
By
fengyunhua
·
#67166
·
|
|
[PATCH v3 2/2] BaseTools: Update report map file format
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2977
For a source-level BIOS debugger the .map files are quite useful with one
major shortcoming: the debugger cannot know, solely from the .map
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2977
For a source-level BIOS debugger the .map files are quite useful with one
major shortcoming: the debugger cannot know, solely from the .map
|
By
fengyunhua
·
#67165
·
|
|
[PATCH v3 1/2] BaseTools: Add image type into generate map file
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2977
For a source-level BIOS debugger the .map files are quite useful with one
major shortcoming: the debugger cannot know, solely from the .map
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2977
For a source-level BIOS debugger the .map files are quite useful with one
major shortcoming: the debugger cannot know, solely from the .map
|
By
fengyunhua
·
#67164
·
|
|
[PATCH v3 0/2] Add image type into generate map file
v3:
Update commit message
v2:
Correct re compile pattern string
v1:
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2977
For a source-level BIOS debugger the .map files are quite useful with
v3:
Update commit message
v2:
Correct re compile pattern string
v1:
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2977
For a source-level BIOS debugger the .map files are quite useful with
|
By
fengyunhua
·
#67163
·
|
|
Re: [PATCH v2 2/2] BaseTools: update report map file format
Yes. I know this from the code review mail. But only the patch subject and message body will be recorded in commit log. People can not tell what the relationship between your patch 1/2 and patch 2/2
Yes. I know this from the code review mail. But only the patch subject and message body will be recorded in commit log. People can not tell what the relationship between your patch 1/2 and patch 2/2
|
By
Bob Feng
·
#67162
·
|