Re: [patch libBSD] dev/ofw: Use RTEMS OFW FDT implementation

2021-01-28 Thread Niteesh G. S.
Hello Christian, On Thu, Jan 28, 2021 at 1:15 PM Christian MAUDERER < christian.maude...@embedded-brains.de> wrote: > Am 28.01.21 um 06:28 schrieb Chris Johns: > > On 28/1/21 4:12 am, Niteesh G. S. wrote: > >> Hello Christian, > >> > >> On Wed, Jan 27, 2021 at 3:59 PM Christian MAUDERER > >> >>

Re: [patch libBSD] dev/ofw: Use RTEMS OFW FDT implementation

2021-01-27 Thread Christian MAUDERER
Am 28.01.21 um 06:28 schrieb Chris Johns: On 28/1/21 4:12 am, Niteesh G. S. wrote: Hello Christian, On Wed, Jan 27, 2021 at 3:59 PM Christian MAUDERER mailto:christian.maude...@embedded-brains.de>> wrote: Hello Niteesh, I think there is an open Question from Chris for that patch:

Re: [patch libBSD] dev/ofw: Use RTEMS OFW FDT implementation

2021-01-27 Thread Chris Johns
On 28/1/21 4:12 am, Niteesh G. S. wrote: > Hello Christian, > > On Wed, Jan 27, 2021 at 3:59 PM Christian MAUDERER > > wrote: > > Hello Niteesh, > > I think there is an open Question from Chris for that patch: > > https://lists.rtems.or

Re: [patch libBSD] dev/ofw: Use RTEMS OFW FDT implementation

2021-01-27 Thread Gedare Bloom
On Wed, Jan 27, 2021 at 10:13 AM Niteesh G. S. wrote: > Hello Christian, > > On Wed, Jan 27, 2021 at 3:59 PM Christian MAUDERER < > christian.maude...@embedded-brains.de> wrote: > >> Hello Niteesh, >> >> I think there is an open Question from Chris for that patch: >> >> https://lists.rtems.org/pi

Re: [patch libBSD] dev/ofw: Use RTEMS OFW FDT implementation

2021-01-27 Thread Niteesh G. S.
Hello Christian, On Wed, Jan 27, 2021 at 3:59 PM Christian MAUDERER < christian.maude...@embedded-brains.de> wrote: > Hello Niteesh, > > I think there is an open Question from Chris for that patch: > > https://lists.rtems.org/pipermail/devel/2021-January/063988.html I never received that mail,

Re: [patch libBSD] dev/ofw: Use RTEMS OFW FDT implementation

2021-01-27 Thread Christian MAUDERER
Hello Niteesh, I think there is an open Question from Chris for that patch: https://lists.rtems.org/pipermail/devel/2021-January/063988.html Best regards Christian Am 27.01.21 um 11:14 schrieb Niteesh G. S.: ping. On Wed, Jan 20, 2021 at 2:01 PM G S Niteesh Babu

Re: [patch libBSD] dev/ofw: Use RTEMS OFW FDT implementation

2021-01-27 Thread Niteesh G. S.
ping. On Wed, Jan 20, 2021 at 2:01 PM G S Niteesh Babu wrote: > This commit modifies the OFW interface to the RTEMS FDT > implementation instead of the default FreeBSD. > --- > freebsd/sys/dev/ofw/openfirm.c| 2 ++ > freebsd/sys/dev/ofw/openfirm.h| 9

Re: [patch libBSD] dev/ofw: Use RTEMS OFW FDT implementation

2021-01-21 Thread Chris Johns
On 20/1/21 7:31 pm, G S Niteesh Babu wrote: > This commit modifies the OFW interface to the RTEMS FDT > implementation instead of the default FreeBSD. Which branch? Is this patch dependent on the changes to rtems.git? Are the kernel versions of the functions built for all bsps? Which BSPs have b

[patch libBSD] dev/ofw: Use RTEMS OFW FDT implementation

2021-01-20 Thread G S Niteesh Babu
This commit modifies the OFW interface to the RTEMS FDT implementation instead of the default FreeBSD. --- freebsd/sys/dev/ofw/openfirm.c| 2 ++ freebsd/sys/dev/ofw/openfirm.h| 9 .../machine/rtems-bsd-kernel-namespace.h | 22 --- 3 f