From: Albert ARIBAUD <albert.aribaud@free.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] U-boot and Mathematical Library
Date: Tue, 29 Jul 2008 10:57:27 +0200 [thread overview]
Message-ID: <488EDB77.5040107@free.fr> (raw)
In-Reply-To: <009601c8f14b$a3da67e0$36031cac@PC625>
Vincenzo Scianni a ?crit :
> Hi to everyone.
>
> I have a general question: my need is to use u-boot to initialize a
> PowerPC 5123 and then to continue with a custom kernel without Linux.
> The problem is that during initialization I must drive very early a
> graphical controller by PCI to show some logos and I need of
> mathematical library;
What kind of logo display requires math? You're going to display a
bitmap probably, so the only math involved would be integer arithmetic,
I think. And if you have a logo in vector form, then you can convert it
to bitmap (adapted to your FB format) offline and link the bitmap from,
not the vector, in u-boot.
> I suspect that u-boot doesn't support any.
I suspect you're right.
> First question there exist one compatible with u-boot ?
Don't know.
> In your opinion is it possible to follow idea of import a mathematical
> library to boot and draw something and after continue with a custom
> kernel ?
No reason why you could not; but I think that's a waste of FLASH and
cycles, and you'd be better of turning your logo into a simple bitmap
format that u-boot possibly already understands.
> There is some
> deep technical reason to load a Linux kernel and then plot a logo ?
No reason for this, but again, no reason (that I can see from your
description) that you'd need math in the first place. Can you elaborate
on the reason that makes you need math onboard rather than off-board?
Amicalement,
--
Albert.
next prev parent reply other threads:[~2008-07-29 8:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-29 7:20 [U-Boot-Users] U-boot and Mathematical Library Vincenzo Scianni
2008-07-29 8:57 ` Albert ARIBAUD [this message]
2008-07-30 14:54 ` Detlev Zundel
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=488EDB77.5040107@free.fr \
--to=albert.aribaud@free.fr \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.