Seeking review for GSoC Proposal "Add RTEMS Framework to PlatformIO"

2024-03-28 Thread Pranav Gupta
Please have a look at my project proposal for GSoC and suggest changes. Google Docs Link: https://docs.google.com/document/d/1uyC1Eai73RET6lcWMkSe01FvcXWhceSD9_q4v8eYCCI/edit pdf for proposal attached below. GSOC2024_GUPTA_Add RTEMS Framework to PlatformIO (1).pdf Description: Adobe PDF

Re: [PATCH] bsps/raspberrypi: Add SEV Instruction for RPi SMP firmware changes.

2021-08-17 Thread Pranav Dangi
ping On Wed, 11 Aug 2021, 21:36 Gedare Bloom, wrote: > I think this looks fine. Joel, can you check it in? > > On Wed, Aug 11, 2021 at 10:01 AM Pranav Dangi > wrote: > > > > ping > > > > On Mon, 9 Aug 2021, 16:43 pranav, wrote: > >> > >>

[PATCH rtems-docs] bsps/raspberrypi: Change firmware version, add SPI & I2C support

2021-08-16 Thread pranav
--- user/bsps/arm/raspberrypi.rst | 51 ++- 1 file changed, 45 insertions(+), 6 deletions(-) diff --git a/user/bsps/arm/raspberrypi.rst b/user/bsps/arm/raspberrypi.rst index c26f4b5..11dcc30 100644 --- a/user/bsps/arm/raspberrypi.rst +++

Re: [PATCH] bsps/raspberrypi: Add SEV Instruction for RPi SMP firmware changes.

2021-08-11 Thread Pranav Dangi
ping On Mon, 9 Aug 2021, 16:43 pranav, wrote: > The Pi firmware added a wfe(wait for event), the cores 1-3 wait > for the start address being written to the mailbox register, followed > by a SEV poke to the mailbox that acts as a wfe wake-up event. > --- > bsps/arm/raspberrypi

Re: [PATCH v4] bsps: Move optfdt* files to shared parent directory

2021-08-09 Thread Pranav Dangi
Hi joel, I had sent you a rebased patch as a direct attachment, I will ping that thread once again. Did that fail too? Thanks, pranav On Mon, 9 Aug 2021, 20:40 Joel Sherrill, wrote: > On Mon, Aug 9, 2021 at 10:00 AM Gedare Bloom wrote: > > > > Hi Joel, > > > > On Fr

[PATCH] bsps/raspberrypi: Add SEV Instruction for RPi SMP firmware changes.

2021-08-09 Thread pranav
The Pi firmware added a wfe(wait for event), the cores 1-3 wait for the start address being written to the mailbox register, followed by a SEV poke to the mailbox that acts as a wfe wake-up event. --- bsps/arm/raspberrypi/start/bspsmp.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH] bsps/raspberrypi: Add SEV instruction to Pi SMP

2021-08-06 Thread Pranav Dangi
' be the right way to say it? Or should I change the subject. Thanks, pranav On Fri, Aug 6, 2021 at 7:24 PM Joel Sherrill wrote: > > On Fri, Aug 6, 2021 at 5:11 AM pranav wrote: > > > > Add Send Event instruction to get the SMP working on the Pi. Patch > > doesn't w

[PATCH] bsps/raspberrypi: Add SEV instruction to Pi SMP

2021-08-06 Thread pranav
Add Send Event instruction to get the SMP working on the Pi. Patch doesn't work for SMP on Pi 2 v1.1 --- bsps/arm/raspberrypi/include/bsp/irq.h | 1 + bsps/arm/raspberrypi/start/bspsmp.c| 1 + 2 files changed, 2 insertions(+) diff --git a/bsps/arm/raspberrypi/include/bsp/irq.h

[PATCH v4] bsps: Move optfdt* files to shared parent directory

2021-07-16 Thread pranav
--- .../arm/altera-cyclone-v/bspalteracyclonev.yml | 8 spec/build/bsps/arm/beagle/grp.yml | 8 spec/build/bsps/arm/beagle/optfdtcpyro.yml | 16 spec/build/bsps/arm/beagle/optfdtmxsz.yml | 17 -

Re: [PATCH v3] bsps: Move optfdt* files to shared parent directory

2021-07-09 Thread Pranav Dangi
ping. (Apart from moving the files in a shared directory, a part of this patch also gets the RTEMS master branch to work on all the Pi's except 4.) On Fri, 2 Jul 2021, 09:35 Pranav Dangi, wrote: > yes, I've built all of them > > On Thu, Jul 1, 2021 at 10:01 PM Gedare Bloom wrote: >

[PATCH] bsps/arm: Add start up support for ARMv6 RPi Models

2021-07-06 Thread pranav
--- bsps/arm/shared/start/start.S | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bsps/arm/shared/start/start.S b/bsps/arm/shared/start/start.S index bd623178ed..2ba6541405 100644 --- a/bsps/arm/shared/start/start.S +++ b/bsps/arm/shared/start/start.S @@ -482,16 +482,22

Re: [PATCH v3] bsps: Move optfdt* files to shared parent directory

2021-07-01 Thread Pranav Dangi
yes, I've built all of them On Thu, Jul 1, 2021 at 10:01 PM Gedare Bloom wrote: > Did you build all affected BSPs? > > On Thu, Jul 1, 2021 at 4:05 AM pranav wrote: > > > > --- > > .../arm/altera-cyclone-v/bspalteracyclonev.yml | 8 > > s

[PATCH v3] bsps: Move optfdt* files to shared parent directory

2021-07-01 Thread pranav
--- .../arm/altera-cyclone-v/bspalteracyclonev.yml | 8 spec/build/bsps/arm/beagle/grp.yml | 8 spec/build/bsps/arm/beagle/optfdtcpyro.yml | 15 --- spec/build/bsps/arm/beagle/optfdtmxsz.yml| 16

Re: [PATCH] bsps/raspberrypi: Add FDT defines to build options

2021-06-27 Thread Pranav Dangi
get the samples to run on RPI > >> Zero, Zero W, Pi A+, Original Pi Model B+, Pi 2, and Pi 3. > > > > > > This is all great news! > > > > Thanks to everyone who helped out on this > > > > --joel > >> > >> > >> Thanks, > >>

[PATCH v2] bsps/arm: Move optfdt* files to shared parent directory

2021-06-27 Thread pranav
--- .../arm/altera-cyclone-v/bspalteracyclonev.yml | 8 spec/build/bsps/arm/beagle/grp.yml | 8 spec/build/bsps/arm/beagle/optfdtcpyro.yml | 15 --- spec/build/bsps/arm/beagle/optfdtmxsz.yml| 16

[PATCH] bsps/raspberrypi: Add FDT defines to build options

2021-06-25 Thread pranav
--- spec/build/bsps/arm/raspberrypi/grp.yml | 8 spec/build/bsps/arm/raspberrypi/optfdtcpyro.yml | 15 +++ spec/build/bsps/arm/raspberrypi/optfdtmxsz.yml | 16 spec/build/bsps/arm/raspberrypi/optfdtro.yml| 15 +++

Re: [PATCH rtems-docs 1/1] user/bsps/arm/raspberrypi: Changed the link to the Raspberry Pi Firmware to point to Firmware Version 1.20200601

2021-06-15 Thread Pranav Dangi
, this update to the docs temporarily ensures using of the older firmware to boot the BSP. On Mon, 14 Jun 2021, 20:23 Gedare Bloom, wrote: > On Mon, Jun 14, 2021 at 3:02 AM pranav wrote: > > > > Updated the link to the Raspberry Pi Firmware in RTEMS 5 docs, since the > BSP works wit

[PATCH rtems-docs 1/1] user/bsps/arm/raspberrypi: Changed the link to the Raspberry Pi Firmware to point to Firmware Version 1.20200601

2021-06-14 Thread pranav
Updated the link to the Raspberry Pi Firmware in RTEMS 5 docs, since the BSP works with an older version of the firmware currently. --- user/bsps/arm/raspberrypi.rst | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/user/bsps/arm/raspberrypi.rst

Error in building The RTEMS 5 Docs

2021-06-13 Thread Pranav Dangi
Building the RTEMS 5 docs using the waf build system fails and throws up an error in sphinx: err: Extension error: You must configure the bibtex_bibfiles setting. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

GSoC'21 Raspberry Pi BSP project

2021-04-05 Thread Pranav Dangi
I've been going through the RTEMS raspberry pi repository, And i'm having trouble understanding a couple of things there. the Pi1 (and Pi Zero) had the BCM2835 SoC while the pi2 had the BCM2836 SoC, now, in the bsp directory where the raspberry pi header is defined, the header file has register

Re: GSoC 2021 - Raspberry Pi projects

2021-04-04 Thread Pranav Dangi
In addition to the previous mail, i've completed the basic Hello task. If a mentor who has previously worked on the raspberry pi bsp could let me know if the ticket is obsolete or not, I can immediately get started with the required work on it. On Fri, 2 Apr 2021, 14:35 Pranav Dangi, wrote

GSoC 2021 - Raspberry Pi projects

2021-04-02 Thread Pranav Dangi
Hi everyone, I am keen on working on the Raspberry Pi project #2899 . However, the ticket and also the TODOs in the github README for the same haven't been updated since 4 years, so I am not sure