From 6a1af48c580aee75d0fd484e8a8e9b5282793f91 Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Wed, 25 Jan 2023 23:03:19 +0800 Subject: amdfwtool: Remove command line option soc-name 5/5 of split changes of https://review.coreboot.org/c/coreboot/+/58552/28 Change-Id: Iba2ebd5d0310538e04c07493d28039509ad02321 Signed-off-by: Zheng Bao Reviewed-on: https://review.coreboot.org/c/coreboot/+/72468 Tested-by: build bot (Jenkins) Reviewed-by: Fred Reitberger --- util/amdfwtool/amdfwtool.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'util/amdfwtool/amdfwtool.c') diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c index 4ed709417d..a4abe1e781 100644 --- a/util/amdfwtool/amdfwtool.c +++ b/util/amdfwtool/amdfwtool.c @@ -228,10 +228,6 @@ static void usage(void) printf("--sharedmem Location of PSP/FW shared memory\n"); printf("--sharedmem-size Maximum size of the PSP/FW shared memory\n"); printf(" area\n"); - printf("--soc-name Specify SOC name. Supported names are\n"); - printf(" Carrizo, Stoneyridge, Raven, Picasso, Renoir,\n"); - printf(" Cezanne, Mendocino, Phoenix, Glinda, or\n"); - printf(" Lucienne\n"); printf("\nEmbedded Firmware Structure options used by the PSP:\n"); printf("--spi-speed SPI fast speed to place in EFS Table\n"); printf(" 0x0 66.66Mhz\n"); @@ -1764,7 +1760,6 @@ enum { AMDFW_OPT_ANYWHERE, AMDFW_OPT_SHAREDMEM, AMDFW_OPT_SHAREDMEM_SIZE, - AMDFW_OPT_SOC_NAME, AMDFW_OPT_SIGNED_OUTPUT, AMDFW_OPT_SIGNED_ADDR, AMDFW_OPT_BODY_LOCATION, @@ -1827,7 +1822,6 @@ static struct option long_options[] = { {"anywhere", no_argument, 0, AMDFW_OPT_ANYWHERE }, {"sharedmem", required_argument, 0, AMDFW_OPT_SHAREDMEM }, {"sharedmem-size", required_argument, 0, AMDFW_OPT_SHAREDMEM_SIZE }, - {"soc-name", required_argument, 0, AMDFW_OPT_SOC_NAME }, {"signed-output", required_argument, 0, AMDFW_OPT_SIGNED_OUTPUT }, {"signed-addr", required_argument, 0, AMDFW_OPT_SIGNED_ADDR }, @@ -2225,8 +2219,6 @@ int main(int argc, char **argv) register_fw_filename(AMD_FW_VERSTAGE_SIG, sub, optarg); sub = instance = 0; break; - case AMDFW_OPT_SOC_NAME: - break; case AMDFW_OPT_SIGNED_OUTPUT: signed_output_file = optarg; sub = instance = 0; -- cgit v1.2.3