]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit811e406b5e2b437709af2a5e17bd27d5816ebbde
treecaf914a25bb01372db83fa3c9c874e60e253943b
parentab26f6b540c71f01b700df2145963bb1ba9990d8
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