opensbi/firmware
Bin Meng e41dbb507c firmware: Change to use positive offset to access relocation entries
The codes currently skip the very first relocation entry, but later
reference the elements in the relocation entry using minus offsets.

Change to use positive offsets so that there is no need to skip the
first relocation entry.

Signed-off-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Anup Patel <anup@brainfault.org>
Reviewed-by: Xiang W <wxjstz@126.com>
2023-04-17 08:55:55 +05:30
..
payloads firmware: payloads: Optimize usage of "ALIGN" 2022-11-22 11:20:11 +05:30
Kconfig Makefile: Add initial kconfig support for each platform 2022-08-08 09:33:09 +05:30
external_deps.mk firmware: Remove FW_PAYLOAD_FDT_PATH compile-time option 2020-10-18 10:29:59 +05:30
fw_base.S firmware: Change to use positive offset to access relocation entries 2023-04-17 08:55:55 +05:30
fw_base.ldS firmware: Fix fw_rw_offset computation in fw_base.S 2023-01-27 08:39:49 +05:30
fw_dynamic.S firmware: Define a macro for version of struct fw_dynamic_info 2021-07-11 14:13:32 +05:30
fw_dynamic.elf.ldS firmware: Relocate when load address is not equal to link address 2019-06-12 17:56:28 +05:30
fw_jump.S firmware: Use lla to access all global symbols 2021-03-19 14:57:45 +05:30
fw_jump.elf.ldS firmware: Relocate when load address is not equal to link address 2019-06-12 17:56:28 +05:30
fw_payload.S firmware: Use lla to access all global symbols 2021-03-19 14:57:45 +05:30
fw_payload.elf.ldS firmware: Relocate when load address is not equal to link address 2019-06-12 17:56:28 +05:30
objects.mk firmware: Only default FW_PIC to y if supported 2021-07-11 20:03:06 +05:30