Re: [edk2] [patch] MdeModulePkg: Use PcdSet##S to replace PcdSet##

2015-12-07 Thread Qiu, Shumin
Reviewed-by: Qiu Shumin -Original Message- From: Bi, Dandan Sent: Monday, November 30, 2015 12:47 PM To: edk2-devel@lists.01.org Cc: Dong, Eric; Zeng, Star; Qiu, Shumin Subject: [patch] MdeModulePkg: Use PcdSet##S to replace PcdSet## Cc: Eric Dong Cc: Star Zeng Cc: Qiu Shumin Contrib

[edk2] [patch] MdeModulePkg: Use PcdSet##S to replace PcdSet##

2015-11-29 Thread Dandan Bi
Cc: Eric Dong Cc: Star Zeng Cc: Qiu Shumin Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi --- .../BootMaintenanceManagerLib/BootMaintenance.c| 18 -- MdeModulePkg/Library/BootManagerLib/BootManager.c | 18 -- 2 file

[edk2] [Patch] MdeModulePkg: Use PcdSet##S to replace PcdSet##

2015-10-13 Thread Eric Dong
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 wi