Chinaunix首页 | 论坛 | 博客
  • 博客访问: 79895
  • 博文数量: 18
  • 博客积分: 1400
  • 博客等级: 上尉
  • 技术积分: 390
  • 用 户 组: 普通用户
  • 注册时间: 2007-12-30 14:27
文章分类

全部博文(18)

文章存档

2009年(6)

2008年(12)

我的朋友
最近访客

分类: LINUX

2008-11-26 14:37:57



  • Lowlevel initialization: Implements basic hardware initialization, including the clock setting and SDRAM initialization, and so on;
  • Relocate: Copy U-Boot from Flash to SDRAM, including the code and data section (.text, .rodata, .data and .got );
  • Setup stack: Establish the environment of C language;
  • Clean bss: Clean the bss section;

阅读(570) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~