summaryrefslogtreecommitdiff
path: root/drivers/remoteproc/rproc-elf-loader.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-30remoteproc: Remove unused function rproc_elf_sanity_checkSean Anderson1-16/+0
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-1/+2
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-01-24remoteproc: elf_loader: fix program header parsingFabien Dessenne1-2/+1
2020-01-07remoteproc: elf_loader: Add elf resource table load supportFabien Dessenne1-0/+269
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-10-11remoteproc: elf_loader: Introduce rproc_elf_get_boot_addr() apiLokesh Vutla1-0/+24
2019-10-11remoteproc: elf_loader: Introduce a common elf loader and checker functionsLokesh Vutla1-0/+31
2019-10-11remoteproc: elf-loader: Add 64 bit elf loading supportLokesh Vutla1-0/+110
2019-10-11remoteproc: elf_loader: Always check the validity of the image before loadingLokesh Vutla1-3/+8
2019-10-11remoteproc: ops: Add elf section size as input parameter to device_to_virt apiLokesh Vutla1-1/+2
2019-07-22remoteproc: add elf file load supportFabien Dessenne1-0/+106