mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01:00 
			
		
		
		
	On i.MX8ULP, The dram config timing need to be saved into sram for ddr retention when APD enter PD mode, so add this support on i.MX8ULP. Reviewed-by: Ye Li <ye.li@nxp.com> Signed-off-by: Jacky Bai <ping.bai@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
		
			
				
	
	
		
			19 lines
		
	
	
		
			431 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			431 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menu "i.MX8ULP DDR controllers"
 | |
| 	depends on ARCH_IMX8ULP
 | |
| 
 | |
| config IMX8ULP_DRAM
 | |
| 	bool "imx8m dram"
 | |
| 
 | |
| config IMX8ULP_DRAM_PHY_PLL_BYPASS
 | |
| 	bool "Enable the DDR PHY PLL bypass mode, so PHY clock is from DDR_CLK "
 | |
| 	depends on IMX8ULP_DRAM
 | |
| 
 | |
| config SAVED_DRAM_TIMING_BASE
 | |
| 	hex "Define the base address for saved dram timing"
 | |
| 	help
 | |
| 	  The DRAM config timing data need to be saved into sram
 | |
| 	  for low power use.
 | |
| 	default 0x2006c000
 | |
| 
 | |
| endmenu
 |