Categorygithub.com/linuxboot/cbfs
repository
0.0.0-20211215004337-61388f13a9b0
Repository: https://github.com/linuxboot/cbfs.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

cbfs

Go-based tools for modifying coreboot .rom files

CircleCI Build Status Go Report
Card GoDoc CodeCov License

cbf

Example usage:

TBD

Installation

# Golang version 1.11 is required:
go version

# For cbfs
go get github.com/linuxboot/cbfs/cmds/cbfs

Updating Dependencies

# Latest released version of dep is required:
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure