[U-Boot] [PATCH 05/12] riscv: Add Kconfig to support RISC-V

陳建志 rickchen36 at gmail.com
Mon Dec 25 02:31:04 UTC 2017


2017-12-22 23:30 GMT+08:00 Tom Rini <trini at konsulko.com>:
> On Fri, Dec 22, 2017 at 03:44:22PM +0800, Andes wrote:
>
>> From: Rick Chen <rick at andestech.com>
>>
>> Add Kconfig and makefile for RISC-V
>>
>> Signed-off-by: Rick Chen <rick at andestech.com>
>> Signed-off-by: Rick Chen <rickchen36 at gmail.com>
>> Signed-off-by: Greentime Hu <green.hu at gmail.com>
>> Cc: Padmarao Begari <Padmarao.Begari at microsemi.com>
>> ---
>>  arch/riscv/Kconfig   |   42 ++++++++++++++++++++++++++++++++++++++++++
>>  arch/riscv/Makefile  |   11 +++++++++++
>>  arch/riscv/config.mk |   33 +++++++++++++++++++++++++++++++++
>>  3 files changed, 86 insertions(+), 0 deletions(-)
>>  create mode 100644 arch/riscv/Kconfig
>>  create mode 100644 arch/riscv/Makefile
>>  create mode 100644 arch/riscv/config.mk
>
> This should also touch the top-level MAINTAINERS, thanks!
>

I will touch the top-level MAINTAINERS in the next version.
Thanks for reviewing.

Rick

> --
> Tom


More information about the U-Boot mailing list