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
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
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
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