summaryrefslogtreecommitdiffstats
path: root/src/drivers/intel/fsp1_1/include/fsp/util.h
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2022-03-30 13:34:38 +0200
committerPaul Fagerburg <pfagerburg@chromium.org>2022-04-01 13:44:46 +0000
commit56ed0bee8697a56b08ecfac0b8cb8a9cc312592a (patch)
tree19303ae40782b2cb6b949d82a514a93e4a41a3e0 /src/drivers/intel/fsp1_1/include/fsp/util.h
parent10e47d80cbe5bb2464931a0c6c6d5a7f7077b28e (diff)
downloadcoreboot-56ed0bee8697a56b08ecfac0b8cb8a9cc312592a.tar.gz
coreboot-56ed0bee8697a56b08ecfac0b8cb8a9cc312592a.tar.bz2
coreboot-56ed0bee8697a56b08ecfac0b8cb8a9cc312592a.zip
drivers/intel/fsp1_1: Reduce scope of functions
Reduce scope of get_next_hob and drop unused functions. Change-Id: I81007295ed2d1592c4d829cbb277c0726d89ea4b Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/63203 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Diffstat (limited to 'src/drivers/intel/fsp1_1/include/fsp/util.h')
-rw-r--r--src/drivers/intel/fsp1_1/include/fsp/util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/drivers/intel/fsp1_1/include/fsp/util.h b/src/drivers/intel/fsp1_1/include/fsp/util.h
index e1fb59605a0f..0c9a1fad2f9b 100644
--- a/src/drivers/intel/fsp1_1/include/fsp/util.h
+++ b/src/drivers/intel/fsp1_1/include/fsp/util.h
@@ -24,10 +24,7 @@ void fsp_early_init(FSP_INFO_HEADER *fsp_info);
void fsp_notify(u32 phase);
void print_hob_type_structure(u16 hob_type, void *hob_list_ptr);
void print_fsp_info(FSP_INFO_HEADER *fsp_header);
-void *get_next_type_guid_hob(UINT16 type, const EFI_GUID *guid,
- const void *hob_start);
void *get_next_resource_hob(const EFI_GUID *guid, const void *hob_start);
-void *get_first_resource_hob(const EFI_GUID *guid);
void fsp_display_upd_value(const char *name, uint32_t size, uint64_t old,
uint64_t new);
void report_fsp_output(void);
@@ -80,10 +77,7 @@ extern void *FspHobListPtr;
#endif
void *get_hob_list(void);
-void *get_next_hob(uint16_t type, const void *hob_start);
-void *get_first_hob(uint16_t type);
void *get_next_guid_hob(const EFI_GUID *guid, const void *hob_start);
-void *get_first_guid_hob(const EFI_GUID *guid);
asmlinkage void chipset_teardown_car_main(void);