mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
driver/ddr/fsl: Add sync of refresh
Add sync of refresh for multiple DDR controllers. DDRC initialization needs to complete first. Code is re-ordered to keep refresh close. Signed-off-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
064d031ca6
commit
e32d59a2fa
4 changed files with 64 additions and 0 deletions
|
@ -118,6 +118,8 @@ void fsl_ddr_set_lawbar(
|
|||
const common_timing_params_t *memctl_common_params,
|
||||
unsigned int memctl_interleaved,
|
||||
unsigned int ctrl_num);
|
||||
void fsl_ddr_sync_memctl_refresh(unsigned int first_ctrl,
|
||||
unsigned int last_ctrl);
|
||||
|
||||
int fsl_ddr_interactive_env_var_exists(void);
|
||||
unsigned long long fsl_ddr_interactive(fsl_ddr_info_t *pinfo, int var_is_set);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue