Searched hist:"4 afc89d66c60a372ec15e99eee93621f650b5d17" (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/remoteproc/ |
H A D | remoteproc_elf_loader.c | diff 4afc89d66c60a372ec15e99eee93621f650b5d17 Tue Jun 19 09:08:18 CEST 2012 Sjur Brændeland <sjur.brandeland@stericsson.com> remoteproc: Support custom firmware handlers
Firmware handling is made customizable. This is done by creating a separate ops structure for the firmware functions that depends on a particular firmware format (such as ELF). The ELF functions are default used unless the HW driver explicitly injects another firmware handler by updating rproc->fw_ops. The function rproc_da_to_va() is exported, as custom firmware handlers may need to use this function.
Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com> [ohad: namespace fixes, whitespace fixes, style fixes] Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
|
H A D | remoteproc_core.c | diff 4afc89d66c60a372ec15e99eee93621f650b5d17 Tue Jun 19 09:08:18 CEST 2012 Sjur Brændeland <sjur.brandeland@stericsson.com> remoteproc: Support custom firmware handlers
Firmware handling is made customizable. This is done by creating a separate ops structure for the firmware functions that depends on a particular firmware format (such as ELF). The ELF functions are default used unless the HW driver explicitly injects another firmware handler by updating rproc->fw_ops. The function rproc_da_to_va() is exported, as custom firmware handlers may need to use this function.
Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com> [ohad: namespace fixes, whitespace fixes, style fixes] Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
|
/linux/include/linux/ |
H A D | remoteproc.h | diff 4afc89d66c60a372ec15e99eee93621f650b5d17 Tue Jun 19 09:08:18 CEST 2012 Sjur Brændeland <sjur.brandeland@stericsson.com> remoteproc: Support custom firmware handlers
Firmware handling is made customizable. This is done by creating a separate ops structure for the firmware functions that depends on a particular firmware format (such as ELF). The ELF functions are default used unless the HW driver explicitly injects another firmware handler by updating rproc->fw_ops. The function rproc_da_to_va() is exported, as custom firmware handlers may need to use this function.
Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com> [ohad: namespace fixes, whitespace fixes, style fixes] Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
|