|
Re: 回复: [edk2-devel] [Patch 0/2] Convert Split tool to python
That’s is good suggestion.
Thanks,
Bob
That’s is good suggestion.
Thanks,
Bob
|
By
Bob Feng
·
#70528
·
|
|
[Patch 2/2 V4] BaseTools: Add unittest for Split tool
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3165
This patch is to add the unit test for Split python tool
Signed-off-by: Bob Feng <bob.c.feng@...>
Cc: Liming Gao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3165
This patch is to add the unit test for Split python tool
Signed-off-by: Bob Feng <bob.c.feng@...>
Cc: Liming Gao
|
By
Bob Feng
·
#70527
·
|
|
[Patch 1/2 V4] BaseTools: Convert Split tool to python
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3165
There are 2 reasons to convert Split tool from C to Python.
1. We are in the process of moving the Basetools Python code
to a separate
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3165
There are 2 reasons to convert Split tool from C to Python.
1. We are in the process of moving the Basetools Python code
to a separate
|
By
Bob Feng
·
#70526
·
|
|
[PATCH v6 08/11] OvmfPkg/PciHostBridgeUtilityLib: Extend parameter list of GetRootBridges
Extend parameter list of PciHostBridgeUtilityGetRootBridges() with
DmaAbove4G, NoExtendedConfigSpace to support for ArmVirtPkg.
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3059
Cc: Jordan
Extend parameter list of PciHostBridgeUtilityGetRootBridges() with
DmaAbove4G, NoExtendedConfigSpace to support for ArmVirtPkg.
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3059
Cc: Jordan
|
By
Jiahui Cen
·
#70525
·
|
|
[PATCH v6 11/11] ArmVirtPkg/ArmVirtQemu: Add support for HotPlug
It is necessary to add padding for hotplugable PCI Devices like
pcie-root-port.
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3059
Cc: Laszlo Ersek <lersek@...>
Cc: Ard Biesheuvel
It is necessary to add padding for hotplugable PCI Devices like
pcie-root-port.
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3059
Cc: Laszlo Ersek <lersek@...>
Cc: Ard Biesheuvel
|
By
Jiahui Cen
·
#70524
·
|
|
[PATCH v6 10/11] ArmVirtPkg/FdtPciHostBridgeLib: Add extra pci root buses support
In order to take advantages of extra pci root buses in ArmVirtPkg, it is
necessary to scan extra root buses when getting root briges. And now
PciHostBridgeUtilityLib already provides a set of utility
In order to take advantages of extra pci root buses in ArmVirtPkg, it is
necessary to scan extra root buses when getting root briges. And now
PciHostBridgeUtilityLib already provides a set of utility
|
By
Jiahui Cen
·
#70523
·
|
|
[PATCH v6 09/11] OvmfPkg/PciHostBridgeUtilityLib: Extend GetRootBridges() with BusMin/BusMax
Extend parameter list of PciHostBridgeUtilityGetRootBridges() with BusMin/
BusMax, so that the utility function could be compatible with ArmVirtPkg
who uses mutable bus range [BusMin, BusMax] insteand
Extend parameter list of PciHostBridgeUtilityGetRootBridges() with BusMin/
BusMax, so that the utility function could be compatible with ArmVirtPkg
who uses mutable bus range [BusMin, BusMax] insteand
|
By
Jiahui Cen
·
#70522
·
|
|
[PATCH v6 07/11] OvmfPkg/PciHostBridgeLib: Extract GetRootBridges() / FreeRootBridges()
Extract PciHostBridgeGetRootBridges() / PciHostBridgeFreeRootBridges() to
PciHostBridgeUtilityLib as common utility functions to share support for
scanning extra root bridges.
No change of
Extract PciHostBridgeGetRootBridges() / PciHostBridgeFreeRootBridges() to
PciHostBridgeUtilityLib as common utility functions to share support for
scanning extra root bridges.
No change of
|
By
Jiahui Cen
·
#70521
·
|
|
[PATCH v6 01/11] OvmfPkg: Introduce PciHostBridgeUtilityLib class
Introduce a new PciHostBridgeUtilityLib class to share duplicate code
between OvmfPkg and ArmVirtPkg.
Extract function PciHostBridgeUtilityResourceConflict from
PciHostBridgeResourceConflict in
Introduce a new PciHostBridgeUtilityLib class to share duplicate code
between OvmfPkg and ArmVirtPkg.
Extract function PciHostBridgeUtilityResourceConflict from
PciHostBridgeResourceConflict in
|
By
Jiahui Cen
·
#70520
·
|
|
[PATCH v6 02/11] ArmVirtPkg: Refactor with PciHostBridgeUtilityLib
Eliminate currently duplicated code in ArmVirtPkg with the common utility
class PciHostBridgeUtilityLib.
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3059
Cc: Ard Biesheuvel
Eliminate currently duplicated code in ArmVirtPkg with the common utility
class PciHostBridgeUtilityLib.
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3059
Cc: Ard Biesheuvel
|
By
Jiahui Cen
·
#70519
·
|
|
[PATCH v6 06/11] ArmVirtPkg/FdtPciHostBridgeLib: Refactor init/uninit of root bridge
Rebase ArmVirtPkg/FdtPciHostBridgeLib to the new
PciHostBridgeUtilityInitRootBridge()/PciHostBridgeUtilityUninitRootBridge()
utility functions.
BZ:
Rebase ArmVirtPkg/FdtPciHostBridgeLib to the new
PciHostBridgeUtilityInitRootBridge()/PciHostBridgeUtilityUninitRootBridge()
utility functions.
BZ:
|
By
Jiahui Cen
·
#70518
·
|
|
[PATCH v6 05/11] OvmfPkg/PciHostBridgeUtilityLib: Extend parameters of InitRootBridge()
Extend parameter list of PciHostBridgeUtilityInitRootBridge() with
DmaAbove4G and NoExtendedConfigSpace to prepare for sharing with
ArmVirtPkg.
BZ:
Extend parameter list of PciHostBridgeUtilityInitRootBridge() with
DmaAbove4G and NoExtendedConfigSpace to prepare for sharing with
ArmVirtPkg.
BZ:
|
By
Jiahui Cen
·
#70517
·
|
|
[PATCH v6 03/11] OvmfPkg/PciHostBridgeLib: List missing PcdLib dependency
OvmfPkg/PciHostBridgeLib instance fails to list its PcdLib dependency,
both between the #include directives, and in the INF file. So let's list
the dependency.
BZ:
OvmfPkg/PciHostBridgeLib instance fails to list its PcdLib dependency,
both between the #include directives, and in the INF file. So let's list
the dependency.
BZ:
|
By
Jiahui Cen
·
#70516
·
|
|
[PATCH v6 00/11] Add extra pci roots support for Arm
v5->v6:
* Annotate library functions with EFIAPI, IN/OUT, @param[in]/[out].
* Split BusMin/BusMax addtion in PciHostBridgeUtilityGetRootBridges() into
a separate patch [09/11].
* Add more detailed
v5->v6:
* Annotate library functions with EFIAPI, IN/OUT, @param[in]/[out].
* Split BusMin/BusMax addtion in PciHostBridgeUtilityGetRootBridges() into
a separate patch [09/11].
* Add more detailed
|
By
Jiahui Cen
·
#70515
·
|
|
[PATCH v6 04/11] OvmfPkg/PciHostBridgeLib: Extract InitRootBridge() / UninitRootBridge()
Extract InitRootBridge() / UninitRootBridge() to PciHostBridgeUtilityLib
as common utility functions. No change of functionality.
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3059
Cc: Laszlo
Extract InitRootBridge() / UninitRootBridge() to PciHostBridgeUtilityLib
as common utility functions. No change of functionality.
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3059
Cc: Laszlo
|
By
Jiahui Cen
·
#70514
·
|
|
回复: [edk2-devel] Updated Event: TianoCore Bug Triage - APAC / NAMO
#cal-invite
Hi, all
The following issues will be reviewed in this week meeting.
3174
EDK2
Code
unassigned@...
UNCO
EDKII Platform level Redfish packet encode/decode library
Sun
Hi, all
The following issues will be reviewed in this week meeting.
3174
EDK2
Code
unassigned@...
UNCO
EDKII Platform level Redfish packet encode/decode library
Sun
|
By
gaoliming
·
#70513
·
|
|
回复: [edk2-devel] 回复: [edk2-devel] [Patch 0/2] Convert Split tool to python
Bob:
The code logic is fine. This is a big change. I suggest to update tool version from 1.0 to 2.0. With this change, Reviewed-by: Liming Gao <gaoliming@...>
Thanks
Liming
发件人:
Bob:
The code logic is fine. This is a big change. I suggest to update tool version from 1.0 to 2.0. With this change, Reviewed-by: Liming Gao <gaoliming@...>
Thanks
Liming
发件人:
|
By
gaoliming
·
#70512
·
|
|
Updated Event: TianoCore Bug Triage - APAC / NAMO
#cal-invite
TianoCore Bug Triage - APAC / NAMO
When:
Tuesday, 19 January 2021
6:30pm to 7:30pm
(UTC-08:00) America/Los Angeles
Repeats: Weekly on
TianoCore Bug Triage - APAC / NAMO
When:
Tuesday, 19 January 2021
6:30pm to 7:30pm
(UTC-08:00) America/Los Angeles
Repeats: Weekly on
|
By
devel@edk2.groups.io Calendar <noreply@...>
·
#70511
·
|
|
回复: [edk2-devel] [edk2-platforms PATCH v2] Intel Platforms: add OrderedCollectionLib class resolution
Reviewed-by: Liming Gao <gaoliming@...>
Reviewed-by: Liming Gao <gaoliming@...>
|
By
gaoliming
·
#70510
·
|
|
Re: 回复: [edk2-devel] [Patch 0/2] Convert Split tool to python
Liming,
I have sent the patch V3 that is to move the unit test to tests/Split folder.
Do you have any other concerns about this patch?
Thanks,
Bob
Liming,
I have sent the patch V3 that is to move the unit test to tests/Split folder.
Do you have any other concerns about this patch?
Thanks,
Bob
|
By
Bob Feng
·
#70509
·
|