• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Lenovo T410
2
3## Known issues
4* Dock has wrong ACPI ID (causes "AC adapter state cannot be read" in Linux)
5* TPM not working with VBOOT and C_ENV bootblock (works without C_ENV BB)
6
7## Flashing instructions
8```{eval-rst}
9+---------------------+--------------------------------+
10| Type                | Value                          |
11+=====================+================================+
12| Socketed flash      | no                             |
13+---------------------+--------------------------------+
14| Size                | 8 MiB                          |
15+---------------------+--------------------------------+
16| In circuit flashing | Only in S3/WoL                 |
17+---------------------+--------------------------------+
18| Package             | SOIC-8                         |
19+---------------------+--------------------------------+
20| Write protection    | No                             |
21+---------------------+--------------------------------+
22| Dual BIOS feature   | No                             |
23+---------------------+--------------------------------+
24| Internal flashing   | Yes                            |
25+---------------------+--------------------------------+
26```
27
28The flash IC is located at the bottom center of the mainboard.  Sadly,
29access to the IC is blocked by the magnesum frame, so you need to disassemble
30the entire laptop and remove the mainboard.
31
32Below is a picture of IC on the mainboard, with the pinouts labeled.
33
34![t410_chip_location](t410_chip_location.jpg)
35
36The chip will either be a Macronix MX25L6405D or a Winbond W25Q64CVSIG.
37Do not rely on dots painted in the corner of the chip (such as the blue dot
38pictured) to orient the pins!
39
40[Flashing tutorial](../../tutorial/flashing_firmware/no_ext_power.md)
41
42Steps to access the flash IC are described here [T4xx series].
43
44[T4xx series]: t4xx_series.md
45