commit | 31bdde939a9b8ba6deabfb496d371bb647eb6ff9 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Apr 23 07:59:45 2018 +0200 |
committer | Andes <uboot@andestech.com> | Tue May 29 14:43:12 2018 +0800 |
tree | 44d9269532c66ff2db4eb46cda276d6415a59219 | |
parent | a5dc563b3e04ad9d0e559af1d669b387e6281388 [diff] |
riscv: Add EFI application infrastructure The hello world binary and a few selftests require to build EFI target binaries, not just the EFI host environment. This patch adds all required files to generate an EFI binary for RISC-V. Signed-off-by: Alexander Graf <agraf@suse.de>