[PATCH 1/1] user/bsp/raspberrypi4: Fix incorrect config.txt typo

2023-06-13 Thread Utkarsh Verma
This commit removes spaces in config.txt which made it invalid. --- user/bsps/aarch64/raspberrypi4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/bsps/aarch64/raspberrypi4.rst b/user/bsps/aarch64/raspberrypi4.rst index efb09b6..ad817aa 100644 --- a/user/bsps/aarch64/

[PATCH 0/1] Fix Raspberry Pi 4B's UART setup's config.txt

2023-06-13 Thread Utkarsh Verma
This is a simple patch fixing a typo made in the config.txt Utkarsh Verma (1): user/bsp/raspberrypi4: Fix incorrect config.txt typo user/bsps/aarch64/raspberrypi4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.41.0 ___ devel mailin

[PATCH 0/1] Fix config.txt for Raspberry Pi 4B's UART setup

2023-06-13 Thread Utkarsh Verma
The config.txt included in the docs is invalid as it includes spaces in the parameter assignment. This patch fixes that typo by removing the spaces. Utkarsh Verma (1): user/bsps/raspberrypi4: Fix config.txt for UART setup user/bsps/aarch64/raspberrypi4.rst | 2 +- 1 file changed, 1 insertion(+

Re: [PATCH 1/1] eng: Fix builds for newer Sphinx versions (>=7)

2023-06-13 Thread Chris Johns
Pushed. I added a close for the ticket to the commit message. Thank you for looking into this and fixing it. Chris On 14/6/2023 3:36 pm, Utkarsh Verma wrote: > The current Sphinx theme depends on the `style` parameter which got > deprecated in v5.1 and finally got removed in v7. Now, the `style

[PATCH 1/1] eng: Fix builds for newer Sphinx versions (>=7)

2023-06-13 Thread Utkarsh Verma
The current Sphinx theme depends on the `style` parameter which got deprecated in v5.1 and finally got removed in v7. Now, the `styles` key should be preferred which is a list of stylesheets. This commit implements this change. --- common/sphinx_rtd_theme_rtems/layout.html | 2 ++ 1 file changed,

[PATCH 0/1] eng: Fix builds for newer Sphinx versions (>=7)

2023-06-13 Thread Utkarsh Verma
The current Sphinx theme depends on the `style` parameter which got deprecated in v5.1 and finally got removed in v7. Now, the `styles` key should be preferred which is a list of stylesheets. This commit implements this change. Utkarsh Verma (1): eng: Fix builds for newer Sphinx versions (>=7)

Re: [PATCH 01/34] validation: Test sparc/leon3 BSP family

2023-06-13 Thread Chris Johns
On 14/6/2023 1:02 am, Sebastian Huber wrote: > On 02.06.23 02:57, Chris Johns wrote: >> [ resending ... ] >> >> On 1/6/2023 3:28 am, Sebastian Huber wrote: >>> On 31.05.23 19:25, Joel Sherrill wrote: On Wed, May 31, 2023 at 12:18 PM Sebastian Huber >>>

Re: style question: breaking inline assembly lines

2023-06-13 Thread Chris Johns
On 14/6/2023 10:20 am, Joel Sherrill wrote: > > > On Tue, Jun 13, 2023, 4:43 PM Chris Johns > wrote: > > On 14/6/2023 5:47 am, Joel Sherrill wrote: > > > > > > On Tue, Jun 13, 2023 at 9:51 AM Sebastian Huber > >

Re: style question: breaking inline assembly lines

2023-06-13 Thread Joel Sherrill
On Tue, Jun 13, 2023, 4:43 PM Chris Johns wrote: > On 14/6/2023 5:47 am, Joel Sherrill wrote: > > > > > > On Tue, Jun 13, 2023 at 9:51 AM Sebastian Huber > > sebastian.hu...@embedded-brains.de>> > > wrote: > > > > On 13.06.23 00:04, Gedare Bloom wrote: > > > "b _ARM_Exception_defau

Re: style question: breaking inline assembly lines

2023-06-13 Thread Chris Johns
On 14/6/2023 5:47 am, Joel Sherrill wrote: > > > On Tue, Jun 13, 2023 at 9:51 AM Sebastian Huber > > > wrote: > > On 13.06.23 00:04, Gedare Bloom wrote: > >       "b _ARM_Exception_default\n" > >       : > > -    : [cpufsz] "i" (sizeof(

Re: style question: breaking inline assembly lines

2023-06-13 Thread Joel Sherrill
On Tue, Jun 13, 2023 at 9:51 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 13.06.23 00:04, Gedare Bloom wrote: > > "b _ARM_Exception_default\n" > > : > > -: [cpufsz] "i" (sizeof(CPU_Exception_frame)), > > - [cpuspoff] "i" (offsetof(CPU_Exception_frame, r

Re: [PATCH 01/34] validation: Test sparc/leon3 BSP family

2023-06-13 Thread Sebastian Huber
On 02.06.23 02:57, Chris Johns wrote: [ resending ... ] On 1/6/2023 3:28 am, Sebastian Huber wrote: On 31.05.23 19:25, Joel Sherrill wrote: On Wed, May 31, 2023 at 12:18 PM Sebastian Huber mailto:sebastian.hu...@embedded-brains.de>> wrote:     On 31.05.23 19:14, Joel Sherrill wrote: >

Re: BSP-Specific Testing was: [PATCH 00/34] Integrate pre-qualified LEON3 BSP

2023-06-13 Thread Sebastian Huber
On 12.06.23 17:58, Gedare Bloom wrote: On Mon, Jun 12, 2023 at 12:56 AM Sebastian Huber wrote: On 01.06.23 22:06, Gedare Bloom wrote: On Thu, Jun 1, 2023 at 2:00 PM Gedare Bloom wrote: -- Forwarded message - From: Sebastian Huber Date: Wed, May 31, 2023 at 10:31 AM The

Re: style question: breaking inline assembly lines

2023-06-13 Thread Sebastian Huber
On 13.06.23 00:04, Gedare Bloom wrote: "b _ARM_Exception_default\n" : -: [cpufsz] "i" (sizeof(CPU_Exception_frame)), - [cpuspoff] "i" (offsetof(CPU_Exception_frame, register_sp)), - [v7mlroff] "i" (offsetof(ARMV7M_Exception_frame, register_lr)), - [cpuvecoff] "J" (o