x86: fsp: Make the notify API call common
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2019 04:42:22 +0000 (21:42 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:17 +0000 (11:44 +0800)
commitaf801921afc3057925df913d0a08673a80f258cc
treecaf914a25bb01372db83fa3c9c874e60e253943b
parent748ff5350ae880ea01d3d72214122c3552a5185f
x86: fsp: Make the notify API call common

The fsp_notify() API is the same for FSP1 and FSP2. Move it into a new
common API file.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/fsp/fsp_api.h [new file with mode: 0644]
arch/x86/include/asm/fsp1/fsp_api.h