
2017-12-22 23:30 GMT+08:00 Tom Rini trini@konsulko.com:
On Fri, Dec 22, 2017 at 03:44:22PM +0800, Andes wrote:
From: Rick Chen rick@andestech.com
Add Kconfig and makefile for RISC-V
Signed-off-by: Rick Chen rick@andestech.com Signed-off-by: Rick Chen rickchen36@gmail.com Signed-off-by: Greentime Hu green.hu@gmail.com Cc: Padmarao Begari Padmarao.Begari@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