u-boot/arch/x86/lib/fsp2
Pali Rohár 049704f808 board_f: Fix types for board_get_usable_ram_top()
Commit 37dc958947 ("global_data.h: Change ram_top type to phys_addr_t")
changed type of ram_top member from ulong to phys_addr_t but did not
changed types in board_get_usable_ram_top() function which returns value
for ram_top.

So change ulong to phys_addr_t type also in board_get_usable_ram_top()
signature and implementations.

Fixes: 37dc958947 ("global_data.h: Change ram_top type to phys_addr_t")
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
2022-09-23 15:12:42 -04:00
..
fsp_common.c x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWARE 2021-08-03 00:01:38 +08:00
fsp_dram.c board_f: Fix types for board_get_usable_ram_top() 2022-09-23 15:12:42 -04:00
fsp_init.c event: Convert arch_cpu_init_dm() to use events 2022-03-10 08:28:36 -05:00
fsp_meminit.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
fsp_silicon_init.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
fsp_support.c x86: fsp: Don't notify if booted from coreboot 2021-03-27 15:04:30 +13:00
Makefile x86: fsp: Add FSP2 base support 2019-12-15 11:44:16 +08:00