Re: [edk2] Problem with Author, Sign Off, and IP concerns

2016-03-16 Thread Laszlo Ersek
On 03/15/16 16:06, Leif Lindholm wrote: > Hi Evan, > > Thanks - I really appreciate you taking the time to summarise the > situation. > > On Tue, Mar 15, 2016 at 01:14:39PM +, Evan Lloyd wrote: >> I recently submitted some patches with fixes and improvements >> derived from our work on the Ju

[edk2] [RFC 1/3] MdePkg: Add PCD for UART default receive FIFO depth

2016-03-16 Thread Heyi Guo
PcdUartDefaultReceiveFifoDepth is added to indicate UART default receive FIFO depth. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Heyi Guo Cc: Michael D Kinney Cc: Liming Gao --- MdePkg/MdePkg.dec | 4 1 file changed, 4 insertions(+) diff --git a/MdePkg/MdePkg.d

[edk2] [RFC 2/3] MdeModulePkg/SerialDxe: Set FIFO depth with PCD

2016-03-16 Thread Heyi Guo
Set UART receive FIFO depth with PCD instead of fixed number "1". The default value of PCD is also 1, so it makes no difference for platforms which do not explicitly set this PCD. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Heyi Guo Cc: Feng Tian Cc: Star Zeng --- Md

[edk2] [RFC 3/3] MdeModulePkg/TerminalDxe: Set polling rate by serial IO mode

2016-03-16 Thread Heyi Guo
Calculate serial input polling rate according to parameters from serial IO mode as below, to fix potential input truncation with fixed polling interval 0.02s. Polling interval (100ns) = FifoDepth * (ParityBits + StopBits + DataBits) * 10,000,000 / BaudRate However, as UEFI events will probably de

Re: [edk2] [PATCH] PcAtChipsetPkg/PciHostBridgeDxe: Remove it since MdeModulePkg contains a new one.

2016-03-16 Thread Ni, Ruiyu
I am not sure whether I need to wait for your movement. Will it be in a time like several weeks later? If it will take much longer time, do you mind I remove the driver in pcatchipset package now? Thanks, Ray > 在 2016年3月16日,下午1:31,wang xiaofeng 写道: > > HI Ruiyu, > Thanks for your detailed i

Re: [edk2] [PATCH v2 3/3] ArmPkg: Update CpuDxe to use CpuExceptionHandlerLib

2016-03-16 Thread Ard Biesheuvel
On 7 March 2016 at 16:16, Cohen, Eugene wrote: > Use the new ARM/AArch64 implementation of the base > CpuExceptionHandlerLib library from CpuDxe to centralize > exception handling. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Eugene Cohen The patches look fine to

Re: [edk2] [PATCH v2] ShellPkg: Per UEFI Shell 2.2 SPEC to make Shell supports 'NoNesting'.

2016-03-16 Thread Ard Biesheuvel
On 15 March 2016 at 14:17, Qiu Shumin wrote: > This patch makes Shell support -nonesting invocation option. This option > specifies that EFI_SHELL_PROTOCOL.Execute API nesting of a new Shell > instance is optional and dependent on the 'nonesting' Shell environment > variable. > > Difference with p

Re: [edk2] [PATCH] MdeModulePkg: Fixed incorrect Regular expression protocol MatchString return value.

2016-03-16 Thread Zeng, Star
Minor comments below. On 2016/3/15 10:38, Sheng, Cecil (HPS SW) wrote: Loop maintainers. Sincerely, Cecil Sheng ISS Firmware Development HPE Servers -Original Message- From: Sheng, Cecil (HPS SW) Sent: Tuesday, March 1, 2016 1:17 PM To: edk2-devel@lists.01.org Cc: El-Haj-Mahmoud, S

[edk2] [PATCH] BaseTools: Remove /Oi from Visual Studio tool chains.

2016-03-16 Thread Cinnamon Shia
Remove /Oi from Visual Studio tool chains. because of the following reasons: 1. Intrinsic is Compiler-dependent. 2. Adding /Oi (Generate Intrinsic Functions) doesn't promise 100% replacing the function call with inline functions. /Oi is only a request, but doesn't force, the compilers to use

Re: [edk2] [PATCH] MdeModulePkg: Rescale ConSplitter Absolute Pointer.

2016-03-16 Thread Zeng, Star
Pushed at 30ed3422ab2de03abf7c1433ebb482f6e5e16f45. Thanks, Star On 2016/3/15 10:11, Ni, Ruiyu wrote: Reviewed-by: Ruiyu Ni -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Derek Lin Sent: Wednesday, March 9, 2016 4:35 PM To: edk2-devel@lists