Age | Commit message (Collapse) | Author |
|
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Author: Jaswinder Singh <jaswinder@infradead.org>
Date: Sun Jun 22 18:24:19 2008 +0530
Remove fdump tool for av7110 firmware
There's no point in this, since the user can use the BUILTIN_FIRMWARE
option to include arbitrary firmware files directly in the kernel image.
Thanks to David Woodhouse for help.
kernel-sync:
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
|
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Fixes:
- linux/firmware/Makefile is not used. Let's just remove it to avoid keep tracking on
upstream changes on this file;
- make would need to run twice, due to a missing Makefile dependency;
- make -C v4l/firmware distclean were not removing everything.
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
|
From: Mauro Carvalho Chehab <mchehab@redhat.com>
kernel-sync:
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
|
From: Mauro Carvalho Chehab <mchehab@redhat.com>
kernel-sync:
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
|
From: Mauro Carvalho Chehab <mchehab@redhat.com>
- b2c2 Kconfig: -git merge happened on a different order;
- firmare/Makefile: Update from upstream
kernel-sync:
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
|
kernel-sync:
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
|
From: Mauro Carvalho Chehab <mchehab@redhat.com>
kernel-sync:
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
This patch completes firmware compilation scripts:
- linux/firmware/Makefile is just a copy of kernel script make file. It is not
currently used by the building system;
- Added two new targets for firmware compilation and instalation;
- Fixes the COPYING file to explicitly state that the firmwares aren't covered
by GPL;
- make distclean will also cleanup the firmwares.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
This patch synchronizes the firmware hex files from Kernel and starts to
prepare to allow firmware compilation at the out-of-tree driver. Yet, some work
need to be done to make it work.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Author: David Woodhouse <dwmw2@infradead.org>
Date: Fri May 23 13:58:12 2008 +0100
firmware: Add CONFIG_EXTRA_FIRMWARE option
This allows arbitrary firmware files to be included in the static kernel
where the firmware loader can find them without requiring userspace to
be alive.
(Updated and CONFIG_EXTRA_FIRMWARE_DIR added with lots of help from
Johannes Berg).
kernel-sync:
This patch will need some extra changes at the building system to allow the
static link of the firmwares.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|