Re: [PATCH v2 0/3] bsps/riscv: Add kendrytek210 riscv BSP variant

2023-03-21 Thread Alan Cudmore
Thanks for the test! I'm working on setting up the Polarfire HSS software so I can try running on the icicle kit emulation on renode.io. FYI: If anyone is interested in a very inexpensive RISC-V board, the Pine64.org Ox64 boards are back in stock: https://pine64.com/product-category/ox64/ These mi

Re: [PATCH v2 0/3] bsps/riscv: Add kendrytek210 riscv BSP variant

2023-03-17 Thread Padmarao.Begari
I have tested it on the renode.io simulator and working fine. Regards Padmarao > On Wed, 2023-03-15 at 22:04 -0400, Alan Cudmore wrote: > > Version 2 patch updates: Separated the device tree source and encoded > device tree blob into a separate patch, added the license text to > k210.h, elimina

[PATCH v2 0/3] bsps/riscv: Add kendrytek210 riscv BSP variant

2023-03-15 Thread Alan Cudmore
Version 2 patch updates: Separated the device tree source and encoded device tree blob into a separate patch, added the license text to k210.h, eliminated whitespace warnings, and eliminated dead code in the conditional compilation structure for the core_get_frequency function in start/bspstart.c.

[PATCH 0/2] bsps/riscv: Add kendrytek210 riscv BSP variant

2023-03-09 Thread Alan Cudmore
This patch set adds the riscv/kendrytek210 BSP variant to support the Kendryte K210 Dual Core RISC-V SoC. The BSP runs on the renode.io simulator, the Sipeed MAiX BiT and MAiXDuino boards, and would likely run on other boards. RTEMS binaries can be flashed to the boards using the kflash python uti

Re: RISCV BSP

2019-08-05 Thread Vaibhav Gupta
; > > > > Vaibhav Gupta > > > > On Fri, Aug 2, 2019 at 1:33 PM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> > >> On 02/08/2019 09:50, Vaibhav Gupta wrote: > >> > Hello, > >> > I was about to test the

Re: RISCV BSP

2019-08-02 Thread Gedare Bloom
uot; > > Vaibhav Gupta > > On Fri, Aug 2, 2019 at 1:33 PM Sebastian Huber > wrote: >> >> On 02/08/2019 09:50, Vaibhav Gupta wrote: >> > Hello, >> > I was about to test the testsuite code, need to confirm >> > on which RISCV BSP we are going t

Re: RISCV BSP

2019-08-02 Thread Vaibhav Gupta
he testsuite code, need to confirm > > on which RISCV BSP we are going to work? > > > > For example, for ARM I was asked for xilinx-zynq > > So is there any specific one for riscv too, or should I build any of it? > > While you work on this, please review the d

Re: RISCV BSP

2019-08-02 Thread Sebastian Huber
On 02/08/2019 09:50, Vaibhav Gupta wrote: Hello, I was about to test the testsuite code, need to confirm on which RISCV BSP we are going to work? For example, for ARM I was asked for xilinx-zynq So is there any specific one for riscv too, or should I build any of it? While you work on this

RISCV BSP

2019-08-02 Thread Vaibhav Gupta
Hello, I was about to test the testsuite code, need to confirm on which RISCV BSP we are going to work? For example, for ARM I was asked for xilinx-zynq So is there any specific one for riscv too, or should I build any of it? Vaibhav Gupta ___ devel