Branch: refs/heads/main Home: https://github.com/OpenAMP/openamp-system-reference Commit: 89f2e80589d8e7b754331a40992618241ca8c863 https://github.com/OpenAMP/openamp-system-reference/commit/89f2e80589d8e7b75... Author: Tanmay Shah tanmay.shah@amd.com Date: 2025-11-25 (Tue, 25 Nov 2025)
Changed paths: M examples/legacy_apps/machine/zynqmp_r5/linker_large_text.ld M examples/legacy_apps/machine/zynqmp_r5/linker_remote.ld
Log Message: ----------- legacy_apps: zynqmp_r5: change TCM size in the linker script
Current linker script supports only lockstep mode. Instead change it to support split mode by default. For ZynqMP R5 platform this means changing size of each TCM to 64Kb instead of 128Kb.
Signed-off-by: Tanmay Shah tanmay.shah@amd.com
Commit: 86be2a1f691eb472cf4f2be927285fd402eef430 https://github.com/OpenAMP/openamp-system-reference/commit/86be2a1f691eb472c... Author: Tanmay Shah tanmay.shah@amd.com Date: 2025-11-25 (Tue, 25 Nov 2025)
Changed paths: M examples/legacy_apps/examples/echo/CMakeLists.txt M examples/legacy_apps/examples/matrix_multiply/CMakeLists.txt M examples/legacy_apps/examples/rpc_demo/CMakeLists.txt M examples/legacy_apps/machine/zynqmp_r5/CMakeLists.txt M examples/legacy_apps/machine/zynqmp_r5/freertos/gic_init.c M examples/legacy_apps/machine/zynqmp_r5/generic/gic_init.c M examples/legacy_apps/machine/zynqmp_r5/linker_large_text.ld M examples/legacy_apps/machine/zynqmp_r5/linker_remote.ld M examples/legacy_apps/machine/zynqmp_r5/platform_info.c M examples/legacy_apps/machine/zynqmp_r5/platform_info.h M examples/legacy_apps/system/freertos/suspend.c
Log Message: ----------- legacy_apps: zynqmp_r5: fix freertos support on zynqmp_r5
- fix correct irq offset for xlnx BSP API - fix correct task handle issue during system_resume - build app based on virtio device and driver - Move BSS section in the linker script to DDR so freertos library can fit in during link time - introduce API to convert hw irq num to bsp irq num
Signed-off-by: Tanmay Shah tanmay.shah@amd.com
Commit: d70936124af3459323659303f6497186f3287e21 https://github.com/OpenAMP/openamp-system-reference/commit/d70936124af345932... Author: Tanmay Shah tanmay.shah@amd.com Date: 2025-11-25 (Tue, 25 Nov 2025)
Changed paths: M examples/legacy_apps/examples/echo/freertos/main.c M examples/legacy_apps/examples/echo/generic/main.c M examples/legacy_apps/examples/echo/rpmsg-echo.c M examples/legacy_apps/examples/linux_rpc_demo/linux_rpc_demod.c M examples/legacy_apps/examples/matrix_multiply/freertos/main.c M examples/legacy_apps/examples/matrix_multiply/generic/main.c M examples/legacy_apps/examples/matrix_multiply/matrix_multiplyd.c M examples/legacy_apps/examples/rpc_demo/freertos/main.c M examples/legacy_apps/examples/rpc_demo/generic/main.c M examples/legacy_apps/examples/rpc_demo/rpc_demo.c M examples/legacy_apps/machine/zynqmp_r5/freertos/gic_init.c M examples/legacy_apps/machine/zynqmp_r5/generic/gic_init.c M examples/legacy_apps/machine/zynqmp_r5/platform_info.c M examples/legacy_apps/machine/zynqmp_r5/zynqmp_r5_a53_rproc.c
Log Message: ----------- legacy_apps: use libmetal logging framework
Use metal_log API for logging over system/platform specific logging API. If platform specific handler is not defined, then use default metal log handle. In the process improve overall logging infrastructure of demos. Reduce info level messages, remove redundant messages. Provide zynqmp platform specific log handler for zynqmp_r5 platform.
Signed-off-by: Tanmay Shah tanmay.shah@amd.com
Compare: https://github.com/OpenAMP/openamp-system-reference/compare/a5a7df8c5936...d...
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/openamp-system-reference/settings/notifications
openamp-rp@lists.openampproject.org