[coreboot-gerrit] Patch set updated for coreboot: amdfwtool: change the ambiguous options to specific ones.

Zheng Bao (zheng.bao@amd.com) gerrit at coreboot.org
Fri Feb 26 14:04:39 CET 2016


Zheng Bao (zheng.bao at amd.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13809

-gerrit

commit 433e65c81205cb8d4524bf4ab12f4a52565cedc0
Author: zbao <fishbaozi at gmail.com>
Date:   Fri Feb 26 20:50:55 2016 +0800

    amdfwtool: change the ambiguous options to specific ones.
    
    Change-Id: Ia9045887ef80a4675755744fbf76ef0ed30d0a08
    Signed-off-by: Zheng Bao <fishbaozi at gmail.com>
---
 util/amdfwtool/amdfwtool.c | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c
index 6cb168e..7e70012 100644
--- a/util/amdfwtool/amdfwtool.c
+++ b/util/amdfwtool/amdfwtool.c
@@ -314,23 +314,23 @@ static struct option long_options[] = {
 	{"securedebug",  required_argument, 0, 'd' },
 	{"trustlets",    required_argument, 0, 't' },
 	{"trustletkey",  required_argument, 0, 'u' },
-	{"smufirmware2", required_argument, 0, 'w' },
+	{"smufirmwaretwo", required_argument, 0, 'w' },
 	{"smuscs",       required_argument, 0, 'm' },
 
 	/* TODO: PSP2 */
 #if PSP2
-	{"pubkey2",       required_argument, 0, 'P' },
-	{"bootloader2",   required_argument, 0, 'B' },
-	{"smufirmware2",  required_argument, 0, 'S' },
-	{"recovery2",     required_argument, 0, 'R' },
-	{"rtmpubkey2",    required_argument, 0, 'K' },
-	{"secureos2",     required_argument, 0, 'C' },
-	{"nvram2",        required_argument, 0, 'N' },
-	{"securedebug2",  required_argument, 0, 'D' },
-	{"trustlets2",    required_argument, 0, 'T' },
-	{"trustletkey2",  required_argument, 0, 'U' },
-	{"smufirmware2_2",required_argument, 0, 'W' },
-	{"smuscs2",       required_argument, 0, 'M' },
+	{"pubkeypsp2",       required_argument, 0, 'P' },
+	{"bootloaderpsp2",   required_argument, 0, 'B' },
+	{"smufirmwarepsp2",  required_argument, 0, 'S' },
+	{"recoverypsp2",     required_argument, 0, 'R' },
+	{"rtmpubkeypsp2",    required_argument, 0, 'K' },
+	{"secureospsp2",     required_argument, 0, 'C' },
+	{"nvrampsp2",        required_argument, 0, 'N' },
+	{"securedebugpsp2",  required_argument, 0, 'D' },
+	{"trustletspsp2",    required_argument, 0, 'T' },
+	{"trustletkeypsp2",  required_argument, 0, 'U' },
+	{"smufirmwaretwopsp2",required_argument, 0, 'W' },
+	{"smuscspsp2",       required_argument, 0, 'M' },
 #endif
 
 	{"output",       required_argument, 0, 'o' },



More information about the coreboot-gerrit mailing list