mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	With serial, NE2000, IDE support. Tested in big-endian mode. Memory size hard-coded to 128M for now, so don't play with the -m option. Signed-off-by: Vlad Lungu <vlad@comsys.ro>
		
			
				
	
	
		
			11 lines
		
	
	
		
			154 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			154 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Qemu -M mips system emulator
 | 
						|
# See http://fabrice.bellard.free.fr/qemu
 | 
						|
#
 | 
						|
 | 
						|
# ROM version
 | 
						|
TEXT_BASE = 0xbfc00000
 | 
						|
 | 
						|
# RAM version
 | 
						|
#TEXT_BASE = 0x80001000
 |