fiano
fiano copied to clipboard
Go-based tools for modifying UEFI firmware
It would be nice if we could sort files in a FV by size. This would let us target big files easily for removal
It should be possible to scan for the `__FMAP__` magic using an `io.Writer`.
The `FVFileTypePEIM` line was commented out in `supportedFiles` to prevent PEI sections from being compressed. This was necessary because PEI sections would re-compress to a larger size and overflow the...
The idea is you would be able to fuse mount a BIOS image to access the files.
Changing directories: pkg/intel/metadata/manifest -> pkg/intel/metadata/cbnt pkg/intel/metadata/manifest/common -> pkg/intel/common Also renaming the `manifest` package to `cbnt` and adapt the template code accordingly. Signed-off-by: Christopher Meis