mirror of https://github.com/thesofproject/sof.git
rembrandt: Add support for AMD rembrandt platform
Add rembrandt platform support to build fw image. Add rembrandt_defconfig for rembrandt platform. Signed-off-by: Balakishorepati <balaKishore.pati@amd.com>
This commit is contained in:
parent
418b188260
commit
38e4018c26
|
@ -53,6 +53,11 @@ if(CONFIG_RENOIR)
|
|||
set(platform_folder amd/renoir)
|
||||
set(platform_ld_script renoir.x)
|
||||
endif()
|
||||
|
||||
if(CONFIG_REMBRANDT)
|
||||
set(platform_folder amd/rembrandt)
|
||||
set(platform_ld_script rembrandt.x)
|
||||
endif()
|
||||
# includes
|
||||
|
||||
target_include_directories(sof_options INTERFACE
|
||||
|
@ -542,7 +547,7 @@ set(UNSIGNED_RI byt cht hsw bdw sue)
|
|||
# NXP
|
||||
list(APPEND UNSIGNED_RI imx8 imx8x imx8m imx8ulp)
|
||||
# AMD
|
||||
list(APPEND UNSIGNED_RI rn)
|
||||
list(APPEND UNSIGNED_RI rn rmb)
|
||||
# Mediatek
|
||||
list(APPEND UNSIGNED_RI mt8186 mt8195)
|
||||
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
CONFIG_REMBRANDT=y
|
||||
CONFIG_RIMAGE_SIGNING_SCHEMA="rmb"
|
||||
CONFIG_TRACE_CHANNEL=7
|
||||
CONFIG_WRAP_ACTUAL_POSITION=y
|
||||
CONFIG_AMD_BT=n
|
||||
CONFIG_AMD_SP=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
|
||||
CONFIG_COMP_SRC=n
|
||||
CONFIG_COMP_FIR=n
|
||||
CONFIG_COMP_IIR=n
|
||||
CONFIG_COMP_DCBLOCK=n
|
||||
CONFIG_COMP_TDFB=n
|
||||
CONFIG_COMP_TONE=n
|
||||
CONFIG_COMP_MIXER=n
|
||||
CONFIG_COMP_MUX=n
|
||||
CONFIG_COMP_SWITCH=n
|
||||
CONFIG_COMP_KPB=n
|
||||
CONFIG_COMP_SEL=n
|
||||
CONFIG_COMP_ASRC=n
|
Loading…
Reference in New Issue