Re: [edk2] [PATCH] MdePkg: Add UefiDebugLibDebugPortProtocol to output logs via EFI_DEBUGPORT_PROTOCOL.Write.

2015-09-05 Thread Gao, Liming
; edk2-devel@lists.01.org Subject: [edk2] [PATCH] MdePkg: Add UefiDebugLibDebugPortProtocol to output logs via EFI_DEBUGPORT_PROTOCOL.Write. Dear Liming, MdePkg maintainers, Thank you very much for the reply, Liming. I modified the following points: >> 1) Refer to BaseDebugLibSerialP

[edk2] [PATCH] MdePkg: Add UefiDebugLibDebugPortProtocol to output logs via EFI_DEBUGPORT_PROTOCOL.Write.

2015-09-02 Thread Masamitsu MURASE
Dear Liming, MdePkg maintainers, Thank you very much for the reply, Liming. I modified the following points: >> 1) Refer to BaseDebugLibSerialPort instance, DebugPortProtocolWrite() API >> can have two parameters: Buffer and BufferLength. >> 2) DebugPortProtocolInit() API can be merged into

Re: [edk2] [PATCH] MdePkg: Add UefiDebugLibDebugPortProtocol to output logs via EFI_DEBUGPORT_PROTOCOL.Write.

2015-09-02 Thread Gao, Liming
into DebugPortProtocol->Write() API. Thanks Liming -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Masamitsu MURASE Sent: Sunday, August 30, 2015 9:54 PM To: edk2-devel@lists.01.org Subject: [edk2] [PATCH] MdePkg: Add UefiDebugLibDebugPortProtocol to output logs

Re: [edk2] [PATCH] MdePkg: Add UefiDebugLibDebugPortProtocol to output logs via EFI_DEBUGPORT_PROTOCOL.Write.

2015-09-01 Thread Masamitsu MURASE
Hi MdePkg maintainers, I'll be grateful if you can reply to me. I believe that this kind of feature helps debugging in PC vendors and 3rd party UEFI driver vendors. Regards, Murase --- Masamitsu MURASE https://github.com/masamitsu-murase -- Mail: masamitsu.mur...@gmail.com 村瀬 昌満

[edk2] [PATCH] MdePkg: Add UefiDebugLibDebugPortProtocol to output logs via EFI_DEBUGPORT_PROTOCOL.Write.

2015-08-30 Thread Masamitsu MURASE
Dear MdePkg maintainers, Let me send my request again because the attached file of the previous mail might be removed. I'm very sorry for inconvenience. If my post still has something wrong, let me know please. MdePkg: Add UefiDebugLibDebugPortProtocol to output logs via