edk2[17183] SourceLevelDebugPkg: Avoid NULL pointer reference.

2015-04-14 Thread vanjeff
Revision: 17183 http://sourceforge.net/p/edk2/code/17183 Author: vanjeff Date: 2015-04-15 06:55:12 + (Wed, 15 Apr 2015) Log Message: --- SourceLevelDebugPkg: Avoid NULL pointer reference. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan R

edk2[17182] ARM toolchain raised this compilation error when using the macro ACPI_DISPLAY_ADR ().

2015-04-14 Thread mdkinney
Revision: 17182 http://sourceforge.net/p/edk2/code/17182 Author: mdkinney Date: 2015-04-15 04:46:50 + (Wed, 15 Apr 2015) Log Message: --- ARM toolchain raised this compilation error when using the macro ACPI_DISPLAY_ADR(). Contributed-under: TianoCore Contribution Agre

edk2[17181] Rollback r17180.

2015-04-14 Thread shenshushi
Revision: 17181 http://sourceforge.net/p/edk2/code/17181 Author: shenshushi Date: 2015-04-15 04:45:46 + (Wed, 15 Apr 2015) Log Message: --- Rollback r17180. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shumin Qiu Revision Links: -

edk2[17180] MdePkg: Add Bluetooth related definition.

2015-04-14 Thread shenshushi
Revision: 17180 http://sourceforge.net/p/edk2/code/17180 Author: shenshushi Date: 2015-04-15 03:07:08 + (Wed, 15 Apr 2015) Log Message: --- MdePkg: Add Bluetooth related definition. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shumin Qiu Revie

edk2[17179] MdeModulePkg: PCD/Pei: eliminate unused but set variable

2015-04-14 Thread lersek
Revision: 17179 http://sourceforge.net/p/edk2/code/17179 Author: lersek Date: 2015-04-15 01:06:15 + (Wed, 15 Apr 2015) Log Message: --- MdeModulePkg: PCD/Pei: eliminate unused but set variable - SVN r14866: MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PR

Re: edk2[17178] ArmPkg: remove cache maintenance by VA operation range size threshold

2015-04-14 Thread Olivier Martin
I Copied the wrong commit message when I pushed the change (yes, I commit the patch manually...). I updated the commit message in subversion. People should I get the expected commit message: ArmVirtualizationPkg: Xen: shuffle init order to deal with incoherency In order to prevent memory corrup

edk2[17178] ArmPkg: remove cache maintenance by VA operation range size threshold

2015-04-14 Thread oliviermartin
Revision: 17178 http://sourceforge.net/p/edk2/code/17178 Author: oliviermartin Date: 2015-04-14 11:56:56 + (Tue, 14 Apr 2015) Log Message: --- ArmPkg: remove cache maintenance by VA operation range size threshold This removes the range size threshold for virtual address

edk2[17177] ArmVirtualizationPkg: invalidate PEI memory region by VA

2015-04-14 Thread oliviermartin
Revision: 17177 http://sourceforge.net/p/edk2/code/17177 Author: oliviermartin Date: 2015-04-14 11:55:42 + (Tue, 14 Apr 2015) Log Message: --- ArmVirtualizationPkg: invalidate PEI memory region by VA This updates ArmVirtualizationMemoryInitPeiLib so that the PEI memory

edk2[17176] ArmPkg: remove cache maintenance by VA operation range size threshold

2015-04-14 Thread oliviermartin
Revision: 17176 http://sourceforge.net/p/edk2/code/17176 Author: oliviermartin Date: 2015-04-14 11:54:40 + (Tue, 14 Apr 2015) Log Message: --- ArmPkg: remove cache maintenance by VA operation range size threshold This removes the range size threshold for virtual address

edk2[17175] ArmPlatformPkg: do not fulfil MemoryInitPeiLib dependency directly via .c file

2015-04-14 Thread oliviermartin
Revision: 17175 http://sourceforge.net/p/edk2/code/17175 Author: oliviermartin Date: 2015-04-14 11:52:55 + (Tue, 14 Apr 2015) Log Message: --- ArmPlatformPkg: do not fulfil MemoryInitPeiLib dependency directly via .c file MemoryInitPeim short-circuits its MemoryInitPeiL

edk2[17174] ArmVirtualizationPkg: make ArmVirtualizationMemoryInitPeiLib the default

2015-04-14 Thread oliviermartin
Revision: 17174 http://sourceforge.net/p/edk2/code/17174 Author: oliviermartin Date: 2015-04-14 11:51:38 + (Tue, 14 Apr 2015) Log Message: --- ArmVirtualizationPkg: make ArmVirtualizationMemoryInitPeiLib the default This updates ArmVirtualization.dsc.inc to use the Memo

edk2[17173] MdeModulePkg Pcd: Check the input SkuId in SetSku()

2015-04-14 Thread lzeng14
Revision: 17173 http://sourceforge.net/p/edk2/code/17173 Author: lzeng14 Date: 2015-04-14 08:54:11 + (Tue, 14 Apr 2015) Log Message: --- MdeModulePkg Pcd: Check the input SkuId in SetSku() then GetSku() could return the currently active SkuId. Contributed-under: TianoC