renoir: Add support for AMD renoir platform

Add renoir platform support to build fw image.
Add renoir_defconfig for renoir platform.

Signed-off-by: Basavaraj Hiregoudar <basavaraj.hiregoudar@amd.com>
Signed-off-by: Anup Kulkarni <anup.kulkarni@amd.com>
Signed-off-by: balapati <balakishore.pati@amd.com>
This commit is contained in:
balapati 2021-05-26 17:22:29 +05:30 committed by Liam Girdwood
parent b444c336f6
commit 92b04717e9
2 changed files with 12 additions and 0 deletions

View File

@ -48,6 +48,10 @@ set(platform_ld_script ${platform_folder}.x)
set(platform_rom_ld_script rom.x)
set(platform_bootldr_ld_script boot_ldr.x)
if(CONFIG_RENOIR)
set(platform_folder amd/renoir)
set(platform_ld_script renoir.x)
endif()
# includes
target_include_directories(sof_options INTERFACE

View File

@ -0,0 +1,8 @@
CONFIG_RENOIR=y
CONFIG_AMD_BT=n
CONFIG_CORE_COUNT=1
CONFIG_LP_MEMORY_BANKS=0
CONFIG_HP_MEMORY_BANKS=10
CONFIG_FORMAT_CONVERT_HIFI3=n
CONFIG_LP_SRAM=n
CONFIG_HAVE_AGENT=n