forked from Mirrors/opensbi
		
	lib: utils/suspend: Add RPMI system suspend driver
Add RPMI based system suspend driver. To test this, execute the follwoing in Linux: $ echo mem > /sys/power/state To wake up, execute the following command on qemu monitor terminal: (qemu) system_wakeup Signed-off-by: Subrahmanya Lingappa <slingappa@ventanamicro.com> Signed-off-by: Anup Patel <apatel@ventanamicro.com>
This commit is contained in:
		
				
					committed by
					
						
						Anup Patel
					
				
			
			
				
	
			
			
			
						parent
						
							3676324b0e
						
					
				
				
					commit
					13f55f33a1
				
			@@ -7,4 +7,13 @@ config FDT_SUSPEND
 | 
			
		||||
	depends on FDT
 | 
			
		||||
	default n
 | 
			
		||||
 | 
			
		||||
if FDT_SUSPEND
 | 
			
		||||
 | 
			
		||||
config FDT_SUSPEND_RPMI
 | 
			
		||||
	bool "FDT RPMI suspend driver"
 | 
			
		||||
	depends on FDT_MAILBOX && RPMI_MAILBOX
 | 
			
		||||
	default n
 | 
			
		||||
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
endmenu
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user