[edk2-devel][PATCH] edk2/MdeModulePkg/Debuglib: Add Standalone MM support

2022-02-24 Thread Xiaolu.Jiang
https://bugzilla.tianocore.org/show_bug.cgi?id=3844 This change added Standalone MM instance of DebugLib. Cc: Jian J Wang Cc: Liming Gao Signed-off-by: Xiaolu.Jiang --- .../PeiDxeDebugLibReportStatusCode.inf| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[edk2-devel] [PATCH] edk2/MdeModulePkg/Debuglib: Add Standalone MM support

2022-02-22 Thread Xiaolu.Jiang
https://bugzilla.tianocore.org/show_bug.cgi?id=3844 This change added Standalone MM instance of DebugLib. Cc: Jian J Wang Cc: Liming Gao Signed-off-by: Xiaolu.Jiang --- .../PeiDxeDebugLibReportStatusCode.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[edk2-devel][PATCH] BaseTools: Increase the DevicePath length for support more PCD value.

2021-11-28 Thread Xiaolu.Jiang
Currently the PCD Value only support 13 Guid,When use more 13 pcd will cause the build tool fail, Need calculate the required memory,then allocate it. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3718 Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen Signed-off-by: Xiaolu Jiang --- BaseToo

[edk2-devel][PATCH] BaseTools: Increase the DevicePath length for support more PCD value.

2021-11-15 Thread Xiaolu.Jiang
Currently the PCD Value only support 13 Guid,When use more 13 pcd will cause the build tool fail, Need calculate the required memory,then allocate it. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3718 Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen Signed-off-by: Xiaolu Jiang --- BaseToo