Re: [U-Boot] [PATCH v2 3/8] riscv: Add EFI application infrastructure

2018-04-23 Thread Alexander Graf
On 23.04.18 07:54, 陳建志 wrote: >> 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 >> >> --- >>

Re: [U-Boot] [PATCH v2 3/8] riscv: Add EFI application infrastructure

2018-04-22 Thread 陳建志
> 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 > > --- > > new in v2 > --- >

[U-Boot] [PATCH v2 3/8] riscv: Add EFI application infrastructure

2018-04-19 Thread Alexander Graf
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 --- new in v2 --- arch/riscv/config.mk | 5