summaryrefslogtreecommitdiffstats
path: root/Documentation/boards/mxs
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2014-06-28 09:50:19 -0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-02 07:50:49 +0200
commit0bee49e72c18e94d2ea895e8fcc94bc95acaf4dc (patch)
tree015914b7cd495bc2d28eedffdc994487a6e4ebc6 /Documentation/boards/mxs
parentbaebac06f389ccc6d545728e6131c71e6e80c6bd (diff)
downloadbarebox-0bee49e72c18e94d2ea895e8fcc94bc95acaf4dc.tar.gz
barebox-0bee49e72c18e94d2ea895e8fcc94bc95acaf4dc.tar.xz
Documentation/boards/: Numerous grammar/typo/rendering fixes.
Various fixes related to fonts, rendering, grammar, etc., such as: * spelling mistakes * hyphenation * capitalization for proper names * proper bullet list formatting * sentence structure and so on. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/boards/mxs')
-rw-r--r--Documentation/boards/mxs/Chumby-Falconwing.rst15
-rw-r--r--Documentation/boards/mxs/Freescale-i.MX23-evk.rst6
-rw-r--r--Documentation/boards/mxs/KaRo-TX28.rst10
3 files changed, 20 insertions, 11 deletions
diff --git a/Documentation/boards/mxs/Chumby-Falconwing.rst b/Documentation/boards/mxs/Chumby-Falconwing.rst
index 79bff70d33..172d6840cf 100644
--- a/Documentation/boards/mxs/Chumby-Falconwing.rst
+++ b/Documentation/boards/mxs/Chumby-Falconwing.rst
@@ -7,13 +7,15 @@ This CPU card is based on a Freescale i.MX23 CPU. The card is shipped with:
* 64 MiB synchronous dynamic RAM (DDR type)
-Memory layout when @b barebox is running:
+Memory layout when barebox is running:
* 0x40000000 start of SDRAM
* 0x40000100 start of kernel's boot parameters
+
* below malloc area: stack area
* below barebox: malloc area
- * 0x42000000 start of @b barebox
+
+ * 0x42000000 start of barebox
How to get the bootloader binary image
--------------------------------------
@@ -32,20 +34,21 @@ How to prepare an MCI card to boot the "chumby one" with barebox
----------------------------------------------------------------
* Create four primary partitions on the MCI card
+
* the first one for the bootlets (about 256 kiB)
* the second one for the persistant environment (size is up to you, at least 256k)
* the third one for the kernel (2 MiB ... 4 MiB in size)
- * the 4th one for the root filesystem which can fill the rest of the available space
+ * the fourth one for the root filesystem which can fill the rest of the available space
* Mark the first partition with the partition ID "53" and copy the
- bootlets into this partition (currently not part of @b barebox!).
+ bootlets into this partition (currently not part of barebox!).
- * Copy the default @b barebox environment into the second partition
+ * Copy the default barebox environment into the second partition
(no filesystem required).
* Copy the kernel into the third partition (no filesystem required).
- * Create the root filesystem in the 4th partition. You may copy an
+ * Create the root filesystem in the fourth partition. You may copy an
image into this partition or you can do it in the classic way:
mkfs on it, mount it and copy all required data and programs into
it.
diff --git a/Documentation/boards/mxs/Freescale-i.MX23-evk.rst b/Documentation/boards/mxs/Freescale-i.MX23-evk.rst
index a2cdc38aec..85dde46e40 100644
--- a/Documentation/boards/mxs/Freescale-i.MX23-evk.rst
+++ b/Documentation/boards/mxs/Freescale-i.MX23-evk.rst
@@ -6,13 +6,15 @@ This CPU card is based on an i.MX23 CPU. The card is shipped with:
* 32 MiB synchronous dynamic RAM (mobile DDR type)
* ENC28j60 based network (over SPI)
-Memory layout when @b barebox is running:
+Memory layout when barebox is running:
* 0x40000000 start of SDRAM
* 0x40000100 start of kernel's boot parameters
+
* below malloc area: stack area
* below barebox: malloc area
- * 0x41000000 start of @b barebox
+
+ * 0x41000000 start of barebox
How to get the bootloader binary image
--------------------------------------
diff --git a/Documentation/boards/mxs/KaRo-TX28.rst b/Documentation/boards/mxs/KaRo-TX28.rst
index 15984d7b87..0fbd4dfd7d 100644
--- a/Documentation/boards/mxs/KaRo-TX28.rst
+++ b/Documentation/boards/mxs/KaRo-TX28.rst
@@ -12,12 +12,13 @@ This CPU card is based on a Freescale i.MX28 CPU. The card is shipped with:
* 128 MiB NAND K9F1G08U0A (3.3V type)
* PCA9554 GPIO expander
* DS1339 RTC
- * LAN8710 Phy
+ * LAN8710 PHY
Supported baseboards
--------------------
Supported baseboards are:
+
* KARO's Starterkit 5
How to get barebox for 'KARO's Starterkit 5'
@@ -34,9 +35,10 @@ Build the binary image::
**NOTE:** replace the armv5compiler with your ARM v5 cross compiler.
**NOTE:** to use the result, you also need the following resources from Freescale:
+
* the 'bootlets' archive
* the 'elftosb2' encryption tool
- * in the case you want to start @b barebox from an attached SD card
+ * in the case you want to start barebox from an attached SD card
the 'sdimage' tool from Freescale's 'uuc' archive.
Memory layout when barebox is running
@@ -44,6 +46,8 @@ Memory layout when barebox is running
* 0x40000000 start of SDRAM
* 0x40000100 start of kernel's boot parameters
+
* below malloc area: stack area
* below barebox: malloc area
- * 0x47000000 start of @b barebox
+
+ * 0x47000000 start of barebox