]> git.ipfire.org Git - people/ms/u-boot.git/commit
riscv: tools: Prelink u-boot
authorRick Chen <rick@andestech.com>
Tue, 26 Dec 2017 05:55:56 +0000 (13:55 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 12 Jan 2018 13:05:12 +0000 (08:05 -0500)
commit42ac26f2b0c94f27170fdca2d7d05dbfb9a1d3fd
treebb2ecc237c4b5a662256980c1ffbfef81a4dc12c
parent3dafc016c174076f01a40d26444f6b07c281004f
riscv: tools: Prelink u-boot

Add prelink-riscv to arrange .rela.dyn and .rela.got
in compile time. So that u-boot can be directly
executed without fixup.

Signed-off-by: Chih-Mao Chen <cmchen@andestech.com>
Signed-off-by: Rick Chen <rick@andestech.com>
Signed-off-by: Rick Chen <rickchen36@gmail.com>
Signed-off-by: Greentime Hu <green.hu@gmail.com>
Makefile
tools/Makefile
tools/prelink-riscv.c [new file with mode: 0644]
tools/prelink-riscv.inc [new file with mode: 0644]