diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-02-06 21:36:06 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-02-06 21:36:06 +0300 |
commit | 8b69527544993db1a21974fce4e23ebe608ccdf5 (patch) | |
tree | 48e162119f9daceb3607e8669eebefacf789bf16 /util/amdfwtool/data_parse.c | |
parent | 7cffa9ed36562be010a6bac91f2469051e33049b (diff) | |
parent | cc5f7de34a857bc55e74e2d63093badd856919e8 (diff) |
Merge branch 'me-disable' into mbp10_1
Diffstat (limited to 'util/amdfwtool/data_parse.c')
-rw-r--r-- | util/amdfwtool/data_parse.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/amdfwtool/data_parse.c b/util/amdfwtool/data_parse.c index b6e14a8f9a..80d8d01aa7 100644 --- a/util/amdfwtool/data_parse.c +++ b/util/amdfwtool/data_parse.c @@ -244,6 +244,9 @@ static uint8_t find_register_fw_filename_psp_dir(char *fw_name, char *filename, } else if (strcmp(fw_name, "RPMC_FILE") == 0) { fw_type = AMD_RPMC_NVRAM; subprog = 0; + } else if (strcmp(fw_name, "PSPBTLDR_AB_FILE") == 0) { + fw_type = AMD_FW_PSP_BOOTLOADER_AB; + subprog = 0; } else { fw_type = AMD_FW_INVALID; /* TODO: Add more */ |