[PATCH 0/7] remoteproc: Custom firmware handling.

From: sjur . brandeland
Date: Wed Jun 06 2012 - 09:38:55 EST


From: Sjur BrÃndeland <sjur.brandeland@xxxxxxxxxxxxxx>

Hi Ohad,

I think I have addressed most of your review comments, except
dynamic detection of firmware format.

Warning: I have not been able to test this properly,
I don't yet have a proper test environment running.

Regards,
Sjur



Sjur BrÃndeland (7):
remoteproc: fix print format warnings
remoteproc: Fix missing fault indication in error-path
remoteproc: Pass struct fw to load_segments and find_rsc_table.
remoteproc: Assign boot_addr in a separate function
remoteproc: Move Elf related functions to separate file
remoteproc: Support custom firmware handlers
remoteproc: Add custom STE-modem firmware loader.

drivers/remoteproc/Kconfig | 4 +
drivers/remoteproc/Makefile | 2 +
drivers/remoteproc/omap_remoteproc.c | 1 +
drivers/remoteproc/remoteproc_core.c | 257 +------------------
drivers/remoteproc/remoteproc_elf_loader.c | 287 ++++++++++++++++++++++
drivers/remoteproc/remoteproc_ste_modem_loader.c | 176 +++++++++++++
include/linux/remoteproc.h | 57 +++++
7 files changed, 538 insertions(+), 246 deletions(-)
create mode 100644 drivers/remoteproc/remoteproc_elf_loader.c
create mode 100644 drivers/remoteproc/remoteproc_ste_modem_loader.c

--
1.7.5.4

--
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/