Re: [edk2] varstore vs efivarstore

2012-10-17 Thread Tim Lewis
chroeder [mailto:ben...@mellanox.com] Sent: Wednesday, October 17, 2012 3:33 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] varstore vs efivarstore Can anyone explain the difference between VarStore and EfiVarStore. These are variables that are used in HII forms. What's the differ

[edk2] varstore vs efivarstore

2012-10-17 Thread Ben Schroeder
Can anyone explain the difference between VarStore and EfiVarStore. These are variables that are used in HII forms. What's the difference in how they work? In which cases should each one be used? Does memory for them need to be allocated by the user? Or is it allocated by the UEFI system? ---