mirror of
				https://github.com/riscv-software-src/opensbi
				synced 2025-11-03 21:48:45 +00:00 
			
		
		
		
	scripts: Add Spike to platform list of binary archive script
The Spike platform support works perfectly fine on QEMU RV64 Spike machine and Spike emulator. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
		
							parent
							
								
									a062200b89
								
							
						
					
					
						commit
						c03c8a1e2c
					
				@ -94,6 +94,7 @@ case "${BUILD_RISCV_XLEN}" in
 | 
			
		||||
	BUILD_PLATFORM_SUBDIR+=("ariane-fpga")
 | 
			
		||||
	BUILD_PLATFORM_SUBDIR+=("andes/ae350")
 | 
			
		||||
	BUILD_PLATFORM_SUBDIR+=("thead/c910")
 | 
			
		||||
	BUILD_PLATFORM_SUBDIR+=("spike")
 | 
			
		||||
	;;
 | 
			
		||||
*)
 | 
			
		||||
	echo "Invalid RISC-V XLEN"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user