-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xtensa: Add xtensa-amd_acp_6_0_adsp_zephyr-elf.
This adds the config and overlay files to enable building the toolchain needed for the acp_6_0 board in Zephyr. Signed-off-by: DINESHKUMAR <DineshKumar.Kalva@amd.com>
- Loading branch information
1 parent
9e3521c
commit d29f75c
Showing
12 changed files
with
485,060 additions
and
0 deletions.
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,9 @@ | ||
CT_CONFIG_VERSION="3" | ||
CT_EXPERIMENTAL=y | ||
CT_OVERLAY_LOCATION="overlays" | ||
CT_OVERLAY_NAME="amd_acp_6_0_adsp" | ||
CT_ARCH_XTENSA=y | ||
CT_XTENSA_CUSTOM=y | ||
CT_TARGET_VENDOR="amd_acp_6_0_adsp_zephyr" | ||
CT_TARGET_CFLAGS="-ftls-model=local-exec" | ||
CT_CC_GCC_CONFIG_TLS=n |
Oops, something went wrong.