Commit Graph

2 Commits

Author SHA1 Message Date
Matthew Garrett d779b3e0fc Fix hex representation of binary variable contents
The getenv code was mishandling the conversion of binary to hex. Grub's
sprintf() doesn't seem to support the full set of format conversions, so
fix this in the nasty way.
2018-03-29 22:18:53 -04:00
Matthew Garrett 250af4351d Add efi getenv command
Add a command to obtain the contents of EFI firmware variables.
2018-03-29 22:18:53 -04:00