Attention is currently required from: Hung-Te Lin, Yidi Lin, Yu-Ping Wu.
Hello Yidi Lin,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/86160?usp=email
to review the following change.
Change subject: soc/mediatek/common: Update fsp_status enum type ......................................................................
soc/mediatek/common: Update fsp_status enum type
Sync the enum values from mtk-fsp private repo.
Change-Id: I8a1cb107f1ff8a65962997e861e8e670cd9582a2 Signed-off-by: Yidi Lin yidilin@chromium.org --- M src/soc/mediatek/common/include/soc/mtk_fsp_common.h 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/86160/1
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 99453ba..29e7ed9 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 {