From ba6f11c5018888471328b7c5293bc7105672ac89 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Wed, 14 Oct 2020 16:09:51 +0200 Subject: ARM: at91: define new at91_multi_defconfig We now have 5 boards supporting multi-image, so add a defconfig that covers these five boards: - Microchip KSZ-9477 EVB - Microchip SAMA5D27-SOM1-EK - Groboards Giantboard - Atmel AT91SAM9263-EK - Atmel AT91SAM9x5 Series Evaluation Kit Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- Documentation/boards/at91.rst | 20 +++++++++++++++++++- Documentation/boards/at91/microchip-ksz9477-evb.rst | 11 ----------- 2 files changed, 19 insertions(+), 12 deletions(-) delete mode 100644 Documentation/boards/at91/microchip-ksz9477-evb.rst (limited to 'Documentation') diff --git a/Documentation/boards/at91.rst b/Documentation/boards/at91.rst index 3ac4b6a244..e45feee947 100644 --- a/Documentation/boards/at91.rst +++ b/Documentation/boards/at91.rst @@ -21,7 +21,24 @@ processor and then load and execute barebox. AT91 boards ----------- -The majority of the supported boards have a short entry here. +Newer boards can be built with the ``at91_multi_defconfig``: + +.. code-block:: sh + + make ARCH=arm at91_multi_defconfig + +The resulting images will be placed under ``images/``: + +:: + + barebox-groboards-sama5d27-giantboard.img + barebox-groboards-sama5d27-giantboard-xload-mmc.img + barebox-microchip-ksz9477-evb.img + barebox-sama5d27-som1-ek.img + barebox-sama5d27-som1-ek-xload-mmc.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. 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. @@ -37,6 +54,7 @@ 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-ksz9477-evb.rst b/Documentation/boards/at91/microchip-ksz9477-evb.rst deleted file mode 100644 index 4c4c4aecbf..0000000000 --- a/Documentation/boards/at91/microchip-ksz9477-evb.rst +++ /dev/null @@ -1,11 +0,0 @@ -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 -- cgit v1.2.3