Branch: refs/heads/main Home: https://github.com/OpenAMP/libmetal Commit: 6e4b016151dec9419e72c3fc9887f19e7f412e27 https://github.com/OpenAMP/libmetal/commit/6e4b016151dec9419e72c3fc9887f19e7... Author: Ben Levinsky ben.levinsky@xilinx.com Date: 2023-06-29 (Thu, 29 Jun 2023)
Changed paths: M lib/system/generic/xlnx_common/CMakeLists.txt A lib/system/generic/xlnx_common/zynqmp_aarch64/CMakeLists.txt A lib/system/generic/xlnx_common/zynqmp_aarch64/sys.c A lib/system/generic/xlnx_common/zynqmp_aarch64/sys.h M lib/system/generic/zynqmp_a53/CMakeLists.txt M lib/system/generic/zynqmp_a53/sys.h A lib/system/generic/zynqmp_a72/CMakeLists.txt A lib/system/generic/zynqmp_a72/sys.h M lib/utilities.h
Log Message: ----------- lib: add support for A72 Baremetal
Enable cache, IPI, exception and shared-memory operations on Versal A72 for Libmetal.
Additionally, as the code for A72 and A53 is almost identical, move the common code to generic/xlnx_common/zynqmp_aarch64 and differentiate the slight differences with macro checks.
Signed-off-by: Ben Levinsky ben.levinsky@xilinx.com
Acked-by: tanmay.shah@xilinx.com
Commit: 7ec5b636e7d6f9d1eb9e19d9689375cbb4be7499 https://github.com/OpenAMP/libmetal/commit/7ec5b636e7d6f9d1eb9e19d9689375cbb... Author: Ben Levinsky ben.levinsky@amd.com Date: 2023-06-29 (Thu, 29 Jun 2023)
Changed paths: M lib/system/generic/xlnx_common/zynqmp_aarch64/sys.c A lib/system/generic/zynqmp_a78/CMakeLists.txt A lib/system/generic/zynqmp_a78/sys.h
Log Message: ----------- lib: add support for A78 Baremetal
Enable cache, IPI, exception and shared-memory operations on Versal A78 for Libmetal.
Signed-off-by: Ben Levinsky ben.levinsky@amd.com
Compare: https://github.com/OpenAMP/libmetal/compare/cd104fa0fd89...7ec5b636e7d6