diff options
author | Nicola Corna <nicola@corna.info> | 2017-08-08 21:24:49 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-08-20 21:19:47 +0000 |
commit | 98f30340cf7443d4ef63a855ee96935946223da0 (patch) | |
tree | 41414ee6ff2a727043111776f3c0d038d4ba1810 /src/southbridge/intel | |
parent | 4ff449272dcbd09a0cad5f64e1e01021ad091a01 (diff) |
util/me_cleaner: Pull the latest changes from upstream
Relevant changes (commit 2e8761e):
* Add an option to truncate the ME image file
* Add full support for Skylake (ME 11) and following, including
modules removal, truncation informations and partition
relocation
* Add two options to generate a shrinked ME image file and the
corresponding descriptor with a modified flash layout
* Update README.md
* Bug fixes
Also add a link to the usage guide in the Kconfig help.
Change-Id: I690c5d558139f64f38babf3c0988b53834ba8b37
Signed-off-by: Nicola Corna <nicola@corna.info>
Reviewed-on: https://review.coreboot.org/20915
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Diffstat (limited to 'src/southbridge/intel')
-rw-r--r-- | src/southbridge/intel/common/firmware/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/southbridge/intel/common/firmware/Kconfig b/src/southbridge/intel/common/firmware/Kconfig index 9d22b1b04e..6d3371153b 100644 --- a/src/southbridge/intel/common/firmware/Kconfig +++ b/src/southbridge/intel/common/firmware/Kconfig @@ -91,10 +91,11 @@ config USE_ME_CLEANER only on reverse engineering and trial & error. See the project's page - https://github.com/corna/me_cleaner + https://github.com/corna/me_cleaner or the wiki - https://github.com/corna/me_cleaner/wiki/How-does-it-work%3F - https://github.com/corna/me_cleaner/wiki/me_cleaner-status + https://github.com/corna/me_cleaner/wiki/How-to-apply-me_cleaner + https://github.com/corna/me_cleaner/wiki/How-does-it-work%3F + https://github.com/corna/me_cleaner/wiki/me_cleaner-status for more info about this tool If unsure, say N. |