Re: [linux-dvb] [PATCH] Remove fdump tool for av7110 firmware

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Woodhouse
Date: Sunday, July 6, 2008 - 7:48 am

On Sun, 2008-07-06 at 10:29 -0400, Devin Heitmueller wrote:

No, it doesn't remove that capability.

We're just observing that the trick which fdump.c uses to turn firmware
into a hex array in C source is obsoleted by the generic ability to
include firmware blobs into the kernel using CONFIG_EXTRA_FIRMWARE. If
we just use the generic method, then the conditional code in the driver
can go away, as can the fdump tool.

Yes, that does mean that it's either in the _kernel_ or in userspace,
rather than being in the .ko file -- but if you want modularity and are
already depending on having a functional userspace, it doesn't seem to
make a lot of sense to have this reimplementation of generic
functionality, just so that you can keep the two parts in _one_ file.

-- 
dwmw2

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Remove fdump tool for av7110 firmware, Jaswinder Singh, (Sun Jun 22, 5:54 am)
Re: [linux-dvb] [PATCH] Remove fdump tool for av7110 firmware, Klaus Schmidinger, (Sun Jul 6, 2:09 am)
Re: [linux-dvb] [PATCH] Remove fdump tool for av7110 firmware, Devin Heitmueller, (Sun Jul 6, 7:29 am)
Re: [linux-dvb] [PATCH] Remove fdump tool for av7110 firmware, David Woodhouse, (Sun Jul 6, 7:48 am)
Re: [linux-dvb] [PATCH] Remove fdump tool for av7110 firmware, Mauro Carvalho Chehab, (Mon Jul 7, 2:02 pm)