[PATCH v3 2/2] x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWARE
Simon Glass
sjg at chromium.org
Mon Aug 2 16:44:50 CEST 2021
On Mon, 2 Aug 2021 at 03:45, Bin Meng <bmeng.cn at gmail.com> wrote:
>
> For FSP1, there is no such INIT_PHASE_END_FIRMWARE.
>
> Move board_final_cleanup() to fsp2 directory.
>
> Fixes: 7c73cea44290 ("x86: Notify the FSP of the 'end firmware' event")
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> Changes in v3:
> - Add the missing header file include
>
> Changes in v2:
> - Move board_final_cleanup() to fsp2 directory
>
> arch/x86/lib/fsp/fsp_common.c | 16 ----------------
> arch/x86/lib/fsp2/fsp_common.c | 17 +++++++++++++++++
> 2 files changed, 17 insertions(+), 16 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
Tested on chromebook_coral, chromebook_samus, chromebook_link, minnowmax
Tested-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list