edk2[16068] UefiCpuPkg: CpuExceptionHandlerLib: Make self modifying code work with Xcode

2014-09-08 Thread vanjeff
Revision: 16068 http://sourceforge.net/p/edk2/code/16068 Author: vanjeff Date: 2014-09-09 06:50:51 + (Tue, 09 Sep 2014) Log Message: --- UefiCpuPkg: CpuExceptionHandlerLib: Make self modifying code work with Xcode CpuExceptionHandlerLib has code that contains absolute

edk2[16067] SourceLevelDebugPkg: DebugAgentLib: Fix clang/Xcode 5 compile/ link errors

2014-09-08 Thread vanjeff
Revision: 16067 http://sourceforge.net/p/edk2/code/16067 Author: vanjeff Date: 2014-09-09 06:27:45 + (Tue, 09 Sep 2014) Log Message: --- SourceLevelDebugPkg: DebugAgentLib: Fix clang/Xcode 5 compile/link errors Move ExceptionStubHeaderSize from 16 to 32 bits to work aro

edk2[16066] OvmfPkg: AcpiTimerLib: Access power mgmt regs based on host bridge type

2014-09-08 Thread jljusten
Revision: 16066 http://sourceforge.net/p/edk2/code/16066 Author: jljusten Date: 2014-09-09 03:18:30 + (Tue, 09 Sep 2014) Log Message: --- OvmfPkg: AcpiTimerLib: Access power mgmt regs based on host bridge type Pick the appropriate bus:dev.fn for accessing ACPI power man

edk2[16065] MdeModulePkg: Fix XCODE Link Issue in DxeCore

2014-09-08 Thread lgao4
Revision: 16065 http://sourceforge.net/p/edk2/code/16065 Author: lgao4 Date: 2014-09-09 02:35:41 + (Tue, 09 Sep 2014) Log Message: --- MdeModulePkg: Fix XCODE Link Issue in DxeCore In XCODE tool chain, the 64-bit bit wise and operation is causing the compiler to emit

edk2[16064] ShellPkg: Replace assignment statement with 'StrnCpy' to append terminal NULL character in a string.

2014-09-08 Thread shenshushi
Revision: 16064 http://sourceforge.net/p/edk2/code/16064 Author: shenshushi Date: 2014-09-09 01:47:19 + (Tue, 09 Sep 2014) Log Message: --- ShellPkg: Replace assignment statement with 'StrnCpy' to append terminal NULL character in a string. Contributed-under: TianoCore