Coreboot

From NixOS Wiki
Revision as of 01:26, 24 December 2020 by imported>Flokli (remove hardening edit / https://github.com/NixOS/nixpkgs/pull/107435)

Building

To build your own coreboot bios:

$ git clone https://review.coreboot.org/coreboot.git; cd coreboot
$ nix-shell -p ncurses.dev bison flex clang zlib
$ NIX_LDFLAGS="$NIX_LDFLAGS -lncurses" make menuconfig
$ make crossgcc
$ make