Re: [PATCH v2] rtems/rtems-kernel-nexus.c: LibBSD init now uses all pass levels.

2019-08-10 Thread Vijay Kumar Banerjee
On Sat, Aug 10, 2019 at 2:22 PM Nils Hölscher wrote: > Hi, > > Sorry can some one help me? > I create the v2 Patch with: > $git format-patch -v2 origin/master > > And send the mail with: > $git send-email > v2-0001-rtems-rtems-kernel-nexus.c-LibBSD-init-now-uses-a.patch --to > devel@rtems.org > >

Re: [PATCH v2] rtems/rtems-kernel-nexus.c: LibBSD init now uses all pass levels.

2019-08-10 Thread Nils Hölscher
Hi, Sorry can some one help me? I create the v2 Patch with: $git format-patch -v2 origin/master And send the mail with: $git send-email v2-0001-rtems-rtems-kernel-nexus.c-LibBSD-init-now-uses-a.patch --to devel@rtems.org Why is the patch send to the v1 mail? Best, Nils On Sat, 10 Aug 2019 at 1

[PATCH v2] rtems/rtems-kernel-nexus.c: LibBSD init now uses all pass levels.

2019-08-10 Thread Nils Hölscher
I observed all Modules loading in the last fdt pass. The reason was, nexus bus loading with BUS_PASS_DEFAULT. --- rtemsbsd/rtems/rtems-kernel-nexus.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rtemsbsd/rtems/rtems-kernel-nexus.c b/rtemsbsd/rtems/rtems-kernel-nexus.c ind