Re: [RPI BSP] fbcon implementation

2015-06-03 Thread Gedare Bloom
On Tue, Jun 2, 2015 at 5:45 PM, Pavel Pisa wrote: > Hello Yang Qiao, > > > On Tuesday 02 of June 2015 22:58:09 QIAO YANG wrote: >> 2. The mmu configuration for framebuffer. I'm still confused about how to >> deal with it. >> >> Is there anyway to setup the memory in the code ? For exemple: aft

Re: [RPI BSP] fbcon implementation

2015-06-02 Thread Joel Sherrill
On June 2, 2015 5:45:07 PM EDT, Pavel Pisa wrote: >Hello Yang Qiao, > > >On Tuesday 02 of June 2015 22:58:09 QIAO YANG wrote: >> For the graphic text output, I've implemented two functions >_RPI_initvideo >> and _RPI_outch, used to print chars to graphic. They are declared in >bsp.h >> and imple

Re: [RPI BSP] fbcon implementation

2015-06-02 Thread Pavel Pisa
Hello Yang Qiao, On Tuesday 02 of June 2015 22:58:09 QIAO YANG wrote: > For the graphic text output, I've implemented two functions _RPI_initvideo > and _RPI_outch, used to print chars to graphic. They are declared in bsp.h > and implemented in outch.c as we've done in i386 bsp. > > 1. The _RPI_i

[RPI BSP] fbcon implementation

2015-06-02 Thread QIAO YANG
Hello, I've got a couple of questions about the fbcon implementation in detail, in order to cleanup my code and create a mergable patch for review. For the graphic text output, I've implemented two functions _RPI_initvideo and _RPI_outch, used to print chars to graphic. They are declared in b