Re: [RFC][PATCH 1/2] firmware version management: addfirmware_version()

From: Arjan van de Ven
Date: Sat Jul 08 2006 - 09:30:18 EST


On Sat, 2006-07-08 at 15:09 +0200, Martin Langer wrote:
> It would be good if a driver knows which firmware version will be
> written to the hardware. I'm talking about external firmware files
> claimed by request_firmware().
>
> We know so many different firmware files for bcm43xx and it becomes
> more and more complicated without some firmware version management.
>
> This patch can create the md5sum of a firmware file. Then it looks into
> a table to figure out which version number is assigned to the hashcode.
> That table is placed in the driver code and an example for bcm43xx comes
> in my next mail. Any comments?

Hi,

why does this have to happen on the kernel side? Isn't it a lot easier
and better to let the userspace side of things do this work, and even
have a userspace file with the md5->version mapping? Or are there some
practical considerations that make that hard to impossible?

(I personally don't care if the file comes with the kernel, that may be
the most convenient thing, but it would be a userspace file that the
userspace side of the firmware loader uses)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/