Re: [PATCH 2/6] Modify the support for multiple memory resources.

2017-07-12 Thread Sichen Zhao
Patch1 and 2 is not needed, but it fix a bug about the multiple resource. So they can be useful anyway. Best Regards Sichen Zhao From: devel on behalf of Sebastian Huber Sent: Wednesday, July 12, 2017 14:42 To: Sichen Zhao; devel@rtems.org Cc: punitv..

Re: [PATCH 2/7] rtems: Add rtems_scheduler_ident_by_processor_set

2017-07-12 Thread Gedare Bloom
On Wed, Jul 12, 2017 at 1:36 AM, Sebastian Huber wrote: > On 11/07/17 16:59, Gedare Bloom wrote: > >>> +rtems_status_code rtems_scheduler_ident_by_processor_set( >>> + size_t cpusetsize, >>> + const cpu_set_t *cpuset, >>> + rtems_id*id >>> +); >>> + >> >> Also needs doc. I won

Re: [PATCH v2 2/2] Add dts file to generate dtb binary file for Beaglebone black.

2017-07-12 Thread Gedare Bloom
On Tue, Jul 11, 2017 at 6:51 AM, Sichen Zhao <1473996...@qq.com> wrote: > These dts files import from FreeBSD, git link: > https://github.com/freebsd/freebsd/tree/master/sys/gnu/dts > > The license for these files in beagle/simscripts > --- > c/src/lib/libbsp/arm/beagle/README |

Trace Block Inconsistent with Coverage Map

2017-07-12 Thread Cillian O'Donnell
I just want to give an update to my understanding of this problem as I'm not sure I was clear enough in the IRC meeting. We ended up talking about nops but I think the problem is something else. So when there is a successful covoar run, it will generate a report but also finish with this message.

Re: Trace Block Inconsistent with Coverage Map

2017-07-12 Thread Joel Sherrill
On Wed, Jul 12, 2017 at 12:13 PM, Cillian O'Donnell wrote: > I just want to give an update to my understanding of this problem as > I'm not sure I was clear enough in the IRC meeting. We ended up > talking about nops but I think the problem is something else. > > So when there is a successful cov

Re: [PATCH v2 2/2] Add dts file to generate dtb binary file for Beaglebone black.

2017-07-12 Thread Sichen Zhao
在 2017年07月12日 21:52, Gedare Bloom 写道: > On Tue, Jul 11, 2017 at 6:51 AM, Sichen Zhao <1473996...@qq.com> wrote: >> These dts files import from FreeBSD, git link: >> https://github.com/freebsd/freebsd/tree/master/sys/gnu/dts >> >> The license for these files in beagle/simscripts >> --- >> c/src/li

[PATCH v2 2/2] Port am335x usb driver to RTEMS.

2017-07-12 Thread Sichen Zhao
Add FDT and umass support for am335x USB driver. Now RTEMS can mount and open USB disk. --- freebsd/sys/arm/ti/am335x/am335x_prcm.c | 2 ++ freebsd/sys/arm/ti/ti_cpuid.h | 19 + libbsd.py | 34 +

Re: [PATCH v2 2/2] Add dts file to generate dtb binary file for Beaglebone black.

2017-07-12 Thread Chris Johns
On 13/07/2017 12:22, Sichen Zhao wrote: > 在 2017年07月12日 21:52, Gedare Bloom 写道: >> On Tue, Jul 11, 2017 at 6:51 AM, Sichen Zhao <1473996...@qq.com> wrote: >>> +These files are imported from FreeBSD. >>> +These files is licensed under the terms of the GNU General Public License >>> * version 2. >>

Re: [PATCH v2 1/2] Import am335x usb driver file from FreeBSD.

2017-07-12 Thread Sebastian Huber
The patches are all right, but I was not able to apply them: Applying: Import am335x usb driver file from FreeBSD. .git/rebase-apply/patch:1266: trailing whitespace. * For now set frequency to 2*VGA_PIXEL_CLOCK .git/rebase-apply/patch:1510: trailing whitespace. .git/rebase-apply/patch:1

Re: [PATCH v2 2/2] Add dts file to generate dtb binary file for Beaglebone black.

2017-07-12 Thread Christian Mauderer
Am 13.07.2017 um 04:33 schrieb Chris Johns: > On 13/07/2017 12:22, Sichen Zhao wrote: >> 在 2017年07月12日 21:52, Gedare Bloom 写道: >>> On Tue, Jul 11, 2017 at 6:51 AM, Sichen Zhao <1473996...@qq.com> wrote: +These files are imported from FreeBSD. +These files is licensed under the terms of th

Re: [PATCH v2 1/2] Import am335x usb driver file from FreeBSD.

2017-07-12 Thread Sebastian Huber
On 13/07/17 07:07, Sebastian Huber wrote: The patches are all right, but I was not able to apply them: It was probably a problem on my side. Christian was able to apply the changes although we both use openSUSE 42.2. I fixed one white space change in the imported files. It is very importan

Re: [PATCH v2 1/2] Import am335x usb driver file from FreeBSD.

2017-07-12 Thread Sichen Zhao
Ok, thank you. Best Regards Sichen Zhao From: devel on behalf of Sebastian Huber Sent: Thursday, July 13, 2017 13:35 To: Sichen Zhao; devel@rtems.org Cc: punitv...@gmail.com; christian.maude...@embedded-brains.de Subject: Re: [PATCH v2 1/2] Import am335

Re: [PATCH v2 2/2] Add dts file to generate dtb binary file for Beaglebone black.

2017-07-12 Thread Chris Johns
On 13/07/2017 15:09, Christian Mauderer wrote: > Am 13.07.2017 um 04:33 schrieb Chris Johns: >> On 13/07/2017 12:22, Sichen Zhao wrote: >>> 在 2017年07月12日 21:52, Gedare Bloom 写道: On Tue, Jul 11, 2017 at 6:51 AM, Sichen Zhao <1473996...@qq.com> wrote: > +These files are imported from FreeBSD

Re: [PATCH v2 2/2] Add dts file to generate dtb binary file for Beaglebone black.

2017-07-12 Thread Christian Mauderer
Am 13.07.2017 um 08:05 schrieb Chris Johns: > On 13/07/2017 15:09, Christian Mauderer wrote: >> Am 13.07.2017 um 04:33 schrieb Chris Johns: >>> On 13/07/2017 12:22, Sichen Zhao wrote: 在 2017年07月12日 21:52, Gedare Bloom 写道: > On Tue, Jul 11, 2017 at 6:51 AM, Sichen Zhao <1473996...@qq.com>

Re: [PATCH v2 2/2] Add dts file to generate dtb binary file for Beaglebone black.

2017-07-12 Thread Sichen Zhao
在 2017年07月13日 14:10, Christian Mauderer 写道: > > Am 13.07.2017 um 08:05 schrieb Chris Johns: >> On 13/07/2017 15:09, Christian Mauderer wrote: >>> Am 13.07.2017 um 04:33 schrieb Chris Johns: On 13/07/2017 12:22, Sichen Zhao wrote: > 在 2017年07月12日 21:52, Gedare Bloom 写道: >> On Tue, Jul 1