util/ifdtool: Mention MeDisable in help text
The -M option of ifdtool sets not only AltMeDisable bit, but also MeDisable bit in ICH0 and MCH0 straps. Make it obvious and mention in the help message. Change-Id: I9dba2fa6509a9c833f72414367944bc606671e7b Signed-off-by: Evgeny Zinoviev <me@ch1p.io> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38934 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
parent
94022a0abf
commit
8c4c370030
|
@ -1438,8 +1438,8 @@ static void print_usage(const char *name)
|
|||
" Dual Output Fast Read Support\n"
|
||||
" -l | --lock Lock firmware descriptor and ME region\n"
|
||||
" -u | --unlock Unlock firmware descriptor and ME region\n"
|
||||
" -M | --altmedisable <0|1> Set the AltMeDisable (or HAP for skylake or newer platform)\n"
|
||||
" bit to disable ME\n"
|
||||
" -M | --altmedisable <0|1> Set the MeDisable and AltMeDisable (or HAP for skylake or newer platform)\n"
|
||||
" bits to disable ME\n"
|
||||
" -p | --platform Add platform-specific quirks\n"
|
||||
" aplk - Apollo Lake\n"
|
||||
" cnl - Cannon Lake\n"
|
||||
|
|
Loading…
Reference in New Issue