summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/fsp1
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-09-25 08:11:30 -0600
committerBin Meng <bmeng.cn@gmail.com>2019-10-08 13:54:01 +0800
commitb2d544a15d2edf8199e45e06c44b3e99ace906bc (patch)
treeace40793ea4223e4e00989a0afe0a9cd5e90e383 /arch/x86/include/asm/fsp1
parente9de4a7cd31a08d7bd2afa842db5aca57b3a37cb (diff)
downloadu-boot-b2d544a15d2edf8199e45e06c44b3e99ace906bc.tar.gz
u-boot-b2d544a15d2edf8199e45e06c44b3e99ace906bc.tar.xz
u-boot-b2d544a15d2edf8199e45e06c44b3e99ace906bc.zip
x86: Move common fsp functions into a common file
Some of this file can be shared between FSP1 and FSP2. Move it into a shared file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/include/asm/fsp1')
-rw-r--r--arch/x86/include/asm/fsp1/fsp_support.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/include/asm/fsp1/fsp_support.h b/arch/x86/include/asm/fsp1/fsp_support.h
index 236c167fc8..a44a5504a4 100644
--- a/arch/x86/include/asm/fsp1/fsp_support.h
+++ b/arch/x86/include/asm/fsp1/fsp_support.h
@@ -47,16 +47,6 @@ void fsp_continue(u32 status, void *hob_list);
void fsp_init(u32 stack_top, u32 boot_mode, void *nvs_buf);
/**
- * fsp_notify() - FSP notification wrapper function
- *
- * @fsp_hdr: Pointer to FSP information header
- * @phase: FSP initialization phase defined in enum fsp_phase
- *
- * @return compatible status code with EFI_STATUS defined in PI spec
- */
-u32 fsp_notify(struct fsp_header *fsp_hdr, u32 phase);
-
-/**
* fsp_get_bootloader_tmp_mem() - retrieves temporary stack buffer and size
*
* @hob_list: A HOB list pointer.