Re: [PATCH 6/7] riscv: add CONFIG_API support

2020-04-23 Thread Bin Meng
On Tue, Apr 21, 2020 at 6:35 AM wrote: > > From: Mitchell Horne > > Add the necessary changes to allow building the CONFIG_API option on the > RISC-V architecture. The downstream consumer of this API is the u-boot > version of FreeBSD's loader(8). This enables the loader to be ported to Could yo

[PATCH 6/7] riscv: add CONFIG_API support

2020-04-20 Thread mhorne
From: Mitchell Horne Add the necessary changes to allow building the CONFIG_API option on the RISC-V architecture. The downstream consumer of this API is the u-boot version of FreeBSD's loader(8). This enables the loader to be ported to RISC-V. Signed-off-by: Mitchell Horne Cc: r...@andestech.c