| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This is mainly useful for being able to run these scripts on BSDs.
And for users who use a Bash not installed to /bin.
|
|
|
|
| |
Everything will be migrated over to the new build system after release.
|
|
|
|
| |
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
| |
|
|
|
|
| |
This time under her chosen name.
|
| |
|
|
|
|
|
|
|
|
| |
This means that coreboot can be re-downloaded and re-built without affecting
crossgcc. The crossgcc directory also now only contains crossgcc; previously,
it contained the entire coreboot source code too, which was unneeded because
that directory was just for crossgcc, where the real coreboot directories
symlink to it during the build process.
|
|
|
|
|
|
|
|
|
| |
board"""
When you have to revert a revert of a revert in the same 20 minute window
then you my friend are an idiot. And that's exactly what I am.
This reverts commit d105b4a8b74645d5936cf8a51b1517f3ba89fd26.
|
|
|
|
| |
This reverts commit 2f3d87aec85f5759180380cbc156472378164d11.
|
|
|
|
|
|
|
| |
I'm an idiot. This patch wasn't supposed to be pushed yet because
not finished. Reverting it for the time being.
This reverts commit 89cc8c38c1cf3865c3684e5bd6658eedf0e61cfd.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The release archives will be bigger, but this is a necessary change
that makes libreboot development easier.
At present, there are boards maintained in libreboot by different
people. By doing it this way, that becomes much easier. This is in
contrast to the present situation, where a change to one board
potentially affects all other boards, especially when updating to
a new version of coreboot.
Coreboot-libre scripts, download scripts, build scripts - everything.
The entire build system has been modified to reflect this change
of development.
For reasons of consistency, cbfstool and nvramtool are no longer
included in the util archives.
|
|
|
|
|
| |
Instead of manually cd'ing into and out of
directories, use make's -C flag.
|
| |
|
|
|
|
|
| |
Based on the style used for the script in
resources/scripts/helpers/build/release/
|
|
|
|
|
| |
They aren't included in the _util release archive anymore, and
they don't need to be built either.
|
| |
|
| |
|
|
All build scripts were moved to resources/scripts/helpers/
|