edk2/IntelFrameworkModulePkg/Library/GenericBdsLib
Jeff Fan 00983ad9c9 Sync patches r15328, r15329, r15330, r15331, r15332, r15333, r15334, r15336, r15337, r15338, r15339, r15340, r15351 and r15356 from main trunk.
1. Remove ASSERT when failed to Get/Set "AttemptOrder" and "ClientId" variable.
   Removes RT attribute for "AttemptOrder" variable.
2. Fix the return status when physical presence variable and MemoryOverwriteRequestControl variable are corrupt.
3. Remove ASSERT check for SetVariable in FirmwarePerformanceDataTableDxe.
4. Add comments to describe PlatformDriOverrideDxe is used for test purpose. 
5. Remove unnecessary dependency in variable driver.
6. Remove the RT attribute for the MemoryTypeInformation variable because it’s not necessary.
7. Add comments for PcdHideTpmSupport.
8. Remove ASSERT when SetVariable for ConOutDev/ConInDev/ErrOutDev variables failed.
9. IntelFrameworkModulePkg AcpiS3SaveDxe: Remove ASSERT, add lock and remove RT for AcpiGlobalVariable variable.
10.Did proper error handling when SetVariable failed, and put RTC write operation at the behind of SetVariable, if SetVariable failed, RTC content could not be changed.
11.Fix the return value bug when updating public key database variable failure.
12.MdeModulePkg/SecurityPkg Variable: Return error status to avoid inconsistency between PlatformLang and Lang.
13.Removes MacString Rt attribute in Ip4Config/Mnp driver.
14.Force UID modules build error to warn user that currently it is just a sample.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014@15440 6f19259b-4bc3-4df7-8a09-765794883524
2014-04-09 02:44:40 +00:00
..
BdsBoot.c Fix wrong parameter usage in GenericBdsLibConstructor 2013-11-07 02:28:03 +00:00
BdsConnect.c Remove BdsLibConnectConsoleVariableWithoutDispatch() and enhance BdsLibConnectDevicePath() to only call gDS->Dispatch() when the current TPL is TPL_APPLICATION 2013-03-19 07:10:51 +00:00
BdsConsole.c Remove BdsLibConnectConsoleVariableWithoutDispatch() and enhance BdsLibConnectDevicePath() to only call gDS->Dispatch() when the current TPL is TPL_APPLICATION 2013-03-19 07:10:51 +00:00
BdsMisc.c Sync patches r15328, r15329, r15330, r15331, r15332, r15333, r15334, r15336, r15337, r15338, r15339, r15340, r15351 and r15356 from main trunk. 2014-04-09 02:44:40 +00:00
DevicePath.c Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToText, ConvertTextToDevicePath and ConvertTextToDeviceNode APIs in DevicePathLib. 2013-07-26 03:14:08 +00:00
GenericBdsLib.inf Enable UEFI firmware to support FMP capsule format. 2013-10-15 01:31:49 +00:00
GenericBdsStrings.uni Fix the BDS to show UEFI hard drive boot option as "EFI Hard Drive" instead of "EFI DVD/CDROM" 2011-07-05 07:55:45 +00:00
InternalBdsLib.h Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToText, ConvertTextToDevicePath and ConvertTextToDeviceNode APIs in DevicePathLib. 2013-07-26 03:14:08 +00:00
Performance.c Move the memory allocation and variable set to BdsEntry, use VariableLock protocol to lock the L”PerfDataMemAddr” variable and prevent malware to update it. 2013-05-23 02:56:41 +00:00
String.c Update the copyright notice format 2010-04-23 16:28:26 +00:00
String.h Update the copyright notice format 2010-04-23 16:28:26 +00:00