summaryrefslogtreecommitdiff
path: root/docs/git
AgeCommit message (Collapse)Author
2014-11-28docs/git/index.html: update info about coreboot-libre configsFrancis Rowe
2014-11-26docs/git/index.html#build_flashrom: say correct path for binariesFrancis Rowe
2014-11-25libreboot_bin.tar.xz: Include utils as statically linked binariesFrancis Rowe
This means that the user does not have to install build dependency or build from source anymore.
2014-11-24deps-parabola (removed) Remove Parabola dependencies script.Francis Rowe
It was useless. It will be re-added later. Removing for now to reduce confusion.
2014-11-23Update corebootFrancis Rowe
Some notes: DEBLOB script updated (more blobs added). i945: reverted to legacy brightness. i945: permanently set tft_brightness to 0xff (works around a bug on X60 where brightness loops to zero when at max brightness and trying to increase the brightness level) EHCI debug dongle (BeagleBone Black) now enabled on all boards.
2014-11-21Revert "buildrom-withgrub: Only include 1 keymap file in GRUB memdisk."Francis Rowe
This reverts commit 3e1712768172e53ed02da96e1bb392edaa219de7.
2014-11-21buildrom-withgrub: Only include 1 keymap file in GRUB memdisk.Francis Rowe
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.
2014-11-06Documentation: *major* cleanup.Francis Rowe
Cleanup was long overdue. Old structure was messy and inefficient.