forked from thesofproject/sof
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
MTK AFE Generator tool | ||
====================== | ||
|
||
Early versions of the AFE driver were published with large C struct | ||
definitions tied to platform headers. Zephyr strongly prefers | ||
Devicetree for configuration and not C code. | ||
|
||
So this is a somewhat klugey C program that builds and runs the AFE | ||
platform code on a Linux host CPU, producing valid DTS output that can | ||
be included in a board devicetree file in Zephyr. | ||
|
||
Just run ./build.sh from inside this directory. The only required | ||
host software is a working gcc that supports the "-m32" flag. | ||
|
||
The resulting afe-<platform>.dts files can be included directly in | ||
Zephyr board config. |