x86: Notify the FSP of the 'end firmware' event
authorSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:45:28 +0000 (12:45 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:22 +0000 (11:27 +0800)
commit7c73cea44290a5779bfcaafe6d7a1dbf6fbc1b1d
tree694c0c02f782b7180cc9fb613947a9d687175483
parentf31b02c84ee1453e7c0b9c7e2386b9d25f81cdf5
x86: Notify the FSP of the 'end firmware' event

Send this notification when U-Boot is about to boot into Linux, as
requested by the FSP.

Currently this causes a crash with the APL FSP, so leave it disabled for
now.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/cpu.c
arch/x86/lib/fsp/fsp_common.c