Commit Graph

2 Commits

Author SHA1 Message Date
Trammell hudson
b11a3cd0d1 Quiet some of the output 2018-03-16 10:35:44 -04:00
Trammell hudson
b67e0fc403 Compact NVRAM NVAR firmware files.
This tool will remove old versions of NVRAM NVAR non-volatile
variables and leave only the final version.  The UEFI
`FaultTolerantWriteProtocol` makes a new copy every time a
variable is modified, leading to numerous copies in the ROM
image.  For reproducibility we want only the last version.

This also will make it possible to add new variables at image
build time for things like the LinuxBoot kernel command line.
2018-03-16 10:35:44 -04:00