mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	In this patch, added are helper functions to directly manipulate SCMI power domain management protocol. DM compliant power domain driver will be implemented on top of those interfaces in a succeeding patch. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
		
			
				
	
	
		
			9 lines
		
	
	
		
			323 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			323 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| obj-y	+= scmi_agent-uclass.o
 | |
| obj-y	+= base.o
 | |
| obj-y	+= smt.o
 | |
| obj-$(CONFIG_SCMI_AGENT_SMCCC)		+= smccc_agent.o
 | |
| obj-$(CONFIG_SCMI_AGENT_MAILBOX)	+= mailbox_agent.o
 | |
| obj-$(CONFIG_SCMI_AGENT_OPTEE)	+= optee_agent.o
 | |
| obj-$(CONFIG_SCMI_POWER_DOMAIN)		+= pwdom.o
 | |
| obj-$(CONFIG_SANDBOX)		+= sandbox-scmi_agent.o sandbox-scmi_devices.o
 |