summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2013-10-04 17:43:26 +0200
committerTom Rini <trini@ti.com>2013-10-14 16:06:54 -0400
commit16641d52fc70f67aa083c5ebffc526ee8e46bf35 (patch)
treec154702fb8190f9c232934482369a3bdf5966d02 /doc
parentd4c8aa9cb47b9db11c45a9d89d51c75e3cc887a7 (diff)
downloadblackbird-obmc-uboot-16641d52fc70f67aa083c5ebffc526ee8e46bf35.tar.gz
blackbird-obmc-uboot-16641d52fc70f67aa083c5ebffc526ee8e46bf35.zip
Coding Style cleanup: drop some excessive empty lines
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.gpt7
-rw-r--r--doc/README.p1010rdb1
-rw-r--r--doc/README.qemu-mips1
-rw-r--r--doc/driver-model/UDM-block.txt1
4 files changed, 0 insertions, 10 deletions
diff --git a/doc/README.gpt b/doc/README.gpt
index 81dfe584c5..5c133f3321 100644
--- a/doc/README.gpt
+++ b/doc/README.gpt
@@ -6,7 +6,6 @@
#
# SPDX-License-Identifier: GPL-2.0+
-
Glossary:
========
- UUID -(Universally Unique Identifier)
@@ -22,7 +21,6 @@ Introduction:
This document describes the GPT partition table format and usage of
the gpt command in u-boot.
-
UUID introduction:
====================
@@ -78,7 +76,6 @@ GPT brief explanation:
LBA -1 |Secondary GPT Header |
----------------------------------------------------------
-
For a legacy reasons, GPT's LBA 0 sector has a MBR structure. It is called
"protective MBR".
Its first partition entry ID has 0xEE value, and disk software, which is not
@@ -114,7 +111,6 @@ Offset Size Description
TOTAL: 512 B
-
IMPORTANT:
GPT headers and partition entries are protected by CRC32 (the POSIX CRC32).
@@ -132,7 +128,6 @@ sizeof(partition_entry_size (usually 128)))
Observe, how Secondary GPT is placed in the memory. It is NOT a mirror reflect
of the Primary.
-
Partition Entry Format:
----------------------
Offset Size Description
@@ -150,7 +145,6 @@ of the Primary.
Bit 62 - Hidden
Bit 63 - Not mount
-
Creating GPT partitions in U-Boot:
==============
@@ -171,7 +165,6 @@ To restore GUID partition table one needs to:
2. From u-boot prompt type:
gpt write mmc 0 $partitions
-
Useful info:
============
diff --git a/doc/README.p1010rdb b/doc/README.p1010rdb
index dee63d713a..6b2b5ff3fb 100644
--- a/doc/README.p1010rdb
+++ b/doc/README.p1010rdb
@@ -185,7 +185,6 @@ Switch from NAND to NOR boot with Core/CCB/DDR (800/400/667 MHz):
=> reset
-
Boot Linux from network using TFTP on P1010RDB
==============================================
Place uImage, p1010rdb.dtb and rootfs files in the TFTP disk area.
diff --git a/doc/README.qemu-mips b/doc/README.qemu-mips
index 1fdfbab677..a192752f4d 100644
--- a/doc/README.qemu-mips
+++ b/doc/README.qemu-mips
@@ -15,7 +15,6 @@ recent qemu versions. When using emulated flash, launch with
-pflash <filename> and erase mips_bios.bin.
-
Notes for the Qemu MIPS port
----------------------------
diff --git a/doc/driver-model/UDM-block.txt b/doc/driver-model/UDM-block.txt
index b42ec69c94..ffbbdf3a7a 100644
--- a/doc/driver-model/UDM-block.txt
+++ b/doc/driver-model/UDM-block.txt
@@ -218,7 +218,6 @@ II) Approach
in near future.
-
III) Analysis of in-tree drivers
--------------------------------
OpenPOWER on IntegriCloud