]> git.baikalelectronics.ru Git - arm-tf.git/commit
revert(zynqmp): remove EM SMC handler
authorMichal Simek <michal.simek@amd.com>
Mon, 27 Feb 2023 08:28:20 +0000 (09:28 +0100)
committerMichal Simek <michal.simek@amd.com>
Mon, 27 Feb 2023 10:20:08 +0000 (11:20 +0100)
commit82b7038405ba4a5b0810bcf3e967ed701e334114
tree9c1ef662df2e6196d30aceda1067f73f84d5b2ca
parent3d2da6f5d3a931d97e0294f0a565b1810a55ab98
revert(zynqmp): remove EM SMC handler

EM support was out of SMC SIP range that's why has been moved to SIP
range 0x3000 by commit acbae3998bd8 ("fix(zynqmp): move EM SMC range
to SIP range").
But after another investigation was found that this interface has no
user in any our SW and likely never adopted by anybody else. That's
why simply remove it. If there is any user it can be added back but
as TF-A size is challenging removing unused code is very welcome.
Origin code was added by commit 504925f99da0 ("xilinx: zynqmp: Add
support for Error Management").

Change-Id: I2d9222d7dde507400893e06f7f12e1713ce6bc9a
Signed-off-by: Michal Simek <michal.simek@amd.com>
plat/xilinx/zynqmp/pm_service/pm_api_sys.c
plat/xilinx/zynqmp/pm_service/pm_api_sys.h
plat/xilinx/zynqmp/pm_service/pm_defs.h
plat/xilinx/zynqmp/pm_service/pm_svc_main.c
plat/xilinx/zynqmp/pm_service/pm_svc_main.h
plat/xilinx/zynqmp/sip_svc_setup.c