Re: Binary firmware in the kernel - licensing issues.

Jörn Engel (joern@wohnheim.fh-wedel.de)
Thu, 8 May 2003 12:20:46 +0200


On Tue, 6 May 2003 12:38:54 +0100, Simon Kelley wrote:
>
> BUT. These things need firmware loaded, at least the ones without
> built-in flash. The Atmel drivers come with binary firmware
> as header files full of hex, with the following notice.
>
> It isn't clear what the license agreement referred to in the above
> actually is, but I don't think it's reasonable to just assume it's the
> GPL and shove these files into the kernel as-is.

After some thoughts, this appears to be related to NDA processor
documentation not included in the kernel source.

For the kernel or the main CPU, the driver firmware is just data. The
same, as the magic 0x12345678ul that gets written to some register
because [can't tell, NDA]. In both cases, magic data gets written
somewhere and afterwards, things just work.

So binary code that doesn't get executed on the main CPU *should* be
ok, but whether the lawyers would agree, I have no idea.

Jörn

-- 
"Translations are and will always be problematic. They inflict violence 
upon two languages." (translation from German)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/