From 38e4018c26e8c6a171e610b2f39c5e52e34acce1 Mon Sep 17 00:00:00 2001 From: Balakishorepati Date: Fri, 25 Mar 2022 09:58:58 +0530 Subject: [PATCH] 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 --- src/arch/xtensa/CMakeLists.txt | 7 +++++- src/arch/xtensa/configs/rembrandt_defconfig | 24 +++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 src/arch/xtensa/configs/rembrandt_defconfig diff --git a/src/arch/xtensa/CMakeLists.txt b/src/arch/xtensa/CMakeLists.txt index 7688ed19c..e6aff9fab 100644 --- a/src/arch/xtensa/CMakeLists.txt +++ b/src/arch/xtensa/CMakeLists.txt @@ -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) diff --git a/src/arch/xtensa/configs/rembrandt_defconfig b/src/arch/xtensa/configs/rembrandt_defconfig new file mode 100644 index 000000000..8c1214301 --- /dev/null +++ b/src/arch/xtensa/configs/rembrandt_defconfig @@ -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