repository
0.0.0-20211215004337-61388f13a9b0
Repository: https://github.com/linuxboot/cbfs.git
Documentation: pkg.go.dev
# README
cbfs
Go-based tools for modifying coreboot .rom files
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