diff --git a/src/soc/mediatek/common/include/soc/mtk_fsp_common.h b/src/soc/mediatek/common/include/soc/mtk_fsp_common.h index 99453bac36..29e7ed9fb5 100644 --- a/src/soc/mediatek/common/include/soc/mtk_fsp_common.h +++ b/src/soc/mediatek/common/include/soc/mtk_fsp_common.h @@ -12,6 +12,10 @@ enum fsp_status { FSP_STATUS_SUCCESS = 0, FSP_STATUS_INVALID_VERSION, + FSP_STATUS_INVALID_PHASE, + FSP_STATUS_PARAM_NOT_FOUND, + FSP_STATUS_PARAM_INVALID_SIZE, + FSP_STATUS_INVALID_STORAGE, }; enum fsp_phase {