summaryrefslogtreecommitdiffstats
path: root/Documentation/boards
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-09-22 08:49:59 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-10-01 15:35:18 +0200
commitebc1ef059c36939b781f3f5d5307ba1c5326a1b5 (patch)
treeb9f87e155115418f47ce7d6a30300aaf004b40c2 /Documentation/boards
parent41023724b2b09ec1c8555bb32c929a82ebc84359 (diff)
downloadbarebox-ebc1ef059c36939b781f3f5d5307ba1c5326a1b5.tar.gz
barebox-ebc1ef059c36939b781f3f5d5307ba1c5326a1b5.tar.xz
Documentation: boards: at91: remove done TODOs
All DT-enabled boards are now in the at91_multi_defconfig. The SAMA5 ones also generate first stage bootloaders with the same config. Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Acked-by: Sam Ravnborg <sam@ravnborg.org> Link: https://lore.barebox.org/20210922065000.20970-4-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/boards')
-rw-r--r--Documentation/boards/at91.rst14
1 files changed, 8 insertions, 6 deletions
diff --git a/Documentation/boards/at91.rst b/Documentation/boards/at91.rst
index e45feee947..199e4d6530 100644
--- a/Documentation/boards/at91.rst
+++ b/Documentation/boards/at91.rst
@@ -31,14 +31,18 @@ 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-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 +58,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)