package
1.2.0
Repository: https://github.com/linuxboot/fiano.git
Documentation: pkg.go.dev

# Functions

NewBootSplash returns a ReadWriter interface for the CBFS type TypeBootSplash.
NewFile reads in the CBFS file at current offset On success it seeks to the end of the file.
NewFSP returns a ReadWriter interface for the CBFS type TypeFSP.
NewMicrocode returns a ReadWriter interface for the CBFS type TypeMicroCode.
NewSPD returns a ReadWriter for the CBFS type TypeSPD.
Read reads things in in BE format, which they are supposed to be in.
ReadAttributes reads the variable length CBFS attribute list.
ReadData reads the variable length CBFS file data.
ReadLE reads things in LE format, which the spec says it is not in.
ReadName reads the variable length CBFS name.
Write reads things in in BE format, which they are supposed to be in.
WriteLE reads things in LE format, which the spec says it is not in.

# Constants

# Variables

# Structs

# Interfaces

Each CBFS file type must implement at least this interface.

# Type aliases

These are standard component types for well known components (i.e - those that coreboot needs to consume.
fix this mess later to use characters, not constants.