forked from Mirrors/opensbi
		
	include: sbi: Define SBI_PMU_HW_EVENT_MAX to 256
Increase maximum number of PMU hardware events that can be mapped by OpenSBI to 256 Signed-off-by: Jun Liang Tan <junliang.tan@linux.starfivetech.com> Signed-off-by: Wei Liang Lim <weiliang.lim@linux.starfivetech.com> Reviewed-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
		
				
					committed by
					
						
						Anup Patel
					
				
			
			
				
	
			
			
			
						parent
						
							474a9d4555
						
					
				
				
					commit
					e576b3e620
				
			@@ -17,7 +17,7 @@
 | 
			
		||||
 | 
			
		||||
/* Event related macros */
 | 
			
		||||
/* Maximum number of hardware events that can mapped by OpenSBI */
 | 
			
		||||
#define SBI_PMU_HW_EVENT_MAX 64
 | 
			
		||||
#define SBI_PMU_HW_EVENT_MAX 256
 | 
			
		||||
 | 
			
		||||
/* Maximum number of firmware events that can mapped by OpenSBI */
 | 
			
		||||
#define SBI_PMU_FW_EVENT_MAX 32
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user