mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] Documentation: imx8mq-evk: fix typo (s/NXM/NXP/)
@ 2019-08-09 12:29 Ahmad Fatoum
  2019-08-09 12:29 ` [PATCH 2/2] Documentation: add imx6ull-evk boot mode documentation Ahmad Fatoum
  2019-08-12  7:08 ` [PATCH 1/2] Documentation: imx8mq-evk: fix typo (s/NXM/NXP/) Sascha Hauer
  0 siblings, 2 replies; 4+ messages in thread
From: Ahmad Fatoum @ 2019-08-09 12:29 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

The SoC's vendor is NXP. Correct the typo.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 Documentation/boards/imx/nxp-imx8mq-evk.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/boards/imx/nxp-imx8mq-evk.rst b/Documentation/boards/imx/nxp-imx8mq-evk.rst
index a8624130ea8f..26e102c64d0d 100644
--- a/Documentation/boards/imx/nxp-imx8mq-evk.rst
+++ b/Documentation/boards/imx/nxp-imx8mq-evk.rst
@@ -74,7 +74,7 @@ Build Barebox
 Boot Configuration
 ==================
 
-The NXM i.MX8MQ EVK Evaluation Board has two switches responsible for
+The NXP i.MX8MQ EVK Evaluation Board has two switches responsible for
 configuring bootsource/boot mode:
 
  * SW802 for selecting appropriate BMOD
-- 
2.20.1


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 2/2] Documentation: add imx6ull-evk boot mode documentation
  2019-08-09 12:29 [PATCH 1/2] Documentation: imx8mq-evk: fix typo (s/NXM/NXP/) Ahmad Fatoum
@ 2019-08-09 12:29 ` Ahmad Fatoum
  2019-08-09 12:33   ` [PATCH] fixup! " Ahmad Fatoum
  2019-08-12  7:08 ` [PATCH 1/2] Documentation: imx8mq-evk: fix typo (s/NXM/NXP/) Sascha Hauer
  1 sibling, 1 reply; 4+ messages in thread
From: Ahmad Fatoum @ 2019-08-09 12:29 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

The compute module on the 6ULL-EVK has two DIP switches for choosing the
boot mode. Instead of looking them up in the vendor documentation[1] each
time, document them here.

[1]: https://media.digikey.com/pdf/Data%20Sheets/Freescale%20Semi/i.MX_6UL_EVK_QSG.pdf

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 Documentation/boards/imx/nxp-imx6ull-evk.rst | 62 ++++++++++++++++++++
 1 file changed, 62 insertions(+)
 create mode 100644 Documentation/boards/imx/nxp-imx6ull-evk.rst

diff --git a/Documentation/boards/imx/nxp-imx6ull-evk.rst b/Documentation/boards/imx/nxp-imx6ull-evk.rst
new file mode 100644
index 000000000000..04d35ba73f6d
--- /dev/null
+++ b/Documentation/boards/imx/nxp-imx6ull-evk.rst
@@ -0,0 +1,62 @@
+NXP i.MX6ULL EVK Evaluation Board
+=================================
+
+Board comes with:
+
+* 512MiB of DDR3L SDRAM
+* 256 MB Quad SPI Flash
+
+
+Boot Configuration
+==================
+
+The NXP i.MX6ULL EVK Evaluation Board has two switches responsible for
+configuring bootsource/boot mode:
+
+ * SW602 for selecting appropriate BOOT_MODE
+ * SW601 for selecting appropriate boot medium
+
+In order to select internal boot set SW602 as follows::
+
+  +-----+
+  |     |
+  | O | | <--- on = high level
+  | | | |
+  | | O | <--- off = low level
+  |     |
+  | 1 2 |
+  +-----+
+
+Bootsource is the QSPI::
+
+  +---------+
+  |         |
+  | | | | | |
+  | | | | | |  <---- QSPI
+  | O O O O |
+  |         |
+  | 1 2 3 4 |
+  +---------+
+
+Bootsource is the MicroSD::
+
+  +---------+
+  |         |
+  | | | O | |
+  | | | | | |  <---- MicroSD
+  | O O | O |
+  |         |
+  | 1 2 3 4 |
+  +---------+
+
+
+Serial boot SW602 setting needed for ``imx-usb-loader`` is as follows::
+
+  +-----+
+  |     |
+  | | O | <--- on = high level
+  | | | |
+  | O | | <--- off = low level
+  |     |
+  | 1 2 |
+  +-----+
-- 
2.20.1


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] fixup! Documentation: add imx6ull-evk boot mode documentation
  2019-08-09 12:29 ` [PATCH 2/2] Documentation: add imx6ull-evk boot mode documentation Ahmad Fatoum
@ 2019-08-09 12:33   ` Ahmad Fatoum
  0 siblings, 0 replies; 4+ messages in thread
From: Ahmad Fatoum @ 2019-08-09 12:33 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

To be pedantic, the RAM/Flash is on the compute module not the base
board. Correct this..
---
 Documentation/boards/imx/nxp-imx6ull-evk.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/boards/imx/nxp-imx6ull-evk.rst b/Documentation/boards/imx/nxp-imx6ull-evk.rst
index 04d35ba73f6d..702f55dff825 100644
--- a/Documentation/boards/imx/nxp-imx6ull-evk.rst
+++ b/Documentation/boards/imx/nxp-imx6ull-evk.rst
@@ -1,7 +1,7 @@
 NXP i.MX6ULL EVK Evaluation Board
 =================================
 
-Board comes with:
+Compute module comes with:
 
 * 512MiB of DDR3L SDRAM
 * 256 MB Quad SPI Flash
-- 
2.20.1


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] Documentation: imx8mq-evk: fix typo (s/NXM/NXP/)
  2019-08-09 12:29 [PATCH 1/2] Documentation: imx8mq-evk: fix typo (s/NXM/NXP/) Ahmad Fatoum
  2019-08-09 12:29 ` [PATCH 2/2] Documentation: add imx6ull-evk boot mode documentation Ahmad Fatoum
@ 2019-08-12  7:08 ` Sascha Hauer
  1 sibling, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2019-08-12  7:08 UTC (permalink / raw)
  To: Ahmad Fatoum; +Cc: barebox

On Fri, Aug 09, 2019 at 02:29:42PM +0200, Ahmad Fatoum wrote:
> The SoC's vendor is NXP. Correct the typo.
> 
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
>  Documentation/boards/imx/nxp-imx8mq-evk.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-12  7:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-09 12:29 [PATCH 1/2] Documentation: imx8mq-evk: fix typo (s/NXM/NXP/) Ahmad Fatoum
2019-08-09 12:29 ` [PATCH 2/2] Documentation: add imx6ull-evk boot mode documentation Ahmad Fatoum
2019-08-09 12:33   ` [PATCH] fixup! " Ahmad Fatoum
2019-08-12  7:08 ` [PATCH 1/2] Documentation: imx8mq-evk: fix typo (s/NXM/NXP/) Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox