From 864a7e2d03fe0aa66b731fdd6c6c19dbd64f4df8 Mon Sep 17 00:00:00 2001 From: Yidi Lin Date: Sat, 25 Jan 2025 11:26:09 +0800 Subject: [PATCH] soc/mediatek/common: Update fsp_status enum type Sync the enum values from mtk-fsp private repo. TEST=build pass. BUG=b:373797027 Change-Id: I8a1cb107f1ff8a65962997e861e8e670cd9582a2 Signed-off-by: Yidi Lin Reviewed-on: https://review.coreboot.org/c/coreboot/+/86160 Reviewed-by: Yu-Ping Wu Tested-by: build bot (Jenkins) Reviewed-by: Yidi Lin --- src/soc/mediatek/common/include/soc/mtk_fsp_common.h | 4 ++++ 1 file changed, 4 insertions(+) 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 {