[PATCH v3 2/2] x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWARE

Bin Meng bmeng.cn at gmail.com
Mon Aug 2 18:00:52 CEST 2021


On Mon, Aug 2, 2021 at 10:45 PM Simon Glass <sjg at chromium.org> wrote:
>
> 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>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list