From: Reinhard Meyer <u-boot@emk-elektronik.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] remove (double) LED initialization in arm920t start.s
Date: Thu, 23 Dec 2010 13:29:49 +0100 [thread overview]
Message-ID: <4D1340BD.2090206@emk-elektronik.de> (raw)
In-Reply-To: <A661E5EF-8E22-4597-BF30-A8CD76F3FB30@googlemail.com>
On 23.12.2010 12:58, Andreas Bie?mann wrote:
> Dear Jens Scharsig,
>
> Am 18.12.2010 um 13:08 schrieb Jens Scharsig:
>
>> * remove LED initialization in front of relocation and bss init
>>
>> Signed-off-by: Jens Scharsig<js_at_ng@scharsoft.de>
>> ---
>>
>> * prevents run C function on an uninitialized environment
>
> You are right, we do not have stack/bss setup when we call these two c-functions.
>
> But in that case it is ok to do so cause we do just pc relative accesses here, do not use bss variables and last we do not use the stack.
>
> Beside the fact that we could use it here as it is done since atmel posted their at91rm9200 code we could ask if we need it or not.
>
> I think it is a nice helper for initialisation debugging and I used it from time to time for my relocation investigations. But I think we do _not_ need it in every arm920t/at91 board for every bootup.
> It should be
> a) enclosed in some ifdef to enable them conditionally on compile time
> b) documented in a README and completely removed (some lines later too)
>
> Beside that one could state
> c) completely removed (the whole coloured_LED stuff) as this is atmel specific and other SoC use another interface to switch LED
> if we decide to not use these LED features for bootup debugging.
>
> AFAIK this is also used in arm926ejs (at91sam only), Reinhard can you please comment on that?
Quite funny, incidentally right this morning I tried to figure out how to use LEDs to assist
a "blackbox" sort of system that has only 3 RG LEDs to signal u-boot phases and errors before
kernel and application are ultimately started.
This part of u-boot is quite messy, look at "status_led.h" for example...
I agree the AT91 colored LED specialty should be removed, once we can agree on a useful
common LED approach.
And I think that should be working the other way.
It is pointless to try to factorize it into a few LEDs with specific meanings.
We should have one function like "show_status(int status)"
with various statuses defined like:
LED_STATUS_RESET, _BEFORE_RELOC, _AFTER_RELOC, _SENT_DHCP, _STARTING_KERNEL,
_CRASHED, ...
Then it is up to the board specific code to drive multicolored LEDs, an LCDisplay,
some seven-segment displays or even relais.
But I guess that's too futuristic, and as always there is a lot of existing code that
does it in various different ways :(
Best Regards,
Reinhard
next prev parent reply other threads:[~2010-12-23 12:29 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-18 12:08 [U-Boot] [PATCH] remove (double) LED initialization in arm920t start.s Jens Scharsig
2010-12-23 11:58 ` Andreas Bießmann
2010-12-23 12:29 ` Reinhard Meyer [this message]
2010-12-23 12:51 ` Wolfgang Denk
2010-12-23 13:18 ` Reinhard Meyer
2010-12-23 15:05 ` Wolfgang Denk
2010-12-23 16:17 ` Jens Scharsig
2011-01-20 20:56 ` Albert ARIBAUD
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=4D1340BD.2090206@emk-elektronik.de \
--to=u-boot@emk-elektronik.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