fiano icon indicating copy to clipboard operation
fiano copied to clipboard

Go-based tools for modifying UEFI firmware

Results 70 fiano issues
Sort by recently updated
recently updated
newest added

For example: ``` usage --annotations=

enhancement

It would be nice if we could sort files in a FV by size. This would let us target big files easily for removal

enhancement

It should be possible to scan for the `__FMAP__` magic using an `io.Writer`.

enhancement
help wanted
good first issue

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...

enhancement
discussion

The idea is you would be able to fuse mount a BIOS image to access the files.

enhancement
discussion

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