Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate R400/T400/T500/W500 Coreboot configs | Andrew Robbins | 2018-10-08 | 34 | -6965/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The goal here is to have fewer full configuration files. By consolidating the T400 board configs (and board variants such as the R400/T500/W500) into at most two base configs we can rely on separate target-specific configs (e.g., for different flash sizes) to override our default values given in projects/coreboot/configs/t400/config File contents of the new configs located at projects/coreboot/t400/variants/ are now supplied to make as command-line arguments, overriding the same configurations in the base config. The T400 file is included as an example of which configurations need to be overriden by a variant for a proper SMBIOS name to be used. Configs allowing for different ROM chip sizes other than the default are reimplemented in a subsequent commit. The following are no longer valid targets when building Coreboot: r400_16mb r400_8mb r400_4mb t400_16mb t400_8mb t400_4mb t500_16mb t500_8mb t500_4mb w500_16mb w500_8mb w500_4mb | ||||
* | Restructure Coreboot project configs directory | Andrew Robbins | 2018-10-08 | 69 | -35/+7 |
| | | | | | | | | | | | Moving the board-specific directories into projects/coreboot/configs/ and removing the payload-specific directories (depthcharge, seabios) will allow for better management of Coreboot configs for each board. Instead of having a config for each payload, there will be at most two main configs (textmode, corebootfb) for each board. Selecting a default payload will be reimplemented in a subsequent commit. | ||||
* | Merge branch 'master' of SolidHal/libreboot into master | Andrew Robbins | 2018-10-03 | 2 | -0/+166 |
|\ | |||||
| * | Backport hash checking into buildgcc | SolidHal | 2018-10-02 | 2 | -0/+166 |
| | | | | | | | | | | | | Patch based off: https://review.coreboot.org/cgit/coreboot.git/commit/?id=92d483a8927066ef16603023be05ad1fb7dea644 by Jonathan Neuschäfer <j.neuschaefer@gmx.net> | ||||
* | | Merge branch 'master' of necklace/libreboot into master | Andrew Robbins | 2018-09-26 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix typo in docs/gnulinux/encrypted_parabola.md | Nichlas Severinsen | 2018-09-25 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'www/remove-vimuser-mirror' of libreboot/libreboot into master | Andrew Robbins | 2018-09-21 | 1 | -2/+0 |
|\ \ | |||||
| * | | Remove the vimuser.org download mirror from the downloads page | Leah Rowe | 2018-09-20 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | I'm moving the website to another server which doesn't have much bandwidth, so i can't host this mirror anymore. I have plenty of other backups, however, and there are other mirrors. | ||||
* | | | Merge branch 'master' of eemeli/libreboot into master | Leah Rowe | 2018-09-20 | 4 | -0/+898 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add screen, stylus and trackpoint rotation script | Dr Blåsten | 2018-08-16 | 1 | -0/+154 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This script's purpose is to rotate the screen and/or Wacom stylus and/or trackpoint orientation for more comfortable drawing and writing on a touch screen. Requires `xrandr` and `xsetwacom` on the system. Various desktop environments have different levels of automation, so options `-s`, `-p`, `-t` determine whether to rotate the screen, pen or trackpoint. Only the main screen is rotated (LVDS1 or LVDS-1 depending on kernel). Furthermore the input device rotations follow the main screen. _THERE MIGHT BE ISSUES WITH EXTERNAL MONITORS_ Check! | ||||
| * | | Add mention of screen, stylus and trackpoint rotation to x200t docs | Eemeli Blåsten | 2018-08-16 | 1 | -0/+6 |
| | | | |||||
| * | | Add readme for the screen, stylus and trackpoint rotation script | Eemeli Blåsten | 2018-08-16 | 1 | -0/+64 |
| | | | |||||
| * | | Prepare the GPL3 license for the screen+stylus rotation scripts | Eemeli Blåsten | 2018-06-07 | 1 | -0/+674 |
| | | | |||||
* | | | Merge branch 'docs/dm_mod_typo' of kmac/libreboot into master | Swift Geek | 2018-09-04 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Correct dm_mod typo in encrypted parabola setup doc | koreymacdougall | 2018-08-10 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'master' of codingquark/libreboot into master | Swift Geek | 2018-09-04 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Fixed a typo in spelling | Dhavan Vaidya | 2018-08-31 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | A very minor change, but bothered me a few times. So here it is. | ||||
* | | | | Merge branch 'docs/fix-broken-links-c-2018-08' of sampablokuper/libreboot ↵ | Swift Geek | 2018-09-04 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | into master | ||||
| * | | | | Fix broken anchor links to Macbook hardware info | Sam Pablo Kuper | 2018-08-17 | 1 | -2/+2 |
| |/ / / | | | | | | | | | | | | | | | | | The URL fragments in the link did not match the anchor names on the "Hardware" page. | ||||
* | | | | Merge branch 'docs/install_grubtest.cfg_typo' of kmac/libreboot into master | Swift Geek | 2018-09-04 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Fix filename of libreboot_grub.cfg in grubtest.cfg section | koreymacdougall | 2018-09-04 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge branch 'master' of valo/libreboot into master | Leah Rowe | 2018-08-08 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | fixed a typo in depthcharge patch 0003 | Valo Sorsa | 2018-08-04 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'master' of johnmh/libreboot into master | Leah Rowe | 2018-08-08 | 1 | -0/+2 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Add link to Splentity mirror | John M. Harris, Jr | 2018-08-06 | 1 | -0/+2 |
|/ / / | |||||
* | | | Merge branch 'master' of koddos/libreboot into master | Leah Rowe | 2018-07-27 | 1 | -0/+4 |
|\ \ \ | |||||
| * \ \ | Merge with original repo | KoDDoS Mirror | 2018-07-27 | 169 | -2886/+9198 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge branch 'master' of johnmh/libreboot into master | Leah Rowe | 2018-07-22 | 1 | -3/+0 |
|\ \ \ \ | |||||
| * | | | | Remove Peers Community mirror link | John M. Harris, Jr | 2018-07-21 | 1 | -3/+0 |
|/ / / / | | | | | | | | | | | | | "As of 2018-06-27, the mirrors have shutdown" | ||||
* | | | | Merge branch 'docs-install-r400-external-cmos-dual-graphics' of ↵ | Leah Rowe | 2018-07-21 | 1 | -3/+5 |
|\ \ \ \ | | | | | | | | | | | | | | | | nicorikken/libreboot into master | ||||
| * | | | | Pending change for CMOS value naming 'switchable graphics' -> 'dual graphics' | nicorikken | 2018-06-19 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I proposed a naming patch for the T400 CMOS value in the Coreboot project: https://review.coreboot.org/#/c/coreboot/+/27158/ As this is the only manual referring to the name of the value, this commit updates the naming to reflect the upstream change. Merging this patch becomes relevant once the coreboot patch has made it's way into Libreboot. | ||||
* | | | | | Merge branch 'master' of johnmh/libreboot into master | Andrew Robbins | 2018-07-16 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Fix link to information about HDD/SSD firmware | John M. Harris, Jr | 2018-07-13 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge branch 'swifix' of swiftgeek/libreboot into master | Leah Rowe | 2018-06-28 | 4 | -13/+52 |
|\ \ \ \ | |||||
| * | | | | install/index.md: Remove -V from flashrom command | Sebastian 'Swift Geek' Grzywna | 2018-06-26 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Improve T500 sodimm notes | Sebastian 'Swift Geek' Grzywna | 2018-06-24 | 1 | -3/+4 |
| | | | | | |||||
| * | | | | Add FAQ entry for expanding knowledge about electronics | Sebastian 'Swift Geek' Grzywna | 2018-06-24 | 1 | -5/+32 |
| | | | | | |||||
| * | | | | FAQ entry for grub cryptomount errors | Sebastian 'Swift Geek' Grzywna | 2018-06-24 | 1 | -0/+9 |
| | | | | | |||||
| * | | | | Clarify memtest86+ section | Sebastian 'Swift Geek' Grzywna | 2018-06-24 | 1 | -4/+6 |
| | | | | | |||||
| * | | | | Missing -o in grub-mkconfig | Sebastian 'Swift Geek' Grzywna | 2018-06-24 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'swift-nbsp' of swiftgeek/libreboot into master | Leah Rowe | 2018-06-26 | 1 | -4/+4 |
|\ \ \ \ \ | |||||
| * | | | | | Missed from previous nbsp commit | Sebastian 'Swift Geek' Grzywna | 2018-06-26 | 1 | -4/+4 |
| | | | | | | |||||
* | | | | | | Merge branch 'swift-nbsp' of swiftgeek/libreboot into master | Leah Rowe | 2018-06-26 | 1 | -2/+2 |
|\| | | | | | |||||
| * | | | | | Change space to non-breaking space U+00A0 | Sebastian 'Swift Geek' Grzywna | 2018-06-26 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Merge branch 'www/fix-dead-links' of libreboot/libreboot into master | Swift Geek | 2018-06-25 | 12 | -18/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix/update/remove dead/broken links on the website and documentation | Leah Rowe | 2018-06-13 | 12 | -18/+12 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks go to skollrc for pointing out these dead links, on this thread: https://www.reddit.com/r/libreboot/comments/8pjjg5/some_dead_links_in_libreboot _website/ | ||||
* | | | | | | Merge branch 'master' of johnmh/libreboot into master | Swift Geek | 2018-06-25 | 7 | -0/+347 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Move organized patches to project directory for newbuild | John M. Harris, Jr | 2018-06-25 | 3 | -0/+171 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new build system just applies all patches in the directory, so we can't have a properly organized structure. | ||||
| * | | | | | | Add reproducible build patches to GRUB | John M. Harris, Jr | 2018-06-25 | 4 | -0/+176 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'master' of johnmh/libreboot into master | Swift Geek | 2018-06-24 | 1 | -1/+1 |
|\| | | | | | |