Re: [edk2-buildtools] Useful git aliases for edk2 concepts.

2014-06-27 Thread Andrew Fish
On Jun 27, 2014, at 3:08 PM, Jordan Justen wrote: > On Fri, Jun 27, 2014 at 1:54 PM, Andrew Fish wrote: >> I though I would share some useful git aliases with folks. >> >> Have you ever wondered how many instances (different implementations) of a >> library class there are? Or what is the valu

Re: [edk2-buildtools] Useful git aliases for edk2 concepts.

2014-06-27 Thread Jordan Justen
On Fri, Jun 27, 2014 at 1:54 PM, Andrew Fish wrote: > I though I would share some useful git aliases with folks. > > Have you ever wondered how many instances (different implementations) of a > library class there are? Or what is the value of a GUID Cname? Or what > GUID’ed name space a PCD lives

[edk2-buildtools] Useful git aliases for edk2 concepts.

2014-06-27 Thread Andrew Fish
I though I would share some useful git aliases with folks. Have you ever wondered how many instances (different implementations) of a library class there are? Or what is the value of a GUID Cname? Or what GUID’ed name space a PCD lives under, and what is the default value for the PCD? [alias]

Re: [edk2-buildtools] BIOS Build Problem

2014-06-27 Thread Kandela, Marwan
Robert, Thank you very much for the hint. I was able to finally make a build after trying for so long. Basically, you have to exclude the build directory from the Anti-Virus' On-Access-Scan list. Thanks! -Marwan From: Fendt, Robert (GE Germany) [mailto:[email protected]] Sent: Friday, June

Re: [edk2-buildtools] BIOS Build Problem

2014-06-27 Thread Fendt, Robert (GE Germany)
Hi Marwan, I had a similar (sporadic) problem last year which came out of nowhere (no changes in Tools etc...). The solution was that Anti-Virus SW was locking some files and this resulted in the build error. Stopped the Virus-SW => build worked stable. Maybe this helps for you too... Best re

Re: [edk2-buildtools] Do FvBaseAddress and FvForceRebase require the FV to be in an FD to work?

2014-06-27 Thread Gao, Liming
Andrew: If FvBaseAddress and FvForceRebase is not specified, only FV that is placed in FD will be rebased to its position in FD. If FvBaseAddress and FvForceRebase is specified, they will decide whether FV is rebased or rebased to where no matter this FV is a standalone or a part of FD. T