Re: [PATCH v2 2/2] libtests/ofw01: Added a test for RTEMS OFW

2020-11-22 Thread Christian Mauderer
Hello Niteesh, Am 20.11.20 um 20:18 schrieb Niteesh G. S.: On Fri, Nov 20, 2020 at 2:50 PM Christian Mauderer > wrote: On a last test before I wanted to push it, I found a problem (sorry). On BSPs that rely on a FDT the test doesn't

Re: [PATCH v2 2/2] libtests/ofw01: Added a test for RTEMS OFW

2020-11-20 Thread Niteesh G. S.
On Fri, Nov 20, 2020 at 2:50 PM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > On a last test before I wanted to push it, I found a problem (sorry). On > BSPs that rely on a FDT the test doesn't work: > No problem :). > You wrap bsp_fdt_get and return another FDT. So as

Re: [PATCH v2 2/2] libtests/ofw01: Added a test for RTEMS OFW

2020-11-20 Thread Christian Mauderer
On a last test before I wanted to push it, I found a problem (sorry). On BSPs that rely on a FDT the test doesn't work: You wrap bsp_fdt_get and return another FDT. So as soon as one driver of the BSP needs the original FDT, that driver won't work any more. I think I remember that problem

Re: [PATCH v2 2/2] libtests/ofw01: Added a test for RTEMS OFW

2020-11-09 Thread Niteesh G. S.
Hello Christian, On Tue, Nov 10, 2020 at 12:59 AM Christian Mauderer wrote: > Hello Niteesh, > > I've seen the patches. I have to run a test at least on one BSP with and > one without a FDT to make sure they don't break test runs. > OK Great. Please take your time. I just wanted to make sure

Re: [PATCH v2 2/2] libtests/ofw01: Added a test for RTEMS OFW

2020-11-09 Thread Christian Mauderer
Hello Niteesh, I've seen the patches. I have to run a test at least on one BSP with and one without a FDT to make sure they don't break test runs. Best regards Christian On 09/11/2020 04:45, Niteesh G. S. wrote: > Hello, > > Pinging again incase this patch missed your attention. > > Thanks,

Re: [PATCH v2 2/2] libtests/ofw01: Added a test for RTEMS OFW

2020-11-08 Thread Niteesh G. S.
Hello, Pinging again incase this patch missed your attention. Thanks, Niteesh. On Tue, Nov 3, 2020 at 11:49 PM G S Niteesh Babu wrote: > Added a basic test for the implemented RTEMS OFW > API. > --- > spec/build/testsuites/libtests/grp.yml | 2 + >

[PATCH v2 2/2] libtests/ofw01: Added a test for RTEMS OFW

2020-11-03 Thread G S Niteesh Babu
Added a basic test for the implemented RTEMS OFW API. --- spec/build/testsuites/libtests/grp.yml | 2 + spec/build/testsuites/libtests/ofw01.yml | 21 +++ testsuites/libtests/ofw01/init.c | 187 +++ testsuites/libtests/ofw01/ofw01.doc | 29