Re: [PATCH 7/7] x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWARE

2021-08-01 Thread Bin Meng
Hi Simon, On Mon, Aug 2, 2021 at 3:19 AM Simon Glass wrote: > > Hi Bin, > > On Sat, 31 Jul 2021 at 02:45, Bin Meng wrote: > > > > For FSP1, there is no such INIT_PHASE_END_FIRMWARE. > > > > Fixes: 7c73cea44290 ("x86: Notify the FSP of the 'end firmware' event") > > Signed-off-by: Bin Meng > > >

Re: [PATCH 7/7] x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWARE

2021-08-01 Thread Simon Glass
Hi Bin, On Sat, 31 Jul 2021 at 02:45, Bin Meng wrote: > > For FSP1, there is no such INIT_PHASE_END_FIRMWARE. > > Fixes: 7c73cea44290 ("x86: Notify the FSP of the 'end firmware' event") > Signed-off-by: Bin Meng > > --- > > arch/x86/lib/fsp/fsp_common.c | 16 +--- > 1 file changed,

[PATCH 7/7] x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWARE

2021-07-31 Thread Bin Meng
For FSP1, there is no such INIT_PHASE_END_FIRMWARE. Fixes: 7c73cea44290 ("x86: Notify the FSP of the 'end firmware' event") Signed-off-by: Bin Meng --- arch/x86/lib/fsp/fsp_common.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/arch/x86/lib/fsp/fsp_common