summaryrefslogtreecommitdiffstats
path: root/docs/git/index.html
Commit message (Collapse)AuthorAgeFilesLines
...
* build-release: include static binaries for ich9gen and ich9deblobFrancis Rowe2014-12-301-0/+3
|
* build-release: include statically (cross) compiled cbfstoolFrancis Rowe2014-12-301-0/+7
|
* Update coreboot (again)Francis Rowe2014-12-131-27/+3
| | | | Also improve the deblob utilities
* build-release: include cbmem (static binaries) in libreboot_binFrancis Rowe2014-12-131-2/+2
|
* docs/git/index.html#build: fix build-release instructionsFrancis Rowe2014-12-131-1/+2
| | | | | Tell the user how to properly build flashrom/bucts with static linking. Update build-release.
* ThinkPad X200 support added to librebootFrancis Rowe2014-12-111-2/+45
|
* docs/git/index.html: update info about coreboot-libre configsFrancis Rowe2014-11-281-0/+4
|
* docs/git/index.html#build_flashrom: say correct path for binariesFrancis Rowe2014-11-251-1/+1
|
* libreboot_bin.tar.xz: Include utils as statically linked binariesFrancis Rowe2014-11-241-2/+35
| | | | | This means that the user does not have to install build dependency or build from source anymore.
* deps-parabola (removed) Remove Parabola dependencies script.Francis Rowe2014-11-241-1/+0
| | | | | It was useless. It will be re-added later. Removing for now to reduce confusion.
* Update corebootFrancis Rowe2014-11-231-16/+28
| | | | | | | | | | | | | | 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.
* Revert "buildrom-withgrub: Only include 1 keymap file in GRUB memdisk."Francis Rowe2014-11-211-4/+4
| | | | This reverts commit 3e1712768172e53ed02da96e1bb392edaa219de7.
* buildrom-withgrub: Only include 1 keymap file in GRUB memdisk.Francis Rowe2014-11-211-4/+4
| | | | | | | | | | | | | 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.
* Documentation: *major* cleanup.Francis Rowe2014-11-051-0/+503
Cleanup was long overdue. Old structure was messy and inefficient.