| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
examples: update Xilinx example code. This provides bug fixes and enhancements to the Xilinx-specific example code, and a couple of small fixes to the linux example code. Signed-off-by: Ed Mooring <ed.mooring@linaro.org> | 3 个月前 | |
Add <errno.h> explicitly to all files that use errno values. When building OpenAMP apps for FreeRTOS on Xilinx hardware, there were compile errors due to EINVAL not being defined. On other platforms, <errno.h> was implicitly included by OpenAMP header files. This change explicitly includes it where it is needed in the code. There is one exception, load_fw/commmon.h has <errno.h> added, since all common include files are placed there. Signed-off-by: Ed Mooring <ed.mooring@linaro.org> | 3 个月前 | |
load_fw: The firmware loading loop terminates prematurely The remoteproc_load_noblock() is a non-blocking API designed to load the remote firmware in streaming mode. The application has to continue supplying the firmware data blocks until the complete firmware is loaded. The load_fw example does this and checks the nlen variable (returned by the remoteproc_load_noblock() API) for zero to determine if the firmware loading is complete. However, nlen (contains the filesize of the next program header) alone can't be taken as the sufficient condition to mark the completion of firmware loading as 0 is a valid value for filesize for sections that don't require loading to the target memory such as the .bss section. This patch proposes checking filesize as well as memsize as a better metric to mark completion of the firmware loading loop. Signed-off-by: Umair Khan <umair_khan@mentor.com> | 3 个月前 | |
apps: update linker scripts to SPDX license Update linker scripts to SPDX based licensing. Signed-off-by: Manikanta Sreeram <manikanta.sreeram@xilinx.com> | 3 个月前 | |
apps: add const for remoteproc_ops and image_store_ops follow up the change in lib Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 3 个月前 | |
apps: add const for remoteproc_ops and image_store_ops follow up the change in lib Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 3 个月前 | |
examples: update Xilinx example code. This provides bug fixes and enhancements to the Xilinx-specific example code, and a couple of small fixes to the linux example code. Signed-off-by: Ed Mooring <ed.mooring@linaro.org> | 3 个月前 | |
apps: Remove manual assignment of ops and priv to rproc struct This is handled by default, remove instances from apps. In cases where there is nothing left in the init() callback remove it as it is now optional. Signed-off-by: Andrew Davis <afd@ti.com> | 3 个月前 | |
apps: Remove manual assignment of ops and priv to rproc struct This is handled by default, remove instances from apps. In cases where there is nothing left in the init() callback remove it as it is now optional. Signed-off-by: Andrew Davis <afd@ti.com> | 3 个月前 | |
apps: Remove manual assignment of ops and priv to rproc struct This is handled by default, remove instances from apps. In cases where there is nothing left in the init() callback remove it as it is now optional. Signed-off-by: Andrew Davis <afd@ti.com> | 3 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 |