Skip to content

pcengines/cb-order

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 1 commit ahead of SergiiDmytruk:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

coreboot boot configuration editor

This is a terminal application for changing boot settings in ROM files of coreboot. It can change boot order and values of options in interactive or automated mode.

Dependencies

  • libcurses
  • GNU Make

Building

make # or `make debug` (possibly after `make clean`)
./cb-order -h

Usage example

Non-interactively:

cb-order coreboot.rom -b USB,SATA -o usben=off -o watchdog=300

Interactively:

cb-order coreboot.rom

Controls in interactive mode

Navigation can be done with extended keys (arrows, etc.), CLI-like shortcuts or in Vim-like manner. CLI-like shortcuts are associated with items on the screen and are upper case only, so hold Shift to perform navigation in that manner. Bottom of each screen provides list of keys and their meaning.

License

GPL 2.0 only.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.1%
  • Makefile 1.9%