-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
platform: Move configuration from Zephyr to SOF
Move software configuration from Zephyr samples directory to SOF platforms directory using Zephyr overlay mechanism. How it works: 1. Gets zephyr board defconfig values 2. Applies Zephyr samples prj.conf values on top of it 3. Then applies our new overlay.conf on top of it 4. Final "summary" of Kconfig settings is written to autoconf.h header Signed-off-by: Andrey Borisovich <[email protected]>
- Loading branch information
Andrey Borisovich
committed
Mar 17, 2022
1 parent
2e45906
commit 3f72788
Showing
12 changed files
with
78 additions
and
3 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,7 @@ | ||
CONFIG_APOLLOLAKE=y | ||
CONFIG_INTEL_DMIC=y | ||
CONFIG_INTEL_SSP=y | ||
CONFIG_LP_MEMORY_BANKS=2 | ||
CONFIG_HP_MEMORY_BANKS=8 | ||
CONFIG_PERFORMANCE_COUNTERS=y | ||
CONFIG_COMP_SRC_TINY=y |
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,7 @@ | ||
CONFIG_CANNONLAKE=y | ||
CONFIG_INTEL_DMIC=y | ||
CONFIG_INTEL_SSP=y | ||
CONFIG_INTEL_ALH=y | ||
CONFIG_LP_MEMORY_BANKS=1 | ||
CONFIG_HP_MEMORY_BANKS=47 | ||
CONFIG_PERFORMANCE_COUNTERS=y |
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,6 @@ | ||
CONFIG_ICELAKE=y | ||
CONFIG_INTEL_DMIC=y | ||
CONFIG_INTEL_SSP=y | ||
CONFIG_INTEL_ALH=y | ||
CONFIG_LP_MEMORY_BANKS=1 | ||
CONFIG_HP_MEMORY_BANKS=47 |
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,4 @@ | ||
CONFIG_IMX8=y | ||
CONFIG_HAVE_AGENT=n | ||
CONFIG_FORMAT_CONVERT_HIFI3=n | ||
CONFIG_KPB_FORCE_COPY_TYPE_NORMAL=n |
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,4 @@ | ||
CONFIG_IMX8M=y | ||
CONFIG_HAVE_AGENT=n | ||
CONFIG_FORMAT_CONVERT_HIFI3=n | ||
CONFIG_KPB_FORCE_COPY_TYPE_NORMAL=n |
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,4 @@ | ||
CONFIG_IMX8X=y | ||
CONFIG_HAVE_AGENT=n | ||
CONFIG_FORMAT_CONVERT_HIFI3=n | ||
CONFIG_KPB_FORCE_COPY_TYPE_NORMAL=n |
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,5 @@ | ||
CONFIG_ICELAKE=y | ||
CONFIG_INTEL_DMIC=y | ||
CONFIG_INTEL_SSP=y | ||
CONFIG_LP_MEMORY_BANKS=1 | ||
CONFIG_HP_MEMORY_BANKS=16 |
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,7 @@ | ||
CONFIG_TIGERLAKE=y | ||
CONFIG_INTEL_DMIC=y | ||
CONFIG_INTEL_SSP=y | ||
CONFIG_INTEL_ALH=y | ||
CONFIG_LP_MEMORY_BANKS=1 | ||
CONFIG_HP_MEMORY_BANKS=30 | ||
CONFIG_RIMAGE_SIGNING_SCHEMA="tgl-h" |
File renamed without changes.
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,7 @@ | ||
CONFIG_TIGERLAKE=y | ||
CONFIG_INTEL_DMIC=y | ||
CONFIG_INTEL_SSP=y | ||
CONFIG_INTEL_ALH=y | ||
CONFIG_LP_MEMORY_BANKS=1 | ||
CONFIG_HP_MEMORY_BANKS=30 | ||
CONFIG_RIMAGE_SIGNING_SCHEMA="tgl" |
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