Chinaunix首页 | 论坛 | 博客
  • 博客访问: 72514
  • 博文数量: 17
  • 博客积分: 658
  • 博客等级: 上士
  • 技术积分: 235
  • 用 户 组: 普通用户
  • 注册时间: 2009-08-31 19:44
文章分类

全部博文(17)

文章存档

2011年(1)

2010年(13)

2009年(3)

我的朋友

分类: 嵌入式

2010-01-31 23:37:45


呵呵 linux-2.6.32.7总算跑起来了 2010-01-31

注意:要打一个补丁
Signed-off-by: Aaro Koskinen
---
kernel/time/clocksource.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c
index 5155dc3..7b3a9d0 100644
--- a/kernel/time/clocksource.c
+++ b/kernel/time/clocksource.c
@@ -502,6 +502,11 @@ static void clocksource_select(void)

#else /* CONFIG_GENERIC_TIME */

+static inline u64 clocksource_max_deferment(struct clocksource *cs)
+{
+ return 0;
+}
+
static inline void clocksource_select(void) { }

#endif
--


继续。。。。

Read chip id = ec76                                                            
Nand flash status = c0                                                         
Set boot params = root=/dev/mtdblock2 load_ramdisk=0 init=/linuxrc console=ttyS0
Uncompressing Linux.............................................................
Linux version 2.6.32.7 (root@arm-desktop) (gcc version 4.4.1 (Sourcery G++ Lite0
CPU: ARM920T [41129200] revision 0 (ARMv4T), cr=c0007177                       
CPU: VIVT data cache, VIVT instruction cache                                   
Machine: SMDK2410                                                              
ATAG_INITRD is deprecated; please update your bootloader.                      
Memory policy: ECC disabled, Data cache writeback                              
CPU S3C2410A (id 0x32410002)                                                   
S3C24XX Clocks, (c) 2004 Simtec Electronics                                    
S3C2410: core 200.000 MHz, memory 100.000 MHz, peripheral 50.000 MHz           
CLOCK: Slow mode (1.500 MHz), fast, MPLL on, UPLL on                           
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256     
Kernel command line: root=/dev/mtdblock2 load_ramdisk=0 init=/linuxrc console=t0
PID hash table entries: 256 (order: -2, 1024 bytes)                            
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)                  
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)                   
Memory: 64MB = 64MB total                                                      
Memory: 62468KB available (1988K code, 256K data, 92K init, 0K highmem)        
Hierarchical RCU implementation.                                               
NR_IRQS:85                                                                     
irq: clearing pending status 00002000                                          
irq: clearing subpending status 00000093                                       
irq: clearing subpending status 00000092                                       
Console: colour dummy device 80x30                                             
console [ttySAC0] enabled                                                      
Calibrating delay loop... 99.73 BogoMIPS (lpj=249344)                          
Mount-cache hash table entries: 512                                            
CPU: Testing write buffer coherency: ok                                        
S3C2410: Initialising architecture                                             
S3C24XX DMA Driver, (c) 2003-2004,2006 Simtec Electronics                      
DMA channel 0 at c4808000, irq 33                                              
DMA channel 1 at c4808040, irq 34                                              
DMA channel 2 at c4808080, irq 35                                              
DMA channel 3 at c48080c0, irq 36                                              
bio: create slab at 0                                                  
SCSI subsystem initialized                                                     
JFFS2 version 2.2. (NAND) (SUMMARY) 
阅读(1239) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~