u-boot-2016.07 README文档结构
Author:AP0904225
版权声明:本文为博主原创文章,转载请标明出处。
阅读u-boot的README文档,可以获取很多有用的信息,例如从哪里可以获得帮助,帮助;u-boot版本命名规则,目录层次结构;软件配置,开发板初始化流程,配置选项,开发板的初始化设置,配置设置,硬件相关的配置选项;如何编译u-boot,环境变量,Image格式,Linux支持等等有关的信息。
u-boot README文档信息主干结构不够清晰,各主题埋没在汪汪文字海洋中,因此特意整理了下u-boot EADME文档的主干结构,方便查找所需的信息。这个README是基于u-boot-2016.07版本整理的。
Summary
Status
Where to get help
Where to get source code
Where we come from
Names and Spelling
Versioning
Directory Hierarchy
Software Configuration
Selection of Processor Architecture and Board Type
Sandbox Environment
Board Initialisation Flow
lowlevel_init():
board_init_f():
board_init_r():
Configuration Options
- CPU Type:
- Board Type:
- CPU Daughterboard Type:
- CPU Module Type:
- Motherboard Type:
- Motherboard I/O Modules:
- Motherboard Options:
Marvell Family Member
- 8xx CPU Options:
- 859/866/885 CPU options:
- 85xx CPU Options:
- Generic CPU options:
- Intel Monahans options:
- MIPS CPU options:
- ARM options:
- Tegra SoC options:
- Linux Kernel Interface:
- vxWorks boot parameters:
- Cache Configuration:
- Cache Configuration for ARM:
- Serial Ports:
- Console Interface:
- Console Baudrate:
- Console Rx buffer length
- Pre-Console Buffer:
- Autoboot Command:
- Bootcount:
- Pre-Boot Commands:
- Serial Download Echo Mode:
- Kgdb Serial Baudrate:
- Monitor Functions:
- Removal of commands
- Regular expression support:
- Device tree:
- Watchdog:
- U-Boot Version:
- Real-Time Clock:
- GPIO Support:
- I/O tracing:
- Timestamp Support:
- Partition Labels (disklabels) Supported:
- IDE Reset method:
- ATAPI Support:
- LBA48 Support
- SCSI Support:
- NETWORK Support (PCI):
- NETWORK Support (other):
- PWM Support:
- TPM Support:
- USB Support:
- USB Device:
- ULPI Layer Support:
- MMC Support:
- USB Device Firmware Update (DFU) class support:
- USB Device Android Fastboot support:
- Journaling Flash filesystem support:
- FAT(File Allocation Table) filesystem write function support:
- CBFS (Coreboot Filesystem) support
- FAT(File Allocation Table) filesystem cluster size:
- Keyboard Support:
- Video support:
- LCD Support:
- Splash Screen Support:
- Gzip compressed BMP image support:
- Run length encoded BMP image (RLE8) support:
- Do compressing for memory range:
- Do compressing for memory range:
- MII/PHY support:
- IP address:
- Server IP address:
- Gateway IP address:
- Subnet mask:
- Multicast TFTP Mode:
- BOOTP Recovery Mode:
- DHCP Advanced Options:
- Link-local IP address negotiation:
- CDP Options:
- Status LED:
- CAN Support:
- I2C Support:
- Legacy I2C Support:
- SPI Support:
- FPGA Support:
- Configuration Management:
- Vendor Parameter Protection:
- Protected RAM:
- Access to physical memory region (> 4GB)
- Error Recovery:
- Command Interpreter:
- Command Line Editing and History:
- Command Line PS1/PS2 support:
- Default Environment:
- Parallel Flash support:
- DataFlash Support:
- Serial Flash support
- SystemACE Support:
- TFTP Fixed UDP Port:
- Hashing support:
- Freescale i.MX specific commands:
- bootcount support:
- Show boot progress:
- Legacy uImage format:
- FIT uImage format:
- legacy image format:
- FIT image support:
- Standalone program support:
- Frame Buffer Address:
- Automatic software updates via TFTP server
- MTD Support (mtdparts command, UBI support)
- UBI support
- UBIFS support
- SPL framework
- TPL framework
- Interrupt support (PPC):
Board initialization settings:
Configuration Settings:
Low Level (hardware related) configuration options:
Freescale QE/FMAN Firmware Support:
Freescale Layerscape Management Complex Firmware Support:
Freescale Layerscape Debug Server Support:
Reproducible builds
Building the Software:
Testing of U-Boot Modifications, Ports to New Hardware, etc.
Monitor Commands - Overview:
Monitor Commands - Detailed Description
Environment Variables
Callback functions for environment variables
Command Line Parsing
Old, simple command line parser
Hush shell
General rules
Note for Redundant Ethernet Interfaces
Image Formats
New uImage format (FIT)
Old uImage format
Linux Support
Linux HOWTO
Porting Linux to U-Boot based systems
Configuring the Linux kernel
Building a Linux Image
Installing a Linux Image
Boot Linux
Boot Linux and pass a flat device tree
More About U-Boot Image Types
Booting the Linux zImage
Standalone HOWTO
Minicom warning
NetBSD Notes
Implementation Internals
Initial Stack, Global Data
Memory Management
System Initialization
U-Boot Porting Guide
Coding Standards
Submitting Patches
u-boot-2016.07 README文档结构的更多相关文章
- HTML5的文档结构和新增标签
一.HTML5 文档结构1.第一步:打开 开发工具,打开指定文件夹:2.第二步:保存 index.html 文件到磁盘中,.html 是网页后缀:3.第三步:开始编写 HTML5 的基本格式.< ...
- Win 10 开发中Adaptive磁贴模板的XML文档结构,Win10 应用开发中自适应Toast通知的XML文档结构
分享两篇Win 10应用开发的XML文档结构:Win 10 开发中Adaptive磁贴模板的XML文档结构,Win10 应用开发中自适应Toast通知的XML文档结构. Win 10 开发中Adapt ...
- Mongodb:修改文档结构后出现错误:Element '***' does not match any field or property of class ***.
Mongodb:修改文档结构后出现错误:Element '***' does not match any field or property of class ***. Mongodb是一种面向文档的 ...
- 读取XML文档结构并写入内容
1.在项目中新建XML文档结构.xsd文件,在其中添加相应的节点. 2.读取文档结构并写入内容 string initFileName = @"D:\Config.xml"; Da ...
- MFC开发上位机到底用Dialog结构还是文档结构?
最近要跟着导师一起开发一款大型上位机.MFC新人在考虑用对话框结构还是文档结构. 虽然说书上说大型结构的软件都需要文档结构,但是目前来看,对话框可以实现功能,并且对话框的程序更小一些,节省资源加载速度 ...
- MongoDB学习笔记(四) 用MongoDB的文档结构描述数据关系
MongoDB的集合(collection)可以看做关系型数据库的表,文档对象(document)可以看做关系型数据库的一条记录.但两者并不完全对等.表的结构是固定的,MongoDB集合并没有这个约束 ...
- HTML5的文档结构
HTML5的文档结构 HTML5简化了许多,它的设计遵循了3个原则:1.兼容性.2.实用性.3.通用访问性 1. header 元素 <header> 标签定义文档或者文档 ...
- Poi之Word文档结构介绍
1.poi之word文档结构介绍之正文段落 一个文档包含多个段落,一个段落包含多个Runs,一个Runs包含多个Run,Run是文档的最小单元 获取所有段落:List<XWPFParagraph ...
- HTML文档结构
下面对HTML文档结构进行一 一解释: 1.文档声明:既不是元素,也不是注释: 代码格式:<! DOCTYPE html> 注:必须写在HTML文档的第一行 原因:告诉浏览器使用哪个版本的 ...
随机推荐
- STM32F2系列时钟的配置
前一节详细介绍了系统默认的时钟配置,及各路时钟输出是多少,这是默认配置的,但实际使用的时钟默认的时钟并不符合要求,所以就得知道如何调用库函数进行配置. 最好的资料就是查阅stm32f2xx_rcc.c ...
- 在Window平台下安装xgboost的Python版本
原文:http://blog.csdn.net/pengyulong/article/details/50515916 原文修改了两个地方才安装成功,第3步可以不用,第2步重新生成所有的就行了. 第4 ...
- hadoop Yarn运行机制
- 对于crontab定时任务不能自动执行的总结
最近遇到了一些sh不能在crontab定时任务中自动执行的问题 期间由于不太了解,故走了一点弯路,现在总结下来可能第一次 进行设置遇到的问题.以绝后患!我所用过的操作系统为HP-unix&li ...
- Chapter 1 First Sight——1
My mother drove me to the airport with the windows rolled down. 随着窗户渐渐摇下,我妈妈开着车送我去机场. It was seventy ...
- 要你的祝福.lrc
要你的祝福(电影<我是路人甲>插曲 试听版) - 李潇潇 午夜的温度慢慢起舞 穿梭的人潮有些荒芜 开始欢呼 开始麻木 谁被谁在安抚 落单的幸福变得模糊 孤单的城市独自起舞 也许满足 也许糊 ...
- 项目整体说明及WBS练习
乐谱识别研究的意义 纸质乐谱向数字化乐谱的转换,是人类音乐活动与计算机音乐处理之间进行信息交流的必经之路.光学乐谱识别是将纸质乐谱扫描输入计算机后,对乐谱图像加以处理.识别.分析,最终获得乐谱的计算机 ...
- android bitmap compress(图片压缩)
android bitmap compress android的照相功能随着手机硬件的发展,变得越来越强大,能够找出很高分辨率的图片. 有些场景中,需要照相并且上传到服务,但是由于图片的大小太大,那么 ...
- php 内置的 webserver 研究。
今天,试了一下通过 php5.4.45 内置的webserver , 在Windows XP 上面能够跑起公司的一个项目,完全无压力.哈哈,只要一个php 就可以,不需要 Apache , Nginx ...
- Hibernate---基础配置之日志信息slf 及搭建日志环境
slf日志接口, 实现有slf4j nodep, log4j hibernate里我们一般用 log4j,所以删除之前创建的hibernate 包里的 slf4j-nop包, 加入log4j-1.2. ...