diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-04 09:58:54 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-04 13:29:19 (EDT) |
commit | d4bee5d0fb8b8775af2a0da356fce9d3bf8104bb (patch) | |
tree | c8ec4fb54f059aa2386b2d6abccf45434b14be2c /docs/install | |
parent | 5f69499262789d3adcb9b9422d3175a3008c6fc5 (diff) | |
download | libreboot-d4bee5d0fb8b8775af2a0da356fce9d3bf8104bb.zip libreboot-d4bee5d0fb8b8775af2a0da356fce9d3bf8104bb.tar.gz libreboot-d4bee5d0fb8b8775af2a0da356fce9d3bf8104bb.tar.bz2 |
Update coreboot + merge GM45 hybrid GPU patches
Also add power_on_after_fail to X200 and others (prevents the bug
where the system would boot when connecting the AC adapter)
(option in menuconfig to use CMOS/nvram settings is now enabled)
Also NetDCDC is now the default USB debug dongle used (compatible
with the BBB rev C).
Add two new methods for managing coreboot configs:
./build config corebootreplace
./build config corebootmodify
Diffstat (limited to 'docs/install')
-rw-r--r-- | docs/install/r400_external.html | 12 | ||||
-rw-r--r-- | docs/install/t400_external.html | 12 | ||||
-rw-r--r-- | docs/install/t500_external.html | 12 |
3 files changed, 6 insertions, 30 deletions
diff --git a/docs/install/r400_external.html b/docs/install/r400_external.html index db8d375..4dd6f9c 100644 --- a/docs/install/r400_external.html +++ b/docs/install/r400_external.html @@ -81,16 +81,8 @@ <p> Libreboot is known to work on systems with only the Intel GPU, using native graphics initialization. - On systems with switchable graphics, it is believed that the ATI chip is used by default; coreboot - was tested with the native init and it didn't work, so the theory is that you have to disable - the ATI chip and make it use the Intel GPU instead (with native graphics), using the same method - as lenovobios. The other alternative is to implement native graphics initialization for the ATI chip - used on some models, but this is much harder (disabling the ATI chip in favour of Intel is likely much easier). - </p> - - <p> - For now (unless you want to help make systems with switchable graphics work, where a display - is initialized for the Intel GPU), you should avoid systems with switchable graphics. + On systems with switchable graphics, the Intel GPU is used and the ATI GPU is disabled, so + native graphics initialization works all the same. </p> <h1>CPU paste required</h1> diff --git a/docs/install/t400_external.html b/docs/install/t400_external.html index 8811f30..1eb2516 100644 --- a/docs/install/t400_external.html +++ b/docs/install/t400_external.html @@ -75,16 +75,8 @@ <p> Libreboot is known to work on systems with only the Intel GPU, using native graphics initialization. - On systems with switchable graphics, it is believed that the ATI chip is used by default; coreboot - was tested with the native init and it didn't work, so the theory is that you have to disable - the ATI chip and make it use the Intel GPU instead (with native graphics), using the same method - as lenovobios. The other alternative is to implement native graphics initialization for the ATI chip - used on some models, but this is much harder (disabling the ATI chip in favour of Intel is likely much easier). - </p> - - <p> - For now (unless you want to help make systems with switchable graphics work, where a display - is initialized for the Intel GPU), you should avoid systems with switchable graphics. + On systems with switchable graphics, the Intel GPU is used and the ATI GPU is disabled, so + native graphics initialization works all the same. </p> <h1>CPU paste required</h1> diff --git a/docs/install/t500_external.html b/docs/install/t500_external.html index 32f87a0..77a8b43 100644 --- a/docs/install/t500_external.html +++ b/docs/install/t500_external.html @@ -76,16 +76,8 @@ <p> Libreboot is known to work on systems with only the Intel GPU, using native graphics initialization. - On systems with switchable graphics, it is believed that the ATI chip is used by default; coreboot - was tested with the native init and it didn't work, so the theory is that you have to disable - the ATI chip and make it use the Intel GPU instead (with native graphics), using the same method - as lenovobios. The other alternative is to implement native graphics initialization for the ATI chip - used on some models, but this is much harder (disabling the ATI chip in favour of Intel is likely much easier). - </p> - - <p> - For now (unless you want to help make systems with switchable graphics work, where a display - is initialized for the Intel GPU), you should avoid systems with switchable graphics. + On systems with switchable graphics, the Intel GPU is used and the ATI GPU is disabled, so + native graphics initialization works all the same. </p> <h1>CPU paste required</h1> |