diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/git/index.html | 42 | ||||
-rw-r--r-- | docs/install/index.html | 8 |
2 files changed, 12 insertions, 38 deletions
diff --git a/docs/git/index.html b/docs/git/index.html index 2178021e..8412c760 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -30,8 +30,7 @@ <a href="#config">Configuring libreboot</a> <ul> <li><a href="#config_dmidecode">dmidecode</a></li> - <li><a href="#config_x60">ThinkPad X60</a></li> - <li><a href="#config_x60t">ThinkPad X60 Tablet</a></li> + <li><a href="#config_x60">ThinkPad X60, X60S and X60 Tablet</a></li> <li><a href="#config_t60">ThinkPad T60</a></li> <li><a href="#config_x200">ThinkPad X200</a></li> <li><a href="#config_macbook21">MacBook2,1</a></li> @@ -228,7 +227,8 @@ <p> Before building a ROM in libreboot (or coreboot, for that matter), you need to configure it. This is done using the following inside the source tree:<br/> - <b>$ make menuconfig</b> + $ <b>cd coreboot/</b><br/> + $ <b>make menuconfig</b> </p> <p> @@ -265,18 +265,13 @@ </p> <h2 id="config_x60"> - ThinkPad X60 configuration (file: resources/libreboot/config/x60/config) + ThinkPad X60, X60S and X60 Tablet configuration (file: resources/libreboot/config/x60/config) </h2> <ul> <li>General setup / Expert mode = <i>enable</i></li> - <li>General setup / Local version string = <i>7BETC7WW (2.08 )</i></li> <li>Mainboard / Mainboard vendor = <i>Lenovo</i></li> <li>Mainboard / Mainboard model = <i>ThinkPad X60 / X60s / X60t</i></li> <li>Mainboard / ROM chip size = <i>2048 KB (2 MB)</i></li> - <li>System tables / SMBIOS Serial Number = <i>L3BH242</i></li> - <li>System tables / SMBIOS Version Number = <i>ThinkPad X60s</i></li> - <li>System tables / SMBIOS Manufacturer = <i>LENOVO</i></li> - <li>System tables / SMBIOS Product name = <i>1702L8G</i></li> <li>Chipset / Include CPU microcode in CBFS = <i>Do not include microcode updates</i></li> <li>Devices / Use native graphics initialization = <i>enable</i></li> <li> @@ -290,6 +285,7 @@ <li>Generic Drivers / USB 2.0 EHCI debug dongle support = <i>Enable</i></li> <li>Generic Drivers / Enable early (pre-RAM) usbdebug = <i>Enable</i></li> <li>Generic Drivers / Type of dongle = <i>BeagleBone Black</i></li> + <li>Generic Drivers / Digitizer = <i>Present</i></li> <li>Console / Send console output to a CBMEM buffer = <i>enable</i></li> <li>Console / USB dongle log output = <i>enable</i></li> <li>Payload / Add a payload = <i>An ELF executable payload</i></li> @@ -307,33 +303,7 @@ scripts for this machine. </p> <p> - SMBIOS Version Number is ThinkPad X60 on the X60, but it is believed that the X60 and X60s both have identical - motherboards where the only difference is the CPU. This same configuration is used on the X60 and X60s. - </p> - - <h2 id="config_x60t"> - ThinkPad X60 Tablet configuration (file: resources/libreboot/config/x60t/config) - </h2> - <p> - Identical to the X60/X60S except for the following: - </p> - <ul> - <li>General setup / Local version string = <i>7JET23WW (1.08 )</i></li> - <li>System tables / SMBIOS Serial Number = <i>L3B8281</i></li> - <li>System tables / SMBIOS Version Number = <i>ThinkPad X60 Tablet</i></li> - <li>System tables / SMBIOS Product name = <i>6364WJ1</i></li> - <li>Generic Drivers / Digitizer = <i>Present</i></li> - </ul> - <p> - Now go back into Devices: - </p> - <ul> - <li>Devices / Run VGA Option ROMs = <i>disable</i></li> - <li>Devices / Run Option ROMs on PCI devices = <i>disable</i></li> - </ul> - <p> - The resulting .config file was saved as resources/libreboot/config/<b>x60t/config</b> and is used by the build - scripts for this machine. + This configuration is used on all variants: X60, X60S and X60 Tablet. </p> <h2 id="config_t60"> diff --git a/docs/install/index.html b/docs/install/index.html index f6750014..6f8d7924 100644 --- a/docs/install/index.html +++ b/docs/install/index.html @@ -59,8 +59,7 @@ List of directories corresponding to each board: </p> <ul> - <li>ThinkPad X60, X60s: <b>bin/x60/</b></li> - <li>ThinkPad X60 Tablet: <b>bin/x60t/</b></li> + <li>ThinkPad X60, X60s and X60 Tablet: <b>bin/x60/</b></li> <li>ThinkPad T60: <b>bin/t60/</b> (note, see <a href="../hcl/index.html#supported_t60_list">../hcl/index.html#supported_t60_list</a>)</li> <li>ThinkPad X200: <b>bin/x200_8mb/</b> (8MiB flash chip) or <b>bin/x200_4mb</b> (4MiB flash chip) (see <a href="../hcl/x200.html">../hcl/x200.html</a>)</li> <li>Apple MacBook2,1: <b>bin/macbook21/</b></li> @@ -89,6 +88,11 @@ <li>Italian Qwerty keyboard: <b><i>boardname</i>_itqwerty_vesafb.rom</b></li> <li>Swedish Qwerty keyboard: <b><i>boardname</i>_svenska_vesafb.rom</b></li> </ul> + + <p> + The boards for <i>boardname</i> in the examples above can be found by the names of the directories + in <b>./bin/</b> or <b>./resources/libreboot/config/</b>. + </p> <p> _txtmode images come with a working MemTest86+ and GRUB Invaders, both of which require text-mode. |