summaryrefslogtreecommitdiffstats
path: root/docs/git/index.html
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-03-31 18:00:28 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-03-31 18:07:35 (EDT)
commit75ee5e97c9be6c94ffa6ddf5f8e882bc4b1701b1 (patch)
tree1fbdc6643eb1d8fded3e3498d0451a19a319e594 /docs/git/index.html
parent993f379175896ca0604ac860f24b9d93b89e1e74 (diff)
downloadlibreboot-75ee5e97c9be6c94ffa6ddf5f8e882bc4b1701b1.zip
libreboot-75ee5e97c9be6c94ffa6ddf5f8e882bc4b1701b1.tar.gz
libreboot-75ee5e97c9be6c94ffa6ddf5f8e882bc4b1701b1.tar.bz2
ThinkPad T500 support
Diffstat (limited to 'docs/git/index.html')
-rw-r--r--docs/git/index.html47
1 files changed, 46 insertions, 1 deletions
diff --git a/docs/git/index.html b/docs/git/index.html
index 3c725e3..62b1775 100644
--- a/docs/git/index.html
+++ b/docs/git/index.html
@@ -36,6 +36,7 @@
<li><a href="#config_x200">ThinkPad X200</a></li>
<li><a href="#config_r400">ThinkPad R400</a></li>
<li><a href="#config_t400">ThinkPad T400</a></li>
+ <li><a href="#config_t500">ThinkPad T500</a></li>
<li><a href="#config_macbook21">MacBook2,1</a></li>
<li><a href="#config_qemu_i440fx_piix4">QEMU (x86 i440fx/piix4)</a></li>
<li><a href="#config_qemu_q35_ich9">QEMU (x86 q35/ich9)</a></li>
@@ -517,6 +518,50 @@
scripts for this machine.
</p>
</div>
+
+ <div class="subsection">
+ <h2 id="config_t500">
+ ThinkPad T500 configuration (file: resources/libreboot/config/t500_4mb/config and resources/libreboot/config/t500_8mb/config)
+ </h2>
+ <p>
+ These are saved as two configs, because there are 2 size flash chips: 4MB or 8MB.
+ </p>
+ <ul>
+ <li>General / Expert mode = <i>enable</i></li>
+ <li>Mainboard / Mainboard vendor = <i>Lenovo</i></li>
+ <li>Mainboard / Mainboard model = <i>ThinkPad T500</i></li>
+ <li>Mainboard / ROM chip size = <i>4096 KB (4 MB)</i> or <i>8192 KB (8 MB)</i> depending on flash chip size</li>
+ <li>Chipset / Include CPU microcode in CBFS = <i>Do not include microcode updates</i></li>
+ <li>Chipset / Size of CBFS filesystem in ROM = byte size <i>0x7FD000</i> (for 8MB flash chip) or <i>3FD000</i> (for 4MB flash chip)</li>
+ <li>Devices / Use native graphics initialization = <i>enable</i></li>
+ <li>
+ Display / Keep VESA framebuffer = <i>disable</i> (disable for text-mode graphics, enable for coreboot vesa framebuffer)
+ <ul>
+ <li>Libreboot provides this with text-mode enabled by default, but it automatically patches a copy of the config at build time
+ to enable coreboot framebuffer for a separate set of ROM images, in each machine.</li>
+ </ul>
+ </li>
+ <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>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>
+ <li>Payload / Payload path and filename = <i>grub.elf</i></li>
+ </ul>
+ <p>
+ Go back and disable option ROMs:
+ </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>t500_8mb/config</b> and
+ resources/libreboot/config/<b>t500_4mb/config</b> and is used by the build
+ scripts for this machine.
+ </p>
+ </div>
<div class="subsection">
<h2 id="config_macbook21">
@@ -645,7 +690,7 @@
On a ThinkPad T60, you can replace the CPU (Core 2 Duo T5600, T7200 or T7600. T5600 recommended) for 64-bit support.
On an X60s, you can replace the board with one that has a Core 2 Duo L7400 (you could also use an X60 Tablet board with the same CPU).
On an X60, you can replace the board with one that has a Core 2 Duo T5600 or T7200 (T5600 is recommended). All MacBook2,1 laptops
- are 64-bit, as are all ThinkPad X200, X200S, X200 Tablet and R400 laptops. Warning: MacBook1,1 laptops are all 32-bit only.
+ are 64-bit, as are all ThinkPad X200, X200S, X200 Tablet, R400, T400 and T500 laptops. Warning: MacBook1,1 laptops are all 32-bit only.
</p>
<p>