[edk2] EmbeddedPkg GdbStub X64 debug register support bug.

2014-06-17 Thread Evgeny Yakovlev
Hi, X64 debug register support in GdbStub implementation in EmbeddedPkg dereferences EFI_SYSTEM_CONTEXT through SystemContextIa32 union member and not SystemContextX64: https://github.com/tianocore/edk2/blob/master/EmbeddedPkg/GdbStub/X64/Processor.c#L423 Link highlights only one instance of the

Re: [edk2] NON_FFS_FILE Not Supported

2014-06-17 Thread Gao, Liming
Tim: 1. Yes. NON_FFS_FILE is not supported. Its purpose is for the OEM defined file, not the binary FFS file. 2. DynamicEx PCD can be described in [DynamicEx] section of Platform DSC, then it will be generated into PCD database. Thanks Liming From: Tim Lewis [mailto:tim.le...@insyd

Re: [edk2] Issues with GenFds when FDF BaseAddress is 0x0

2014-06-17 Thread Brian J. Johnson
On 06/16/2014 03:07 PM, Michael Casadevall wrote: > That did the trick, thanks. Haven't tested to see if it works yet, but > at least I got a branch instruction at the start of the FD. > > I think we're still in a position that we can change AArch64's layout if > loading at 0x0 is really a bad idea

[edk2] ShellPkg: Remove use of ASSERT to test parameters

2014-06-17 Thread Carsey, Jaben
Erik, Can you check please? This just removes ASSERTs and replaces with parameter verification where we return a standard error... remove asserts.patch Description: remove asserts.patch -- HPCC Systems Open Source Big

[edk2] Sync BaseTools Trunk (version r2669) to EDKII main trunk

2014-06-17 Thread Gao, Liming
Hi, all I will sync BaseTool trunk (version r2669) into EDKII BaseTools. The version used by EDK2 is 2649. The changes include: 1. Fix GCC build rules for ASL sources that contain PCD. 2. Enhanced VfrCompiler. 3. Some fix in BaseTools. BaseTool Trunk: https://svn.code