remoteproc: Move Elf related functions to separate file
authorSjur Brændeland <sjur.brandeland@stericsson.com>
Sun, 15 Jul 2012 08:25:27 +0000 (11:25 +0300)
committerOhad Ben-Cohen <ohad@wizery.com>
Sun, 15 Jul 2012 08:25:27 +0000 (11:25 +0300)
commit72854fb042b15b6139031a59c4725b3d86708352
treefc2c5271ad363024481ae905334db308b4fe4ab5
parent3e5f9eb5d91e430ca908a61615f9a89c189a0d4e
remoteproc: Move Elf related functions to separate file

Prepare for introduction of custom firmware loaders by
moving all ELF related handling into a separate file.

The functions: rproc_find_rsc_table(), rproc_fw_sanity_check(),
rproc_find_rsc_table() and rproc_get_boot_addr() are moved
to the new file remoteproc_elf_loader.c. The function
rproc_da_to_va() is made non-static and is declared in
remoteproc_internal.h

No functional changes are introduced in this patch.

Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com>
[ohad: rebase, fix kerneldoc, put prototypes in remoteproc_internal.h]
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
drivers/remoteproc/Makefile
drivers/remoteproc/remoteproc_core.c
drivers/remoteproc/remoteproc_elf_loader.c [new file with mode: 0644]
drivers/remoteproc/remoteproc_internal.h
This page took 0.030046 seconds and 5 git commands to generate.