summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/rproc-elf-loader.c
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: Remove unused function rproc_elf_sanity_checkSean Anderson2020-09-301-16/+0
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-1/+2
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* remoteproc: elf_loader: fix program header parsingFabien Dessenne2020-01-241-2/+1
* remoteproc: elf_loader: Add elf resource table load supportFabien Dessenne2020-01-071-0/+269
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* remoteproc: elf_loader: Introduce rproc_elf_get_boot_addr() apiLokesh Vutla2019-10-111-0/+24
* remoteproc: elf_loader: Introduce a common elf loader and checker functionsLokesh Vutla2019-10-111-0/+31
* remoteproc: elf-loader: Add 64 bit elf loading supportLokesh Vutla2019-10-111-0/+110
* remoteproc: elf_loader: Always check the validity of the image before loadingLokesh Vutla2019-10-111-3/+8
* remoteproc: ops: Add elf section size as input parameter to device_to_virt apiLokesh Vutla2019-10-111-1/+2
* remoteproc: add elf file load supportFabien Dessenne2019-07-221-0/+106