small updates as suggested by Carl-Daniel Hailfinger.
authorStefan Reinauer <stepan@coresystems.de>
Tue, 21 Apr 2009 22:05:50 +0000 (22:05 +0000)
committerStefan Reinauer <stepan@openbios.org>
Tue, 21 Apr 2009 22:05:50 +0000 (22:05 +0000)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4156 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

documentation/LinuxBIOS-AMD64.tex

index abe59f868658e701ff2dd19ab84ba2f5bfe1a591..8b779d3e41c4eb75db2bcbdb9599c86c2f6b4716 100644 (file)
@@ -514,7 +514,7 @@ one-node system, write:
 \item \begin{verbatim}driver\end{verbatim}
 
 The \texttt{driver} keyword adds an object file to the driver section of a
-coreboot image.  This means it can be used by the PCI device
+coreboot image.  This means it can be used by the PCI device
 initialization code. Example:
 
 \begin{verbatim}
@@ -1523,7 +1523,8 @@ CONs:
 
 \section{Image types}
 There used to be one image type for coreboot, as described above. Since this paper was written (2004) there have been many changes. First, the name 
-was changed to coreboot, for many reasons. Second, Ying-Hai Liu, then of AMD, now of Sun, added Cache As Ram support (CAR) for many AMD CPUs, which both simplified and complicated things. Simplification came with the removal of romcc; complication came with the addition of new ways to build. 
+was changed to coreboot, for many reasons. Second, Cache As Ram support (CAR)
+was added for many AMD CPUs, which both simplified and complicated things. Simplification came with the removal of romcc; complication came with the addition of new ways to build. 
 
 There are two big additions to the build process and, furthermore, more than two new CONFIG variables to control them.