Branch: refs/heads/main Home: https://github.com/OpenAMP/open-amp Commit: 3758939d83c4d0c945e55e64bba66e6bf01c98e7 https://github.com/OpenAMP/open-amp/commit/3758939d83c4d0c945e55e64bba66e6bf... Author: Andrew Davis afd@ti.com Date: 2024-04-05 (Fri, 05 Apr 2024)
Changed paths: M apps/system/linux/machine/generic/platform_info.c
Log Message: ----------- apps: linux: generic: Use accessor functions for struct remoteproc_mem
The remoteproc_mem struct contents are internal to remoteproc. The struct should be accessed using the provided accessors, not directly. This is done in preparation of making this struct opaque to code outside of the remoteproc drivers.
Signed-off-by: Andrew Davis afd@ti.com
Commit: f757dad6f349a5abe734b35425d2c1598c75dee6 https://github.com/OpenAMP/open-amp/commit/f757dad6f349a5abe734b35425d2c1598... Author: Andrew Davis afd@ti.com Date: 2024-04-05 (Fri, 05 Apr 2024)
Changed paths: 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
Log Message: ----------- apps: examples: load_fw: Use accessors for remoteproc_mem and rproc
The remoteproc_mem and rproc structs contents are internal to remoteproc. These should be accessed using the provided accessors, not directly. This is done in preparation of making these struct opaque to code outside of the remoteproc drivers.
Signed-off-by: Andrew Davis afd@ti.com
Commit: 9ddd85c9aae42614dc812bf9560ec280d26f63d7 https://github.com/OpenAMP/open-amp/commit/9ddd85c9aae42614dc812bf9560ec280d... Author: Andrew Davis afd@ti.com Date: 2024-04-05 (Fri, 05 Apr 2024)
Changed paths: 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
Log Message: ----------- apps: examples: load_fw: Do not re-init rproc mems list
The memory list is already initialized before this callback is called. Remove this redundant initialization.
Signed-off-by: Andrew Davis afd@ti.com
Compare: https://github.com/OpenAMP/open-amp/compare/6623fee76133...9ddd85c9aae4
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications
openamp-rp@lists.openampproject.org