From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH RESEND 2/3] arm: added support for display controller in Jade SoC
Date: Thu, 09 Jul 2009 00:25:38 +0200 [thread overview]
Message-ID: <4A551CE2.4090109@denx.de> (raw)
In-Reply-To: <20090708212855.GB26464@game.jcrosoft.org>
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 16:02 Wed 08 Jul , Matthias Weisser wrote:
>> This patch adds support for the display controller in
>> the MB86R01 'Jade' SoC.
>>
>> Signed-off-by: Matthias Weisser <matthias.weisser@graf-syteco.de>
>> ---
...
>> +
>> +/*
>> + * 4MB (at the end of system RAM)
>> + */
>> +#define VIDEO_MEM_SIZE 0x400000
>> +
>> +#define GDC_HOST_BASE 0xF1FC0000
>> +#define GDC_DSP0_BASE 0xF1FD0000
>> +#define GDC_DSP1_BASE 0xF1FD2000
> please move to a header
probably we should drop these entirely and use JADE_GDC_PHYS_BASE
and JADE_GDC_PHYS_DISP_BASE from include/asm-arm/arch-jade/jade.h
file introduced with this patch series? Just need to add the
base for second display controller register block there.
...
>> +GraphicDevice jadegdc;
> please no uppercase in type
we have to stay with GraphicDevice type in this patch now. It is
there in U-Boot code since more than five years, Matthias simply
uses it here as other video drivers use it, too. But yes, we should
do general video code cleanup later.
Best regards,
Anatolij
next prev parent reply other threads:[~2009-07-08 22:25 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-08 14:02 [U-Boot] [PATCH RESEND 0/3] arm: Add support for MB86R01 'Jade' SoC Matthias Weisser
2009-07-08 14:02 ` [U-Boot] [PATCH RESEND 1/3] arm: Added " Matthias Weisser
2009-07-08 14:02 ` [U-Boot] [PATCH RESEND 2/3] arm: added support for display controller in Jade SoC Matthias Weisser
2009-07-08 14:02 ` [U-Boot] [PATCH RESEND 3/3] arm: Added support for jadecpu board based on " Matthias Weisser
2009-07-08 21:37 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-09 6:43 ` Matthias Weisser
2009-07-12 15:50 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-08 21:28 ` [U-Boot] [PATCH RESEND 2/3] arm: added support for display controller in " Jean-Christophe PLAGNIOL-VILLARD
2009-07-08 22:25 ` Anatolij Gustschin [this message]
2009-07-08 22:43 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-08 21:27 ` [U-Boot] [PATCH RESEND 1/3] arm: Added support for MB86R01 'Jade' SoC Jean-Christophe PLAGNIOL-VILLARD
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A551CE2.4090109@denx.de \
--to=agust@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox