Fred Reitberger has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/68226 )
Change subject: util/amdfwtiil: Add Mendocino to usage ......................................................................
util/amdfwtiil: Add Mendocino to usage
Add missing Mendocino soc to usage print.
Signed-off-by: Fred Reitberger reitbergerfred@gmail.com Change-Id: I8b995fccc23dcca87d45cc13fbb1ebbc1f0e2add --- M util/amdfwtool/amdfwtool.c 1 file changed, 13 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/68226/1
diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c index b9c36a5..288cd88 100644 --- a/util/amdfwtool/amdfwtool.c +++ b/util/amdfwtool/amdfwtool.c @@ -204,7 +204,7 @@ printf(" area\n"); printf("--soc-name <socname> Specify SOC name. Supported names are\n"); printf(" Stoneyridge, Raven, Picasso, Renoir, Cezanne\n"); - printf(" Morgana, Glinda, or Lucienne\n"); + printf(" Mendocino, Morgana, Glinda, or Lucienne\n"); printf("\nEmbedded Firmware Structure options used by the PSP:\n"); printf("--spi-speed <HEX_VAL> SPI fast speed to place in EFS Table\n"); printf(" 0x0 66.66Mhz\n");