| 
									
										
										
										
											2011-02-14 16:33:10 +09:00
										 |  |  | /* linux/arch/arm/mach-exynos4/include/mach/memory.h
 | 
					
						
							| 
									
										
										
										
											2010-07-26 21:08:52 +09:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2011-02-14 16:33:10 +09:00
										 |  |  |  * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. | 
					
						
							|  |  |  |  *		http://www.samsung.com
 | 
					
						
							| 
									
										
										
										
											2010-07-26 21:08:52 +09:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2011-02-14 16:33:10 +09:00
										 |  |  |  * EXYNOS4 - Memory definitions | 
					
						
							| 
									
										
										
										
											2010-07-26 21:08:52 +09:00
										 |  |  |  * | 
					
						
							|  |  |  |  * This program is free software; you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU General Public License version 2 as | 
					
						
							|  |  |  |  * published by the Free Software Foundation. | 
					
						
							|  |  |  | */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef __ASM_ARCH_MEMORY_H
 | 
					
						
							|  |  |  | #define __ASM_ARCH_MEMORY_H __FILE__
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-01-04 18:07:14 +00:00
										 |  |  | #define PLAT_PHYS_OFFSET		UL(0x40000000)
 | 
					
						
							| 
									
										
										
										
											2010-07-26 21:08:52 +09:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-07-16 12:42:13 +09:00
										 |  |  | #ifndef CONFIG_ARM_LPAE
 | 
					
						
							| 
									
										
										
										
											2010-07-26 21:08:52 +09:00
										 |  |  | /* Maximum of 256MiB in one bank */ | 
					
						
							|  |  |  | #define MAX_PHYSMEM_BITS	32
 | 
					
						
							|  |  |  | #define SECTION_SIZE_BITS	28
 | 
					
						
							| 
									
										
										
										
											2013-07-16 12:42:13 +09:00
										 |  |  | #else
 | 
					
						
							|  |  |  | #define MAX_PHYSMEM_BITS	36
 | 
					
						
							|  |  |  | #define SECTION_SIZE_BITS	31
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2010-07-26 21:08:52 +09:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif /* __ASM_ARCH_MEMORY_H */
 |