Re: [edk2] [PATCH 1/3] MdePkg: introduce DxeRuntimeDebugLibSerialPort

2018-02-22 Thread Ard Biesheuvel
<liming@intel.com>; Kinney, Michael D >> <michael.d.kin...@intel.com>; ler...@redhat.com; Zeng, >> Star <star.z...@intel.com> >> Subject: [edk2] [PATCH 1/3] MdePkg: introduce >> DxeRuntimeDebugLibSerialPort >> >> Introduce a variant of BaseDebug

Re: [edk2] [PATCH 1/3] MdePkg: introduce DxeRuntimeDebugLibSerialPort

2018-02-20 Thread Kinney, Michael D
..@linaro.org; Gao, Liming > <liming@intel.com>; Kinney, Michael D > <michael.d.kin...@intel.com>; ler...@redhat.com; Zeng, > Star <star.z...@intel.com> > Subject: [edk2] [PATCH 1/3] MdePkg: introduce > DxeRuntimeDebugLibSerialPort > > Introduc

Re: [edk2] [PATCH 1/3] MdePkg: introduce DxeRuntimeDebugLibSerialPort

2018-02-20 Thread Leif Lindholm
On Tue, Feb 20, 2018 at 08:20:48AM -0800, Andrew Fish wrote: > > On Feb 20, 2018, at 6:16 AM, Leif Lindholm wrote: > > > > On Tue, Feb 20, 2018 at 11:05:22AM +, Ard Biesheuvel wrote: > >> +/** > >> + Prints an assert message containing a filename, line number, and

Re: [edk2] [PATCH 1/3] MdePkg: introduce DxeRuntimeDebugLibSerialPort

2018-02-20 Thread Laszlo Ersek
On 02/20/18 12:05, Ard Biesheuvel wrote: > Introduce a variant of BaseDebugLibSerialPort that behaves correctly wrt > to use of the serial port after ExitBootServices(). Also, it uses fixed > PCDs for all the parameterized values so that no calls into PcdLib are > made at runtime. > >

Re: [edk2] [PATCH 1/3] MdePkg: introduce DxeRuntimeDebugLibSerialPort

2018-02-20 Thread Andrew Fish
> On Feb 20, 2018, at 6:16 AM, Leif Lindholm wrote: > > On Tue, Feb 20, 2018 at 11:05:22AM +, Ard Biesheuvel wrote: >> +/** >> + Prints an assert message containing a filename, line number, and >> description. >> + This may be followed by a breakpoint or a dead

Re: [edk2] [PATCH 1/3] MdePkg: introduce DxeRuntimeDebugLibSerialPort

2018-02-20 Thread Leif Lindholm
On Tue, Feb 20, 2018 at 11:05:22AM +, Ard Biesheuvel wrote: > +/** > + Prints an assert message containing a filename, line number, and > description. > + This may be followed by a breakpoint or a dead loop. > + > + Print a message of the form "ASSERT (): > \n" > + to the debug output

[edk2] [PATCH 1/3] MdePkg: introduce DxeRuntimeDebugLibSerialPort

2018-02-20 Thread Ard Biesheuvel
Introduce a variant of BaseDebugLibSerialPort that behaves correctly wrt to use of the serial port after ExitBootServices(). Also, it uses fixed PCDs for all the parameterized values so that no calls into PcdLib are made at runtime. Contributed-under: TianoCore Contribution Agreement 1.1