-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable cache, IPI, exception and shared-memory operations on Versal A78 for Libmetal. Signed-off-by: Ben Levinsky <ben.levinsky@amd.com>
- Loading branch information
1 parent
6e4b016
commit 7ec5b63
Showing
3 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
collect (PROJECT_LIB_HEADERS sys.h) | ||
|
||
add_subdirectory(../xlnx_common ${CMAKE_CURRENT_BINARY_DIR}/../xlnx_common) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* | ||
* Copyright (c) 2022, Xilinx Inc. and Contributors. All rights reserved. | ||
* Copyright (c) 2022-2023 Advanced Micro Devices, Inc. All Rights Reserved. | ||
* | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
/* | ||
* @file generic/zynqmp_a78/sys.h | ||
* @brief generic zynqmp_a78 system primitives for libmetal. | ||
*/ | ||
|
||
/* | ||
* The header file is still required as generic/sys.h expects | ||
* "./@PROJECT_MACHINE@/sys.h" to still exist. | ||
*/ | ||
#include <metal/system/@PROJECT_SYSTEM@/xlnx_common/zynqmp_aarch64/sys.h> |