[meta-xilinx] [PATCH 3/9] README.*: Fix up bullet point nesting
Nathan Rossi
nathan at nathanrossi.com
Thu Apr 20 03:35:17 PDT 2017
Fix up the indent for nested bullet lists.
Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
---
README.booting.md | 29 +++++++++++++++++------------
README.md | 12 +++++++-----
2 files changed, 24 insertions(+), 17 deletions(-)
diff --git a/README.booting.md b/README.booting.md
index a22ddb7bd3..f1ff39d550 100644
--- a/README.booting.md
+++ b/README.booting.md
@@ -3,7 +3,8 @@ Booting meta-xilinx boards
Contents
--------
- * [Loading via JTAG](#loading-via-jtag)
+
+* [Loading via JTAG](#loading-via-jtag)
* [XSDB](#xsdb)
* [Load Bitstream](#load-bitstream)
* [Load U-Boot (MicroBlaze)](#load-u-boot-microblaze)
@@ -11,14 +12,14 @@ Contents
* [U-Boot Console](#u-boot-console)
* [Kernel, Root Filesystem and Device Tree](#kernel-root-filesystem-and-device-tree)
* [Booting via U-Boot](#booting-via-u-boot)
- * [Loading via SD](#loading-via-sd)
+* [Loading via SD](#loading-via-sd)
* [Preparing SD/MMC](#preparing-sdmmc)
* [Installing U-Boot](#installing-u-boot)
* [Installing Kernel and Device Tree](#installing-kernel-and-device-tree)
* [Installing Root Filesystem](#installing-root-filesystem)
* [U-Boot Configuration File](#u-boot-configuration-file)
* [Booting](#booting)
- * [Loading via TFTP](#loading-via-tftp)
+* [Loading via TFTP](#loading-via-tftp)
* [Kernel, Root Filesystem and Device Tree](#kernel-root-filesystem-and-device-tree-1)
* [Booting via U-Boot](#booting-via-u-boot-1)
@@ -143,19 +144,22 @@ how large the ramdisk is.
### Installing U-Boot
Add the following files to the first partition:
- * `boot.bin`
- * `u-boot.img` (if using u-boot-xlnx)
- * `u-boot-dtb.img` (if using u-boot)
+
+* `boot.bin`
+* `u-boot.img` (if using u-boot-xlnx)
+* `u-boot-dtb.img` (if using u-boot)
### Installing Kernel and Device Tree
Add the following files to the first partition:
- * `uImage`
- * `<machine name>.dtb`
+
+* `uImage`
+* `<machine name>.dtb`
### Installing Root Filesystem
If using a ramdisk also add the `.cpio.gz.u-boot` type of root filesystem image
to the first partition.
- * `core-image-minimal-<machine name>.cpio.gz.u-boot`
+
+* `core-image-minimal-<machine name>.cpio.gz.u-boot`
If using the SD card as the root filesystem, populate the second partition with
the content of the root filesystem. To install the root filesystem extract the
@@ -198,9 +202,10 @@ Boot your system into U-Boot, using one of boot methods (e.g. JTAG, SD, QSPI).
### Kernel, Root Filesystem and Device Tree
Place the following images into the root of the TFTP server directory:
- * `core-image-minimal-<machine name>.cpio.gz.u-boot`
- * `uImage` (Zynq) or `linux.bin.ub` (MicroBlaze)
- * `<machine name>.dtb`
+
+* `core-image-minimal-<machine name>.cpio.gz.u-boot`
+* `uImage` (Zynq) or `linux.bin.ub` (MicroBlaze)
+* `<machine name>.dtb`
### Booting via U-Boot
The serial console of the target board will display the U-Boot console.
diff --git a/README.md b/README.md
index c3fc60682e..eef021428f 100644
--- a/README.md
+++ b/README.md
@@ -4,18 +4,20 @@ meta-xilinx
This layer provides support for MicroBlaze, Zynq and ZynqMP.
Additional documentation:
- * [Building](README.building.md)
- * [Booting](README.booting.md)
+
+* [Building](README.building.md)
+* [Booting](README.booting.md)
Supported Boards/Machines
=========================
Boards/Machines supported by this layer:
- * MicroBlaze:
+
+* MicroBlaze:
* [Xilinx ML605 (QEMU)](conf/machine/ml605-qemu-microblazeel.conf) - `ml605-qemu-microblazeel` (QEMU support)
* [Xilinx S3A DSP 1800 (QEMU)](conf/machine/s3adsp1800-qemu-microblazeeb.conf) - `s3adsp1800-qemu-microblazeeb` (QEMU support)
* [Xilinx KC705](conf/machine/kc705-microblazeel.conf) - `kc705-microblazeel`
- * Zynq:
+* Zynq:
* [Zynq (QEMU)](conf/machine/qemu-zynq7.conf) - `qemu-zynq7` (QEMU Support)
* [Xilinx ZC702](conf/machine/zc702-zynq7.conf) - `zc702-zynq7`
* [Xilinx ZC706](conf/machine/zc706-zynq7.conf) - `zc706-zynq7`
@@ -24,7 +26,7 @@ Boards/Machines supported by this layer:
* [Avnet/Digilent ZedBoard](conf/machine/zedboard-zynq7.conf) - `zedboard-zynq7`
* [Digilent Zybo](conf/machine/zybo-zynq7.conf) - `zybo-zynq7`
* [Digilent Zybo Linux BD](conf/machine/zybo-linux-bd-zynq7.conf) - `zybo-linux-bd-zynq7`
- * ZynqMP:
+* ZynqMP:
* [Xilinx EP108](conf/machine/ep108-zynqmp.conf) - `ep108-zynqmp` (QEMU support)
* [Xilinx ZCU102](conf/machine/zcu102-zynqmp.conf) - `zcu102-zynqmp` (QEMU support)
--
2.11.0
More information about the meta-xilinx
mailing list