summaryrefslogtreecommitdiff
path: root/docs/future
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-06 01:52:36 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-06 01:52:36 +0000
commit8b2219bfa2da36e7809588ef723a10483a6e137f (patch)
tree8c4d74b9efbdabc1a2604b8cbd508c006c225241 /docs/future
parent7429bdcdbb4fc51c61897115112468642afeecfc (diff)
Documentation: *major* cleanup.
Cleanup was long overdue. Old structure was messy and inefficient.
Diffstat (limited to 'docs/future')
-rw-r--r--docs/future/dumps/kernel312_irc12
-rw-r--r--docs/future/index.html18
-rw-r--r--docs/future/old.html14
3 files changed, 16 insertions, 28 deletions
diff --git a/docs/future/dumps/kernel312_irc b/docs/future/dumps/kernel312_irc
index c04a00c..3089642 100644
--- a/docs/future/dumps/kernel312_irc
+++ b/docs/future/dumps/kernel312_irc
@@ -38,7 +38,7 @@ Back then we had no idea that GTT address was incorrect, and we had no idea what
Note: see <a href="#i945_312fix">this fix</a> for the initial fix that was found.
<b><font color="red">not working yet</font></b>
-<a href="http://review.coreboot.org/#/c/5885/" target="_blank">http://review.coreboot.org/#/c/5885/</a>
+<a href="http://review.coreboot.org/#/c/5885/" >http://review.coreboot.org/#/c/5885/</a>
untested. will test this.
checkout 5320. cherry pick 5345 on top.
@@ -131,13 +131,13 @@ http://lists.freedesktop.org/archives/intel-gfx/2014-May/046310.html
<pre>
Note: see <a href="#i945_312fix">this fix</a> for the initial fix that was found.
-see: <a href="http://www.coreboot.org/Board:lenovo/x60#Problems_in_native_graphics_code_exposed_by_recent_kernels" target="_blank">http://www.coreboot.org/Board:lenovo/x60#Problems_in_native_graphics_code_exposed_by_recent_kernels</a>
-see: <a href="http://www.coreboot.org/Lenovo_x60x_vgainit_todos" target="_blank">http://www.coreboot.org/Lenovo_x60x_vgainit_todos</a>
+see: <a href="http://www.coreboot.org/Board:lenovo/x60#Problems_in_native_graphics_code_exposed_by_recent_kernels" >http://www.coreboot.org/Board:lenovo/x60#Problems_in_native_graphics_code_exposed_by_recent_kernels</a>
+see: <a href="http://www.coreboot.org/Lenovo_x60x_vgainit_todos" >http://www.coreboot.org/Lenovo_x60x_vgainit_todos</a>
Non-coreboot (not even i945) platforms also have issues with 3.12+
-see: <a href="https://bugs.freedesktop.org/show_bug.cgi?id=76520" target="_blank">https://bugs.freedesktop.org/show_bug.cgi?id=76520</a>
+see: <a href="https://bugs.freedesktop.org/show_bug.cgi?id=76520" >https://bugs.freedesktop.org/show_bug.cgi?id=76520</a>
-Is this relevant?: <a href="http://lists.freedesktop.org/archives/intel-gfx/2014-February/040771.html" target="_blank">http://lists.freedesktop.org/archives/intel-gfx/2014-February/040771.html</a>
+Is this relevant?: <a href="http://lists.freedesktop.org/archives/intel-gfx/2014-February/040771.html" >http://lists.freedesktop.org/archives/intel-gfx/2014-February/040771.html</a>
@@ -244,7 +244,7 @@ fchmmr: samnob we think it might be classed under linux "no regression" policy
fchmmr: PaulePanter's idea
samnob: can't hurt to try :)
-Here is the debugging results then: <a href="coreboot_native_3.12_bug.tar.gz" target="_blank">coreboot_native_3.12_bug.tar.gz</a>
+Here is the debugging results then: <a href="coreboot_native_3.12_bug.tar.gz" >coreboot_native_3.12_bug.tar.gz</a>
---
diff --git a/docs/future/index.html b/docs/future/index.html
index 52f1ec8..5b86139 100644
--- a/docs/future/index.html
+++ b/docs/future/index.html
@@ -5,13 +5,7 @@
<title>libreboot tutorials</title>
<style type="text/css">
- body {
- font-family: sans-serif;
- font-size: 1em;
- background: #fff;
- color: #000;
- }
-
+ @import url('../css/main.css');
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -28,7 +22,7 @@
</header>
<p>
- Or go <a href="../">back to main document index</a>.
+ Or go <a href="../index.html">back to main document index</a>.
</p>
<hr/>
@@ -131,7 +125,7 @@
<h1 id="lcd_i945_incompatibility">LCD panels on i945 - fix incompatible panels</h1>
<p>
- Fix T60 issues (see incompatible panels listed at <a href="../index.html#supported_t60_list">../index.html#supported_t60_list</a>).
+ Fix T60 issues (see incompatible panels listed at <a href="../hcl/index.html#supported_t60_list">../hcl/index.html#supported_t60_list</a>).
</p>
<p>
@@ -304,7 +298,7 @@
<p>
Here is an example of how VBT was implemented on the ThinkPad X230:
- <a href="http://review.coreboot.org/#/c/5396" target="_blank">http://review.coreboot.org/#/c/5396</a>.
+ <a href="http://review.coreboot.org/#/c/5396">http://review.coreboot.org/#/c/5396</a>.
</p>
<p>
@@ -323,12 +317,12 @@
Now dump a copy of the running VGA BIOS:
<b>$ sudo dd if=/dev/mem bs=64k of=runningvga.bin skip=12 count=1</b><br/>
Then do (and record the output):<br/>
- <b>$ ./intelvbttool runningvga.bin > intelvbttool_out</b>
+ <b>$ ./intelvbttool runningvga.bin &gt; intelvbttool_out</b>
</p>
<p>
Backup both files (runningvga.bin and intelvbttool_out), renaming them to match the machine and LCD panel used.
- <a href="../index.html#get_edid_panelname">../index.html#get_edid_panelname</a> will show you how to get the name (model) of the LCD panel used.
+ <a href="../misc/index.html#get_edid_panelname">../misc/index.html#get_edid_panelname</a> will show you how to get the name (model) of the LCD panel used.
</p>
<h2>Test results (# means untested and all had docks, unless noted).</h2>
diff --git a/docs/future/old.html b/docs/future/old.html
index 7d72ec7..eeaa96e 100644
--- a/docs/future/old.html
+++ b/docs/future/old.html
@@ -5,13 +5,7 @@
<title>libreboot tutorials</title>
<style type="text/css">
- body {
- font-family: sans-serif;
- font-size: 1em;
- background: #fff;
- color: #000;
- }
-
+ @import url('../css/main.css');
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -126,16 +120,16 @@
<b>Add backlight controls:</b> in <i>src/mainboard/lenovo/t60/devicetree.cb</i>, change <b>gpu_backlight</b> to <b>0x58BF58BE</b>
</p>
<p>
- Hold on! Check <a href="../index.html#get_edid_panelname">../index.html#get_edid_panelname</a> to know what LCD panel you have. This is important for the next step!
+ Hold on! Check <a href="../misc/index.html#get_edid_panelname">../misc/index.html#get_edid_panelname</a> to know what LCD panel you have. This is important for the next step!
</p>
<h2>Supported panels</h2>
<p>
- <a href="../index.html#supported_t60_list">../index.html#supported_t60_list</a>.
+ <a href="../hcl/index.html#supported_t60_list">../hcl/index.html#supported_t60_list</a>.
</p>
<p>
- See <a href="#lcd_i945_incompatibility">#lcd_i945_incompatibility</a>.
+ See <a href="index.html#lcd_i945_incompatibility">index.html#lcd_i945_incompatibility</a>.
</p>
<p><a href="#pagetop">Back to top of page</a></p>