Add ME 1.x-5.x to the manual
This commit is contained in:
parent
a994685cb2
commit
43612a630c
2 changed files with 25 additions and 16 deletions
|
@ -1,4 +1,4 @@
|
|||
.TH me_cleaner 1 "JUNE 2018"
|
||||
.TH me_cleaner 1 "OCTOBER 2018"
|
||||
.SH me_cleaner
|
||||
.PP
|
||||
me_cleaner \- Tool for partial deblobbing of Intel ME/TXE firmware images
|
||||
|
@ -20,11 +20,14 @@ initialization
|
|||
.PP
|
||||
Using both the modes seems to be the most reliable way on many platforms.
|
||||
.PP
|
||||
When used on ME firmware older than Nehalem (versions 1.x\-5.x), Intel ME is
|
||||
fully disabled and its firmware is removed completely.
|
||||
.PP
|
||||
The resulting modified firmware needs to be flashed (in most of the cases) with
|
||||
an external programmer, often a dedicated SPI programmer or a Linux board with
|
||||
a SPI master interface.
|
||||
.PP
|
||||
\fB\fCme_cleaner\fR works at least from Nehalem to Coffee Lake (for Intel ME) and on
|
||||
\fB\fCme_cleaner\fR works at least up to Coffee Lake (for Intel ME) and on
|
||||
Braswell/Cherry Trail (for Intel TXE), but may work as well on newer or
|
||||
different architectures.
|
||||
.PP
|
||||
|
@ -107,8 +110,10 @@ c c c c
|
|||
c c c c
|
||||
c c c c
|
||||
c c c c
|
||||
c c c c
|
||||
.
|
||||
PCH CPU ME SKU
|
||||
1.x\-5.x
|
||||
Ibex Peak Nehalem/Westmere 6.0 Ignition
|
||||
Ibex Peak Nehalem/Westmere 6.x 1.5/5 MB
|
||||
Cougar Point Sandy Bridge 7.x 1.5/5 MB
|
||||
|
@ -153,5 +158,5 @@ Bugs should be reported on the project's GitHub page \[la]https://github.com/cor
|
|||
Nicola Corna \[la]nicola@corna.info\[ra]
|
||||
.SH SEE ALSO
|
||||
.PP
|
||||
.BR flashrom (8),
|
||||
.BR flashrom (8),
|
||||
me_cleaner's Wiki \[la]https://github.com/corna/me_cleaner/wiki\[ra]
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
[//]: # (Use md2man to generate the man page from this Markdown)
|
||||
[//]: # (https://github.com/sunaku/md2man)
|
||||
|
||||
me_cleaner 1 "JUNE 2018"
|
||||
me_cleaner 1 "OCTOBER 2018"
|
||||
=======================================
|
||||
|
||||
me\_cleaner
|
||||
----
|
||||
|
||||
me\_cleaner - Tool for partial deblobbing of Intel ME/TXE firmware images
|
||||
me\_cleaner - Tool for partial deblobbing of Intel ME/TXE firmware images
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
|
@ -27,11 +27,14 @@ initialization
|
|||
|
||||
Using both the modes seems to be the most reliable way on many platforms.
|
||||
|
||||
When used on ME firmware older than Nehalem (versions 1.x-5.x), Intel ME is
|
||||
fully disabled and its firmware is removed completely.
|
||||
|
||||
The resulting modified firmware needs to be flashed (in most of the cases) with
|
||||
an external programmer, often a dedicated SPI programmer or a Linux board with
|
||||
a SPI master interface.
|
||||
|
||||
`me_cleaner` works at least from Nehalem to Coffee Lake (for Intel ME) and on
|
||||
`me_cleaner` works at least up to Coffee Lake (for Intel ME) and on
|
||||
Braswell/Cherry Trail (for Intel TXE), but may work as well on newer or
|
||||
different architectures.
|
||||
|
||||
|
@ -110,16 +113,17 @@ SUPPORTED PLATFORMS
|
|||
|
||||
Currently `me_cleaner` has been tested on the following platforms:
|
||||
|
||||
| PCH | CPU | ME | SKU |
|
||||
|:-----------------:|:-----------------:|:----:|:--------:|
|
||||
| Ibex Peak | Nehalem/Westmere | 6.0 | Ignition |
|
||||
| Ibex Peak | Nehalem/Westmere | 6.x | 1.5/5 MB |
|
||||
| Cougar Point | Sandy Bridge | 7.x | 1.5/5 MB |
|
||||
| Panther Point | Ivy Bridge | 8.x | 1.5/5 MB |
|
||||
| Lynx/Wildcat Point| Haswell/Broadwell | 9.x | 1.5/5 MB |
|
||||
| Wildcat Point LP | Broadwell Mobile | 10.0 | 1.5/5 MB |
|
||||
| Sunrise Point | Skylake/Kabylake | 11.x | CON/COR |
|
||||
| Union Point | Kabylake | 11.x | CON/COR |
|
||||
| PCH | CPU | ME | SKU |
|
||||
|:-----------------:|:-----------------:|:-------:|:--------:|
|
||||
| | | 1.x-5.x | |
|
||||
| Ibex Peak | Nehalem/Westmere | 6.0 | Ignition |
|
||||
| Ibex Peak | Nehalem/Westmere | 6.x | 1.5/5 MB |
|
||||
| Cougar Point | Sandy Bridge | 7.x | 1.5/5 MB |
|
||||
| Panther Point | Ivy Bridge | 8.x | 1.5/5 MB |
|
||||
| Lynx/Wildcat Point| Haswell/Broadwell | 9.x | 1.5/5 MB |
|
||||
| Wildcat Point LP | Broadwell Mobile | 10.0 | 1.5/5 MB |
|
||||
| Sunrise Point | Skylake/Kabylake | 11.x | CON/COR |
|
||||
| Union Point | Kabylake | 11.x | CON/COR |
|
||||
|
||||
| SoC | TXE | SKU |
|
||||
|:---------------------:|:---:|:--------:|
|
||||
|
|
Loading…
Reference in a new issue