Re: sifive risc-v hifive unleashed bsp (qemu)

2021-02-20 Thread Sanskar Khandelwal
Firstly I am very sorry about this, both emails are mine but the initials of this id 'krohan8870' is different then my name Sanskar Khandelwal that I use in school and college. It's home name, school name scenario. That's why I stopped using that email address after a few starting emails so it does

Re: Memory Protection related project for GSOC

2021-02-20 Thread Utkarsh Rai
On Sun, Feb 21, 2021 at 12:00 AM Gedare Bloom wrote: > Hi Sanskar, > > We had a student (Utkarsh) work on this project last year. I have CC'd > him here, and he may be able to suggest some ideas/updates. > > On Sat, Feb 20, 2021 at 7:17 AM Sanskar Khandelwal > wrote: > > > > Hello, > Hello Sans

Re: [PATCH rtems-docs] user/bsps: Mention fixed console baud rate for zynq

2021-02-20 Thread Chris Johns
On 20/2/21 3:59 am, Gedare Bloom wrote: > On Fri, Feb 19, 2021 at 1:21 AM Jan Sommer wrote: >> >> --- >> user/bsps/arm/xilinx-zynq.rst | 14 ++ >> 1 file changed, 14 insertions(+) >> >> diff --git a/user/bsps/arm/xilinx-zynq.rst b/user/bsps/arm/xilinx-zynq.rst >> index 365c336..dcc064

Re: Device Drivers Which Include mkdir("/dev")

2021-02-20 Thread Chris Johns
On 21/2/21 5:29 am, Gedare Bloom wrote: > On Fri, Feb 19, 2021 at 5:26 PM Joel Sherrill wrote: >> On Fri, Feb 19, 2021, 5:32 PM Chris Johns wrote: >>> >>> On 20/2/21 7:56 am, Joel Sherrill wrote: On Fri, Feb 19, 2021 at 2:51 PM Gedare Bloom >>> > wrote:

Re: Memory Protection related project for GSOC

2021-02-20 Thread Gedare Bloom
Hi Sanskar, We had a student (Utkarsh) work on this project last year. I have CC'd him here, and he may be able to suggest some ideas/updates. On Sat, Feb 20, 2021 at 7:17 AM Sanskar Khandelwal wrote: > > Hello, > I want to do a project related to memory Protection, I am thinking of adding > su

Re: Device Drivers Which Include mkdir("/dev")

2021-02-20 Thread Gedare Bloom
On Fri, Feb 19, 2021 at 5:26 PM Joel Sherrill wrote: > > > > On Fri, Feb 19, 2021, 5:32 PM Chris Johns wrote: >> >> On 20/2/21 7:56 am, Joel Sherrill wrote: >> > On Fri, Feb 19, 2021 at 2:51 PM Gedare Bloom > > > wrote: >> > >> > I think the suggestion is to provide a

FIFO size for ns16550

2021-02-20 Thread Pavel Troshin
Hello everyone,   I wonder why the FIFO buffer size is set to 16. Now we use SOC with UART that  compatible with NS16550  but there are 128 bytes FIFO. Maybe is better to have  a configurable parameter at the specific BSP level.   -- Pavel Troshin___ dev

Memory Protection related project for GSOC

2021-02-20 Thread Sanskar Khandelwal
Hello, I want to do a project related to memory Protection , I am thinking of adding support for Physical Memory Protection(PMP) to risc-v based bsps. Actually I came across this 2 days back so I know the basic concept but I don't have a clear understanding of h