一. UBoot配置编译初步分析 1. UBoot源码结构 (1)UBoot工程项目中的文件可以分为3类 ① 第1类目录:与处理器体系结构或开发板硬件直接相关 ② 第2类目录:一些通用的函数或驱动程序 ③ 第3类目录:UBoot的应用程序.工具或文档 2. UBoot的配置编译 make <board_name>_config make 3. UBoot的配置编译初步分析 (1)顶层目下的Makefile:每一种开发板在顶层Makefile中都有自己的配置规则 mini2440_config…
The linux kernel and u-boot contains lots of files, when we want to broswe the source code,we just want to see these compiled files, and the header files which required. So this script in this repo is to make a filelist to tell us the files compiled…