From 8b2219bfa2da36e7809588ef723a10483a6e137f Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 05 Nov 2014 20:52:36 -0500 Subject: Documentation: *major* cleanup. Cleanup was long overdue. Old structure was messy and inefficient. --- (limited to 'docs/future') 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 this fix for the initial fix that was found. not working yet -http://review.coreboot.org/#/c/5885/ +http://review.coreboot.org/#/c/5885/ 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
 Note: see this fix for the initial fix that was found.
 
-see: http://www.coreboot.org/Board:lenovo/x60#Problems_in_native_graphics_code_exposed_by_recent_kernels
-see: http://www.coreboot.org/Lenovo_x60x_vgainit_todos
+see: http://www.coreboot.org/Board:lenovo/x60#Problems_in_native_graphics_code_exposed_by_recent_kernels
+see: http://www.coreboot.org/Lenovo_x60x_vgainit_todos
 
 Non-coreboot (not even i945) platforms also have issues with 3.12+
-see: https://bugs.freedesktop.org/show_bug.cgi?id=76520
+see: https://bugs.freedesktop.org/show_bug.cgi?id=76520
 
-Is this relevant?: http://lists.freedesktop.org/archives/intel-gfx/2014-February/040771.html
+Is this relevant?: http://lists.freedesktop.org/archives/intel-gfx/2014-February/040771.html
 
 
 
@@ -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: coreboot_native_3.12_bug.tar.gz
+Here is the debugging results then: coreboot_native_3.12_bug.tar.gz
 
 ---
 
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 @@
 	libreboot tutorials
 
 	
 
 	
@@ -28,7 +22,7 @@
 	
 
 	

- Or go back to main document index. + Or go back to main document index.


@@ -131,7 +125,7 @@

LCD panels on i945 - fix incompatible panels

- Fix T60 issues (see incompatible panels listed at ../index.html#supported_t60_list). + Fix T60 issues (see incompatible panels listed at ../hcl/index.html#supported_t60_list).

@@ -304,7 +298,7 @@

Here is an example of how VBT was implemented on the ThinkPad X230: - http://review.coreboot.org/#/c/5396. + http://review.coreboot.org/#/c/5396.

@@ -323,12 +317,12 @@ Now dump a copy of the running VGA BIOS: $ sudo dd if=/dev/mem bs=64k of=runningvga.bin skip=12 count=1
Then do (and record the output):
- $ ./intelvbttool runningvga.bin > intelvbttool_out + $ ./intelvbttool runningvga.bin > intelvbttool_out

Backup both files (runningvga.bin and intelvbttool_out), renaming them to match the machine and LCD panel used. - ../index.html#get_edid_panelname will show you how to get the name (model) of the LCD panel used. + ../misc/index.html#get_edid_panelname will show you how to get the name (model) of the LCD panel used.

Test results (# means untested and all had docks, unless noted).

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 @@ libreboot tutorials @@ -126,16 +120,16 @@ Add backlight controls: in src/mainboard/lenovo/t60/devicetree.cb, change gpu_backlight to 0x58BF58BE

- Hold on! Check ../index.html#get_edid_panelname to know what LCD panel you have. This is important for the next step! + Hold on! Check ../misc/index.html#get_edid_panelname to know what LCD panel you have. This is important for the next step!

Supported panels

- ../index.html#supported_t60_list. + ../hcl/index.html#supported_t60_list.

- See #lcd_i945_incompatibility. + See index.html#lcd_i945_incompatibility.

Back to top of page

-- cgit v0.9.1