[PATCH v6 049/102] x86: fsp: Make the notify API call common
Bin Meng
bmeng.cn at gmail.com
Sun Dec 8 04:20:30 CET 2019
On Sat, Dec 7, 2019 at 12:49 PM Simon Glass <sjg at chromium.org> wrote:
>
> 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 at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v6: None
> Changes in v5: None
> Changes in v4:
> - Drop incorrect coreboot reference from header file
>
> Changes in v3: None
> Changes in v2: None
>
> arch/x86/include/asm/fsp/fsp_api.h | 24 ++++++++++++++++++++++++
> arch/x86/include/asm/fsp1/fsp_api.h | 21 +++------------------
> 2 files changed, 27 insertions(+), 18 deletions(-)
> create mode 100644 arch/x86/include/asm/fsp/fsp_api.h
>
applied to u-boot-x86/next, thanks!
More information about the U-Boot
mailing list