Re: [PATCH] [RPI BSP] mailbox

2015-04-24 Thread QIAO YANG
On Apr 23, 2015, at 10:27 AM, Joel Sherrill wrote: On 4/19/2015 2:17 PM, QIAO YANG wrote: 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 r

Re: [PATCH] [RPI BSP] mailbox

2015-04-24 Thread QIAO YANG
On Apr 23, 2015, at 10:20 AM, Alan Cudmore wrote: Hi Qiao, Functionally, this code looks good to me. It builds without warnings for the Pi and Pi2, and I was able to make the calls to init the frame buffer on the Pi B+. When you did the frame buffer test, what was your MMU table entry for th

Re: [PATCH] [RPI BSP] mailbox

2015-04-22 Thread Joel Sherrill
On 4/19/2015 2:17 PM, QIAO YANG wrote: > 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. > My understanding is that the

Re: [PATCH] [RPI BSP] mailbox

2015-04-22 Thread Alan Cudmore
Hi Qiao, Functionally, this code looks good to me. It builds without warnings for the Pi and Pi2, and I was able to make the calls to init the frame buffer on the Pi B+. When you did the frame buffer test, what was your MMU table entry for the mailbox/framebuffer? Thanks, Alan > On Apr 19,

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

Re: [PATCH] [RPI BSP] mailbox

2015-04-07 Thread Gedare Bloom
On Mon, Apr 6, 2015 at 5:12 PM, QIAO YANG wrote: > - > > diff --git a/c/src/lib/libbsp/arm/raspberrypi/Makefile.am > b/c/src/lib/libbsp/arm/raspberrypi/Makefile.am > index c6133df..70bc01d 100644 > --- a/c/src/lib/libbsp/arm/raspberrypi/Makefile.am > +++ b/c/src/lib/libbsp/arm/raspberrypi/Make

[PATCH] [RPI BSP] mailbox

2015-04-06 Thread QIAO YANG
- diff --git a/c/src/lib/libbsp/arm/raspberrypi/Makefile.am b/c/src/lib/libbsp/arm/raspberrypi/Makefile.am index c6133df..70bc01d 100644 --- a/c/src/lib/libbsp/arm/raspberrypi/Makefile.am +++ b/c/src/lib/libbsp/arm/raspberrypi/Makefile.am @@ -43,6 +43,7 @@ include_bsp_HEADERS += ../shared/in