From 4b0752e1c264c4ba2a354507ca97bb2e039dda1a Mon Sep 17 00:00:00 2001
From: "4 of 7 (Leah Rowe) info@minifree.org"
For Debian Stretch (may also work on Debian Jessie), you can run the following command:
For Parabola, you can run the following command:
To build bucts, do this in the main directory:
To statically compile it, do this:
@@ -217,12 +217,12 @@
To build it, do the following in the main directory:
To statically compile it, do the following in the main directory:
@@ -281,36 +281,36 @@
Build all of the components used in libreboot:
- You can also build each modules separately, using ./build module modulename.
+ You can also build each modules separately, using ./oldbuild module modulename.
To see the possible values for modulename, use:
After that, build the ROM images (for all boards):
For those boards which use the depcharge payload, you must use:
- $ ./build roms withdepthcharge
To clean (reverse) everything, do the following:
@@ -334,7 +334,7 @@
- The archives will appear under release/${version}/;
+ The archives will appear under release/oldbuildsystem/${version}/;
${version} will either be set using git describe or,
if a version file already exists (_src release archive),
then it will simply re-use that.
@@ -342,34 +342,34 @@
Tag the current commit, and that version will appear in both the ${version}
- string on the directory under release/, and in the file names of the
+ string on the directory under release/oldbuildsystem/, and in the file names of the
archives. Otherwise, whatever git uses for git describe --tags HEAD
will be used.
Utilities (static executables):
Archive containing flashrom and bucts source code:
Documentation archive (does not work on _src release archive, only git):
ROM image archives:
Source code archive:
SHA512 sums of all other release archives that have been generated:
@@ -405,8 +405,8 @@
If you are building binaries on a live system or chroot (for flashrom/bucts), you can use the following to statically link them:
@@ -417,17 +417,17 @@
The command that you used for generating the release archives will also run the following command:
- You'll find that the files libreboot_util.tar.xz and libreboot_src.tar.xz have been created, under release/.
+ You'll find that the files libreboot_util.tar.xz and libreboot_src.tar.xz have been created, under release/oldbuildsystem/.
- The ROM images will be stored in separate archives for each system, under release/rom/.
+ The ROM images will be stored in separate archives for each system, under release/oldbuildsystem/rom/.
ich9gen executables can be found under ./ich9deblob/ statically compiled in
libreboot_util. If you are using src or git, build ich9gen from source with:
- $ sudo ./build dependencies debian
+ $ sudo ./oldbuild dependencies debian
(this will also work in Devuan)
- $ sudo ./build dependencies parabola
+ $ sudo ./oldbuild dependencies parabola
or:
- # ./build dependencies parabola
+ # ./oldbuild dependencies parabola
- $ ./build module bucts
+ $ ./oldbuild module bucts
- $ ./build module bucts static
+ $ ./oldbuild module bucts static
- $ ./build module flashrom
+ $ ./oldbuild module flashrom
- $ ./build module flashrom static
+ $ ./oldbuild module flashrom static
- $ ./build module all
+ $ ./oldbuild module all
- $ ./build module list
+ $ ./oldbuild module list
- $ ./build roms withgrub
+ $ ./oldbuild roms withgrub
Alternatively, you can build for a specific board or set of boards.
For example:
- $ ./build roms withgrub x60
- $ ./build roms withgrub x200_8mb
- $ ./build roms withgrub x60 x200_8mb
+ $ ./oldbuild roms withgrub x60
+ $ ./oldbuild roms withgrub x200_8mb
+ $ ./oldbuild roms withgrub x60 x200_8mb
The list of board options can be found by looking at the directory
names in resources/libreboot/config/grub/.
+ $ ./oldbuild roms withdepthcharge
You can also build for a specific board or set of boards. For example:
- $ ./build roms withdepthcharge veyron_speedy
+ $ ./oldbuild roms withdepthcharge veyron_speedy
- $ ./build clean all
+ $ ./oldbuild clean all
- $ ./build release util
+ $ ./oldbuild release util
- $ ./build release tobuild
+ $ ./oldbuild release tobuild
- $ ./build release docs
+ $ ./oldbuild release docs
- $ ./build release roms
+ $ ./oldbuild release roms
- $ ./build release src
+ $ ./oldbuild release src
- $ ./build release sha512sums
+ $ ./oldbuild release sha512sums
- $ ./build module flashrom static
- $ ./build module bucts static
+ $ ./oldbuild module flashrom static
+ $ ./oldbuild module bucts static
- $ ./build release tobuild
- The archive tobuild.tar.xz will have been created under release/, containing bucts, flashrom and all other required
+ $ ./oldbuild release tobuild
+ The archive tobuild.tar.xz will have been created under release/oldbuildsystem/, containing bucts, flashrom and all other required
resources for building them.
- $ ./build module ich9deblob
+ $ ./oldbuild module ich9deblob
The executable will appear under resources/utilities/ich9deblob/
If you are working with libreboot_src (or git), you can find the source under resources/utilities/ich9deblob/
- and will already be compiled if you ran ./build module all or ./build module ich9deblob from the main directory (./),
+ and will already be compiled if you ran ./oldbuild module all or ./oldbuild module ich9deblob from the main directory (./),
otherwise you can build it like so:
- $ ./build module ich9deblob
+ $ ./oldbuild module ich9deblob
An executable file named ich9deblob will now appear under resources/utilities/ich9deblob/
-- cgit v1.2.3-70-g09d2