Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-add old build system (for x86 boards/utils) | 4 of 7 (Leah Rowe) info@minifree.org | 2017-01-21 | 1 | -0/+209 |
| | | | | Everything will be migrated over to the new build system after release. | ||||
* | Current build system removal | Paul Kocialkowski | 2017-01-15 | 1 | -209/+0 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | grub-assemble: add RAID modules | Francis Rowe | 2015-08-26 | 1 | -0/+5 |
| | |||||
* | grub-assemble: Add the "bsd" and "part_bsd" modules | Francis Rowe | 2015-03-01 | 1 | -0/+2 |
| | |||||
* | grub-assemble: Use single list of modules | Francis Rowe | 2014-11-23 | 1 | -0/+202 |
| | |||||
* | Revert "buildrom-withgrub: Only include 1 keymap file in GRUB memdisk." | Francis Rowe | 2014-11-21 | 1 | -200/+0 |
| | | | | This reverts commit 3e1712768172e53ed02da96e1bb392edaa219de7. | ||||
* | buildrom-withgrub: Only include 1 keymap file in GRUB memdisk. | Francis Rowe | 2014-11-21 | 1 | -0/+200 |
This is to reduce the size of the image. To accomplish this, the payload in each coreboot configuration was set to 'None', after which the buildrom-withgrub script was modified to build a new grub.elf for each image. This is fast, since building the grub.elf only takes less than a second. The alternative was to build a new coreboot ROM per keymap, which would have been slow. Other files were also modified along with this, check the diff to see everything. |