搜索资源列表
S3C44B0_u-boot_source
- uboot在S3C44B0上的移植及代码分析-uboot in S3C44B0 and code analysis
u-boot-1.2.0_porting_analysis
- 对Uboot 移植的过程的详细分析,很不错的一篇文章
U-BOOT移植
- 介绍UBOOT移植方法机案例分析
u-boot逐行分析
- uboot的详细分析
yuanxihuan
- 基于at91rm9200平台移植的全过程,分析了移植uboot,内核,文件系统-Analysis of the transplantation the uboot, kernel, file system based on the whole process of transplantation in at91rm9200 platform
mini2440-U-Boot-Makefile
- 三星mini2440Uboot Makefile分析详解-S3Cmini2440 Uboot Makefile
Am335x-uboot
- Am335x uboot分析,一起学习,相互交流。-Am335x uboot analysis, learning together, each other.
Linux-cornel-boot
- Linux内核在启动的时候需要一些参数,以获得当前硬件的信息或者启动所需资源在内存中的位置等等。这些信息可以通过bootloader传递给内核,比较常见的就是cmdline。以前我在启动内核的时候习惯性的通过uboot传递一个cmdline给内核,没有具体的分析这个过程。最近在分析内核启动过程的时候,重新看了一下内核启动参数的传递过程,彻底解决一下在这方面的疑惑。-linux cornel lanuch
Detailed-analysis-of-Uboot
- 详细分析了Uboot1.6的流程、主要的数据结构,及一些重要细节。-Uboot1.6 startup code integrity analysis
学习笔记
- 多个关于ucos、linux、uboot移植到S3C2410、ucgui移植笔记(Multiple porting notes on uCOS, Linux, and uboot to S3C2410, ucGUI transplants)
U-Boot启动第二阶段代码分析
- U-Boot第一阶段的启动流程。(nandflash启动,把nand的4k代码考到sram中,因为nand没址线,不能映射到内存,所以通过sram进行过度,sram中4k代码把整个uboot拷贝到sdram上,初始化好堆栈,为c语言提供条件,进入uboot的第二阶段! )这个阶段主要是初始化硬件设备,为加载U-Boot的第二阶段代码准备RAM空间最后跳转到lib_arm/board.c中start_armboot函数,这是第二阶段的入口点。(U-Boot first phase of the s