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

2019-01-06 Thread Sascha Hauer
On Fri, Jan 04, 2019 at 11:47:37AM +0300, Antony Pavlov wrote: > On Thu, 3 Jan 2019 12:18:09 +0100 > Sascha Hauer wrote: > > > On Tue, Dec 18, 2018 at 10:19:33AM +0300, Antony Pavlov wrote: > > > This patchseries adds initial RISC-V architecture support for barebox. > > > > It's very nice to

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

2019-01-04 Thread Antony Pavlov
On Thu, 3 Jan 2019 12:18:09 +0100 Sascha Hauer wrote: > On Tue, Dec 18, 2018 at 10:19:33AM +0300, Antony Pavlov wrote: > > This patchseries adds initial RISC-V architecture support for barebox. > > It's very nice to get RISC-V support for barebox. > > The code looks fine from a first glance. I

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

2019-01-03 Thread Sascha Hauer
Hi Antony, On Tue, Dec 18, 2018 at 10:19:33AM +0300, Antony Pavlov wrote: > This patchseries adds initial RISC-V architecture support for barebox. > It's very nice to get RISC-V support for barebox. The code looks fine from a first glance. I would prefer using multi image support from the

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

2018-12-17 Thread Antony Pavlov
This patchseries adds initial RISC-V architecture support for barebox. See Documentation/boards/riscv.rst for instructions. You can obtain this patchseries from github: $ git clone -b 20181218.riscv https://github.com/frantony/barebox Changes since PATCH v2 (20180628)