From 9b20b537c892ebb0e5e25d396d2bfc49b1234919 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Sun, 6 Jan 2019 19:18:06 +0100 Subject: doc: add at91 documentation Add at91 specific documentation. Add files for the Atmel evaluations kits. This is mostly placeholders with some trivial information, but we now have files to add more information. Signed-off-by: Sam Ravnborg Signed-off-by: Sascha Hauer --- Documentation/boards/at91/microchip-at91sam9261-ek.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Documentation/boards/at91/microchip-at91sam9261-ek.rst (limited to 'Documentation/boards/at91/microchip-at91sam9261-ek.rst') diff --git a/Documentation/boards/at91/microchip-at91sam9261-ek.rst b/Documentation/boards/at91/microchip-at91sam9261-ek.rst new file mode 100644 index 0000000000..df88282959 --- /dev/null +++ b/Documentation/boards/at91/microchip-at91sam9261-ek.rst @@ -0,0 +1,18 @@ +Atmel AT91SAM9261-EK Evaluation Kit +=================================== + +For AT91SAM9261-EK there are three defconfigs. + +The two defconfigs listed below are almost identical. +The one named _first_stage_ can be used for FLASH as it allows the first part to be loaded to SRAM. + +.. code-block:: sh + + make ARCH=arm at91sam9261ek_defconfig + make ARCH=arm at91sam9261ek_first_stage_defconfig + +The following defconfig can be used to build a bootstrap variant of barebox + +.. code-block:: sh + + make ARCH=arm at91sam9261ek_bootstrap_defconfig -- cgit v1.2.3