Re: [PATCH 3/9] remoteproc: Parse ELF file to find resource table address

2013-02-20 Thread Ido Yariv
Hi Sjur, On Sun, Feb 10, 2013 at 12:39:06PM +0100, sjur.brandel...@stericsson.com wrote: > From: Sjur Brændeland > > Add function find_rsc_table_va to firmware ops. This function > returns the location of the resource table in shared memory > after loading. > > Signed-off-by: Sjur Brændeland >

[PATCH 3/9] remoteproc: Parse ELF file to find resource table address

2013-02-10 Thread sjur . brandeland
From: Sjur Brændeland Add function find_rsc_table_va to firmware ops. This function returns the location of the resource table in shared memory after loading. Signed-off-by: Sjur Brændeland --- drivers/remoteproc/remoteproc_elf_loader.c | 17 - drivers/remoteproc/remoteproc_i