how to change ddr4 config params on ls1043ardb

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to change ddr4 config params on ls1043ardb

1,021 Views
misakamikoto
Contributor III


Hi All:

     I'm working on changing ddr4 params on ls1043ardb,but I can't find the position where ddr4 params stand.Can somebody tell me where the dde4 params store?Txs!

Labels (1)
Tags (1)
0 Kudos
3 Replies

794 Views
hawkin
Contributor II

DDR4 params location in different place , timing params locate in : board\freescale\ls1043ardb\ddr.c    ddr_raw_timing[], udimm params locate in board\freescale\ls1043ardb\ddr.h  udimm0[]

0 Kudos

794 Views
Pavel
NXP Employee
NXP Employee

Usually u-boot provides DDR configuration on the board.

Change u-boot configuration using u-boot source code.

U-boot configuration file is located in the u-boot source folder: /include/configs. This folder contains the .h files for the different boards.

Find the ls1043a_commn.h file and CONFIG_SYS_FSL_DDR4 definition in this file.

This file is available in the attachment.


Have a great day,
Pavel Chubakov

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

794 Views
misakamikoto
Contributor III

Txs,Pavel.But I mean I'm looking for the ddr4 config params header file,just like ddr timing or something else.I mean I want to change the ddr controller register value.So I think there must be a file just include this reg setting,doesn't it?

0 Kudos