Re: crypt01 execution time

2015-04-19 Thread Chris Johns
On 15/04/2015 7:37 am, Joel Sherrill wrote: > > > On 11/26/2014 1:12 AM, Sebastian Huber wrote: >> On 25/11/14 23:25, Joel Sherrill wrote: >>> How long is this test supposed to run? >>> >>> It takes 4:42 using sis on my computer which is a 2.9 Ghz i7 . >> SIS is a slow simulator. On Qemu it runs

Re: 4.11 branch point

2015-04-19 Thread Joel Sherrill
On April 19, 2015 7:39:22 PM CDT, Chris Johns wrote: >On 18/04/2015 12:06 am, Joel Sherrill wrote: >> >> >> On 4/17/2015 5:11 AM, Sebastian Huber wrote: >>> Hello, >>> >>> I think everything for the 4.11 release is now in the tree. It would >be >>> good to do the branch soon, since the watchd

Re: 4.11 branch point

2015-04-19 Thread Chris Johns
On 18/04/2015 12:06 am, Joel Sherrill wrote: > > > On 4/17/2015 5:11 AM, Sebastian Huber wrote: >> Hello, >> >> I think everything for the 4.11 release is now in the tree. It would be >> good to do the branch soon, since the watchdog changes and the FreeBSD >> timecounters should probably be no

Re: [PATCH] [RPI BSP] mailbox

2015-04-19 Thread QIAO YANG
Here is a modified patch for mailbox.  If there's still anything against the convention, please point it out and I'll correct it immediately. The mailbox implementation might also be needed by other rpi bsp developpers.--diff --git a/c/src/lib/libbsp/arm/raspberrypi/Makefile.am

[PATCH] [sim-scripts] renanme or1ksim BSP to generic_or1k

2015-04-19 Thread Hesham ALMatary
--- sim-scripts/.gitignore | 4 +- sim-scripts/Makefile| 6 +- sim-scripts/generic_or1k.in | 156 sim-scripts/or1ksim.in | 156 sim-scripts/qemu-or1k.in| 4 +- 5 files changed, 163

Re: [PATCH] [sim-scripts] renanme or1ksim BSP to generic_or1k

2015-04-19 Thread Joel Sherrill
On 04/19/2015 11:00 AM, Hesham ALMatary wrote: On Sun, Apr 19, 2015 at 4:50 PM, Joel Sherrill wrote: On 04/19/2015 10:48 AM, Hesham ALMatary wrote: On Sun, Apr 19, 2015 at 4:42 PM, Joel Sherrill wrote: This patch does not renamed or1ksim in sim-scripts. or1ksim in sim-scripts refers to

Re: [PATCH] [sim-scripts] renanme or1ksim BSP to generic_or1k

2015-04-19 Thread Hesham ALMatary
On Sun, Apr 19, 2015 at 4:50 PM, Joel Sherrill wrote: > On 04/19/2015 10:48 AM, Hesham ALMatary wrote: >> >> On Sun, Apr 19, 2015 at 4:42 PM, Joel Sherrill >> wrote: >>> >>> This patch does not renamed or1ksim in sim-scripts. >>> >> or1ksim in sim-scripts refers to the simulator not the BSP, lik

Re: [PATCH] [sim-scripts] renanme or1ksim BSP to generic_or1k

2015-04-19 Thread Joel Sherrill
On 04/19/2015 10:48 AM, Hesham ALMatary wrote: On Sun, Apr 19, 2015 at 4:42 PM, Joel Sherrill wrote: This patch does not renamed or1ksim in sim-scripts. or1ksim in sim-scripts refers to the simulator not the BSP, like qemu-or1k. The sim-scripts use the name of the BSP as the name of the scr

Re: [PATCH] [sim-scripts] renanme or1ksim BSP to generic_or1k

2015-04-19 Thread Hesham ALMatary
On Sun, Apr 19, 2015 at 4:42 PM, Joel Sherrill wrote: > > This patch does not renamed or1ksim in sim-scripts. > or1ksim in sim-scripts refers to the simulator not the BSP, like qemu-or1k. > Don't forget .gitignore. > > > On 04/19/2015 06:20 AM, Hesham ALMatary wrote: >> >> --- >> sim-scripts/qem

Re: [PATCH] [sim-scripts] renanme or1ksim BSP to generic_or1k

2015-04-19 Thread Joel Sherrill
This patch does not renamed or1ksim in sim-scripts. Don't forget .gitignore. On 04/19/2015 06:20 AM, Hesham ALMatary wrote: --- sim-scripts/qemu-or1k.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sim-scripts/qemu-or1k.in b/sim-scripts/qemu-or1k.in index a9c2974.

[PATCH] [sim-scripts] renanme or1ksim BSP to generic_or1k

2015-04-19 Thread Hesham ALMatary
--- sim-scripts/qemu-or1k.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sim-scripts/qemu-or1k.in b/sim-scripts/qemu-or1k.in index a9c2974..fbeb826 100644 --- a/sim-scripts/qemu-or1k.in +++ b/sim-scripts/qemu-or1k.in @@ -1,5 +1,5 @@ # -# or1ksim/QEMU BSP Qemu Support

[PATCH] [RTEMS Tester] Rename or1ksim BSP to generic_or1k

2015-04-19 Thread Hesham ALMatary
--- tester/rtems/testing/bsps/generic_or1k.mc | 53 +++ tester/rtems/testing/bsps/or1ksim.mc | 53 --- 2 files changed, 53 insertions(+), 53 deletions(-) create mode 100644 tester/rtems/testing/bsps/generic_or1k.mc delete mode 100644 t

Re: [PATCH] Rename or1ksim BSP to generic_or1k

2015-04-19 Thread Gedare Bloom
On Sun, Apr 19, 2015 at 6:24 AM, Hesham ALMatary wrote: > On Sun, Apr 19, 2015 at 1:49 AM, Joel Sherrill > wrote: >> On 04/18/2015 04:57 PM, Gedare Bloom wrote: >>> >>> Looks straightforward to me. Any doc need updating? >>> >> Maybe the wiki. But the other pieces are sim-scripts >> and rtems-too

Re: [PATCH] Rename or1ksim BSP to generic_or1k

2015-04-19 Thread Hesham ALMatary
On Sun, Apr 19, 2015 at 1:49 AM, Joel Sherrill wrote: > On 04/18/2015 04:57 PM, Gedare Bloom wrote: >> >> Looks straightforward to me. Any doc need updating? >> > Maybe the wiki. But the other pieces are sim-scripts > and rtems-tools for the simulator scripts. > > I don't know of much else unless