lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed,  6 Jun 2012 15:38:20 +0200
From:	sjur.brandeland@...ricsson.com
To:	Ohad Ben-Cohen <ohad@...ery.com>
Cc:	Loic PALLARDY <loic.pallardy@...ricsson.com>,
	Ludovic BARRE <ludovic.barre@...ricsson.com>,
	linux-kernel@...r.kernel.org,
	Linus Walleij <linus.walleij@...aro.org>,
	Sjur Brændeland <sjurbren@...il.com>,
	Sjur Brændeland <sjur.brandeland@...ricsson.com>
Subject: [PATCH 0/7] remoteproc: Custom firmware handling.

From: Sjur Brændeland <sjur.brandeland@...ricsson.com>

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ