arm-trusted-firmware/plat/xilinx/common/include/plat_fdt.h
Maheedhar Bollapalli ea453871ef feat(versal2): retrieve DT address from transfer list
On versal2 platform, unlike current static DT address passing
mechanism, DT address is retrieved from transfer list dynamically.

Change-Id: I44b9a0753809652f26bc1b7e061f5364229ba352
Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
2025-02-17 06:11:10 +00:00

14 lines
292 B
C

/*
* Copyright (c) 2023-2025, Advanced Micro Devices, Inc. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef PLAT_FDT_H
#define PLAT_FDT_H
void prepare_dtb(void);
uintptr_t plat_retrieve_dt_addr(void);
int32_t is_valid_dtb(void *fdt);
#endif /* PLAT_FDT_H */