coreboot/src/arch/riscv
Julius Werner 965846fcd0 cbfs: Remove prog_locate() for payloads (SELF and FIT)
This patch removes the prog_locate() call for all instances of loading
payload formats (SELF and FIT), as the previous patch did for stages.

Signed-off-by: Julius Werner <jwerner@chromium.org>
Change-Id: I582b37f36fe6f9f26975490a823e85b130ba49a2
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49336
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-03-17 00:13:53 +00:00
..
include src/arch: Drop unneeded empty lines 2020-08-24 09:16:19 +00:00
arch_timer.c src: Remove unused 'include <stddef.h> 2020-08-18 12:15:44 +00:00
boot.c cbfs: Remove prog_locate() for payloads (SELF and FIT) 2021-03-17 00:13:53 +00:00
bootblock.S
fit_payload.c
fp_asm.S
Kconfig
Makefile.inc
mcall.c
misaligned.c src/arch: Drop unneeded empty lines 2020-08-24 09:16:19 +00:00
misc.c
opensbi.c
payload.c
pmp.c
ramstage.S
romstage.c src: Remove redundant include <rules.h> 2021-02-07 21:53:23 +00:00
sbi.c src/arch: Drop unneeded empty lines 2020-08-24 09:16:19 +00:00
smp.c src: Remove unused 'include <stddef.h> 2020-08-18 12:15:44 +00:00
tables.c symbols: Change implementation details of DECLARE_OPTIONAL_REGION() 2020-08-27 22:11:17 +00:00
trap_handler.c
trap_util.S
virtual_memory.c