summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* backport bcf3ffdFrancis Rowe2016-01-231-1/+1
|
* backport efb38e5Francis Rowe2016-01-224-36/+4
|
* backport 6e932e0Francis Rowe2016-01-191-1/+1
|
* backport 4fd8ac3Francis Rowe2016-01-181-7/+1
|
* backport 04ae568Francis Rowe2016-01-101-0/+3
|
* backport fda6467Francis Rowe2016-01-055-4/+101
|
* fix typoFrancis Rowe2016-01-051-8/+2
|
* backport 6dd6e82Francis Rowe2016-01-051-463/+13
|
* backport 7c5fc47Francis Rowe2015-12-222-2/+2
|
* backport ecf0cefFrancis Rowe2015-12-192-2/+2
|
* backport dd34b4eFrancis Rowe2015-12-192-0/+8
|
* backport d0865e1Francis Rowe2015-12-191-1/+1
|
* backport c5d03d7Francis Rowe2015-12-191-3/+1
|
* avoid typos life the plagueFrancis Rowe2015-12-171-1/+1
|
* backport 910b212Francis Rowe2015-12-171-4/+9
|
* backport 34e0269Francis Rowe2015-12-132-42/+0
|
* docs (html): backport 6f3eef5f499913395515e666a88d0c4b7846c907Paul Kocialkowski2015-12-061-0/+4
|
* docs (html): backport 9ecd349e0e48c22131ca45e534bc76951ca6e881Paul Kocialkowski2015-12-061-2/+2
|
* docs (html): backport 60e0e66caa82be9b4b3f031c9337a871d08c0ffeFrancis Rowe2015-12-061-1/+4
|
* docs (html): backport 4f4ec55f08d55acadd6723a54db638bd5ef04484Francis Rowe2015-12-051-0/+1
|
* docs (html): backport c13fe7aad75a74096f0e8d090c282e254fd78108Francis Rowe2015-12-051-0/+8
|
* docs (html): backport 494e8a2abdd0c0757c7aadfae2c0c97333eb0d24Francis Rowe2015-12-051-1/+3
|
* docs (html): backport b2c87be0ae8c70bc57963cfe508bd0fa7288b20fFrancis Rowe2015-12-051-4/+3
|
* docs (html): backport 04dcb0d63ca111915a0a644543a1b2a9ea84c3a5Francis Rowe2015-12-051-2/+0
|
* docs: backport 513cf7edd6ad4575452f86ba035b2d617ae0b331Francis Rowe2015-12-052-1/+1
|
* docs (html): backport 43438b995be890eed297b5721417ea789f2dc7f9Francis Rowe2015-12-051-59/+48
|
* add pandoc to parabola/trisquel dependencies scriptFrancis Rowe2015-11-062-0/+10
|
* Update config for ASUS C201Francis Rowe2015-11-061-0/+4
|
* Replace Chromebook mentions with CrOS, that is more genericPaul Kocialkowski2015-11-069-23/+23
| | | | | | | | | | Not all CrOS devices are Chromebooks (laptops) or run on ARM, not all RK3288 CrOS devices are Chromebooks, either. We want to support more CrOS devices, including some that are not Chromebooks, such as the ASUS Chromebit! Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* docs: Improve c201 install images, with better contrast for color blind peoplePaul Kocialkowski2015-11-062-0/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* veyron_speedy config update, depthcharge menus improvementPaul Kocialkowski2015-11-066-185/+45
|
* download/coreboot: add missing copyright attributionFrancis Rowe2015-11-061-0/+1
|
* download/coreboot: remove false informationFrancis Rowe2015-11-061-1/+1
|
* Update coreboot-libre configs (forgot to do it earlier)Francis Rowe2015-11-0620-34/+53
|
* Don't build ifdtool. Not needed in libreboot.Francis Rowe2015-11-062-5/+2
|
* Update coreboot to new version (use latest stable kgpe-d16 tree)Francis Rowe2015-11-06150-3696/+3493
|
* download/coreboot: temporary fix: revert vboot (for ASUS C201)Francis Rowe2015-11-061-1/+1
| | | | Temporary fix for build error.
* docs: Make the C201 hcl page more factual (with corrections), without ↵Paul Kocialkowski2015-11-061-14/+17
| | | | | | | | | | | | | | | ordering users This rewrites parts of the C201 hcl page in more factual ways. This adds details about the relationship between Google's Chromebook-related decisions and free software, without giving a too strong opinion about Google given that it's a company so big that it makes little sense to judge it as a whole. Also, a few sentences were rewritten to not tell users what to do or what to think, but to inform them about the current problems and solutions when it comes to running the device with free software. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* docs: Introduce instructions to install Libreboot on the ASUS Chromebook C201Paul Kocialkowski2015-11-066-0/+308
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* docs: Introduce instructions to use and configure depthchargePaul Kocialkowski2015-11-061-4/+288
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* docs: Introduce instructions to configure coreboot-libre with depthchargePaul Kocialkowski2015-11-061-28/+35
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* docs: Introduce instructions to maintain depthchargePaul Kocialkowski2015-11-061-3/+17
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* scripts: say ROM images, not ROM's. ROM's is wrong!Francis Rowe2015-11-052-4/+4
|
* build/module/coreboot: also build crossgcc armFrancis Rowe2015-11-053-24/+7
|
* build/roms/withgrub: use sub shell instead of cd ../Francis Rowe2015-11-051-1/+2
|
* build/roms/withgrub_helper: use quotes where neededFrancis Rowe2015-11-051-1/+1
|
* roms/withgrub: Fix brace expansionKlemens Nanni2015-11-051-2/+2
|
* roms/withgrub_helper: Create correct ROM layoutsKlemens Nanni2015-11-051-0/+3
| | | | | | | find bin/grub [...] also searches other boards' ROMs and thus would print a ROM layout not neccessarily belonging to the same board images got built for.
* grub.cfg: Add MemTest86+ hotkey, fix lowercaseKlemens Nanni2015-11-052-9/+9
| | | | | | Appearently --hotkey can only be used once, therefore remove uppercase Letters overwriting lowercase ones.
* grub-assemble: remove redundant line break on EOFFrancis Rowe2015-11-051-1/+0
|