Re: New BSP development for Microchip's RISC-V based PolarFire SoC ICICLE Kit

2020-11-09 Thread somesh deshmukh
Hi Sebastian, I also wanted to add the HAL APIs to the BSP which will perform the basic initializations and memory configuration. I missed this point in the last mail. Regards, Somesh On Tue, Nov 10, 2020 at 12:59 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Somesh, >

Re: New BSP development for Microchip's RISC-V based PolarFire SoC ICICLE Kit

2020-11-09 Thread Sebastian Huber
Hello Somesh, due to the change in the build system, I would use the RTEMS master branch for this development. You don't have to add a new RISC-V BSP. You could also add a new device driver to the console driver and select it through the device tree. -- embedded brains GmbH Sebastian HUBER D

New BSP development for Microchip's RISC-V based PolarFire SoC ICICLE Kit

2020-11-09 Thread somesh deshmukh
Hi All, I am trying to port the RTEMS v5.1 on PolarFire SoC ICICLE Kit. The available console driver in the risc-v bsp does not support the target hardware so I am looking into developing a custom BSP for the PolarFire SoC ICICLE Kit. It will be a great help if anyone could point me to custom BSP