From a187559e3d586891c917279044c5386d1b2adc6e Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Fri, 5 Feb 2016 19:30:11 -0800 Subject: Use correct spelling of "U-Boot" Correct spelling of "U-Boot" shall be used in all written text (documentation, comments in source files etc.). Signed-off-by: Bin Meng Reviewed-by: Heiko Schocher Reviewed-by: Simon Glass Reviewed-by: Minkyu Kang --- doc/uImage.FIT/kernel.its | 2 +- doc/uImage.FIT/kernel_fdt.its | 2 +- doc/uImage.FIT/multi.its | 2 +- doc/uImage.FIT/source_file_format.txt | 14 +++++++------- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/uImage.FIT') diff --git a/doc/uImage.FIT/kernel.its b/doc/uImage.FIT/kernel.its index 539cdbfafe..e668c3f6e7 100644 --- a/doc/uImage.FIT/kernel.its +++ b/doc/uImage.FIT/kernel.its @@ -1,5 +1,5 @@ /* - * Simple U-boot uImage source file containing a single kernel + * Simple U-Boot uImage source file containing a single kernel */ /dts-v1/; diff --git a/doc/uImage.FIT/kernel_fdt.its b/doc/uImage.FIT/kernel_fdt.its index 7e940d2af9..7c521486ef 100644 --- a/doc/uImage.FIT/kernel_fdt.its +++ b/doc/uImage.FIT/kernel_fdt.its @@ -1,5 +1,5 @@ /* - * Simple U-boot uImage source file containing a single kernel and FDT blob + * Simple U-Boot uImage source file containing a single kernel and FDT blob */ /dts-v1/; diff --git a/doc/uImage.FIT/multi.its b/doc/uImage.FIT/multi.its index 881b74952d..37369ecc82 100644 --- a/doc/uImage.FIT/multi.its +++ b/doc/uImage.FIT/multi.its @@ -1,5 +1,5 @@ /* - * U-boot uImage source file with multiple kernels, ramdisks and FDT blobs + * U-Boot uImage source file with multiple kernels, ramdisks and FDT blobs */ /dts-v1/; diff --git a/doc/uImage.FIT/source_file_format.txt b/doc/uImage.FIT/source_file_format.txt index 029f481893..3175c9f0b7 100644 --- a/doc/uImage.FIT/source_file_format.txt +++ b/doc/uImage.FIT/source_file_format.txt @@ -1,4 +1,4 @@ -U-boot new uImage source file format (bindings definition) +U-Boot new uImage source file format (bindings definition) ========================================================== Author: Marian Balakowicz @@ -14,7 +14,7 @@ Booting with a Flattened Device Tree is much more flexible and is intended to replace direct passing of 'struct bd_info' which was used to boot pre-FDT kernels. -However, U-boot needs to support both techniques to provide backward +However, U-Boot needs to support both techniques to provide backward compatibility for platforms which are not FDT ready. Number of elements playing role in the booting process has increased and now includes the FDT blob. Kernel image, FDT blob and possibly ramdisk image - all must be placed @@ -36,15 +36,15 @@ a) Implementation Libfdt has been selected for the new uImage format implementation as (1) it provides needed functionality, (2) is actively maintained and developed and -(3) increases code reuse as it is already part of the U-boot source tree. +(3) increases code reuse as it is already part of the U-Boot source tree. b) Terminology This document defines new uImage structure by providing FDT bindings for new -uImage internals. Bindings are defined from U-boot perspective, i.e. describe -final form of the uImage at the moment when it reaches U-boot. User +uImage internals. Bindings are defined from U-Boot perspective, i.e. describe +final form of the uImage at the moment when it reaches U-Boot. User perspective may be simpler, as some of the properties (like timestamps and -hashes) will need to be filled in automatically by the U-boot mkimage tool. +hashes) will need to be filled in automatically by the U-Boot mkimage tool. To avoid confusion with the kernel FDT the following naming convention is proposed for the new uImage format related terms: @@ -61,7 +61,7 @@ c) Image building procedure The following picture shows how the new uImage is prepared. Input consists of image source file (.its) and a set of data files. Image is created with the -help of standard U-boot mkimage tool which in turn uses dtc (device tree +help of standard U-Boot mkimage tool which in turn uses dtc (device tree compiler) to produce image tree blob (.itb). Resulting .itb file is the actual binary of a new uImage. -- cgit v1.2.3