Branch: refs/heads/main Home: https://github.com/OpenAMP/open-amp Commit: b28fb3879bad7b2c249a3d292d322a4d9f18bea6 https://github.com/OpenAMP/open-amp/commit/b28fb3879bad7b2c249a3d292d322a4d9... Author: Ben Levinsky ben.levinsky@xilinx.com Date: 2022-04-14 (Thu, 14 Apr 2022)
Changed paths: M apps/machine/zynqmp_r5/platform_info.c M apps/machine/zynqmp_r5/platform_info.h M apps/machine/zynqmp_r5/rsc_table.c M apps/system/generic/machine/zynqmp_r5/helper.c
Log Message: ----------- apps: zynqmp_r5: wrap app config symbols in ifndef
Allow symbols for IPI and shared memory to be set in CMake configuration
Signed-off-by: Ben Levinsky ben.levinsky@xilinx.com
Commit: a6fe0b77645c97f35be2f8b28ebe3628456d3a2b https://github.com/OpenAMP/open-amp/commit/a6fe0b77645c97f35be2f8b28ebe36284... Author: Ben Levinsky ben.levinsky@xilinx.com Date: 2022-04-14 (Thu, 14 Apr 2022)
Changed paths: M apps/machine/zynqmp/platform_info.c M apps/machine/zynqmp/platform_info.h
Log Message: ----------- apps: zynqmp: wrap app config symbols in ifndef
Allow symbols for IPI and shared memory to be set in CMake configuration
Signed-off-by: Ben Levinsky ben.levinsky@xilinx.com
Commit: 9b96accd887699f8a89497d4b7a3545949f97422 https://github.com/OpenAMP/open-amp/commit/9b96accd887699f8a89497d4b7a354594... Author: Ben Levinsky ben.levinsky@xilinx.com Date: 2022-04-14 (Thu, 14 Apr 2022)
Changed paths: M apps/system/generic/machine/zynqmp_r5/CMakeLists.txt M apps/system/generic/machine/zynqmp_r5/linker_large_text.ld M apps/system/generic/machine/zynqmp_r5/linker_remote.ld
Log Message: ----------- apps: zynqmp_r5: enable resource table base address to be configurable
Currently the resource table location in the firmware is hard-coded.
Preserve the current functionality by adding a default value.
Allow user to overwrite the default resource table location by adding the CMake property:
set(RSC_TABLE <address> CACHE STRING "")
Signed-off-by: Ben Levinsky ben.levinsky@xilinx.com
Compare: https://github.com/OpenAMP/open-amp/compare/4728d56c854d...9b96accd8876
openamp-rp@lists.openampproject.org