Re: [PATCH 33/34] x86: fsp: Don't notify if booted from coreboot

2021-03-26 Thread Simon Glass
When booting from coreboot there is no need to notify the FSP of anything, since coreboot has already done it. Nor it is possible, since the FSP details are not provided by coreboot. Skip it in this case. Signed-off-by: Simon Glass --- arch/x86/lib/fsp2/fsp_support.c | 4 1 file changed,

[PATCH 33/34] x86: fsp: Don't notify if booted from coreboot

2021-03-14 Thread Simon Glass
When booting from coreboot there is no need to notify the FSP of anything, since coreboot has already done it. Nor it is possible, since the FSP details are not provided by coreboot. Skip it in this case. Signed-off-by: Simon Glass --- arch/x86/lib/fsp2/fsp_support.c | 4 1 file changed,