Re: [edk2] [Patch] VfrCompile Crash on efivarstore statement

2015-01-07 Thread Aaron Pop
: [edk2] [Patch] VfrCompile Crash on efivarstore statement Aaron, efivarstore definition support two format, format one like below. It's the recommend format which follow UEFI 2.3 and later spec. efivarstore MY_EFI_VARSTORE_DATA, attribute = EFI_VARIABLE_BOOTSERVICE_A

Re: [edk2] [Patch] VfrCompile Crash on efivarstore statement

2015-01-07 Thread Dong, Eric
t: Re: [edk2] [Patch] VfrCompile Crash on efivarstore statement Hi Eric, I don't have a case that can reference the efivarstore provided in the example. I was creating varstore statements based upon the allowable syntax in the vfrcompiler source code when I came across the crash. Best Rega

Re: [edk2] [Patch] VfrCompile Crash on efivarstore statement

2014-12-30 Thread Aaron Pop
Sent: Monday, December 29, 2014 9:33 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] [Patch] VfrCompile Crash on efivarstore statement Aaron, After I checked in your patch, it break our current code, so I will rollback this patch first and discussed with you. Later I will provide a

Re: [edk2] [Patch] VfrCompile Crash on efivarstore statement

2014-12-29 Thread Dong, Eric
Eric [mailto:eric.d...@intel.com] Sent: Tuesday, December 30, 2014 9:34 AM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] [Patch] VfrCompile Crash on efivarstore statement Aaron, For your below example efivarstore, how do your questions reference this storage? Thanks, Eric From: Dong,

Re: [edk2] [Patch] VfrCompile Crash on efivarstore statement

2014-12-29 Thread Dong, Eric
Aaron, For your below example efivarstore, how do your questions reference this storage? Thanks, Eric From: Dong, Eric [mailto:eric.d...@intel.com] Sent: Monday, December 22, 2014 10:23 AM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] [Patch] VfrCompile Crash on efivarstore statement

Re: [edk2] [Patch] VfrCompile Crash on efivarstore statement

2014-12-21 Thread Dong, Eric
Aaron, Thanks to provide this patch. Code has checked in r16544. Thanks, Eric From: Aaron Pop [mailto:aar...@ami.com] Sent: Saturday, December 20, 2014 12:41 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch] VfrCompile Crash on efivarstore statement The following VFR statement was

[edk2] [Patch] VfrCompile Crash on efivarstore statement

2014-12-19 Thread Aaron Pop
The following VFR statement was causing the VfrCompile to crash: efivarstore UINT8, attribute = 0, name = STRING_TOKEN(STR_TEST3), varsize = 1, guid = { 0xf648132a, 0x4193, 0x4c13, { 0x85, 0x71, 0x33, 0xf0, 0x6d, 0x53, 0x74, 0xa9 } }; In the vfrStatementVarStor