Skip to content

Commit

Permalink
LFU-609-1 ddr: imx95: change QB training data address
Browse files Browse the repository at this point in the history
ROM uses NPU SRAM as an intermediate storage, so change
the location the training data is stored in order
to avoid overlap. The agreement is to reserve the last 48 kB
of NPU SRAM for OEI training flow needs.

Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Reviewed-by: Ye Li <ye.li@nxp.com>
  • Loading branch information
Viorel Suman committed Dec 18, 2023
1 parent 46571fc commit 02d793b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configs/imx95_19x19_evk_android_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ CONFIG_SPL_CLK_CCF=y
CONFIG_SPL_RECOVER_DATA_SECTION=y

CONFIG_IMX_SNPS_DDR_PHY_QB_GEN=y
CONFIG_SAVED_QB_STATE_BASE=0x4aa00000
CONFIG_SAVED_QB_STATE_BASE=0x4aaf4000

CONFIG_LZ4=y
CONFIG_SPL_LZ4=y
Expand Down
2 changes: 1 addition & 1 deletion configs/imx95_19x19_evk_android_trusty_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ CONFIG_SPL_CLK_CCF=y
CONFIG_SPL_RECOVER_DATA_SECTION=y

CONFIG_IMX_SNPS_DDR_PHY_QB_GEN=y
CONFIG_SAVED_QB_STATE_BASE=0x4aa00000
CONFIG_SAVED_QB_STATE_BASE=0x4aaf4000

CONFIG_LZ4=y
CONFIG_SPL_LZ4=y
Expand Down
2 changes: 1 addition & 1 deletion configs/imx95_19x19_evk_android_trusty_dual_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ CONFIG_SPL_CLK_CCF=y
CONFIG_SPL_RECOVER_DATA_SECTION=y

CONFIG_IMX_SNPS_DDR_PHY_QB_GEN=y
CONFIG_SAVED_QB_STATE_BASE=0x4aa00000
CONFIG_SAVED_QB_STATE_BASE=0x4aaf4000

CONFIG_LZ4=y
CONFIG_SPL_LZ4=y
Expand Down
2 changes: 1 addition & 1 deletion configs/imx95_19x19_evk_android_uuu_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ CONFIG_SPL_CLK_CCF=y
CONFIG_SPL_RECOVER_DATA_SECTION=y

CONFIG_IMX_SNPS_DDR_PHY_QB_GEN=y
CONFIG_SAVED_QB_STATE_BASE=0x4aa00000
CONFIG_SAVED_QB_STATE_BASE=0x4aaf4000

CONFIG_ANDROID_SUPPORT=y
CONFIG_ANDROID_AB_SUPPORT=y
Expand Down
3 changes: 2 additions & 1 deletion configs/imx95_19x19_evk_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ CONFIG_SPL_CLK_CCF=y
CONFIG_SPL_RECOVER_DATA_SECTION=y

CONFIG_IMX_SNPS_DDR_PHY_QB_GEN=y
CONFIG_SAVED_QB_STATE_BASE=0x4aa00000
CONFIG_SAVED_QB_STATE_BASE=0x4aaf4000

CONFIG_DM_THERMAL=y
CONFIG_SCMI_THERMAL=y
CONFIG_SPL_THERMAL=y

0 comments on commit 02d793b

Please sign in to comment.