 3b3c1694cf
			
		
	
	
		3b3c1694cf
		
	
	
	
	
		
			
			Add UHI semihosting support for MIPS. QEMU run with "-semihosting" option will alter the behaviour of SDBBP 1 instruction -- UHI operation will be called instead of generating a debug exception. Also tweak Malta's pseudo-bootloader. On CPU reset the $4 register is set to -1 if semihosting arguments are passed to indicate that the UHI operations should be used to obtain input arguments. Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
		
			
				
	
	
		
			5 lines
		
	
	
		
			180 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			180 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| obj-y += translate.o dsp_helper.o op_helper.o lmi_helper.o helper.o cpu.o
 | |
| obj-y += gdbstub.o msa_helper.o mips-semi.o
 | |
| obj-$(CONFIG_SOFTMMU) += machine.o
 | |
| obj-$(CONFIG_KVM) += kvm.o
 |