RE: [PATCH v3 7/7] Add a format check for an existing variable name at erasing time

2012-10-29 Thread Seiji Aguchi
> > + utf16_strlen(efi_name))) { > > + /* > > +* Check if an old format, > > +* which doesn't support holding > > +* multiple logs, remains. > > +*/

Re: [PATCH v3 7/7] Add a format check for an existing variable name at erasing time

2012-10-29 Thread Mike Waychison
On Fri, Oct 26, 2012 at 2:43 PM, Seiji Aguchi wrote: > [Issue] > > A format of variable name has been updated to type, id, count and ctime > to support holding multiple logs. > > Format of current variable name > dump-type0-1-2-12345678 > > type:0 > id:1 > count:2 > ctime:12345678 > > On