summaryrefslogtreecommitdiffstats
path: root/Documentation/cbfs.txt
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2017-06-03 20:16:01 -0600
committerMartin Roth <martinroth@google.com>2017-06-12 04:06:40 +0200
commit4b18a922f0ab597fc010beeef01cee332fd48705 (patch)
tree6f1645f1f8464f1037449ae991c08d257784b444 /Documentation/cbfs.txt
parent1318ea600b348cff43a66ffa6296a552b59e8888 (diff)
downloadcoreboot-4b18a922f0ab597fc010beeef01cee332fd48705.tar.gz
coreboot-4b18a922f0ab597fc010beeef01cee332fd48705.tar.bz2
coreboot-4b18a922f0ab597fc010beeef01cee332fd48705.zip
Documentation: change coreboot to lowercase
The word 'coreboot' should always be written in lowercase, even at the start of a sentence. Unfortunately, some external websites and projects are spelling coreboot with an uppercase C, so references to those pages can't be changed without breaking the link. Change-Id: I79824da8a9ed36a1e4fe23a1711a89535267bf5f Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/20031 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'Documentation/cbfs.txt')
-rw-r--r--Documentation/cbfs.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/cbfs.txt b/Documentation/cbfs.txt
index 7ecc9014a1cb..a190da1ff1c7 100644
--- a/Documentation/cbfs.txt
+++ b/Documentation/cbfs.txt
@@ -19,7 +19,7 @@ scheme. Over time, the scheme evolved slightly, but I think you'll find
that it remains true to the original idea. Below is the beginnings of
an architecture document - I did it in text form, but if met with
aclaim, it should be wikified. This presents what I call CBFS - the
-next generation LAR for next generation Coreboot. Its easier to
+next generation LAR for next generation coreboot. Its easier to
describe what it is by describing what changed:
A header has been added somewhere in the bootblock similar to Carl
@@ -73,7 +73,7 @@ bucks, will you?
Jordan
-Coreboot CBFS Specification
+coreboot CBFS Specification
Jordan Crouse <jordan@cosmicpenguin.net>
= Introduction =
@@ -163,7 +163,7 @@ number is 0x4F524243, which is 'ORBC' in ASCII.
'version' is a version number for CBFS header. cbfs_header structure may be
different if version is not matched.
-'romsize' is the size of the ROM in bytes. Coreboot will subtract 'size' from
+'romsize' is the size of the ROM in bytes. coreboot will subtract 'size' from
0xFFFFFFFF to locate the beginning of the ROM in memory.
'bootblocksize' is the size of bootblock reserved in firmware image.