Warner Losh 82f6245d5b Fix a cluster of bugs in list EFI environment variables:
1. Size returned for variable name is in bytes, not CHAR16 (the
   UEFI standard is unclear on this, where it is clear on the size of
   the variable).
2. Dynamically allocate the buffers so we can grow them if someone
   defines a super-long variable name.

These two fixes allow me to examine all the variables in my BIOS and
also removes the repeated printing of variables.
2016-09-30 15:41:12 +00:00
..
2016-09-30 14:00:23 +00:00
2016-09-29 14:01:06 +00:00
2016-09-08 02:38:55 +00:00
2016-09-22 15:17:36 +00:00
2016-09-29 19:57:37 +00:00