[PATCH 2/2] bsps/powerpc: Fix warnings with PPC_SPECIAL_PURPOSE_REGISTER

2023-04-10 Thread chrisj
From: Chris Johns --- bsps/powerpc/include/libcpu/powerpc-utility.h | 40 +++ .../powerpc/shared/exceptions/ppc_exc_print.c | 25 +++- 2 files changed, 38 insertions(+), 27 deletions(-) diff --git a/bsps/powerpc/include/libcpu/powerpc-utility.h

[PATCH 1/2] bsps/motorola_powerpc: Change defines from BSP names to avoid clash

2023-04-10 Thread chrisj
From: Chris Johns - Change mvme2100 to mot_pcc_mvme2100 to avoid clashing with the RTEMS_BSP value for the BSP. You cannot have a define that is the BSP name. --- bsps/mips/include/bsp/i8259.h | 4 ++-- bsps/powerpc/motorola_powerpc/include/bsp.h| 6

Re: Motorola PowerPC asm warning

2023-04-10 Thread Chris Johns
On 9/4/2023 1:26 am, Joel Sherrill wrote: > > > On Fri, Apr 7, 2023, 6:55 PM Joel Sherrill > wrote: > > > > On Fri, Apr 7, 2023, 5:54 PM Chris Johns > wrote: > > Hi > > Building the motorola_powerpc BSPs I noticed

Re: [PATCH v3 1/3] bsps/microblaze: Allow copying FDT from U-Boot

2023-04-10 Thread Chris Johns
On 10/4/2023 1:47 pm, Alex White wrote: > .../microblaze_invalidate_dcache_range.S | 104 ++ Why not provide the RTEMS cache API and use that? Chris ___ devel mailing list devel@rtems.org

Re: [PATCH] README for raspberry pi 4 AArch64 BSP

2023-04-10 Thread Noor Aman
Thanks for the suggestions, I'll wait for a few days to receive a confirmation or so and after that, I'll update the documentation instead of adding a README to RTEMS if required. Thanks, On Sun, Apr 9, 2023, 10:39 PM Karel Gardas wrote: > > Hi, > > nice patch. I'm not sure if I'm right here,