[PATCH 3/3] ARM: Add support for IXP4xx CPU and for Goramo Multilink router platform.

Krzysztof Halasa khc at pm.waw.pl
Sat Jan 8 12:35:46 EST 2011


Sascha Hauer <s.hauer at pengutronix.de> writes:

>> This forces anyone to display with tabs=8 (vide the discussions on
>> lkml). Obviously one can decide to use tabs everywhere, I just want
>> to see such decision has been taken.
>
> Have there been discussions? Do you have a pointer?

It's been beaten to death, several times, along with the 80-column limit
(lifted some time ago). I think googling for "site:lkml.org tabs
alignment" should show relevant threads. My personal opinion is that
while we can easily use (and enforce) tabs for syntactic indentation,
other things should be left unruled.
IMHO the ideal situation is using spaces for anything other than
syntactic indentation, since it allows consistent viewing with any
tab length. Unfortunately, most of the editor programs are not there yet
(I'm told emacs can be told to do the "right thing" automatically).

> You could use a cramfs but it adds quite some binary size to the
> image. Is it even possible to share the firmware with Linux? I guess
> Linux does a request_firmware which either expects the firmware to be
> compiled in or under /lib/firmware.

Yes, the firmware must be in /lib/firmware/NPE-[ABC], but we could get
it, link etc. from cramfs. Even with a special tool reading cramfs and
writing files in /lib/firmware.

At present we simply have another copy of microcode in Linux image.
-- 
Krzysztof Halasa



More information about the barebox mailing list