Re: RTEMS Bootstrap fails

2021-04-24 Thread Richi Dubey
Hi, The docs says RTEMS_SMP = True should work, but I get a warning: rdubey@hpc1:~/quick-start/src/rtems$ echo "RTEMS_SMP = True">>config.ini rdubey@hpc1:~/quick-start/src/rtems$ ./waf configure --prefix=/home/rdu

Re: RTEMS Bootstrap fails

2021-04-24 Thread Richi Dubey
Cool, Thanks! On Sun, Apr 25, 2021 at 10:40 AM Vijay Kumar Banerjee wrote: > On Sat, Apr 24, 2021 at 11:08 PM Richi Dubey wrote: > > > > It does. Thanks for your prompt response! > > > > Also, how do I enable SMP tests and rtems-debug? > > I think the options are these: > > RTEMS_SMP = True > R

Re: RTEMS Bootstrap fails

2021-04-24 Thread Vijay Kumar Banerjee
On Sat, Apr 24, 2021 at 11:08 PM Richi Dubey wrote: > > It does. Thanks for your prompt response! > > Also, how do I enable SMP tests and rtems-debug? I think the options are these: RTEMS_SMP = True RTEMS_DEBUG = True Add it to the config.ini file and configure it again before building. > > O

Re: RTEMS Bootstrap fails

2021-04-24 Thread Richi Dubey
It does. Thanks for your prompt response! Also, how do I enable SMP tests and rtems-debug? On Fri, Apr 23, 2021 at 9:03 PM Vijay Kumar Banerjee wrote: > Hi Richi, > > > On Fri, Apr 23, 2021 at 9:22 AM Richi Dubey wrote: > > > > Hi, > > > > I am building a new RTEMS from master source (to build

[PATCH rtems] Makefile.am: Remove legacy networking files

2021-04-24 Thread Vijay Kumar Banerjee
--- bsps/headers.am | 8 - bsps/shared/grlib-sources.am | 4 - bsps/shared/shared-sources.am | 14 -- c/src/lib/libbsp/arm/atsam/Makefile.am| 5 - c/src/lib/libbsp/arm/csb336/Makefile.am | 5 - c/src/lib/libbsp/a

Re: RTEMS on PolarFire SoC ICICLE Kit FPGA

2021-04-24 Thread Hesham Almatary
Hello Somesh, On Sat, 24 Apr 2021 at 20:52, somesh deshmukh wrote: > > Hi, > > The diff between the changed files is mentioned below. The default riscv > clock driver is recently updated and it includes the changes I was proposing. > > --- /rtems/bsps/riscv/riscv/console/console-config.c 2021-04

Re: RTEMS on PolarFire SoC ICICLE Kit FPGA

2021-04-24 Thread somesh deshmukh
Hi, The diff between the changed files is mentioned below. The default riscv clock driver is recently updated and it includes the changes I was proposing. --- /rtems/bsps/riscv/riscv/console/console-config.c 2021-04-23 16:01:13.355468092 +0530 +++ /quick-start/rtems/bsps/riscv/riscv/console/conso

Re: [PATCH 2/3] Consistent library name used now

2021-04-24 Thread Vijay Kumar Banerjee
On Sat, Apr 24, 2021 at 5:55 AM Robin Mueller wrote: > > Important fix for CMake build system These are CMake related changes and it looks OK. You could squash this into the giant CMake patch as well. These mostly name changes, so it'll stay consistent in the original patch itself. Thank you for

Re: [PATCH 3/3] merge error fixes

2021-04-24 Thread Vijay Kumar Banerjee
Hi Robin, On Sat, Apr 24, 2021 at 5:56 AM Robin Mueller wrote: > > A function was defined twice due to a merge error. > This patch fixes this. Please squash these into one, since they're not upstream yet, it's not a problem to squash them into the patch that cased the merge error. This way it wi

[PATCH 3/3] merge error fixes

2021-04-24 Thread Robin Mueller
A function was defined twice due to a merge error. This patch fixes this. --- lwip/ports/drivers/rtems_lwip.c | 30 -- 1 file changed, 30 deletions(-) diff --git a/lwip/ports/drivers/rtems_lwip.c b/lwip/ports/drivers/rtems_lwip.c index a106616..7e2771c 100644 --- a/lw

[PATCH 2/3] Consistent library name used now

2021-04-24 Thread Robin Mueller
Important fix for CMake build system --- CMakeLists.txt| 10 +- lwip/src/api/CMakeLists.txt | 2 +- lwip/src/core/CMakeLists.txt | 2 +- lwip/src/core/ipv4/CMakeLists.txt | 2 +- lwip/src/core/ipv6/CMakeLists.txt | 2 +- lwip/src/netif/CMakeLists.txt

[PATCH] STM32 lwIP addition and CMake support

2021-04-24 Thread Robin Mueller
This patch adds CMake support to RTEMS lwIP. It also improves the architecture to make integration of new BSPs easier. https://github.com/rmspacefish/rtems-stm32-lwip is a self-contained repository to test the lwIP integration for the arm/stm32h7 and arm/nucleo-h743zi BSP. The STM32 port includes