audk/IntelFrameworkModulePkg/Universal/BdsDxe
Eric Dong 84db9040cc IntelFrameworkModulePkg BdsDxe: Use PcdSet##S to replace PcdSet##
PcdSet## has no error status returned, then the caller has no idea about whether the set operation is successful or not.
PcdSet##S were added to return error status and PcdSet## APIs were put in ifndef DISABLE_NEW_DEPRECATED_INTERFACES condition.
To adopt PcdSet##S and further code development with DISABLE_NEW_DEPRECATED_INTERFACES defined, we need to Replace PcdSet## usage with PcdSet##S.

Normally, DynamicDefault PCD set is expected to be success, but DynamicHii PCD set failure is a legal case.
So for DynamicDefault, we add assert when set failure. For DynamicHii, we add logic to handle it.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18605 6f19259b-4bc3-4df7-8a09-765794883524
2015-10-15 00:57:45 +00:00
..
BootMaint IntelFrameworkModulePkg BdsDxe: Use PcdSet##S to replace PcdSet## 2015-10-15 00:57:45 +00:00
BootMngr IntelFrameworkModulePkg BootMngr: Fix potential read over memory boundary 2015-07-13 01:23:37 +00:00
DeviceMngr IntelFrameworkModulePkg DeviceMngr: Potential read over memory boundary 2015-07-13 01:24:00 +00:00
Bds.h Report the setting variable failure to platform through the status code when core cannot handle the error. 2014-03-25 02:38:54 +00:00
BdsDxe.inf IntelFrameworkModulePkg: Change BdsDxe to use new PCDs defined in MdePkg and MdeModulePkg. 2015-05-06 03:23:06 +00:00
BdsDxe.uni IntelFrameworkModulePkg: Convert non DOS format files to DOS format 2014-09-03 08:45:37 +00:00
BdsDxeExtra.uni IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages 2014-08-28 07:02:57 +00:00
BdsEntry.c Report the setting variable failure to platform through the status code when core cannot handle the error. 2014-03-25 02:38:54 +00:00
Capsules.c Enable UEFI firmware to support FMP capsule format. 2013-10-15 01:31:49 +00:00
FrontPage.c IntelFrameworkModulePkg BdsDxe: Use PcdSet##S to replace PcdSet## 2015-10-15 00:57:45 +00:00
FrontPage.h 1. Fix a bug when comparing two timestamp in auth-variable driver. 2012-09-14 02:59:35 +00:00
FrontPageStrings.uni Fix CRLF format 2014-01-22 08:38:20 +00:00
FrontPageVfr.Vfr EDKII:Display engine should not depend on the framework code 2015-06-09 05:09:50 +00:00
Hotkey.c Correct the convert hex string to decimal value logic. 2014-09-22 05:37:16 +00:00
Hotkey.h Rollback the change to EFI_BOOT_KEY_DATA structure since UEFI Spec adds the clarification that bitfields are ordered such that bit 0 is the least significant bit. 2013-12-18 05:51:22 +00:00
HwErrRecSupport.c Follow UEFI spec, set TimeOut and HwErrRecSupport variable by EFI variable service instead of PcdSet(). 2013-03-05 12:20:53 +00:00
HwErrRecSupport.h Update the copyright notice format 2010-04-23 16:28:26 +00:00
Language.c Add check to avoid null pointer deference. 2014-03-28 02:50:47 +00:00
Language.h Update the copyright notice format 2010-04-23 16:28:26 +00:00
MemoryTest.c IntelFrameworkModulePkg BdsDxe: Use PcdSet##S to replace PcdSet## 2015-10-15 00:57:45 +00:00
String.c Remove unnecessary mBdsImageHandle. 2010-11-08 06:56:57 +00:00
String.h Clean up the private GUID definition in module Level. 2011-09-18 12:23:27 +00:00
Strings.uni Update the copyright notice format 2010-04-23 16:28:26 +00:00