Re: [PATCH 2/9] remoteproc: Refactor function rproc_elf_find_rsc_table

2013-02-20 Thread Ido Yariv
Hi Sjur, Sorry for the (very) late reply. On Sun, Feb 10, 2013 at 12:39:05PM +0100, sjur.brandel...@stericsson.com wrote: > From: Sjur Brændeland > > Refactor rproc_elf_find_rsc_table and split out the scanning > for the section header named resource table. This is done to > prepare for

Re: [PATCH 2/9] remoteproc: Refactor function rproc_elf_find_rsc_table

2013-02-20 Thread Ido Yariv
Hi Sjur, Sorry for the (very) late reply. On Sun, Feb 10, 2013 at 12:39:05PM +0100, sjur.brandel...@stericsson.com wrote: From: Sjur Brændeland sjur.brandel...@stericsson.com Refactor rproc_elf_find_rsc_table and split out the scanning for the section header named resource table. This is

[PATCH 2/9] remoteproc: Refactor function rproc_elf_find_rsc_table

2013-02-10 Thread sjur . brandeland
From: Sjur Brændeland Refactor rproc_elf_find_rsc_table and split out the scanning for the section header named resource table. This is done to prepare for loading firmware once. Signed-off-by: Sjur Brændeland --- drivers/remoteproc/remoteproc_elf_loader.c | 79 ++--

[PATCH 2/9] remoteproc: Refactor function rproc_elf_find_rsc_table

2013-02-10 Thread sjur . brandeland
From: Sjur Brændeland sjur.brandel...@stericsson.com Refactor rproc_elf_find_rsc_table and split out the scanning for the section header named resource table. This is done to prepare for loading firmware once. Signed-off-by: Sjur Brændeland sjur.brandel...@stericsson.com ---