63a90bfb7e 
								
							 
						 
						
							
							
								
								cosmetic: checkpatch cleanup of board/eNET/*.c  
							
							... 
							
							
							
							Signed-off-by: Graeme Russ <graeme.russ@gmail.com> 
							
						 
						
							2011-11-29 21:04:00 +11:00  
				
					
						
							
							
								 
						
							
								3c7db1beac 
								
							 
						 
						
							
							
								
								x86: Rename include/asm/ic to include/asm/arch-sc520  
							
							... 
							
							
							
							Also include some trivial related cleanups 
							
						 
						
							2011-11-02 20:49:17 +11:00  
				
					
						
							
							
								 
						
							
								e9bf8877da 
								
							 
						 
						
							
							
								
								eNET: Fix undefined reference to `monitor_flash_len'  
							
							... 
							
							
							
							commit cfbe861506 
							
						 
						
							2011-04-08 15:02:36 +10:00  
				
					
						
							
							
								 
						
							
								96cd66426a 
								
							 
						 
						
							
							
								
								sc520: Move RAM sizing code from asm to C  
							
							
							
						 
						
							2011-02-12 15:11:54 +11:00  
				
					
						
							
							
								 
						
							
								cfbe861506 
								
							 
						 
						
							
							
								
								eNET: General code cleanup  
							
							
							
						 
						
							2011-02-12 15:11:48 +11:00  
				
					
						
							
							
								 
						
							
								c083e4bab1 
								
							 
						 
						
							
							
								
								eNET: Rearrange PAR assignments  
							
							
							
						 
						
							2011-02-12 15:11:47 +11:00  
				
					
						
							
							
								 
						
							
								420c7c054b 
								
							 
						 
						
							
							
								
								eNET: Define MMCR values in config.h  
							
							
							
						 
						
							2011-02-12 15:11:45 +11:00  
				
					
						
							
							
								 
						
							
								d881ea532b 
								
							 
						 
						
							
							
								
								eNET: Fix eNET Interrupt Setup for Linux  
							
							... 
							
							
							
							Fix minor issues with the configuration of the hardware interrupts for
Linux when booting the eNET board 
							
						 
						
							2011-02-12 15:11:41 +11:00  
				
					
						
							
							
								 
						
							
								870847f5c5 
								
							 
						 
						
							
							
								
								sc520: Move board specific settings to board init function  
							
							
							
						 
						
							2011-02-12 15:11:38 +11:00  
				
					
						
							
							
								 
						
							
								0ea76e92e9 
								
							 
						 
						
							
							
								
								x86: Make cpu init functions weak  
							
							
							
						 
						
							2011-02-12 15:11:35 +11:00  
				
					
						
							
							
								 
						
							
								880c59e5ad 
								
							 
						 
						
							
							
								
								eNET: Implement eNET Watchdog  
							
							... 
							
							
							
							Signed-off-by: Graeme Russ <graeme.russ@gmail.com> 
							
						 
						
							2010-05-06 00:20:04 +02:00  
				
					
						
							
							
								 
						
							
								4a4c31ae08 
								
							 
						 
						
							
							
								
								eNET: Add PC/AT compatibility setup function  
							
							... 
							
							
							
							The eNET uses the sc520 software timers rather than the PC/AT clones
Set all interrupts and timers up to be PC/AT compatible
Signed-off-by: Graeme Russ <graeme.russ@gmail.com> 
							
						 
						
							2010-05-06 00:19:19 +02:00  
				
					
						
							
							
								 
						
							
								8fd805632f 
								
							 
						 
						
							
							
								
								eNET: Add support for onboard RTL8100B (RTL8139) chips  
							
							... 
							
							
							
							Signed-off-by: Graeme Russ <graeme.russ@gmail.com> 
							
						 
						
							2010-05-06 00:19:12 +02:00  
				
					
						
							
							
								 
						
							
								bf16500f79 
								
							 
						 
						
							
							
								
								x86: Use CONFIG_SERIAL_MULTI  
							
							... 
							
							
							
							Signed-off-by: Graeme Russ <graeme.russ@gmail.com> 
							
						 
						
							2010-05-06 00:16:46 +02:00  
				
					
						
							
							
								 
						
							
								64a0a4995e 
								
							 
						 
						
							
							
								
								x86: Fix MMCR Access  
							
							... 
							
							
							
							Change sc520 MMCR Access to use memory accessor functions
Signed-off-by: Graeme Russ <graeme.russ@gmail.com> 
							
						 
						
							2010-05-06 00:13:48 +02:00  
				
					
						
							
							
								 
						
							
								1c409bc710 
								
							 
						 
						
							
							
								
								i386: Final Relocation  
							
							... 
							
							
							
							Signed-off-by: Graeme Russ <graeme.russ@gmail.com> 
							
						 
						
							2009-12-05 01:05:39 +01:00  
				
					
						
							
							
								 
						
							
								ed7a1b681d 
								
							 
						 
						
							
							
								
								i386: Replace [read, write]_mmcr_[byte, word, long] with memory mapped structure  
							
							... 
							
							
							
							Signed-off-by: Graeme Russ <graeme.russ@gmail.com> 
							
						 
						
							2009-09-04 21:56:45 +02:00  
				
					
						
							
							
								 
						
							
								cfb3a736ff 
								
							 
						 
						
							
							
								
								i386: Change inline asm global symbols to local  
							
							... 
							
							
							
							gcc 4.3.2 optimiser creates multiple copies of inline asm (who knows why)
Remove use of global names for labels to prevent 'symbol already defined'
errors
Signed-off-by: Graeme Russ <graeme.russ@gmail.com> 
							
						 
						
							2009-09-04 21:49:48 +02:00  
				
					
						
							
							
								 
						
							
								c620c01e96 
								
							 
						 
						
							
							
								
								Added initial eNET board support  
							
							... 
							
							
							
							Signed-off-by: Graeme Russ <graeme.russ@gmail.com> 
							
						 
						
							2009-01-24 01:01:16 +01:00