Re: [PATCH 01/10] Add initial RISC-V architecture support

2018-06-25 Thread Antony Pavlov
On Tue, 17 Apr 2018 08:22:55 +0200 Sascha Hauer wrote: > Hi Antony, > > On Sun, Apr 15, 2018 at 02:28:49PM +0300, Antony Pavlov wrote: > > Signed-off-by: Antony Pavlov > > --- > > diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig > > new file mode 100644 > > index 00..d65e87acd8 > >

Re: [PATCH 01/10] Add initial RISC-V architecture support

2018-04-17 Thread Sascha Hauer
Hi Antony, On Sun, Apr 15, 2018 at 02:28:49PM +0300, Antony Pavlov wrote: > Signed-off-by: Antony Pavlov > --- > diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig > new file mode 100644 > index 00..d65e87acd8 > --- /dev/null > +++ b/arch/riscv/Kconfig > @@

[PATCH 01/10] Add initial RISC-V architecture support

2018-04-15 Thread Antony Pavlov
Signed-off-by: Antony Pavlov --- arch/riscv/Kconfig | 62 +++ arch/riscv/Makefile | 72 ++ arch/riscv/boot/Makefile | 2 + arch/riscv/boot/main_entry.c | 40 +