| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Create projects-build file for libreboot-tools | Andrew Robbins | 2019-02-22 | 1 | -0/+7 |
* | | Update project files for libreboot-tools | Andrew Robbins | 2019-02-22 | 2 | -4/+5 |
|/ |
|
* | Declare and support dependencies for mosys | Andrew Robbins | 2019-02-10 | 2 | -0/+9 |
* | Declare and support dependencies for grub | Andrew Robbins | 2019-02-10 | 2 | -0/+9 |
* | Declare and support dependencies for depthcharge | Andrew Robbins | 2019-02-10 | 4 | -0/+11 |
* | Declare and support dependencies for dejavu-fonts | Andrew Robbins | 2019-02-10 | 2 | -0/+9 |
* | Declare and support dependencies for cros-ec | Andrew Robbins | 2019-02-10 | 6 | -0/+13 |
* | Declare project dependencies for coreboot depthcharge targets | Andrew Robbins | 2019-01-22 | 11 | -0/+11 |
* | Declare project dependencies for coreboot seabios targets | Andrew Robbins | 2019-01-22 | 43 | -0/+43 |
* | Declare project dependencies for coreboot grub targets | Andrew Robbins | 2019-01-22 | 42 | -0/+42 |
* | Declare minimum project dependencies for all boards | Andrew Robbins | 2019-01-22 | 16 | -0/+20 |
* | Support declaring dependencies for coreboot targets | Andrew Robbins | 2019-01-22 | 2 | -0/+9 |
* | Restructure Z61t coreboot target directories | Andrew Robbins | 2019-01-14 | 12 | -3/+4 |
* | Restructure X60 coreboot target directories | Andrew Robbins | 2019-01-14 | 25 | -15/+10 |
* | Restructure X200 coreboot target directories | Andrew Robbins | 2019-01-14 | 36 | -26/+17 |
* | Restructure Veyron Speedy coreboot target directories | Andrew Robbins | 2019-01-14 | 10 | -3/+4 |
* | Restructure Veyron Minnie coreboot target directories | Andrew Robbins | 2019-01-14 | 10 | -3/+4 |
* | Restructure Veyron Mickey coreboot target directories | Andrew Robbins | 2019-01-14 | 6 | -2/+2 |
* | Restructure Veyron Jerry coreboot target directories | Andrew Robbins | 2019-01-14 | 10 | -3/+4 |
* | Restructure T60 coreboot target directories | Andrew Robbins | 2019-01-14 | 25 | -15/+10 |
* | Restructure T400 coreboot target directories | Andrew Robbins | 2019-01-14 | 36 | -26/+17 |
* | Restructure Nyan Blaze coreboot target directories | Andrew Robbins | 2019-01-14 | 10 | -3/+4 |
* | Restructure Nyan Big coreboot target directories | Andrew Robbins | 2019-01-14 | 10 | -3/+4 |
* | Restructure Macbook2,1 coreboot target directories | Andrew Robbins | 2019-01-14 | 25 | -15/+10 |
* | Restructure KGPE-D16 coreboot target directories | Andrew Robbins | 2019-01-14 | 12 | -3/+4 |
* | Restructure KFSN4-DRE coreboot target directories | Andrew Robbins | 2019-01-14 | 25 | -15/+10 |
* | Restructure KCMA-D8 coreboot target directories | Andrew Robbins | 2019-01-14 | 12 | -3/+4 |
* | Restructure GA-G41M-ES2L coreboot target directories | Andrew Robbins | 2019-01-14 | 25 | -15/+10 |
* | Restructure D945GCLF coreboot target directories | Andrew Robbins | 2019-01-14 | 15 | -0/+3 |
* | Restructure D510MO coreboot target directories | Andrew Robbins | 2019-01-14 | 12 | -3/+4 |
* | Create SeaBIOS/GRUB targets for D945GCLF coreboot | Andrew Robbins | 2019-01-12 | 3 | -0/+4 |
* | Create 1MiB coreboot config/target for D945GCLF | Andrew Robbins | 2019-01-12 | 2 | -0/+6 |
* | Merge branch 'grub-misc' of and_who/libreboot into master | Leah Rowe | 2018-12-29 | 2 | -19/+15 |
|\ |
|
| * | Update BIOS GRUB prefix hard coded in core.img | Andrew Robbins | 2018-12-29 | 1 | -1/+1 |
| * | Copy correct number of bytes for floppy BPB | Andrew Robbins | 2018-12-29 | 1 | -1/+1 |
| * | Trim some less useful comments in grub-helper | Andrew Robbins | 2018-12-28 | 1 | -4/+0 |
| * | Remove extraneous radix specifier in grub_bo_dump() | Andrew Robbins | 2018-12-28 | 1 | -1/+1 |
| * | Use tabs for indentation in grub_bo functions | Andrew Robbins | 2018-12-28 | 1 | -13/+13 |
* | | Amend dejavu-fonts patch message about fontforge | Andrew Robbins | 2018-12-28 | 1 | -4/+4 |
|/ |
|
* | Add redundancy for seabios git clone in case the main git repository is offline | Leah Rowe | 2018-12-28 | 1 | -1/+2 |
* | Include FAT fs support in BIOS GRUB core.img | Andrew Robbins | 2018-12-25 | 1 | -0/+1 |
* | Automate updating SeaGRUB floppy image blocklists | Andrew Robbins | 2018-12-25 | 1 | -1/+95 |
* | Refactor SeaGRUB floppy creation code | Andrew Robbins | 2018-12-25 | 2 | -29/+45 |
* | Update dejavu-fonts .gitignore patch | Andrew Robbins | 2018-12-11 | 2 | -24/+28 |
* | Link fontconfig orthography files in dejavu build | Andrew Robbins | 2018-12-10 | 1 | -4/+3 |
* | Pull in Unicode data for a specific UCD version | Andrew Robbins | 2018-12-10 | 4 | -8/+44 |
* | Patch dejavu-fonts to require a recent fontforge | Andrew Robbins | 2018-12-10 | 1 | -0/+51 |
* | Merge branch 'grub-scripts' of and_who/libreboot into master | Leah Rowe | 2018-12-10 | 6 | -14/+12 |
|\ |
|
| * | Load modules from (fd0) in GRUB bios target config | Andrew Robbins | 2018-12-04 | 1 | -3/+3 |
| * | Add useful modules to GRUB modules-minimal files | Andrew Robbins | 2018-12-04 | 3 | -0/+4 |