mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-15 00:54:22 +00:00
chore(versal2): move xfer-list file paths
Only Versal Gen 2 platform supports transfer list. Move transfer list files to versal2 common path. Change-Id: I2795270a77e2af5e012c82c7b5916fa1f90f0497 Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
This commit is contained in:
parent
5cb9125e96
commit
c41edd807d
3 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2023-2024, Advanced Micro Devices, Inc. All rights reserved.
|
||||
* Copyright (c) 2023-2025, Advanced Micro Devices, Inc. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2023-2024, Advanced Micro Devices, Inc. All rights reserved.
|
||||
* Copyright (c) 2023-2025, Advanced Micro Devices, Inc. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
|
@ -93,6 +93,7 @@ endif
|
|||
|
||||
PLAT_INCLUDES := -Iinclude/plat/arm/common/ \
|
||||
-Iplat/xilinx/common/include/ \
|
||||
-Iplat/amd/common/include/ \
|
||||
-Iplat/xilinx/common/ipi_mailbox_service/ \
|
||||
-I${PLAT_PATH}/include/ \
|
||||
-Iplat/xilinx/versal/pm_service/
|
||||
|
@ -156,4 +157,4 @@ endif
|
|||
TRANSFER_LIST ?= 0
|
||||
|
||||
include lib/transfer_list/transfer_list.mk
|
||||
BL31_SOURCES += plat/xilinx/common/plat_xfer_list.c
|
||||
BL31_SOURCES += plat/amd/common/plat_xfer_list.c
|
||||
|
|
Loading…
Add table
Reference in a new issue