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.