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

2017-07-18 Thread Chris Johns
On 18/07/2017 18:04, Sichen Zhao wrote: > Hi all, > I found something about the FreeBSD people dicuss about dtb license issue. > https://lists.freebsd.org/pipermail/freebsd-arm/2015-May/011543.html This post seems to be part of a larger thread and confirms DTS and DTB files are a mess and we seem

Re: [PATCH-v2] sparc: Rename NGMP to GR740 and add configs for UT699, UT700, and GR712RC

2017-07-18 Thread Jiri Gaisler
This is because these test use various incarnations of printf, which uses FPU instructions regardless of whether you actually print out floats or not. All these these tests need either to mark the init thread as FP, or use a printf variant that does not use FPU instructions. Jiri. On 07/18/201

Re: [PATCH-v2] sparc: Rename NGMP to GR740 and add configs for UT699, UT700, and GR712RC

2017-07-18 Thread Sebastian Huber
The following tests fail now on the GR712RC due to FP disable exceptions: BLOCK 6 BLOCK 14 CONSTRUCTOR/DESTRUCTOR CRYPT 1 DUMPBUF 1 FLASHDISK 1 FSBDPART 1 FSDOSFSFORMAT 1 FSDOSFSNAME 1 FSERROR DOSFS FSERROR JFFS2 FSERROR MOUNTED IMFS FSERROR RFS FSERROR ROOT IMFS FSPERMISSION JFFS2 FSPERMISSION M

Re: [PATCH v5 2/2] psxtests: Add a mmap dedicated test case

2017-07-18 Thread Sebastian Huber
This test case fails with RTEMS_DEBUG: *** BEGIN OF TEST PSX MMAP01 *** Init: mmap - map at zero Breakpoint 1, __assert_func (file=file@entry=0x2027fc8 "../../cpukit/../../../erc32/lib/include/rtems/score/chainimpl.h", line=line@entry=686, func=func@entry=0x2029198 <__func__.2359> "_Chain_App

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

2017-07-18 Thread Sichen Zhao
Hi all, I found something about the FreeBSD people dicuss about dtb license issue. https://lists.freebsd.org/pipermail/freebsd-arm/2015-May/011543.html Best Regards Sichen Zhao From: Sichen Zhao Sent: Thursday, July 13, 2017 14:28 To: Christian Mauderer;

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

2017-07-18 Thread Sichen Zhao
Hi all, I found something about the FreeBSD people dicuss about dtb license issue. https://lists.freebsd.org/pipermail/freebsd-arm/2015-May/011543.html Best Regards Sichen Zhao From: Sichen Zhao Sent: Thursday, July 13, 2017 14:28 To: Christian Mauderer;

Re: HiFive1 BSP current state

2017-07-18 Thread Gedare Bloom
On Mon, Jul 17, 2017 at 1:16 PM, Denis Obrezkov wrote: > 2017-07-17 19:03 GMT+02:00 Joel Sherrill : >> >> Take some of the ideas from low ticker and apply them to hello world. Use >> printk for one and unified workspace as a starter. You can switch to the >> simple scheduler and save a few K >> >>