Branch: refs/heads/main Home: https://github.com/OpenAMP/open-amp Commit: 6f03c1e952bbdd0908952688ad59fdfeea42e7f1 https://github.com/OpenAMP/open-amp/commit/6f03c1e952bbdd0908952688ad59fdfee... Author: Xiang Xiao xiaoxiang@xiaomi.com Date: 2022-04-28 (Thu, 28 Apr 2022)
Changed paths: M lib/include/openamp/elf_loader.h M lib/include/openamp/remoteproc.h M lib/remoteproc/elf_loader.c M lib/remoteproc/remoteproc.c
Log Message: ----------- lib: add const for remoteproc_ops, image_store_ops and laoder_ops
to avoid load the constant data to ram in XIP mode
Signed-off-by: Xiang Xiao xiaoxiang@xiaomi.com
Commit: 45bf79aeab03ebc190734ec492c2ccd6f831f34d https://github.com/OpenAMP/open-amp/commit/45bf79aeab03ebc190734ec492c2ccd6f... Author: Xiang Xiao xiaoxiang@xiaomi.com Date: 2022-04-28 (Thu, 28 Apr 2022)
Changed paths: M apps/examples/load_fw/load_fw.c M apps/examples/load_fw/mem_image_store.c M apps/examples/load_fw/platform_info.c M apps/examples/load_fw/zynqmp_apu_lcm_rproc_example.c M apps/examples/load_fw/zynqmp_r5_lcm_rproc_example.c M apps/examples/load_fw/zynqmp_rpu_lcm_rproc_example.c M apps/machine/microblaze_generic/platform_info.c M apps/machine/microblaze_generic/zynqmp_mb_a53_rproc.c M apps/machine/zynq7/platform_info.c M apps/machine/zynq7/zynq_a9_rproc.c M apps/machine/zynqmp/platform_info.c M apps/machine/zynqmp/zynqmp_linux_r5_proc.c M apps/machine/zynqmp_r5/platform_info.c M apps/machine/zynqmp_r5/zynqmp_r5_a53_rproc.c M apps/system/linux/machine/generic/platform_info.c
Log Message: ----------- apps: add const for remoteproc_ops and image_store_ops
follow up the change in lib
Signed-off-by: Xiang Xiao xiaoxiang@xiaomi.com
Commit: 923641d28cb0deb63425be75905b2be0a79e97ad https://github.com/OpenAMP/open-amp/commit/923641d28cb0deb63425be75905b2be0a... Author: Xiang Xiao xiaoxiang@xiaomi.com Date: 2022-04-28 (Thu, 28 Apr 2022)
Changed paths: M docs/data-structure.md M docs/remoteproc-design.md
Log Message: ----------- doc: add const for remoteproc_ops and image_store_ops
follow up the change in lib
Signed-off-by: Xiang Xiao xiaoxiang@xiaomi.com
Compare: https://github.com/OpenAMP/open-amp/compare/79749b1a86c8...923641d28cb0