Re: Generating ChangeLog from git

2015-05-17 Thread Eduardo Silva
I basically use: $ git log $end $start where $end and $start can be a tag or a hash commit ID. regards On Sun, May 17, 2015 at 5:35 PM, Joel Sherrill wrote: > Hi > > I have found git commands for generating reasonably formatted GNU > style ChangeLogs. I don't seem to be able to make them p

Generating ChangeLog from git

2015-05-17 Thread Joel Sherrill
Hi I have found git commands for generating reasonably formatted GNU style ChangeLogs. I don't seem to be able to make them print the changes from when 4.10 branched until now. This appears to be a combination of git rev-list to get the hash where the branch happened and git log. The git rev-list

Re: RTC patch for BBB

2015-05-17 Thread Joel Sherrill
On May 17, 2015 2:55:18 PM CDT, Ben Gras wrote: >All, > >I am happy to merge this. Go ahead and push this Ben. Post what you tried for git send-email minus the password. Someone might spit the issue. > >On May 3, 2015 1:02 PM, "ragu nath" wrote: > >Hi All, > >I have attached the RTC patch f

Re: RTC patch for BBB

2015-05-17 Thread Ben Gras
All, I am happy to merge this. On May 3, 2015 1:02 PM, "ragu nath" wrote: > Hi All, > > I have attached the RTC patch for BBB. I have addressed the comments > given for my earlier submission. > > I am having problems with sending patch using git send-email. I > understand this is the preferred w

Re: [PATCH 41/45] timecounter: Use uint32_t instead of u_int

2015-05-17 Thread Gedare Bloom
On Fri, May 15, 2015 at 7:47 AM, Sebastian Huber wrote: > From: Alexander Krutwig > > FreeBSD assumes that u_int is a 32-bit integer type. This is wrong for > some 16-bit targets supported by RTEMS. > > Update #2271. > --- Can we undef u_int and redefine it to uint32_t instead? This will be a mo

Re: [PATCH 40/45] timecounter: Import from FreeBSD

2015-05-17 Thread Gedare Bloom
On Fri, May 15, 2015 at 7:41 AM, Sebastian Huber wrote: > From: Alexander Krutwig > > Update #2271. > --- > cpukit/score/include/sys/_ffcounter.h | 42 + > cpukit/score/include/sys/timeffc.h| 389 +++ > cpukit/score/include/sys/timepps.h| 249 > cpukit/score/include/sys/time

Re: [PATCH 30/45] score: Rework _Thread_Change_priority()

2015-05-17 Thread Gedare Bloom
On Fri, May 15, 2015 at 7:41 AM, Sebastian Huber wrote: > Move the writes to Thread_Control::current_priority and > Thread_Control::real_priority into _Thread_Change_priority() under the > protection of the thread lock. Add a filter function to > _Thread_Change_priority() to enable specialized va

Re: [PATCH 24/45] score: Fine grained locking for message queues

2015-05-17 Thread Gedare Bloom
On Fri, May 15, 2015 at 7:41 AM, Sebastian Huber wrote: > Aggregate several critical sections into a bigger one. Sending and > receiving messages is now protected by an ISR lock. Thread dispatching > is only disabled in case a blocking operation is necessary. The message > copy procedure is don

Re: [PATCH 18/45] score: Add Thread_queue_Control::Lock

2015-05-17 Thread Gedare Bloom
On Sun, May 17, 2015 at 7:04 AM, Gedare Bloom wrote: > On Fri, May 15, 2015 at 7:41 AM, Sebastian Huber > wrote: >> /** >> - * @brief Gets a pointer to the "first" thread on the_thread_queue. >> + * @brief Returns the first thread on the thread queue if it exists, >> otherwise >> + * @c NULL (

Re: [PATCH 20/45] score: More thread queue operations

2015-05-17 Thread Gedare Bloom
On Fri, May 15, 2015 at 7:41 AM, Sebastian Huber wrote: > Move thread queue discipline specific operations into > Thread_queue_Operations. Use a separate node in the thread control > block for the thread queue to make it independent of the scheduler data > structures. > > Update #2273. > --- [...

Re: [PATCH 18/45] score: Add Thread_queue_Control::Lock

2015-05-17 Thread Gedare Bloom
On Fri, May 15, 2015 at 7:41 AM, Sebastian Huber wrote: > Move the complete thread queue enqueue procedure into > _Thread_queue_Enqueue_critical(). It is possible to use the thread > queue lock to protect state of the object embedding the thread queue. > This enables per object fine grained locki

Re: [PATCH] [RSB] rtems-all.bset: add rtems-epiphany

2015-05-17 Thread Hesham ALMatary
On Fri, May 15, 2015 at 9:02 PM, Gedare Bloom wrote: > What about h8300? > Don't know about it and why it's not there, I can add it if that won't cause a problem. > On Fri, May 15, 2015 at 7:51 AM, Hesham ALMatary > wrote: >> --- >> rtems/config/4.11/rtems-all.bset | 1 + >> 1 file changed, 1 in