]> git.baikalelectronics.ru Git - uboot.git/commit
x86: fsp: Don't notify if booted from coreboot
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 05:00:33 +0000 (18:00 +1300)
committerSimon Glass <sjg@chromium.org>
Sat, 27 Mar 2021 02:04:30 +0000 (15:04 +1300)
commit02026e111cfba62944237d212f2a101d0187f9a5
treee68ed3898b8c42fcb5275c19c9bf68fd5a7d2948
parent3924f78739226157bd1475e9d7fb036a397f19fa
x86: fsp: Don't notify if booted from coreboot

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 <sjg@chromium.org>
arch/x86/lib/fsp2/fsp_support.c