[edk2-devel] [PATCH 17/19] Silicon/NXP: Add Chassis3V2

2020-02-06 Thread Pankaj Bansal
Add Chassis3V2 Signed-off-by: Pankaj Bansal --- Silicon/NXP/Chassis3V2/Chassis3V2.dec | 23 +++ Silicon/NXP/Chassis3V2/Chassis3V2.dsc.inc | 10 + Silicon/NXP/Chassis3V2/Include/Chassis.h | 42 .../Library/ChassisLib/ChassisLib.c | 186 ++

[edk2-devel] [PATCH 15/19] Platform/NXP/LS1043ARDB: introduce PEI Phase

2020-02-06 Thread Pankaj Bansal
Added PEI phase to LS1043ARDB. Signed-off-by: Pankaj Bansal --- Platform/NXP/FVRules.fdf.inc | 60 --- Platform/NXP/LS1043aRdbPkg/LS1043aRdbPkg.dsc | 13 -- Platform/NXP/LS1043aRdbPkg/LS1043aRdbPkg.fdf | 19 ++- .../AArch64/ArmPlatformHelper.S | 46 +

[edk2-devel] [PATCH 16/19] Silicon/NXP: Add Pl011 Serial port lib

2020-02-06 Thread Pankaj Bansal
Use ArmPlatformPkg/PL011SerialPortLib with some changes: 1. add Get clock API to get the UART clock from ArmPlatformLib 2. remove SerialPortInitalize functionality This is same as being done in Silicon/NXP/Library/BaseSerialPortLib16550. Signed-off-by: Pankaj Bansal ---

[edk2-devel] [PATCH 19/19] Platform/NXP: Add LX2160ARDBPKG

2020-02-06 Thread Pankaj Bansal
Add LX2160ARDBPKG Signed-off-by: Pankaj Bansal --- Platform/NXP/Include/Qixis.h | 40 Platform/NXP/LX2160aRdbPkg/LX2160aRdbPkg.dec | 23 +++ Platform/NXP/LX2160aRdbPkg/LX2160aRdbPkg.dsc | 54 ++ Platform/NXP/LX2160aRdbPkg/LX2160aRdbPkg.fdf | 172

[edk2-devel] [PATCH 18/19] Silicon/NXP: Add LX2160A SocLib

2020-02-06 Thread Pankaj Bansal
Add LX2160A SocLib Signed-off-by: Pankaj Bansal --- Silicon/NXP/Chassis3V2/LX2160A/Include/Soc.h | 39 + Silicon/NXP/Chassis3V2/LX2160A/LX2160A.dec| 23 ++ .../NXP/Chassis3V2/LX2160A/LX2160A.dsc.inc| 34 .../LX2160A/Library/SocLib/SocLib.c | 79

[edk2-devel] [PATCH 14/19] Silicon/NXP/LS1043A: Replce SocLib

2020-02-06 Thread Pankaj Bansal
Replace SocLib with new SocLib in which code structure has been changed. Signed-off-by: Pankaj Bansal --- .../Drivers/PlatformDxe/PlatformDxe.inf | 3 +- Platform/NXP/LS1043aRdbPkg/LS1043aRdbPkg.dsc | 3 +- .../Library/ArmPlatformLib/ArmPlatformLib.c | 53 ++-

[edk2-devel] [PATCH 13/19] Silicon/NXP: Move RAM retrieval from SocLib

2020-02-06 Thread Pankaj Bansal
RAM retrieval using SMC commands is common to all Layerscape SOCs. Therefore, move it to commom MemoryInit Pei Lib. Also added provision to reserve a portion of RAM. Signed-off-by: Pankaj Bansal --- Silicon/NXP/Include/DramInfo.h| 38 ---

[edk2-devel] [PATCH 12/19] Silicon/NXP/LS1043A: Add SocLib

2020-02-06 Thread Pankaj Bansal
Add SocLib for LS1043A as per new directory structure Signed-off-by: Pankaj Bansal --- Silicon/NXP/Chassis2/LS1043A/Include/Soc.h| 56 + Silicon/NXP/Chassis2/LS1043A/LS1043A.dec | 23 ++ Silicon/NXP/Chassis2/LS1043A/LS1043A.dsc.inc | 30 +++

[edk2-devel] [PATCH 07/19] Silicon/NXP: remove not needed components

2020-02-06 Thread Pankaj Bansal
We are changing the directory structure of code. After PEI phase impelmentation this info would be put back into appropriate location. Signed-off-by: Pankaj Bansal --- Silicon/NXP/Include/Chassis2/NxpSoc.h | 314 +- Silicon/NXP/Library/SocLib/Chassis.c | 15 --

[edk2-devel] [PATCH 01/19] Silicon/NXP: Add I2c lib

2020-02-06 Thread Pankaj Bansal
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#54007): https://edk2.groups.io/g/devel/message/54007 Mute This Topic: https://groups.io/mt/71046321/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

[edk2-devel] [PATCH 06/19] Silicon/NXP: remove print information from Soc lib

2020-02-06 Thread Pankaj Bansal
The Soc info being printed can be removed from SOC lib. We are in the process of implementing PEI Phase. After PEI phase impelmentation this info would be printed in common PEIM based on the information retrieved from PPIs. e.g. gArmMpCoreInfoPpiGuid can be used to print cluser and core info.

[edk2-devel] [PATCH 03/19] NXP/LS1043aRdb: Move Soc specific components to soc files

2020-02-06 Thread Pankaj Bansal
Soc specific components ought to be part of Soc files and not platform files. move the same to SOC files Signed-off-by: Pankaj Bansal --- Platform/NXP/LS1043aRdbPkg/LS1043aRdbPkg.dsc | 7 +-- Platform/NXP/NxpQoriqLs.dsc.inc | 2 ++ Silicon/NXP/LS1043A/LS1043A.dsc.inc |

[edk2-devel] [PATCH 08/19] Silicon/NXP: Remove unnecessary PCDs

2020-02-06 Thread Pankaj Bansal
There is no need to keep SOC specific PCDs defined for each SOC. we can do away with these PCDs. Signed-off-by: Pankaj Bansal --- .../Drivers/PlatformDxe/PlatformDxe.c | 15 +-- .../Drivers/PlatformDxe/PlatformDxe.inf | 8 +- Platform/NXP/LS1043aRdbPkg/LS1043aRdbPkg.dsc | 1

[edk2-devel] [PATCH 09/19] Silicon/NXP: Move dsc file

2020-02-06 Thread Pankaj Bansal
As per convention being followed in edk2-platforms, keep the dec file and dsc file together. Signed-off-by: Pankaj Bansal --- Platform/NXP/LS1043aRdbPkg/LS1043aRdbPkg.dsc | 2 +- {Platform => Silicon}/NXP/NxpQoriqLs.dsc.inc | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {Platform

[edk2-devel] [PATCH 04/19] Silicon/NXP: Remove DuartLib and use BaseSerialPortLib16550

2020-02-06 Thread Pankaj Bansal
UART in LS1043A conforms to ns16550 register set. so we can use the SerialPortLib16550 from MdeModulePkg. We have removed the PCIe specific part from the library and also added the APIs to get the UART clock from SOC lib instead of using the fixed PCD. Signed-off-by: Pankaj Bansal ---

[edk2-devel] [PATCH 02/19] Silicon/NXP: changes to use I2clib in i2cdxe

2020-02-06 Thread Pankaj Bansal
I2c lib contains the i2c controller functionality. this can be used in I2c DXE driver to communicate with i2c devices. There was a bug in I2C DXE implementation, which caused the Ds1307 RTC device to issue two operation for register write, while this is a single operation task. refer page 12

[edk2-devel] [PATCH 11/19] Silicon/NXP: Add Chassis Lib for Chassis2

2020-02-06 Thread Pankaj Bansal
Add ChassisLib for Chassis2. Signed-off-by: Pankaj Bansal --- Silicon/NXP/Chassis2/Chassis2.dec | 23 +++ Silicon/NXP/Chassis2/Chassis2.dsc.inc | 10 + Silicon/NXP/Chassis2/Include/Chassis.h| 42 .../Chassis2/Library/ChassisLib/ChassisLib.c | 186

[edk2-devel] [PATCH 05/19] NXP/BaseSerialPortLib16550: remove SerialPortInitalize functionality

2020-02-06 Thread Pankaj Bansal
SerialPortInitalize is called from DebugLib constructor. so this gets called for each of the module in system. now, during SerialPortInitalize, we need the Uart clock to set it's baud rate. This Uart clock retrieval is implemented in SocLib and it usually involves reading SysClock information

[edk2-devel] [PATCH 10/19] Platform/NXP: rename the ArmPlatformLib as per ArmPlatformPkg

2020-02-06 Thread Pankaj Bansal
Keep the names and location of files as mentioned in ArmPlatformPkg. This helps in porting the common changes (if any in future) easily. Signed-off-by: Pankaj Bansal --- Platform/NXP/LS1043aRdbPkg/LS1043aRdbPkg.dsc | 2 +- .../AArch64}/NxpQoriqLsHelper.S

[edk2-devel] [PATCH 00/19] ADD LX2160ARDB Platform Support

2020-02-06 Thread Pankaj Bansal
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#54006): https://edk2.groups.io/g/devel/message/54006 Mute This Topic: https://groups.io/mt/71046320/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

Re: [edk2-devel] [PATCH v1] MdeModulePkg/PiDxeS3BootScriptLib: Fix potential numeric truncation (CVE-2019-14563)

2020-02-06 Thread Wang, Jian J
Acked-by: Jian J Wang > -Original Message- > From: Wu, Hao A > Sent: Thursday, February 06, 2020 9:44 AM > To: devel@edk2.groups.io > Cc: Wu, Hao A ; Dong, Eric ; > Wang, Jian J > Subject: [PATCH v1] MdeModulePkg/PiDxeS3BootScriptLib: Fix potential numeric > truncation (CVE-2019-14563)

Re: [edk2-devel] [PATCH v3 2/2] BaseTools: Remove caret in NASM_INC macro

2020-02-06 Thread Bob Feng
Hi Pierre, This patch cause UefiCpuPkg build fail. build -p UefiCpuPkg\UefiCpuPkg.dsc -a IA32 -t VS2015x86 Thanks, Bob -Original Message- From: devel@edk2.groups.io On Behalf Of PierreGondois Sent: Thursday, February 6, 2020 11:52 PM To: devel@edk2.groups.io Cc: Pierre Gondois ; Feng,

Re: [edk2-devel] [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH] MdePkg/Protocols: Code correction - removal of reserved member

2020-02-06 Thread Liming Gao
Reviewed-by: Liming Gao > -Original Message- > From: Javeed, Ashraf > Sent: Thursday, February 6, 2020 6:38 PM > To: devel@edk2.groups.io > Cc: Kinney, Michael D ; Gao, Liming > ; Ni, Ray > Subject: [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH] MdePkg/Protocols: Code > correction - removal

Re: [edk2-devel] [PATCH v2] MdeModulePkg/Capsule: Remove RT restriction in UpdateCapsule service.

2020-02-06 Thread Liming Gao
Reviewed-by: Liming Gao > -Original Message- > From: devel@edk2.groups.io On Behalf Of Siyuan, Fu > Sent: Friday, February 7, 2020 2:39 PM > To: devel@edk2.groups.io > Cc: Wu, Hao A ; Gao, Liming > Subject: [edk2-devel] [PATCH v2] MdeModulePkg/Capsule: Remove RT restriction > in

[edk2-devel] [PATCH v2] MdeModulePkg/Capsule: Remove RT restriction in UpdateCapsule service.

2020-02-06 Thread Siyuan, Fu
V2: Add feature PCD for this change. Current UpdateCapsule service will reject all non-reset capsule images and return EFI_OUT_OF_RESOURCE if the system is at runtime. This will block a platform CapsuleLib from implementing ProcessCapsuleImage() with runtime capsule processing capability. This

Re: [edk2-devel] [PATCH] MdePkg/SmBios.h: Add two additional DWORD for smbios 3.3.0 type17

2020-02-06 Thread Liming Gao
Zhichao: Two comments. Thanks Liming > -Original Message- > From: Gao, Zhichao > Sent: Friday, February 7, 2020 2:07 PM > To: devel@edk2.groups.io > Cc: Matthew Carlson ; Kinney, Michael D > ; Gao, Liming > Subject: [PATCH] MdePkg/SmBios.h: Add two additional DWORD for smbios 3.3.0

[edk2-devel] [PATCH] MdePkg/SmBios.h: Add two additional DWORD for smbios 3.3.0 type17

2020-02-06 Thread Gao, Zhichao
From: Matthew Carlson REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2482 Refer to DSP0134_3.3.0.pdf, there are two additional DWORD added for type 17. One is "Extended Speed", the other is "Extended Configured Memory Speed". The lack of these field may cause strange error i some operating

Re: [edk2-devel] [edk2-rfc] [edk2-devel] [RFC] VariablePolicy - Protocol, Libraries, and Implementation for VariableLock Alternative

2020-02-06 Thread Bret Barkelew via Groups.Io
I agree with you that this function is extremely sensitive and important, and I kinda like your idea of splitting the protocol into a "policy" and "policy control", but I don't think it make practical sense to split them this way. At the very least, you end up with a chicken and egg problem

Re: [edk2-devel] [Patch 03/11] MdePkg/Include/Library: Add UnitTestLib class

2020-02-06 Thread Bret Barkelew via Groups.Io
@Sean, how would these have been missed by the spell checker? - Bret From: Wu, Hao A Sent: Thursday, February 6, 2020 5:22:21 PM To: devel@edk2.groups.io ; Kinney, Michael D Cc: Bret Barkelew ; Sean Brogan ; Bret Barkelew ;

Re: [edk2-devel] [PATCH] MdePkg: Add PCI Express 5.0 Header File

2020-02-06 Thread Liming Gao
Felix: The patch is good. Is any test for the header file, such as build? Thanks Liming > -Original Message- > From: Felix Polyudov > Sent: Wednesday, February 5, 2020 5:30 AM > To: devel@edk2.groups.io > Cc: Kinney, Michael D ; Gao, Liming > ; manickavasak...@ami.com > Subject:

[edk2-devel] [PATCH v2 0/1] BaseTools: Enhance call stack unwindability for CLANGPDB x64 binary

2020-02-06 Thread Steven Shi
From: Steven Enhance the build options to force emit the unwind tables and keep the data of pdata and xdata sections correct in the binary. V2: Rebase the patch to latest edk2 V1: Initial patch Steven (1): BaseTools: Enhance call stack unwindability for CLANGPDB x64 binary

[edk2-devel] [PATCH v2 1/1] BaseTools: Enhance call stack unwindability for CLANGPDB x64 binary

2020-02-06 Thread Steven Shi
From: Steven BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2487 The call stack unwindability of the COFF X64 binary requires the binary to remain the pdata and xdata sections. Details see the MSVC X64 calling convertion doc in below link:

Re: [edk2-devel] [Patch 1/4] BaseTools/Build: Do not use Common.lib in Structured PCD app

2020-02-06 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: Kinney, Michael D Sent: Friday, February 7, 2020 7:07 AM To: devel@edk2.groups.io Cc: Sean Brogan ; Feng, Bob C ; Gao, Liming Subject: [Patch 1/4] BaseTools/Build: Do not use Common.lib in Structured PCD app

Re: [edk2-devel] [Patch 3/4] BaseTools/WindowsVsToolChain: Setup VS2017/VS2019 env

2020-02-06 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: Kinney, Michael D Sent: Friday, February 7, 2020 7:07 AM To: devel@edk2.groups.io Cc: Sean Brogan ; Feng, Bob C ; Gao, Liming Subject: [Patch 3/4] BaseTools/WindowsVsToolChain: Setup VS2017/VS2019 env From: Sean Brogan

Re: [edk2-devel] [Patch 4/4] BaseTools/WindowsVsToolChain: Clean up Python source formatting

2020-02-06 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: Kinney, Michael D Sent: Friday, February 7, 2020 7:07 AM To: devel@edk2.groups.io Cc: Sean Brogan ; Feng, Bob C ; Gao, Liming Subject: [Patch 4/4] BaseTools/WindowsVsToolChain: Clean up Python source formatting From: Sean Brogan

[edk2-devel] Upcoming Event: TianoCore Community Meeting - APAC/NAMO - Thu, 02/06/2020 7:30pm-8:30pm #cal-reminder

2020-02-06 Thread devel@edk2.groups.io Calendar
*Reminder:* TianoCore Community Meeting - APAC/NAMO *When:* Thursday, 6 February 2020, 7:30pm to 8:30pm, (GMT-08:00) America/Los Angeles *Where:* https://bluejeans.com/889357567?src=join_info View Event ( https://edk2.groups.io/g/devel/viewevent?eventid=621370 ) *Organizer:* Brian Richardson

Re: [edk2-devel] [edk2-platform] FitGen: Support FV with the extension header

2020-02-06 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: Gao, Liming Sent: Wednesday, February 5, 2020 10:32 PM To: devel@edk2.groups.io Cc: Feng, Bob C Subject: [edk2-platform] FitGen: Support FV with the extension header BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2086 To find

Re: [edk2-devel] [Patch] MdeModulePkg/Capsule: Remove RT restriction in UpdateCapsule service.

2020-02-06 Thread Liming Gao
Siyuan: I suggest to introduce new FeaturePcd to control this behavior. And, PCD default value is FALSE to keep current behavior without change. Thanks Liming > -Original Message- > From: Fu, Siyuan > Sent: Tuesday, February 4, 2020 10:37 AM > To: devel@edk2.groups.io > Cc: Wu, Hao A

Re: [edk2-devel] Upcoming Event: TianoCore Design Meeting - APAC/NAMO - Fri, 02/07/2020 9:30am-10:30am #cal-reminder

2020-02-06 Thread Abner Chang
Hi all, thanks for attending this session. The slide deck has been uploaded to below link, https://edk2.groups.io/g/devel/files/Designs/2020/0207 Abner From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] Sent: Friday, February 7, 2020 9:15 AM To: devel@edk2.groups.io Subject: [edk2-devel]

Re: [edk2-devel] [PATCH v1] MdeModulePkg/PiDxeS3BootScriptLib: Fix potential numeric truncation (CVE-2019-14563)

2020-02-06 Thread Dong, Eric
Reviewed-by: Eric Dong -Original Message- From: Wu, Hao A Sent: Thursday, February 6, 2020 9:44 AM To: devel@edk2.groups.io Cc: Wu, Hao A ; Dong, Eric ; Wang, Jian J Subject: [PATCH v1] MdeModulePkg/PiDxeS3BootScriptLib: Fix potential numeric truncation (CVE-2019-14563)

Re: [edk2-devel] [PATCH v1 1/2] Revert UefiCpuPkg/MpInitLib: Relocate microcode patch fields in CPU_MP_DATA

2020-02-06 Thread Dong, Eric
Reviewed-by: Eric Dong -Original Message- From: Wu, Hao A Sent: Thursday, February 6, 2020 1:24 PM To: devel@edk2.groups.io Cc: Wu, Hao A ; Kubacki, Michael A ; Kinney, Michael D ; Dong, Eric ; Ni, Ray ; Laszlo Ersek Subject: [PATCH v1 1/2] Revert UefiCpuPkg/MpInitLib: Relocate

Re: [edk2-devel] [PATCH v1 2/2] UefiCpuPkg/MpInitLib: Not pass microcode info between archs in CPU_MP_DATA

2020-02-06 Thread Dong, Eric
Reviewed-by: Eric Dong -Original Message- From: devel@edk2.groups.io On Behalf Of Wu, Hao A Sent: Thursday, February 6, 2020 1:24 PM To: devel@edk2.groups.io Cc: Wu, Hao A ; Kubacki, Michael A ; Kinney, Michael D ; Dong, Eric ; Ni, Ray ; Laszlo Ersek Subject: [edk2-devel] [PATCH v1

Re: [edk2-devel] [Patch 02/11] BaseTools/Plugin: Add HostBasedUnitTestRunner plugin

2020-02-06 Thread Bob Feng
Acked-by: Bob Feng -Original Message- From: Kinney, Michael D Sent: Friday, January 24, 2020 10:10 AM To: devel@edk2.groups.io Cc: Sean Brogan ; Bret Barkelew ; Feng, Bob C ; Gao, Liming Subject: [Patch 02/11] BaseTools/Plugin: Add HostBasedUnitTestRunner plugin Add plugin to

[edk2-devel] [PATCH v3 73/78] SourceLevelDebugPkg: Fix few typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Correctly write 'definitions' in comments and documentation. Cc: Hao A Wu Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Hao A Wu Signed-off-by: Philippe Mathieu-Daude --- SourceLevelDebugPkg/Include/Ia32/ProcessorContext.h | 2 +-

[edk2-devel] [PATCH v3 71/78] SourceLevelDebugPkg/DebugAgent: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in documentation, comments and debug strings. Cc: Hao A Wu Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Hao A Wu Signed-off-by: Philippe Mathieu-Daude --- .../DebugAgent/DebugAgentCommon/DebugMp.h | 6 +--

[edk2-devel] [PATCH v3 77/78] UefiCpuPkg/PiSmm: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Eric Dong Cc: Ray Ni Cc: Laszlo Ersek Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Laszlo Ersek Reviewed-by: Eric Dong Signed-off-by: Philippe Mathieu-Daude ---

[edk2-devel] [PATCH v3 72/78] SourceLevelDebugPkg/DebugCommunicationLib: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Hao A Wu Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Hao A Wu Signed-off-by: Philippe Mathieu-Daude --- .../DebugCommunicationLibSerialPort.inf | 2 +-

[edk2-devel] [PATCH v3 78/78] UefiCpuPkg/Smm: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Eric Dong Cc: Ray Ni Cc: Laszlo Ersek Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Laszlo Ersek Reviewed-by: Eric Dong Signed-off-by: Philippe Mathieu-Daude ---

[edk2-devel] [PATCH v3 76/78] UefiCpuPkg/CpuDxe: Fix few typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix few typos in comments and documentation. Cc: Eric Dong Cc: Ray Ni Cc: Laszlo Ersek Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Laszlo Ersek Reviewed-by: Eric Dong Signed-off-by: Philippe Mathieu-Daude ---

[edk2-devel] [PATCH v3 74/78] StandaloneMmPkg: Fix a typo

2020-02-06 Thread Philippe Mathieu-Daudé
Fix a typo in a comment. Cc: Achin Gupta Cc: Jiewen Yao Cc: Supreeth Venkatesh Reviewed-by: Jiewen Yao Signed-off-by: Philippe Mathieu-Daude --- StandaloneMmPkg/Core/Dispatcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandaloneMmPkg/Core/Dispatcher.c

[edk2-devel] [PATCH v3 75/78] StandaloneMmPkg: Fix few typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix few typos in comments. Cc: Achin Gupta Cc: Jiewen Yao Cc: Supreeth Venkatesh Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Jiewen Yao Signed-off-by: Philippe Mathieu-Daude --- .../StandaloneMmPeCoffExtraActionLib.inf

[edk2-devel] [PATCH v3 70/78] SignedCapsulePkg/Universal: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in documentation, comments and debug strings. Cc: Jiewen Yao Cc: Chao Zhang Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Jiewen Yao Signed-off-by: Philippe Mathieu-Daude ---

[edk2-devel] [PATCH v3 67/78] ShellPkg/Application: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Ray Ni Cc: Zhichao Gao Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Zhichao Gao Signed-off-by: Philippe Mathieu-Daude --- ShellPkg/Application/Shell/ConsoleLogger.h| 4 +--

[edk2-devel] [PATCH v3 64/78] SecurityPkg/Library/Tpm: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Jiewen Yao Cc: Jian J Wang Cc: Chao Zhang Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Jiewen Yao Signed-off-by: Philippe Mathieu-Daude --- SecurityPkg/Include/Library/TpmCommLib.h

[edk2-devel] [PATCH v3 69/78] SignedCapsulePkg: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Jiewen Yao Cc: Chao Zhang Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Jiewen Yao Signed-off-by: Philippe Mathieu-Daude --- SignedCapsulePkg/SignedCapsulePkg.dec | 4 +--

[edk2-devel] [PATCH v3 68/78] ShellPkg/DynamicCommand: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Ray Ni Cc: Zhichao Gao Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Zhichao Gao Signed-off-by: Philippe Mathieu-Daude --- ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h |

[edk2-devel] [PATCH v3 65/78] SecurityPkg/Tcg: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in documentation, comments and debug strings. Cc: Jiewen Yao Cc: Jian J Wang Cc: Chao Zhang Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Jiewen Yao Signed-off-by: Philippe Mathieu-Daude ---

[edk2-devel] [PATCH v3 66/78] SecurityPkg/VariableAuthenticated: Fix few typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix few typos in comments and documentation. Cc: Jiewen Yao Cc: Jian J Wang Cc: Chao Zhang Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Jiewen Yao Signed-off-by: Philippe Mathieu-Daude ---

[edk2-devel] [PATCH v3 39/78] NetworkPkg/Ip4Dxe: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/Ip4Dxe/Ip4Common.h |

[edk2-devel] [PATCH v3 62/78] SecurityPkg: Fix few typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix few typos in comments and documentation. Cc: Jiewen Yao Cc: Jian J Wang Cc: Chao Zhang Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Jiewen Yao Signed-off-by: Philippe Mathieu-Daude ---

[edk2-devel] [PATCH v3 36/78] NetworkPkg/HttpBootDxe: Fix a typo in variable name

2020-02-06 Thread Philippe Mathieu-Daudé
Correctly write 'Initialized'. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/HttpBootDxe/HttpBootConfig.h | 2 +- NetworkPkg/HttpBootDxe/HttpBootConfig.c | 4 ++-- 2 files changed, 3 insertions(+), 3

[edk2-devel] [PATCH v3 46/78] NetworkPkg/SnpDxe: Fix few typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix few typos in comments and documentation. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/SnpDxe/Snp.h | 8

[edk2-devel] [PATCH v3 37/78] NetworkPkg/HttpBootDxe: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/HttpBootDxe/HttpBootDhcp4.h

[edk2-devel] [PATCH v3 59/78] OvmfPkg/Xen: Fix a typo

2020-02-06 Thread Philippe Mathieu-Daudé
Fix a typo in a comment. Cc: Jordan Justen Cc: Laszlo Ersek Cc: Ard Biesheuvel Cc: Anthony Perard Cc: Julien Grall Acked-by: Anthony PERARD Reviewed-by: Laszlo Ersek Signed-off-by: Philippe Mathieu-Daude --- OvmfPkg/XenBusDxe/GrantTable.h | 2 +- 1 file changed, 1 insertion(+), 1

[edk2-devel] [PATCH v3 60/78] OvmfPkg/Xen: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Jordan Justen Cc: Laszlo Ersek Cc: Ard Biesheuvel Cc: Anthony Perard Cc: Julien Grall Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Acked-by: Anthony PERARD Acked-by: Laszlo Ersek Signed-off-by:

[edk2-devel] [PATCH v3 51/78] NetworkPkg/Udp6Dxe: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/Udp6Dxe/Udp6Driver.h | 6

[edk2-devel] [PATCH v3 35/78] NetworkPkg/DpcDxe: Fix few typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix few typos in comments and documentation. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/DpcDxe/Dpc.h | 2 +-

[edk2-devel] [PATCH v3 47/78] NetworkPkg/TcpDxe/Sock: Fix few typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix few typos in comments and documentation. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/TcpDxe/SockImpl.h | 2 +-

[edk2-devel] [PATCH v3 42/78] NetworkPkg/Library: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/Include/Library/HttpLib.h

[edk2-devel] [PATCH v3 38/78] NetworkPkg/HttpDxe: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/HttpDxe/HttpDriver.h | 8

[edk2-devel] [PATCH v3 56/78] OvmfPkg/Csm/LegacyBios: Fix a typo

2020-02-06 Thread Philippe Mathieu-Daudé
Fix a typo in the header documentation. Reviewed-by: Laszlo Ersek Signed-off-by: Philippe Mathieu-Daude --- OvmfPkg/Csm/Include/Protocol/LegacyBios.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OvmfPkg/Csm/Include/Protocol/LegacyBios.h

[edk2-devel] [PATCH v3 43/78] NetworkPkg/MnpDxe: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in documentation, comments and debug strings. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude ---

[edk2-devel] [PATCH v3 52/78] NetworkPkg/UefiPxeBcDxe: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.h

[edk2-devel] [PATCH v3 40/78] NetworkPkg/Ip6Dxe: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/Ip6Dxe/Ip6ConfigImpl.h | 4

[edk2-devel] [PATCH v3 44/78] NetworkPkg/Mtftp4Dxe: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in documentation, comments and debug strings. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude ---

[edk2-devel] [PATCH v3 48/78] NetworkPkg/TcpDxe/Tcp: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in documentation, comments and debug strings. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude ---

[edk2-devel] [PATCH v3 63/78] SecurityPkg/Hash2DxeCrypto: Fix few typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix few typos in documentation, comments and debug strings. Cc: Jiewen Yao Cc: Jian J Wang Cc: Chao Zhang Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Jiewen Yao Signed-off-by: Philippe Mathieu-Daude ---

[edk2-devel] [PATCH v3 54/78] OvmfPkg/Acpi: Fix few typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix few typos in comments and documentation. Cc: Jordan Justen Cc: Laszlo Ersek Cc: Ard Biesheuvel Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Laszlo Ersek Signed-off-by: Philippe Mathieu-Daude ---

[edk2-devel] [PATCH v3 55/78] OvmfPkg/Csm: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in documentation, comments and strings. Cc: Jordan Justen Cc: Laszlo Ersek Cc: Ard Biesheuvel Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: David Woodhouse Acked-by: Laszlo Ersek Signed-off-by: Philippe Mathieu-Daude

[edk2-devel] [PATCH v3 61/78] PcAtChipsetPkg: Fix few typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Correctly write 'serial', remove duplicated 'the'. Cc: Ray Ni Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Acked-by: Liming Gao Signed-off-by: Philippe Mathieu-Daude --- PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.c | 2 +-

[edk2-devel] [PATCH v3 49/78] NetworkPkg/Tls: Fix few typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix few typos in comments and documentation. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude ---

[edk2-devel] [PATCH v3 57/78] OvmfPkg/Qemu: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. When "VbeShim.asm" is modified, we have to re-run "VbeShim.sh" to update "VbeShim.h". The string modified by this patch is only used when the DEBUG macro (at the top of the file) is commented out. Since the string is not

[edk2-devel] [PATCH v3 53/78] NetworkPkg/VlanConfigDxe: Fix few typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Correctly write 'EFI_SUCCESS' in the documentation. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude ---

[edk2-devel] [PATCH v3 45/78] NetworkPkg/Mtftp6Dxe: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in documentation, comments and strings. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude ---

[edk2-devel] [PATCH v3 41/78] NetworkPkg/IScsiDxe: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/IScsiDxe/IScsiMisc.h |

[edk2-devel] [PATCH v3 50/78] NetworkPkg/Udp4Dxe: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/Udp4Dxe/Udp4Driver.h | 4

Re: [edk2-devel] [Patch 09/11] MdeModulePkg: Add DxeResetSystemLib unit test

2020-02-06 Thread Wu, Hao A
> -Original Message- > From: Kinney, Michael D > Sent: Friday, January 24, 2020 10:11 AM > To: devel@edk2.groups.io > Cc: Sean Brogan; Bret Barkelew; Gao, Liming; Wu, Hao A > Subject: [Patch 09/11] MdeModulePkg: Add DxeResetSystemLib unit test > > * Add unit test of DxeResetSystemLib

Re: [edk2-devel] [Patch 03/11] MdePkg/Include/Library: Add UnitTestLib class

2020-02-06 Thread Wu, Hao A
A couple of typos (some of them occur multiple times) in UnitTestLib.h: Funtions -> Functions paramter -> parameter Null-terminaled -> Null-terminated dispached -> dispatched storage devide -> storage device With them addressed, Reviewed-by: Hao A Wu Best Regards, Hao Wu > -Original

[edk2-devel] Upcoming Event: TianoCore Design Meeting - APAC/NAMO - Fri, 02/07/2020 9:30am-10:30am #cal-reminder

2020-02-06 Thread devel@edk2.groups.io Calendar
*Reminder:* TianoCore Design Meeting - APAC/NAMO *When:* Friday, 7 February 2020, 9:30am to 10:30am, (GMT+08:00) Asia/Chongqing *Where:* BlueJeans Meeting View Event ( https://edk2.groups.io/g/devel/viewevent?eventid=674833 ) *Organizer:* Ray Ni ray...@intel.com (

[edk2-devel] [PATCH v3 28/78] MdePkg/Register: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Michael D Kinney Reviewed-by: Liming Gao Signed-off-by: Philippe Mathieu-Daude ---

[edk2-devel] [PATCH v3 31/78] NetworkPkg/Dhcp4Dxe: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/Dhcp4Dxe/Dhcp4Driver.h | 4

[edk2-devel] [PATCH v3 27/78] MdePkg/Ppi: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Michael D Kinney Reviewed-by: Liming Gao Signed-off-by: Philippe Mathieu-Daude ---

[edk2-devel] [PATCH v3 29/78] NetworkPkg: Fix a typo

2020-02-06 Thread Philippe Mathieu-Daudé
Correctly write 'malformatted' in documentation, comments and debug strings. Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Cc: Michael D Kinney Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/Dhcp4Dxe/Dhcp4Option.h| 6 +++---

[edk2-devel] [PATCH v3 32/78] NetworkPkg/Dhcp6Dxe: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h |

[edk2-devel] [PATCH v3 33/78] NetworkPkg/DnsDxe: Fix a typo

2020-02-06 Thread Philippe Mathieu-Daudé
Fix the same typo in various comments. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/DnsDxe/DnsImpl.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NetworkPkg/DnsDxe/DnsImpl.c

[edk2-devel] [PATCH v3 26/78] MdePkg/Library/Smm: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Michael D Kinney Reviewed-by: Liming Gao Signed-off-by: Philippe Mathieu-Daude ---

[edk2-devel] [PATCH v3 30/78] NetworkPkg/ArpDxe: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in documentation, comments and debug strings. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude ---

[edk2-devel] [PATCH v3 34/78] NetworkPkg/DnsDxe: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/DnsDxe/DnsDriver.h | 12

[edk2-devel] [PATCH v3 19/78] MdeModulePkg/UsbMass: Fix various typos

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Fix various typos in comments and documentation. Cc: Jian J Wang Cc: Hao A Wu Cc: Ray Ni Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Acked-by: Liming Gao Signed-off-by: Philippe Mathieu-Daude ---

[edk2-devel] [PATCH v3 09/78] MdeModulePkg/Application: Improve French translation

2020-02-06 Thread Philippe Mathieu-Daudé
From: Antoine Coeur Use correct French. Cc: Jian J Wang Cc: Hao A Wu Acked-by: Hao A Wu Signed-off-by: Antoine Coeur Signed-off-by: Philippe Mathieu-Daude --- MdeModulePkg/Application/UiApp/FrontPageStrings.uni | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

  1   2   >