|
[PATCH] Platform/Qemu/Sbsa: Update TF-A binaries with Cortex-A72 support 3 messages
Update the TF-A binaries with support for Cortex-A72 cpu. This support was merged into TF-A as part of the following: https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/7117 Also include t
Update the TF-A binaries with support for Cortex-A72 cpu. This support was merged into TF-A as part of the following: https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/7117 Also include t
|
By Tanmay Jagdale
·
|
|
[PATCH v5 00/10] Add extra pci roots support for Arm 2 messages
v4->v5: * Revert some risky renames. * Explicitly list PcdLib dependency. * Fix issues reported by PatchCheck.py. v3->v4: * Refactor InitRootBridges/UninitRootBridges/GetRootBridges/FreeRootBridges. *
v4->v5: * Revert some risky renames. * Explicitly list PcdLib dependency. * Fix issues reported by PatchCheck.py. v3->v4: * Refactor InitRootBridges/UninitRootBridges/GetRootBridges/FreeRootBridges. *
|
By Jiahui Cen
·
|
|
[PATCH v5 09/10] ArmVirtPkg/FdtPciHostBridgeLib: Refactor Get/FreeRootBridges()
Rebase ArmVirtPkg/FdtPciHostBridgeLib to the new PciHostBridgeUtilityGetRootBridges()/PciHostBridgeUtilityFreeRootBridges() functions. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3059 Cc: Laszl
Rebase ArmVirtPkg/FdtPciHostBridgeLib to the new PciHostBridgeUtilityGetRootBridges()/PciHostBridgeUtilityFreeRootBridges() functions. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3059 Cc: Laszl
|
By Jiahui Cen
·
|
|
[PATCH v5 05/10] OvmfPkg/PciHostBridgeUtilityLib: Extend parameter list of InitRootBridge
Extend parameter list of PciHostBridgeUtilityInitRootBridge() with DmaAbove4G and NoExtendedConfigSpace to prepare for support of ArmVirtPkg. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3059 Cc
Extend parameter list of PciHostBridgeUtilityInitRootBridge() with DmaAbove4G and NoExtendedConfigSpace to prepare for support of ArmVirtPkg. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3059 Cc
|
By Jiahui Cen
·
|
|
[PATCH v5 10/10] 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 <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 <ard.biesheuvel
|
By Jiahui Cen
·
|
|
[PATCH v5 07/10] OvmfPkg/PciHostBridgeLib: Extract Get/FreeRootBridges
Extract PciHostBridgeGetRootBridges()/PciHostBridgeFreeRootBridges() to PciHostBridgeUtilityLib as common utility functions. No change of functionality. BZ: https://bugzilla.tianocore.org/show_bug.cgi
Extract PciHostBridgeGetRootBridges()/PciHostBridgeFreeRootBridges() to PciHostBridgeUtilityLib as common utility functions. No change of functionality. BZ: https://bugzilla.tianocore.org/show_bug.cgi
|
By Jiahui Cen
·
|
|
[PATCH v5 06/10] ArmVirtPkg/FdtPciHostBridgeLib: Refactor Init/UninitRootBridge()
Rebase ArmVirtPkg/FdtPciHostBridgeLib to the new PciHostBridgeUtilityInitRootBridge()/PciHostBridgeUtilityUninitRootBridge() functions. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3059 Cc: Lasz
Rebase ArmVirtPkg/FdtPciHostBridgeLib to the new PciHostBridgeUtilityInitRootBridge()/PciHostBridgeUtilityUninitRootBridge() functions. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3059 Cc: Lasz
|
By Jiahui Cen
·
|
|
[PATCH v5 08/10] OvmfPkg/PciHostBridgeUtilityLib: Extend parameter list of GetRootBridges
Extend parameter list of PciHostBridgeUtilityGetRootBridges() with DmaAbove4G, NoExtendedConfigSpace, BusMin and BusMax to support for ArmVirtPkg. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=30
Extend parameter list of PciHostBridgeUtilityGetRootBridges() with DmaAbove4G, NoExtendedConfigSpace, BusMin and BusMax to support for ArmVirtPkg. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=30
|
By Jiahui Cen
·
|
|
[PATCH v5 04/10] OvmfPkg/PciHostBridgeLib: Extract Init/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: Jordan Juste
Extract InitRootBridge()/UninitRootBridge() to PciHostBridgeUtilityLib as common utility functions. No change of functionality. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3059 Cc: Jordan Juste
|
By Jiahui Cen
·
|
|
[PATCH v5 03/10] 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: https://bugzilla.tianocore.org/show_
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: https://bugzilla.tianocore.org/show_
|
By Jiahui Cen
·
|
|
[PATCH v5 02/10] 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: Laszlo Ersek <lersek@...> Cc: Ard B
Eliminate currently duplicated code in ArmVirtPkg with the common utility class PciHostBridgeUtilityLib. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3059 Cc: Laszlo Ersek <lersek@...> Cc: Ard B
|
By Jiahui Cen
·
|
|
[PATCH v5 01/10] OvmfPkg: Introduce PciHostBridgeUtilityLib class
Introduce a new PciHostBridgeUtilityLib class to share duplicate code between OvmfPkg and ArmVirtPkg. Extract function PciHostBridgeUtilityResourceConflict from PciHostBridgeResourceConflict in OvmfPk
Introduce a new PciHostBridgeUtilityLib class to share duplicate code between OvmfPkg and ArmVirtPkg. Extract function PciHostBridgeUtilityResourceConflict from PciHostBridgeResourceConflict in OvmfPk
|
By Jiahui Cen
·
|
|
[Patch 2/2 V2] 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 <gaoliming@...> Cc: Yuwei Chen
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 <gaoliming@...> Cc: Yuwei Chen
|
By Bob Feng
·
|
|
[Patch 1/2 V2] 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 reposito
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 reposito
|
By Bob Feng
·
|
|
[Patch 2/2] BaseTools: Add unittest for Split tool
This patch is to add the unit test for Split python tool=0D Signed-off-by: Bob Feng <bob.c.feng@...>=0D Cc: Liming Gao <gaoliming@...>=0D Cc: Yuwei Chen <yuwei.chen@...>=0D --- BaseTools/Source/Python
This patch is to add the unit test for Split python tool=0D Signed-off-by: Bob Feng <bob.c.feng@...>=0D Cc: Liming Gao <gaoliming@...>=0D Cc: Yuwei Chen <yuwei.chen@...>=0D --- BaseTools/Source/Python
|
By Bob Feng
·
|
|
[Patch 1/2] BaseTools: Convert Split tool to python
There are 2 reasons to convert Split tool from C to Python.=0D 1. We are in the process of moving the Basetools Python code=0D to a separate repository. But there still are many C tools under=0D edk2/
There are 2 reasons to convert Split tool from C to Python.=0D 1. We are in the process of moving the Basetools Python code=0D to a separate repository. But there still are many C tools under=0D edk2/
|
By Bob Feng
·
|
|
[Patch 0/2] Convert Split tool to python
There are 2 reasons to convert Split tool from C to Python.=0D 1. We are in the process of moving the Basetools Python code=0D to a separate repository. But there still are many C tools under=0D edk2/
There are 2 reasons to convert Split tool from C to Python.=0D 1. We are in the process of moving the Basetools Python code=0D to a separate repository. But there still are many C tools under=0D edk2/
|
By Bob Feng
·
|
|
回复: [PATCH] MdeModulePkg/TerminalDxe: Fix terminal fifo bufferoverflow with UINT8 type
Hi Zhigao, Let's take the following code as an example, as we know, The maximum data represented by the UINT8 type is 255, So the equation condition on line 812 will not be true under special circumst
Hi Zhigao, Let's take the following code as an example, as we know, The maximum data represented by the UINT8 type is 255, So the equation condition on line 812 will not be true under special circumst
|
By
gechao
·
|
|
[PATCH v4 5/9] ArmVirtPkg/FdtPciHostBridgeLib: Rebase to InitRootBridge() / UninitRootBridge() 4 messages
Rebase ArmVirtPkg/FdtPciHostBridgeLib to the new PciHostBridgeUtilityInitRootBridge() / PciHostBridgeUtilityUninitRootBridge() functions. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3059 Cc: La
Rebase ArmVirtPkg/FdtPciHostBridgeLib to the new PciHostBridgeUtilityInitRootBridge() / PciHostBridgeUtilityUninitRootBridge() functions. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3059 Cc: La
|
By Jiahui Cen
·
|
|
[PATCH v2 00/10] multiple packages: shell usability improvements
Repo: https://pagure.io/lersek/edk2.git Branch: shell_usability_improvements_v2 Changes in v2: - no code changes in any of the v1 patches, - pick up v1 feedback tags from Ard and Zhichao, - add two ne
Repo: https://pagure.io/lersek/edk2.git Branch: shell_usability_improvements_v2 Changes in v2: - no code changes in any of the v1 patches, - pick up v1 feedback tags from Ard and Zhichao, - add two ne
|
By Laszlo Ersek
·
|