mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 5/5] at91sam9m10g45ek: add lcdc support
Date: Tue, 25 Sep 2012 12:19:05 +0200	[thread overview]
Message-ID: <20120925101905.GI26553@game.jcrosoft.org> (raw)
In-Reply-To: <20120925080922.GG24458@pengutronix.de>

On 10:09 Tue 25 Sep     , Sascha Hauer wrote:
> On Sat, Sep 22, 2012 at 08:26:48PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote:
> > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> > Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> > ---
> >  .../arm/boards/at91sam9m10g45ek/env/bin/boot_board |    7 +++++
> >  arch/arm/boards/at91sam9m10g45ek/env/splash.png    |  Bin 0 -> 22747 bytes
> >  arch/arm/boards/at91sam9m10g45ek/init.c            |   33 ++++++++++++++++++++
> >  arch/arm/configs/at91sam9m10g45ek_defconfig        |   11 +++++--
> >  4 files changed, 48 insertions(+), 3 deletions(-)
> >  create mode 100644 arch/arm/boards/at91sam9m10g45ek/env/splash.png
> > 
> > diff --git a/arch/arm/boards/at91sam9m10g45ek/env/bin/boot_board b/arch/arm/boards/at91sam9m10g45ek/env/bin/boot_board
> > index 3d7426f..eeb7a76 100644
> > --- a/arch/arm/boards/at91sam9m10g45ek/env/bin/boot_board
> > +++ b/arch/arm/boards/at91sam9m10g45ek/env/bin/boot_board
> > @@ -5,6 +5,13 @@ export PATH
> >  
> >  . /env/config
> >  
> > +splash=/env/splash.png
> > +
> > +if [ -f ${splash} ]; then
> > +	splash ${splash}
> > +	fb0.enable=1
> > +fi
> > +
> >  menu -r -m boot
> >  menu -a -m boot -d "\e[1;36mWelcome on Barebox Boot Sequence\e[0m"
> >  menu -e -a -m boot -c 'menu_boot'			-d "boot (default)             "
> > diff --git a/arch/arm/boards/at91sam9m10g45ek/env/splash.png b/arch/arm/boards/at91sam9m10g45ek/env/splash.png
> 
> I understand your desire to show a logo on the screen, but we really
> need a storage outside the main repository for this. I'm perfectly fine
> with showing full HD 3d pictures on the screen if your hardware can do
> so, but we should not put this into the repository.
> 
> We should solve this right now, then we are free to add huge logos, add
> different logo for each board, update logos for christmas, summer,
> Helloween...
> 
> How about adding some wget mechanism which:
> 
> - Only downloads the logos if allowed in the config
> - Does not download logos if a logo directory already exists
> 
> I'm sure we could create some storage here.
I nack the wget not the idea

how about a git submodule

as I must have the offline build support

Best Regards,
J.

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2012-09-25 10:21 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-22 17:53 [PATCH 0/5 v2] at91 framebuffer support Jean-Christophe PLAGNIOL-VILLARD
2012-09-22 18:26 ` [PATCH 1/5] video: add atmel lcdc frambuffer support Jean-Christophe PLAGNIOL-VILLARD
2012-09-22 18:26   ` [PATCH 2/5] at91sam9263: " Jean-Christophe PLAGNIOL-VILLARD
2012-09-22 18:26   ` [PATCH 3/5] at91sam9261: " Jean-Christophe PLAGNIOL-VILLARD
2012-09-22 18:26   ` [PATCH 4/5] at91sam9g45: " Jean-Christophe PLAGNIOL-VILLARD
2012-09-22 18:26   ` [PATCH 5/5] at91sam9m10g45ek: add lcdc support Jean-Christophe PLAGNIOL-VILLARD
2012-09-25  8:09     ` Sascha Hauer
2012-09-25 10:19       ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2012-09-25 10:39         ` Sascha Hauer
2012-09-23 11:00   ` [PATCH 1/5] video: add atmel lcdc frambuffer support Sascha Hauer
2012-09-23 13:22     ` Jean-Christophe PLAGNIOL-VILLARD
  -- strict thread matches above, loose matches on Subject: below --
2012-09-21 12:51 [PATCH 0/5] at91 framebuffer support Jean-Christophe PLAGNIOL-VILLARD
2012-09-21 12:55 ` [PATCH 1/5] video: add atmel lcdc frambuffer support Jean-Christophe PLAGNIOL-VILLARD
2012-09-21 12:55   ` [PATCH 5/5] at91sam9m10g45ek: add lcdc support 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=20120925101905.GI26553@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.com \
    --cc=barebox@lists.infradead.org \
    --cc=s.hauer@pengutronix.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