Re: [RSB] port graphic libraries into rsb

2015-07-25 Thread QIAO YANG
Hi Pavel Pisa, I've fixed the leak. Please checkout my github. https://github.com/yangqiao/rtems-source-builder/tree/graphics Best wishes On Jul 21, 2015, at 09:51 PM, Pavel Pisa wrote: Hello Qiao Yang On Tuesday 21 of July 2015 14:21:07 QIAO YANG wrote: Hi Pavel Pisa, On Jul 19, 2015,

[rpi bsp] configure fb section in mmu table and improvement for mailbox

2015-07-25 Thread QIAO YANG
Hi Pavel Pisa, I've added the auto-configuration for fb section in mmu table. I reserve a section at the end of mmu table, make the table non-const to avoid errors, allocate fb before mmu initialization and fill in the table with the right parameters. As far as I've tested, I've found that the

Re: [PATCH 5/8] score: Add self-contained mutex implementation

2015-07-25 Thread Sebastian Huber
- Gedare Bloom schrieb: > What, if any, guidance do we need to give to users about these new > implementations? We should mention that they are used for the Newlib internal locks. I would make the available to the users via the C11 thread library: http://en.cppreference.com/w/c/thread He

Re: [PATCH 3/8] score: Add potpourri lock statistics

2015-07-25 Thread Sebastian Huber
- Gedare Bloom schrieb: > All of the external lock objects will re-use the same lock statistics > struct? Is there any reason to separate the stats more? At least in > terms of the locks provided in RTEMS, you could create an array of the > Potpourri_stats and assign the known usages into the

Re: Prototype implementation for self-contained objects

2015-07-25 Thread Sebastian Huber
- Gedare Bloom schrieb: > On Thu, Jul 23, 2015 at 8:54 AM, Sebastian Huber > wrote: > > https://lists.rtems.org/pipermail/devel/2015-July/011989.html > > > > Its fully functional and well tested. It is based on the FreeBSD support: > > > > https://git.rtems.org/rtems-libbsd/tree/rtemsbsd/in