mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	There was a mix of UTF-8 and ISO-8859 files in the U-Boot source tree, which could cause issues with the patchwork review system. This commit converts all ISO-8859 files to UTF-8. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
		
			
				
	
	
		
			20 lines
		
	
	
		
			532 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			532 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Porting U-Boot onto RPXClassic LF_BW31 board
 | |
| # Written by Pierre AUBERT
 | |
| # E-Mail  p.aubert@staubli.com
 | |
| # Stäubli Faverges - <www.staubli.com>
 | |
| #
 | |
| # Sept. 20 2001
 | |
| #
 | |
| # Cross compile: Montavista Hardhat ported on HP-UX 10.20
 | |
| #
 | |
| 
 | |
| Flash memories : AM29DL323B (2 banks flash memories) 16 Mb from 0xff000000
 | |
| DRAM : 16 Mb from 0
 | |
| NVRAM : 512 kb from 0xfa000000
 | |
| 
 | |
| 
 | |
| - environment is stored in NVRAM
 | |
| - Mac address is read from EEPROM
 | |
| - ethernet on SCC1 or fast ethernet on FEC are running (depending on the
 | |
|   configuration flag CONFIG_FEC_ENET)
 |