summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-10-07 08:48:59 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-10-07 08:48:59 +0200
commit97e8da6c6f697cc9b535c6cc58475776533bc101 (patch)
tree5cb8ba311c54ea511a9b06ad356e43606fe748b0 /Documentation
parentd917404de6a1cecb8f069a067cd50efd0986123a (diff)
parentb5be30badf17dd728033b208e232aa9ee3fd5c11 (diff)
downloadbarebox-97e8da6c6f697cc9b535c6cc58475776533bc101.tar.gz
barebox-97e8da6c6f697cc9b535c6cc58475776533bc101.tar.xz
Merge branch 'for-next/at91'
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/boards/at91.rst16
-rw-r--r--Documentation/boards/at91/microchip-sama5d3-xplained.rst8
2 files changed, 10 insertions, 14 deletions
diff --git a/Documentation/boards/at91.rst b/Documentation/boards/at91.rst
index e45feee947..f502979df6 100644
--- a/Documentation/boards/at91.rst
+++ b/Documentation/boards/at91.rst
@@ -31,14 +31,20 @@ The resulting images will be placed under ``images/``:
::
- barebox-groboards-sama5d27-giantboard.img
- barebox-groboards-sama5d27-giantboard-xload-mmc.img
+ barebox-at91sam9x5ek.img
+ barebox-at91sam9263ek.img
barebox-microchip-ksz9477-evb.img
+ barebox-microchip-ksz9477-evb-xload-mmc.img
+ barebox-sama5d3-xplained.img
+ barebox-sama5d3-xplained-xload-mmc.img
barebox-sama5d27-som1-ek.img
barebox-sama5d27-som1-ek-xload-mmc.img
+ barebox-groboards-sama5d27-giantboard.img
+ barebox-groboards-sama5d27-giantboard-xload-mmc.img
+ barebox-skov-arm9cpu.img
-Older supported boards have yet to be migrated to multi-image and/or the
-new defconfig. The majority of these have a short entry here.
+Older supported boards have yet to be migrated to multi-image and device tree.
+The majority of these have a short entry here.
For each board defconfig file(s) are noted but barebox may include additional
defconfig files and may also include boards not included in the following.
@@ -54,7 +60,5 @@ This is a list of AT91 specific TODO items, listed in no particular order.
* Update remaining boards to DT
* Update remaing boards to support multi image boot
-* Include remaining boards in ``at91_multi_defconfig``
-* Get bootstrap working in combination with multi image
* Introduce defaultenv2 for all boards
* Add pwm driver (required to support backlight)
diff --git a/Documentation/boards/at91/microchip-sama5d3-xplained.rst b/Documentation/boards/at91/microchip-sama5d3-xplained.rst
deleted file mode 100644
index e96111af72..0000000000
--- a/Documentation/boards/at91/microchip-sama5d3-xplained.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-Atmel SAMA5D3_XPLAINED Evaluation Kit
-=====================================
-
-Building barebox:
-
-.. code-block:: sh
-
- make ARCH=arm sama5d3_xplained_defconfig