Board:lenovo/x220: Difference between revisions

From coreboot
Jump to navigation Jump to search
No edit summary
(Remove bad instructions)
 
(26 intermediate revisions by 9 users not shown)
Line 1: Line 1:
== Status ==
== Status ==
[[Intel_Native_Raminit]] has it's own status page.
Thanks for your interest in Lenovo X220 port.
Thanks for your interest in Lenovo X220 port.
Issues:
Issues:
* no MRC cache (longer boot time)
* yellow USB port isn't powered in power-off state.
* Badly seated RAM may prevent booting (not really a problem but coreboot is more suspicious to this than vendor BIOS)
* Badly seated RAM may prevent booting (not really a problem but coreboot is more suspicious to this than vendor BIOS)
* No wifi in windows
* No speakers in windows (headset is fine)
* No expresscard hotplug in windows (works fine if inserted on startup)


Tested (and works):
Tested (and works):
* RAM module combinations of 4G+0, 4G+4G
* RAM module combinations of 4G+0, 4G+4G, 8G+8G
* S3 (Suspend to RAM)
* S3 (Suspend to RAM)
* digitizer on x220t variant
* Digitizer on x220t variant
* WLAN (first minipcie slot)
* WLAN (first minipcie slot)
* Linux (through GRUB-as-payload)
* Linux (through GRUB-as-payload)
* trackpoint
* Windows (through SeaBIOS; you have to use extracted VGA blob, dumped from memory isn't good enough)
* Trackpoint
* Fn hotkeys
* Fn hotkeys
* Video (both internal and VGA, including native gfx init)
* Video (internal, VGA and Displayport, including native gfx init)
* touchpad
* Touchpad
* battery indicator
* Battery indicator
* Fingerprint reader.
* Fingerprint reader
* Thermal management
* Thermal management
* Webcam
* Webcam
* Expresscard slot (including hotplugging)
* Expresscard slot (including hotplugging)
* USB (all 3 ports)
* USB (all 3 ports)
* bluetooth
* Bluetooth
* SD card slot
* SD card slot
* LAN
* LAN
Line 31: Line 30:
* WWAN
* WWAN
* WLAN slot USB
* WLAN slot USB
* Windows (through SeaBIOS; you have to use extracted VGA blob, dumped from memory isn't good enough)
* msata (second minipcie slot)
* Thinklight
* dock (Mini Dock Series 3 TYPE 4337 tested)


Not tested:
Not tested:
* Thinklight (probably works).
* dock (probably works)
* msata (probably works)
* displayport (probably works)
* USB 3.0 in some models (probably doesn't work)
* USB 3.0 in some models (probably doesn't work)


== proprietary components status ==
== proprietary components status ==
* CPU Microcode
* [[CPU_microcode|CPU Microcode]]
* VGA option rom (optional): you need it if you wantgraphics in SeaBIOS but most payloads should work without it (text mode or corebootfb mode)
* [[VGA_support|VGA option rom (optional)]]: you need it if you want graphics in SeaBIOS but most payloads should work without it (text mode or corebootfb mode), SeaBIOS works with coreboot native gfx init
* ME(Management Engine) => you do not have to touch it(just leave it where it is)
* ME([[Intel_Management_Engine|Management Engine]]) => you do not have to touch it(just leave it where it is), but you can make it smaller using ME cleaner by enabling "Strip down the Intel ME/TXE firmware" , or use a 1.5MB one from a sandybridge chromebook, to save some space
* EC(Embedded Controller) =>  you do not have to touch it(just leave it where it is)
* EC([[Embedded_controller|Embedded Controller]]) =>  you do not have to touch it(just leave it where it is)
 
== Building Firmware ==
Please have a look at [[Intel_Sandybridge_Build_Tutorial]].


== Flashing ==
== Flashing ==
Line 57: Line 57:


<gallery>
<gallery>
File:X220.jpg
File:X220_palmrest.jpg
File:X220_chip.jpg
File:X220_flashchip.jpg
File:X220_flash_chip.jpg
File:X220_clip.jpg
File:X220_clip.jpg
</gallery>
</gallery>
Line 64: Line 65:
Proceeds as follows:
Proceeds as follows:
* Turn off your laptop, remove battery and AC adapter.
* Turn off your laptop, remove battery and AC adapter.
* Remove the keyboard.
* Remove the keyboard or just make it loose, so you can remove palmrest.
* Connect your external SPI flasher to the top SPI chip which is under palm resting space, on left side of the board. It's a 8M chip.
* Remove the palmrest
* Lift the left side of the plating (see pictures above)
* (Optional) Remove glue residue and dust from the chip using cotton swab soaked in alcohol. This will help you to get proper electrical contact with SOIC clip and also allows you to identify chip type.
* Connect your external SPI flasher to the top SPI chip (pictured). It's a 8M chip. The chip is layout is as so:
 
  Screen (furthest from you)
              ____
  MOSI  5 --|    |-- 4  GND
    CLK  6 --|    |-- 3  N/C
    N/C  7 --|    |-- 2  MISO
    VCC  8 --|___°|-- 1  CS
    Edge (closest to you)
 
I recommend using SOIC clip, you can find a decent one from Pomona online. Cheapest one from ebay, for around 2$, will also get the job done. Depending on the flasher you use, you may have to use separate
3.3V source. Make sure not to feed more than 3.3V to the chip. You can use any device such as
Raspberry Pi, BeagleBoard or Buspirate -- the latter being the slowest. For how to wire up the
clip, see [https://github.com/bibanon/Coreboot-ThinkPads/wiki/Hardware-Flashing-with-Raspberry-Pi this guide] (just for the setup). Then connect the clip to the chip, aligning it with the diagram above.
*''Raspberry Pi Zero W always rebooted on me after connecting clip to flash chip, probably due to voltage drop, but it recovered.''


I recommend using SOIC clip. Depending on the flasher you use, you may have to use separate
3.3V source. Make sure not to feed more than 3.3V ot the chip. I used
buspirate as flasher and 3.3V power lines from another computer.


* Read the flash. Twice. Compare the files to be sure. Save a copy of it on
* Read the flash. Twice. Compare the files to be sure. Save a copy of it on external media.
external media.
  flashrom -p <yourprogrammer> -r flash.bin
  flashrom -p <yourprogrammer> -r flash.bin
  flashrom -p <yourprogrammer> -r flash2.bin
  flashrom -p <yourprogrammer> -r flash2.bin
Line 79: Line 94:
If they don't match, do not proceed.
If they don't match, do not proceed.


* Recover descriptor and me firmare:
We only want to touch the BIOS region (leave ME, IFD, ... alone).
  dd if=flash.bin of=coreboot/3rdparty/mainboard/lenovo/x220/descriptor.bin \
You need at least flashrom 1.0 for this to work:
    count=12288 bs=1M iflag=count_bytes
flashrom -p <yourprogrammer> -w coreboot.rom --ifd --image bios --no-verify
  dd if=flash.bin of=coreboot/3rdparty/mainboard/lenovo/x220/me.bin \
 
    skip=12288 count=5230592 bs=1M iflag=count_bytes,skip_bytes
* Follow the [[Build HOWTO]] page and flash the resulting build/coreboot.rom
* Compile coreboot
* Flash the resulting build/coreboot.rom


If you have trouble reading the chip successfully,
If you have trouble reading the chip successfully,
Line 95: Line 108:
The cable shipped with buspirate was too long, and needed to be trimmed.
The cable shipped with buspirate was too long, and needed to be trimmed.


=== flashing over existing coreboot payloads ===
Once you are running coreboot any subsequent flashes can be done internally, however you will have to force flashrom.
Don't forget to only flash the BIOS region
  flashrom -p internal:laptop=force_I_want_a_brick <-r/-w> file.rom --ifd --image bios --no-verify
 
See also [http://flashrom.org/ISP In-System Programming]
See also [http://flashrom.org/ISP In-System Programming]
== Bigger SPI ROM ==
Soldering in a bigger SPI ROM from the same manufacturer with the same specs except for size just works. I used a Winbond W25Q128FVSG and flashed the
existing coreboot ROM for a 64mbit chip, due to the way the Intel Flash Descriptor works it still boots with a smaller image. For soldering I recommend a heat soldering gun. Disassemble the whole device, so the plasic doesn't melt, you could try using tin foil to protect the case and other components so you do not have to disassemble everything, but I do not recommend this, especially considering how easy it is to disassemble a thinkpad. If you try the tinfoil method and do not take the speakers out of the case they WILL melt. It looks like lenovo used lead free solder, so this will take a while until the solder is hot enough. Be careful not to heat the surrounding elements, you could accidentally dislodge them. CAREFULLY lift the chip, if the solder is not fully molten on both sides and you apply too much force, you will damage the board.
To actually benefit from the bigger chip you need to modify the Intel Flash Descriptor. There are two changes you need to make:
1. Change the flash layout to encompass the whole chip.
2. change the chip density in the descriptor to the new size.
You can do both with ifdtool, as long as it is recent enough. (I patched it to do 2. in early march 2016)
For 1. run `ifdtool --layout layout.txt coreboot.rom`, edit the layout file and update it with `ifdtool --newlayout layout.txt coreboot.rom`. You may need to remove the overlap check in ifdtool as somehow that sometimes fails and prevents you from changing the layout. Make sure you run this on an actual image, not just the 4kb descriptor or ifdtool will segfault, as it tries to actually move the sections, not just change the layout in the header. In this case also pad the file to 16MB as we're increasing the size, this is not needed if you change to a smaller chip.
my layout:
  00000000:00000fff fd
  00500000:00ffffff bios
  00003000:004fffff me
  00001000:00002fff gbe
  00fff000:00000fff pd
  00fff000:00ffffff res1
  00fff000:00ffffff res2
  00fff000:00ffffff res3
  00000000:00a0bfff ec
if you use a smaller ME than the stock 5MB one you can also reduce the size of the me area:
  00000000:00000fff fd
  00183000:00ffffff bios
  00003000:00182fff me
  00001000:00002fff gbe
  00fff000:00000fff pd
  00fff000:00ffffff res1
  00fff000:00ffffff res2
  00fff000:00ffffff res3
  00000000:00a0bfff ec
Layout of this file is:
  <start address>:<end address> <section name>
Start addresses need to end in 000 and end addresses in fff, due to the way the addresses are stored in the IFD. Note that the fd section needs to be at the start. Ignore pd, res[1,2,3] and ec.
This should result in a coreboot.rom.new file.
2. Run `ifdtool -D 16 coreboot.rom.new` to change the chip density to 128mbit. You can select a chip using -C but this doesn't matter because if there is no second chip the density is ignored and you cannot set it to 0 in this version of the IFD.
Soldering in a second SPI chip doesn't just work because lenovo was cheap and left out a few required resistors, if you are up for an adventure you can try soldering them also in, but they are tiny smd ones. Theoretically should work.
Now you can extract the new IFD (first 4k bytes) from the (probably now broken) coreboot image and
build a new Image using it.
Now you can flash it externally as internal flashing doesn't work with an IFD smaller than the chip present. From now on internal flashing should work.
All of these steps can be done beforehand or on a different computer, but I did it in this order because I only got that one laptop and a raspberry pi for external flashing.
== Tips and trick (not necessarily coreboot related) ==
=== Recalibrate batteries ===
The EC (embedded controller) has the possibility to recalibrate batteries, either inside the laptop (primary) or attached to the
dock (secondary) (not sure about dock). To achieve this, plug the computer to AC and do the following to have the EC fully empty the battery:
First of all build ectool in util/ectool and then run:
<syntaxhighlight lang="bash" inline>./ectool -w 0xb4 -z 0x06</syntaxhighlight>
if you want to calibrate the primary battery or
<syntaxhighlight lang="bash" inline>./ectool -w 0xb5 -z 0x06</syntaxhighlight>
for the secondary battery.
Now wait a few hours while the battery fully discharges and charges back up.
This could also be implemented in ACPI such that this can be achieved with the tpacpi-bat tools.

Latest revision as of 13:30, 19 May 2018

Status

Intel_Native_Raminit has it's own status page.

Thanks for your interest in Lenovo X220 port.

Issues:

  • Badly seated RAM may prevent booting (not really a problem but coreboot is more suspicious to this than vendor BIOS)

Tested (and works):

  • RAM module combinations of 4G+0, 4G+4G, 8G+8G
  • S3 (Suspend to RAM)
  • Digitizer on x220t variant
  • WLAN (first minipcie slot)
  • Linux (through GRUB-as-payload)
  • Windows (through SeaBIOS; you have to use extracted VGA blob, dumped from memory isn't good enough)
  • Trackpoint
  • Fn hotkeys
  • Video (internal, VGA and Displayport, including native gfx init)
  • Touchpad
  • Battery indicator
  • Fingerprint reader
  • Thermal management
  • Webcam
  • Expresscard slot (including hotplugging)
  • USB (all 3 ports)
  • Bluetooth
  • SD card slot
  • LAN
  • Sound (integrated speakers, integrated mic, external headphones, external mic)
  • WWAN
  • WLAN slot USB
  • msata (second minipcie slot)
  • Thinklight
  • dock (Mini Dock Series 3 TYPE 4337 tested)

Not tested:

  • USB 3.0 in some models (probably doesn't work)

proprietary components status

  • CPU Microcode
  • VGA option rom (optional): you need it if you want graphics in SeaBIOS but most payloads should work without it (text mode or corebootfb mode), SeaBIOS works with coreboot native gfx init
  • ME(Management Engine) => you do not have to touch it(just leave it where it is), but you can make it smaller using ME cleaner by enabling "Strip down the Intel ME/TXE firmware" , or use a 1.5MB one from a sandybridge chromebook, to save some space
  • EC(Embedded Controller) => you do not have to touch it(just leave it where it is)

Building Firmware

Please have a look at Intel_Sandybridge_Build_Tutorial.

Flashing

X220 has 1 flash chip of 8M. It's subdivided in roughly in 3 parts:

  • Descriptor (12K)
  • ME firmware (5M-12K)
  • System flash (7M)

ME firmware is not readable. Vendor firmware locks the flash and so you need to flash externally (unless until someone figures out a way around it).

Proceeds as follows:

  • Turn off your laptop, remove battery and AC adapter.
  • Remove the keyboard or just make it loose, so you can remove palmrest.
  • Remove the palmrest
  • Lift the left side of the plating (see pictures above)
  • (Optional) Remove glue residue and dust from the chip using cotton swab soaked in alcohol. This will help you to get proper electrical contact with SOIC clip and also allows you to identify chip type.
  • Connect your external SPI flasher to the top SPI chip (pictured). It's a 8M chip. The chip is layout is as so:
 Screen (furthest from you)
             ____
  MOSI  5 --|    |-- 4  GND
   CLK  6 --|    |-- 3  N/C
   N/C  7 --|    |-- 2  MISO
   VCC  8 --|___°|-- 1  CS

   Edge (closest to you)

I recommend using SOIC clip, you can find a decent one from Pomona online. Cheapest one from ebay, for around 2$, will also get the job done. Depending on the flasher you use, you may have to use separate 3.3V source. Make sure not to feed more than 3.3V to the chip. You can use any device such as Raspberry Pi, BeagleBoard or Buspirate -- the latter being the slowest. For how to wire up the clip, see this guide (just for the setup). Then connect the clip to the chip, aligning it with the diagram above.

  • Raspberry Pi Zero W always rebooted on me after connecting clip to flash chip, probably due to voltage drop, but it recovered.


  • Read the flash. Twice. Compare the files to be sure. Save a copy of it on external media.
flashrom -p <yourprogrammer> -r flash.bin
flashrom -p <yourprogrammer> -r flash2.bin
diff flash.bin flash2.bin

If they don't match, do not proceed.

We only want to touch the BIOS region (leave ME, IFD, ... alone). You need at least flashrom 1.0 for this to work:

flashrom -p <yourprogrammer> -w coreboot.rom --ifd --image bios --no-verify
  • Follow the Build HOWTO page and flash the resulting build/coreboot.rom

If you have trouble reading the chip successfully, the most common problems are

  • insufficient power supply
  • bad contacts
  • too long wires
  • bad pinout

The cable shipped with buspirate was too long, and needed to be trimmed.

flashing over existing coreboot payloads

Once you are running coreboot any subsequent flashes can be done internally, however you will have to force flashrom. Don't forget to only flash the BIOS region

 flashrom -p internal:laptop=force_I_want_a_brick <-r/-w> file.rom --ifd --image bios --no-verify
 

See also In-System Programming

Bigger SPI ROM

Soldering in a bigger SPI ROM from the same manufacturer with the same specs except for size just works. I used a Winbond W25Q128FVSG and flashed the existing coreboot ROM for a 64mbit chip, due to the way the Intel Flash Descriptor works it still boots with a smaller image. For soldering I recommend a heat soldering gun. Disassemble the whole device, so the plasic doesn't melt, you could try using tin foil to protect the case and other components so you do not have to disassemble everything, but I do not recommend this, especially considering how easy it is to disassemble a thinkpad. If you try the tinfoil method and do not take the speakers out of the case they WILL melt. It looks like lenovo used lead free solder, so this will take a while until the solder is hot enough. Be careful not to heat the surrounding elements, you could accidentally dislodge them. CAREFULLY lift the chip, if the solder is not fully molten on both sides and you apply too much force, you will damage the board.

To actually benefit from the bigger chip you need to modify the Intel Flash Descriptor. There are two changes you need to make:

1. Change the flash layout to encompass the whole chip.

2. change the chip density in the descriptor to the new size.


You can do both with ifdtool, as long as it is recent enough. (I patched it to do 2. in early march 2016)

For 1. run `ifdtool --layout layout.txt coreboot.rom`, edit the layout file and update it with `ifdtool --newlayout layout.txt coreboot.rom`. You may need to remove the overlap check in ifdtool as somehow that sometimes fails and prevents you from changing the layout. Make sure you run this on an actual image, not just the 4kb descriptor or ifdtool will segfault, as it tries to actually move the sections, not just change the layout in the header. In this case also pad the file to 16MB as we're increasing the size, this is not needed if you change to a smaller chip.

my layout:

 00000000:00000fff fd
 00500000:00ffffff bios
 00003000:004fffff me
 00001000:00002fff gbe
 00fff000:00000fff pd
 00fff000:00ffffff res1
 00fff000:00ffffff res2
 00fff000:00ffffff res3
 00000000:00a0bfff ec

if you use a smaller ME than the stock 5MB one you can also reduce the size of the me area:

 00000000:00000fff fd
 00183000:00ffffff bios
 00003000:00182fff me
 00001000:00002fff gbe
 00fff000:00000fff pd
 00fff000:00ffffff res1
 00fff000:00ffffff res2
 00fff000:00ffffff res3
 00000000:00a0bfff ec

Layout of this file is:

 <start address>:<end address> <section name>

Start addresses need to end in 000 and end addresses in fff, due to the way the addresses are stored in the IFD. Note that the fd section needs to be at the start. Ignore pd, res[1,2,3] and ec.

This should result in a coreboot.rom.new file.

2. Run `ifdtool -D 16 coreboot.rom.new` to change the chip density to 128mbit. You can select a chip using -C but this doesn't matter because if there is no second chip the density is ignored and you cannot set it to 0 in this version of the IFD.

Soldering in a second SPI chip doesn't just work because lenovo was cheap and left out a few required resistors, if you are up for an adventure you can try soldering them also in, but they are tiny smd ones. Theoretically should work.

Now you can extract the new IFD (first 4k bytes) from the (probably now broken) coreboot image and build a new Image using it.

Now you can flash it externally as internal flashing doesn't work with an IFD smaller than the chip present. From now on internal flashing should work.

All of these steps can be done beforehand or on a different computer, but I did it in this order because I only got that one laptop and a raspberry pi for external flashing.

Tips and trick (not necessarily coreboot related)

Recalibrate batteries

The EC (embedded controller) has the possibility to recalibrate batteries, either inside the laptop (primary) or attached to the dock (secondary) (not sure about dock). To achieve this, plug the computer to AC and do the following to have the EC fully empty the battery: First of all build ectool in util/ectool and then run: <syntaxhighlight lang="bash" inline>./ectool -w 0xb4 -z 0x06</syntaxhighlight> if you want to calibrate the primary battery or <syntaxhighlight lang="bash" inline>./ectool -w 0xb5 -z 0x06</syntaxhighlight> for the secondary battery. Now wait a few hours while the battery fully discharges and charges back up.

This could also be implemented in ACPI such that this can be achieved with the tpacpi-bat tools.