summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2016-02-03 07:28:22 -0800
committerMartin Roth <martinroth@google.com>2016-02-05 22:52:46 +0100
commite8424cf10f1cd906fb3ece585058925b46ac3704 (patch)
tree67b27fbc64a45f0ced7a643630daa0763c776555 /Documentation
parentb251a507140801ed86e43f7f6b88852af07c0d69 (diff)
downloadcoreboot-e8424cf10f1cd906fb3ece585058925b46ac3704.tar.gz
coreboot-e8424cf10f1cd906fb3ece585058925b46ac3704.tar.bz2
coreboot-e8424cf10f1cd906fb3ece585058925b46ac3704.zip
Documentation: Fix links to Intel/documentation.html
Fix links to the documenation.html page which was renamed from x86Documenation.html. TEST=Verified documentation links and searched for x86Documenation.html Change-Id: Icee79bab4c05ac9b8010dc7acdde8dd5e2ab2909 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/13592 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Intel/Board/board.html2
-rw-r--r--Documentation/Intel/Board/galileo.html2
-rw-r--r--Documentation/Intel/SoC/quark.html2
-rw-r--r--Documentation/Intel/SoC/soc.html2
-rw-r--r--Documentation/Intel/development.html8
-rw-r--r--Documentation/Intel/fsp1_1.html4
-rw-r--r--Documentation/Intel/index.html2
7 files changed, 11 insertions, 11 deletions
diff --git a/Documentation/Intel/Board/board.html b/Documentation/Intel/Board/board.html
index e43985c62df8..8de854b64f4a 100644
--- a/Documentation/Intel/Board/board.html
+++ b/Documentation/Intel/Board/board.html
@@ -9,7 +9,7 @@
<p>
Board development requires System-on-a-Chip (SoC) support.
The combined steps are listed
- <a target="_blank" href="../x86Development.html">here</a>.
+ <a target="_blank" href="../development.html">here</a>.
The development steps for the board are listed below:
</p>
<ol>
diff --git a/Documentation/Intel/Board/galileo.html b/Documentation/Intel/Board/galileo.html
index a72128aac37c..e32a9e1a9528 100644
--- a/Documentation/Intel/Board/galileo.html
+++ b/Documentation/Intel/Board/galileo.html
@@ -13,7 +13,7 @@
The Intel&reg; Galileo Gen 2 mainboard code was developed along with the Intel&reg;
<a target="_blank" href="../SoC/quark.html">Quark&trade;</a> SoC:
<ul>
- <li><a target="_blank" href="../x86Development.html">Overall</a> development</li>
+ <li><a target="_blank" href="../development.html">Overall</a> development</li>
<li><a target="_blank" href="../SoC/soc.html">SoC</a> support</li>
<li><a target="_blank" href="../fsp1_1.html">FSP 1.1</a> integration</li>
<li><a target="_blank" href="board.html">Board</a> support</li>
diff --git a/Documentation/Intel/SoC/quark.html b/Documentation/Intel/SoC/quark.html
index 6ebaa14bddda..17a0bed2c95d 100644
--- a/Documentation/Intel/SoC/quark.html
+++ b/Documentation/Intel/SoC/quark.html
@@ -14,7 +14,7 @@
<a target="_blank" href="../Board/galileo.html">Galileo Gen 2</a>
board:
<ul>
- <li><a target="_blank" href="../x86Development.html">Overall</a> development</li>
+ <li><a target="_blank" href="../development.html">Overall</a> development</li>
<li><a target="_blank" href="soc.html">SoC</a> support</li>
<li><a target="_blank" href="../fsp1_1.html">FSP 1.1</a> integration</li>
<li><a target="_blank" href="../Board/board.html">Board</a> support</li>
diff --git a/Documentation/Intel/SoC/soc.html b/Documentation/Intel/SoC/soc.html
index 7a712d8f231f..84206823a9bf 100644
--- a/Documentation/Intel/SoC/soc.html
+++ b/Documentation/Intel/SoC/soc.html
@@ -9,7 +9,7 @@
<p>
SoC development is best done in parallel with development for a specific
board. The combined steps are listed
- <a target="_blank" href="../x86Development.html">here</a>.
+ <a target="_blank" href="../development.html">here</a>.
The development steps for the SoC are listed below:
</p>
<ol>
diff --git a/Documentation/Intel/development.html b/Documentation/Intel/development.html
index b41a8de289f2..68a52c8c9875 100644
--- a/Documentation/Intel/development.html
+++ b/Documentation/Intel/development.html
@@ -5,13 +5,13 @@
</head>
<body>
-<h1>Intel&reg; x86 Coreboot/FSP Development Process</h1>
+<h1>Intel&reg; x86 coreboot/FSP Development Process</h1>
<p>
The x86 development process for coreboot is broken into the following components:
</p>
<ul>
- <li>Coreboot <a target="_blank" href="SoC/soc.html">SoC</a> development</li>
- <li>Coreboot <a target="_blank" href="Board/board.html">mainboard</a> development</li>
+ <li>coreboot <a target="_blank" href="SoC/soc.html">SoC</a> development</li>
+ <li>coreboot <a target="_blank" href="Board/board.html">mainboard</a> development</li>
<li><a target="_blank" href="fsp1_1.html">FSP 1.1</a> integration</li>
</ul>
<p>
@@ -22,7 +22,7 @@
<li>Adding coreboot features</li>
</ol>
-<h2>Minimal Coreboot</h2>
+<h2>Minimal coreboot</h2>
<p>
The combined steps below describe how to bring up a minimal coreboot for a
system-on-a-chip (SoC) and a development board:
diff --git a/Documentation/Intel/fsp1_1.html b/Documentation/Intel/fsp1_1.html
index c210ffb89cf5..e08be830ffbf 100644
--- a/Documentation/Intel/fsp1_1.html
+++ b/Documentation/Intel/fsp1_1.html
@@ -9,7 +9,7 @@
<p>
Firmware Support Package (FSP) development requires System-on-a-Chip (SoC)
and board support. The combined steps are listed
- <a target="_blank" href="x86Development.html">here</a>.
+ <a target="_blank" href="development.html">here</a>.
The development steps for FSP are listed below:
</p>
<ol>
@@ -25,7 +25,7 @@
<hr>
<h1><a name="RequiredFiles">Required Files</a></h1>
-<h2><a name="CorebootRequiredFiles">Coreboot Required Files</a></h2>
+<h2><a name="corebootRequiredFiles">coreboot Required Files</a></h2>
<ol>
<li>Create the following directories if they do not already exist:
<ul>
diff --git a/Documentation/Intel/index.html b/Documentation/Intel/index.html
index 6d5810f1108f..5a622a9dd928 100644
--- a/Documentation/Intel/index.html
+++ b/Documentation/Intel/index.html
@@ -19,7 +19,7 @@
-<h1>x86 Coreboot Development</h1>
+<h1>x86 coreboot Development</h1>
<ul>
<li><a target="_blank" href="development.html">Overall</a> development</li>
<li><a target="_blank" href="fsp1_1.html">FSP 1.1</a> integration