Re: [edk2] [PATCH] MdeModulepkg VarCheckLib: Return NULL when no property set

2015-10-18 Thread Zeng, Star
On 2015/10/19 10:48, Zeng, Star wrote: On 2015/10/18 14:48, Jordan Justen wrote: This patch appears to have caused OVMF to stop booting. I hit an assert now in BDS after attempting to set the BootOrder variable fails. An ideas of how to fix this? There is bug in this patch, it was thoughtless

Re: [edk2] [PATCH] MdeModulepkg VarCheckLib: Return NULL when no property set

2015-10-18 Thread Zeng, Star
On 2015/10/18 14:48, Jordan Justen wrote: This patch appears to have caused OVMF to stop booting. I hit an assert now in BDS after attempting to set the BootOrder variable fails. An ideas of how to fix this? There is bug in this patch, it was thoughtless for property set. I have resent patch to

Re: [edk2] [PATCH] MdeModulepkg VarCheckLib: Return NULL when no property set

2015-10-17 Thread Jordan Justen
This patch appears to have caused OVMF to stop booting. I hit an assert now in BDS after attempting to set the BootOrder variable fails. An ideas of how to fix this? On 2015-10-14 19:57:55, Star Zeng wrote: > to variable with wildcard name. The purpose of the first line of the commit message is t

Re: [edk2] [PATCH] MdeModulepkg VarCheckLib: Return NULL when no property set

2015-10-14 Thread Yao, Jiewen
Looks good, reviewed by jiewen@intel.com -Original Message- From: Zeng, Star Sent: Thursday, October 15, 2015 10:58 AM To: edk2-devel@lists.01.org Cc: Yao, Jiewen Subject: [PATCH] MdeModulepkg VarCheckLib: Return NULL when no property set to variable with wildcard name. VarCheckLib

[edk2] [PATCH] MdeModulepkg VarCheckLib: Return NULL when no property set

2015-10-14 Thread Star Zeng
to variable with wildcard name. VarCheckLib has zeroed property for variable with wildcard name and is waiting for property set. The code should return NULL when no property set to variable with wildcard name, but not return the zeroed property that will impact the functionality of SetVariableChec