//
pkg.gl
Category
github.com/linuxboot/fiano
pkg
fmap
package
1.2.0
Repository:
https://github.com/linuxboot/fiano.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
9
Dependents
8
Files
226 SLOC
#
Functions
FlagNames
FlagNames returns human readable representation of the flags.
Read
Read an FMap into the data structure.
Write
Write overwrites the fmap in the flash file.
#
Constants
FmapAreaCompressed
Flags which can be applied to Area.Flags.
FmapAreaReadOnly
Flags which can be applied to Area.Flags.
FmapAreaStatic
Flags which can be applied to Area.Flags.
#
Variables
Signature
Signature of the fmap structure.
#
Structs
Area
Area describes each area.
FMap
FMap structure serializable using encoding.Binary.
Header
Header describes the flash part.
Metadata
Metadata contains additional data not part of the FMap.
String
String wraps around byte array to give us more control over how strings are serialized.