]> git.baikalelectronics.ru Git - uboot.git/commit
riscv: support standalone applications on RV64I systems
authorLukas Auer <lukas.auer@aisec.fraunhofer.de>
Fri, 4 Jan 2019 00:37:33 +0000 (01:37 +0100)
committerAndes <uboot@andestech.com>
Tue, 15 Jan 2019 01:36:31 +0000 (09:36 +0800)
commit6d0842561b721e78e182f922bde76bd15216dac5
tree716477d1f158c8900487df3e52f77c5ac6fb2231
parent751ceebe81e08a8f2151f2dff41b5b868a806bfe
riscv: support standalone applications on RV64I systems

Add an implementation of EXPORT_FUNC() for RV64I systems to support them
in standalone applications.

Signed-off-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
examples/standalone/stubs.c