u-boot/arch/riscv
Bin Meng 485f593079 riscv: Change to use positive offset to access relocation entries
The codes currently skip the very first relocation entry, and have
an inaccurate comment "skip first reserved entry" indicating that
the first entry is reserved, but later it references the elements
in the first relocation entry using a minus offset.

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

Signed-off-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
2023-04-20 20:45:08 +08:00
..
cpu riscv: Change to use positive offset to access relocation entries 2023-04-20 20:45:08 +08:00
dts riscv: dts: jh7110: Add initial StarFive VisionFive v2 board device tree 2023-04-20 20:45:08 +08:00
include/asm riscv: Correct a comment in io.h 2023-04-20 20:45:08 +08:00
lib riscv: semihosting: replace inline assembly with assembly file 2023-03-06 19:24:34 -05:00
config.mk riscv: Enforce DWARF4 output 2023-04-20 20:45:08 +08:00
Kconfig board: starfive: Add TARGET_STARFIVE_VISIONFIVE2 to Kconfig 2023-04-20 16:08:45 +08:00
Makefile riscv: support building double-float modules 2022-10-20 15:22:21 +08:00