[coreboot-gerrit] New patch to review for coreboot: Documentation: Capitalize RAM and ROM

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Thu Jul 28 13:10:01 CEST 2016


HAOUAS Elyes (ehaouas at noos.fr) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15927

-gerrit

commit 0cc08a23a0a0f035d79f8ded75602a70c4c6bb88
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Thu Jul 28 13:08:24 2016 +0200

    Documentation: Capitalize RAM and ROM
    
    Change-Id: I06c1d0fe0e3d429e54d3777de679f9fc641f4eed
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 Documentation/CorebootBuildingGuide.tex | 2 +-
 Documentation/Kconfig.tex               | 6 +++---
 Documentation/RFC/config.tex            | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/CorebootBuildingGuide.tex b/Documentation/CorebootBuildingGuide.tex
index dac031a..652fa05 100644
--- a/Documentation/CorebootBuildingGuide.tex
+++ b/Documentation/CorebootBuildingGuide.tex
@@ -70,7 +70,7 @@ base on the AMD platform.
  \item 2013/12/20 Add Git, Gerrit, toolchains building.
  \item 2009/04/19 replace LinuxBIOS with coreboot
  \item 2004/06/02 url and language fixes from Ken Fuchs $<$kfuchs at winternet.com$>$
- \item 2004/02/10 acpi and option rom updates
+ \item 2004/02/10 acpi and option ROM updates
  \item 2003/11/18 initial release
  \end{itemize}
 
diff --git a/Documentation/Kconfig.tex b/Documentation/Kconfig.tex
index 2b2bf7f..bac8f2b 100644
--- a/Documentation/Kconfig.tex
+++ b/Documentation/Kconfig.tex
@@ -13,7 +13,7 @@ Most Kconfig files set variables, which can be set as part of the Kconfig dialog
 
 For variables set by the user, see src/console/Kconfig.
 
-For variables not set by the user, see src/mainboard/amd/serengeti\_cheetah/Kconfig. Users should never set such variables as the cache as ram base. These are highly mainboard dependent.
+For variables not set by the user, see src/mainboard/amd/serengeti\_cheetah/Kconfig. Users should never set such variables as the cache as RAM base. These are highly mainboard dependent.
 
 Kconfig files use the source command to include subdirectories. In most cases, save for limited cases described below, subdirectories have Kconfig files. They are always sourced unconditionally.
 
@@ -28,8 +28,8 @@ We define the common rules for which variation to use below.
 \subsection{object file specification}
 There are several different types of objects specified in the tree. They are:
 \begin{description}
-\item[obj]objects for the ram part of the code
-\item[driver]drivers for the ram part. Drivers are not represented in the device tree but do have a driver struct attached in the driver section.
+\item[obj]objects for the RAM part of the code
+\item[driver]drivers for the RAM part. Drivers are not represented in the device tree but do have a driver struct attached in the driver section.
 \item[initobj]seperately-compiled code for the ROM section of coreboot
 \end{description}
 These items are specified via the -y syntax as well. Conditional object inclusion is done via the -\$(CONFIG\_VARIABLE) syntax.
diff --git a/Documentation/RFC/config.tex b/Documentation/RFC/config.tex
index 696ab7a..97fec9d 100644
--- a/Documentation/RFC/config.tex
+++ b/Documentation/RFC/config.tex
@@ -172,7 +172,7 @@ A sample file:
 \begin{verbatim}
 target x
 
-# over-ride the default rom size in the mainboard file
+# over-ride the default ROM size in the mainboard file
 option CONFIG_ROM_SIZE=1024*1024
 mainboard amd/solo
 end



More information about the coreboot-gerrit mailing list