Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build error on latest GCC in Debian Stretch, when building GCC | 4 of 7 (Leah Rowe) | 2017-01-22 | 1 | -1/+4 |
| | |||||
* | re-add old build system (for x86 boards/utils) | 4 of 7 (Leah Rowe) info@minifree.org | 2017-01-21 | 1 | -0/+55 |
| | | | | Everything will be migrated over to the new build system after release. | ||||
* | Current build system removal | Paul Kocialkowski | 2017-01-15 | 1 | -58/+0 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Fix build error on latest GCC in Debian Stretch, when building GCC | Leah Rowe | 2016-12-23 | 1 | -1/+4 |
| | |||||
* | add vboot to crossgcc/ directory (needed for building cbfstool in release/util) | Leah Rowe | 2016-08-22 | 1 | -1/+6 |
| | |||||
* | download/crossgcc: update crossgcc version used in libreboot | Leah Rowe | 2016-07-19 | 1 | -1/+1 |
| | |||||
* | Change Leah's surname back to Rowe | Leah Rowe | 2016-06-28 | 1 | -1/+1 |
| | |||||
* | reassign Minifree Ltd copyrights back to Minifree director | Leah Woods | 2016-05-06 | 1 | -1/+1 |
| | | | | This time under her chosen name. | ||||
* | reassign copyright from Minifree director to Minifree Ltd | Minifree Ltd | 2016-04-26 | 1 | -1/+1 |
| | |||||
* | Update crossgcc | Francis Rowe | 2016-03-14 | 1 | -1/+1 |
| | |||||
* | download/crossgcc: Don't delete coreboot files | Francis Rowe | 2016-03-07 | 1 | -7/+3 |
| | | | | Turns out there are needed parts. | ||||
* | Download, compile and clean crossgcc separately to coreboot | Francis Rowe | 2016-03-07 | 1 | -0/+54 |
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. |