mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Barebox List <barebox@lists.infradead.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Subject: [PATCH v1 2/3] doc: add additional at91 boards
Date: Sun,  6 Jan 2019 19:18:07 +0100	[thread overview]
Message-ID: <20190106181808.8382-3-sam@ravnborg.org> (raw)
In-Reply-To: <20190106181808.8382-1-sam@ravnborg.org>

Simple files that makes it simple to add further documentation later

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
---
 Documentation/boards/at91/microchip-ksz9477-evb.rst      | 11 +++++++++++
 Documentation/boards/at91/microchip-sama5d3-xplained.rst |  8 ++++++++
 Documentation/boards/at91/microchip-sama5d3x-ek.rst      |  8 ++++++++
 Documentation/boards/at91/microchip-sama5d4-xplained.rst |  8 ++++++++
 Documentation/boards/at91/somfy-animeo-ip.rst            |  4 ++++
 Documentation/boards/at91/telit-evk-pro3.rst             |  9 +++++++++
 6 files changed, 48 insertions(+)
 create mode 100644 Documentation/boards/at91/microchip-ksz9477-evb.rst
 create mode 100644 Documentation/boards/at91/microchip-sama5d3-xplained.rst
 create mode 100644 Documentation/boards/at91/microchip-sama5d3x-ek.rst
 create mode 100644 Documentation/boards/at91/microchip-sama5d4-xplained.rst
 create mode 100644 Documentation/boards/at91/somfy-animeo-ip.rst
 create mode 100644 Documentation/boards/at91/telit-evk-pro3.rst

diff --git a/Documentation/boards/at91/microchip-ksz9477-evb.rst b/Documentation/boards/at91/microchip-ksz9477-evb.rst
new file mode 100644
index 000000000..4c4c4aecb
--- /dev/null
+++ b/Documentation/boards/at91/microchip-ksz9477-evb.rst
@@ -0,0 +1,11 @@
+Microchip KSZ 9477 Evaluation board
+===================================
+
+This is an evaluation board for a switch that uses the at91sam9x5 CPU.
+The board uses Device Tree and supports multi image.
+
+Building barebox:
+
+.. code-block:: sh
+
+  make ARCH=arm microchip_ksz9477_evb_defconfig
diff --git a/Documentation/boards/at91/microchip-sama5d3-xplained.rst b/Documentation/boards/at91/microchip-sama5d3-xplained.rst
new file mode 100644
index 000000000..e96111af7
--- /dev/null
+++ b/Documentation/boards/at91/microchip-sama5d3-xplained.rst
@@ -0,0 +1,8 @@
+Atmel SAMA5D3_XPLAINED Evaluation Kit
+=====================================
+
+Building barebox:
+
+.. code-block:: sh
+
+  make ARCH=arm sama5d3_xplained_defconfig
diff --git a/Documentation/boards/at91/microchip-sama5d3x-ek.rst b/Documentation/boards/at91/microchip-sama5d3x-ek.rst
new file mode 100644
index 000000000..10bf2e611
--- /dev/null
+++ b/Documentation/boards/at91/microchip-sama5d3x-ek.rst
@@ -0,0 +1,8 @@
+Atmel SAMA5D3X Evaluation Kit
+=============================
+
+Building barebox:
+
+.. code-block:: sh
+
+  make ARCH=arm sama5d3xek_defconfig
diff --git a/Documentation/boards/at91/microchip-sama5d4-xplained.rst b/Documentation/boards/at91/microchip-sama5d4-xplained.rst
new file mode 100644
index 000000000..d8615e4af
--- /dev/null
+++ b/Documentation/boards/at91/microchip-sama5d4-xplained.rst
@@ -0,0 +1,8 @@
+Atmel SAMA5D4 XPLAINED ULTRA Evaluation Kit
+===========================================
+
+Building barebox:
+
+.. code-block:: sh
+
+  make ARCH=arm sama5d4_xplained_defconfig
diff --git a/Documentation/boards/at91/somfy-animeo-ip.rst b/Documentation/boards/at91/somfy-animeo-ip.rst
new file mode 100644
index 000000000..a87179469
--- /dev/null
+++ b/Documentation/boards/at91/somfy-animeo-ip.rst
@@ -0,0 +1,4 @@
+Somfy Animeo IP
+===============
+
+No defconfig provided to build barebox
diff --git a/Documentation/boards/at91/telit-evk-pro3.rst b/Documentation/boards/at91/telit-evk-pro3.rst
new file mode 100644
index 000000000..ea0b070fd
--- /dev/null
+++ b/Documentation/boards/at91/telit-evk-pro3.rst
@@ -0,0 +1,9 @@
+Atmel Telit EVK-PRO3
+====================
+
+Telit EVK-PRO3 with GE863-PRO3
+Building barebox:
+
+.. code-block:: sh
+
+  make ARCH=arm telit_evk_pro3_defconfig
-- 
2.12.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  parent reply	other threads:[~2019-01-06 18:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-06 18:18 [PATCH 0/3] add at91 documentation Sam Ravnborg
2019-01-06 18:18 ` [PATCH v1 1/3] doc: " Sam Ravnborg
2019-01-06 18:18 ` Sam Ravnborg [this message]
2019-01-06 18:18 ` [PATCH v1 3/3] doc: at91sam9263-ek: add notes Sam Ravnborg
2019-01-08 15:41 ` [PATCH 0/3] add at91 documentation Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190106181808.8382-3-sam@ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox