arm-trusted-firmware/plat/amd/versal2
Akshay Belsare 7d09198f58 fix(versal2): update check for TRANSFER_LIST macro
Replace #if defined(TRANSFER_LIST) by #if TRANSFER_LIST.
By default TRANSFER_LIST macro is defined with value 0 in Makefile.
So checking if the macro is defined will always be true and instead
need to check the value of the macro to add the conditional code.

Change-Id: I90b06f378326d5e03ad576377ad173e81b100f56
Signed-off-by: Akshay Belsare <akshay.belsare@amd.com>
2024-10-18 15:07:39 +05:30
..
aarch64 fix(versal2): update check for TRANSFER_LIST macro 2024-10-18 15:07:39 +05:30
include fix(versal2): update check for TRANSFER_LIST macro 2024-10-18 15:07:39 +05:30
tsp feat(versal2): add support for AMD Versal Gen 2 platform 2024-06-10 08:09:49 +02:00
bl31_setup.c Merge changes from topic "xlnx_fix_plat_console_changes" into integration 2024-10-16 15:23:28 +02:00
gicv3.c feat(versal2): add support for AMD Versal Gen 2 platform 2024-06-10 08:09:49 +02:00
plat_psci.c feat(versal2): implement USB_SET_STATE dummy IOCTL 2024-09-05 17:02:15 +05:30
plat_topology.c feat(versal2): add support for AMD Versal Gen 2 platform 2024-06-10 08:09:49 +02:00
platform.mk feat(xilinx): add none console 2024-10-14 08:39:15 +00:00
scmi.c fix(versal2): correct the UFS clock rates 2024-10-11 15:02:37 +05:30
sip_svc_setup.c feat(versal2): add support for AMD Versal Gen 2 platform 2024-06-10 08:09:49 +02:00
soc_ipi.c feat(versal2): add support for AMD Versal Gen 2 platform 2024-06-10 08:09:49 +02:00