aboutsummaryrefslogtreecommitdiff
path: root/Documentation/mainboard/lenovo/xx20_series.md
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2020-02-16 11:28:11 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-02-17 20:12:22 +0000
commitf9e10f26ba0c35c99a2781fc9c6bddaca385bf3d (patch)
treed0b52782b993c864ce51a85676d8666f7d2dbeb8 /Documentation/mainboard/lenovo/xx20_series.md
parent6dc9d0352e9c2dafb46c8c827d07cfdba2d744dd (diff)
Documentation: Remove confusing xyz0 naming convention for Lenovo devices
Replace xx30 with Ivy_Bridge and xx20 with Sandy_Bridge. Also add a note that the Ivy_Bridge tutorial doesn't covert T430s and T431s. Change-Id: I0b65bca83195ec22cc139130e7cb6183c0972484 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38929 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'Documentation/mainboard/lenovo/xx20_series.md')
-rw-r--r--Documentation/mainboard/lenovo/xx20_series.md48
1 files changed, 0 insertions, 48 deletions
diff --git a/Documentation/mainboard/lenovo/xx20_series.md b/Documentation/mainboard/lenovo/xx20_series.md
deleted file mode 100644
index 8603853b94..0000000000
--- a/Documentation/mainboard/lenovo/xx20_series.md
+++ /dev/null
@@ -1,48 +0,0 @@
-# Lenovo Sandy Bridge series
-
-## Flashing coreboot
-```eval_rst
-+---------------------+--------------------+
-| Type | Value |
-+=====================+====================+
-| Socketed flash | no |
-+---------------------+--------------------+
-| Size | 8 MiB |
-+---------------------+--------------------+
-| In circuit flashing | Yes |
-+---------------------+--------------------+
-| Package | SOIC-8 |
-+---------------------+--------------------+
-| Write protection | No |
-+---------------------+--------------------+
-| Dual BIOS feature | No |
-+---------------------+--------------------+
-| Internal flashing | Yes |
-+---------------------+--------------------+
-```
-
-## Installation instructions
-* Update the EC firmware, as there's no support for EC updates in coreboot.
-* Do **NOT** accidently swap pins or power on the board while a SPI flasher
- is connected. It will destroy your device.
-* It's recommended to only flash the BIOS region. In that case you don't
- need to extract blobs from vendor firmware.
- If you want to flash the whole chip, you need blobs when building
- coreboot.
-* The shipped *Flash layout* allocates 3MiB to the BIOS region, which is the space
- usable by coreboot.
-* ROM chip size should be set to 8MiB.
-
-```eval_rst
-Please also have a look at :doc:`../../flash_tutorial/index`.
-```
-
-## Flash layout
-There's one 8MiB flash which contains IFD, GBE, ME and BIOS regions.
-On Lenovo's UEFI the EC firmware update is placed at the start of the BIOS
-region. The update is then written into the EC once.
-
-![][fl]
-
-[fl]: flashlayout_xx20.svg
-