Martin:
The patch is good. Reviewed-by: Liming Gao
From: Olivier Martin [mailto:olivier.mar...@arm.com]
Sent: Friday, August 30, 2013 7:42 PM
To: Gao, Liming; Kinney, Michael D
Cc: edk2-devel@lists.sourceforge.net
Subject: RE: [PATCH] MdePkg//BaseLib: Add Memory fence for AArch64
Here is the p
Sergey,
If the Python function has arg = value, then value is used if arg is not passed.
Sent from my iPhone
On Aug 31, 2013, at 11:27 PM, Sergey Isakov wrote:
> SIrs,
> I want to bump the question.
> edk2/BaseTools/Source/Python/UPT/Library/Misc.py
> and
> edk2/BaseTools/Source/Python/UPT/Pa
On Sep 1, 2013, at 7:29 AM, Andrew Fish wrote:
> Sergey,
>
> If the Python function has arg = value, then value is used if arg is not
> passed.
>
~>python
Python 2.7.2 (default, Oct 11 2012, 20:14:37)
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
Type "help",
Andrew, sorry,
This is opposite situation.
Defined to be three args
def GetLibInstanceInfo(String, WorkSpace, LineNo):
but used to be four args
>>> LibVer = GetLibInstanceInfo(LineContent, GlobalData.gWORKSPACE, LineNo,
>>> FileName)
Sergey
On 01.09.2013, at 18:29, Andrew Fish wrote:
> Sergey
This patch fixes a pesky bug that occurs when a file goes in to an
error state (e.g. try to printf("\b") while in column zero (at least
currently that causes stdout to go in to an error state)). Once in an
error state all fprintf operations fail, if non-buffered there is no
output, if buffered the
but if you include without including base.h it causes an
issue - outside of using "build" within edk2. Adding it in that file,
then the build works even outside.
On Fri, Aug 30, 2013 at 11:21 AM, Mcdaniel, Daryl
wrote:
> MdePkg/Include/Base.h is automatically included (the first include) for ev
On Sat, Aug 31, 2013 at 12:16:21AM -0700, Jordan Justen wrote:
> On Thu, Aug 29, 2013 at 8:28 PM, Gary Ching-Pang Lin wrote:
> > On Fri, Aug 30, 2013 at 02:04:40AM +1000, Bruce Rogers wrote:
> >> I tried this out, and I get the black screen as well when ept=n, but it
> >> boots
> >> successfully