diff mbox

[U-Boot,2/2] mx28evk: Add a README file

Message ID 1332622737-2466-2-git-send-email-festevam@gmail.com
State Accepted
Commit 607dfdf568baa506dc4ff33a38be3478820648fd
Headers show

Commit Message

Fabio Estevam March 24, 2012, 8:58 p.m. UTC
Add a README file for mx28evk board.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 doc/README.mx28evk |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)
 create mode 100644 doc/README.mx28evk

Comments

Marek Vasut March 24, 2012, 10:15 p.m. UTC | #1
Dear Fabio Estevam,

> Add a README file for mx28evk board.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

Acked-by: Marek Vasut <marex@denx.de>

> ---
>  doc/README.mx28evk |   29 +++++++++++++++++++++++++++++
>  1 files changed, 29 insertions(+), 0 deletions(-)
>  create mode 100644 doc/README.mx28evk
> 
> diff --git a/doc/README.mx28evk b/doc/README.mx28evk
> new file mode 100644
> index 0000000..c6c3d37
> --- /dev/null
> +++ b/doc/README.mx28evk
> @@ -0,0 +1,29 @@
> +FREESCALE MX28EVK
> +==================
> +
> +Supported hardware: only MX28EVK rev D is supported in U-boot.
> +
> +Files of the MX28EVK port
> +--------------------------
> +
> +arch/arm/cpu/arm926ejs/mx28/	- The CPU support code for the Freescale
> i.MX28 +arch/arm/include/asm/arch-mx28/	- Header files for the Freescale
> i.MX28 +board/freescale/mx28evk/	- MX28EVK board specific files
> +include/configs/mx28evk.h	- MX28EVK configuration file
> +
> +Jumper configuration
> +---------------------
> +
> +To boot MX28EVK from an SD card, set the boot mode DIP switches as:
> +
> +   * Boot Mode Select: 1 0 0 1 (Boot from SD card Slot 0 - U42)
> +   * JTAG PSWITCH RESET: To the left (reset enabled)
> +   * Battery Source: Down
> +   * Wall 5V: Up
> +   * VDD 5V: To the left (off)
> +   * Hold Button: Down (off)
> +
> +Follow the instructions from doc/README.mx28_common to generate a bootable
> SD +card.
> +
> +Insert the SD card in slot 0, power up the board and U-boot will boot.

Best regards,
Marek Vasut
Fabio Estevam March 27, 2012, 12:30 p.m. UTC | #2
Hi Stefano,

On 3/24/12, Marek Vasut <marex@denx.de> wrote:
> Dear Fabio Estevam,
>
>> Add a README file for mx28evk board.
>>
>> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>
> Acked-by: Marek Vasut <marex@denx.de>

Would it be possible to have this patch applied for 2012.03? Or is it too late?

Since mx28evk will be introduced in 2012.03, it would be nice to have
its readme file.

Thanks,

Fabio Estevam
Marek Vasut March 27, 2012, 1:01 p.m. UTC | #3
Dear Fabio Estevam,

> Hi Stefano,
> 
> On 3/24/12, Marek Vasut <marex@denx.de> wrote:
> > Dear Fabio Estevam,
> > 
> >> Add a README file for mx28evk board.
> >> 
> >> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> > 
> > Acked-by: Marek Vasut <marex@denx.de>
> 
> Would it be possible to have this patch applied for 2012.03? Or is it too
> late?

You'd have to poke WD for that, though I personally think it would be 
beneficial.

> 
> Since mx28evk will be introduced in 2012.03, it would be nice to have
> its readme file.
> 
> Thanks,
> 
> Fabio Estevam

Best regards,
Marek Vasut
Stefano Babic March 27, 2012, 1:12 p.m. UTC | #4
On 27/03/2012 14:30, Fabio Estevam wrote:
> Hi Stefano,
> 

Hi Fabio,

> On 3/24/12, Marek Vasut <marex@denx.de> wrote:
>> Dear Fabio Estevam,
>>
>>> Add a README file for mx28evk board.
>>>
>>> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>>
>> Acked-by: Marek Vasut <marex@denx.de>
> 
> Would it be possible to have this patch applied for 2012.03? Or is it too late?

Thoretically, it is late. However, this is a documentation regarding a
feature we have since a lot of time. Before I see your mail, I was
merging the two patches...

> 
> Since mx28evk will be introduced in 2012.03,

Exactly

> it would be nice to have
> its readme file.

I think the same. The two patches will be part of my next pull request
to Albert.

Best regards,
Stefano Babic
Stefano Babic March 27, 2012, 1:29 p.m. UTC | #5
On 27/03/2012 15:01, Marek Vasut wrote:
> Dear Fabio Estevam,
> 
>> Hi Stefano,
>>
>> On 3/24/12, Marek Vasut <marex@denx.de> wrote:
>>> Dear Fabio Estevam,
>>>
>>>> Add a README file for mx28evk board.
>>>>
>>>> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>>>
>>> Acked-by: Marek Vasut <marex@denx.de>
>>
>> Would it be possible to have this patch applied for 2012.03? Or is it too
>> late?
> 
> You'd have to poke WD for that, though I personally think it would be 
> beneficial.

Marek, I have not seen your e-mail - I had sent my answer to Wolfgang, too.

IMHO I consider the two patches as a fix (that is, a missing
documentation for a board is a bug...) and I have no problem to merge
them. If nobody complains, this is the way I will do.

Regards,
Stefano
Stefano Babic March 28, 2012, 9:50 a.m. UTC | #6
On 24/03/2012 21:58, Fabio Estevam wrote:
> Add a README file for mx28evk board.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/doc/README.mx28evk b/doc/README.mx28evk
new file mode 100644
index 0000000..c6c3d37
--- /dev/null
+++ b/doc/README.mx28evk
@@ -0,0 +1,29 @@ 
+FREESCALE MX28EVK
+==================
+
+Supported hardware: only MX28EVK rev D is supported in U-boot.
+
+Files of the MX28EVK port
+--------------------------
+
+arch/arm/cpu/arm926ejs/mx28/	- The CPU support code for the Freescale i.MX28
+arch/arm/include/asm/arch-mx28/	- Header files for the Freescale i.MX28
+board/freescale/mx28evk/	- MX28EVK board specific files
+include/configs/mx28evk.h	- MX28EVK configuration file
+
+Jumper configuration
+---------------------
+
+To boot MX28EVK from an SD card, set the boot mode DIP switches as:
+
+   * Boot Mode Select: 1 0 0 1 (Boot from SD card Slot 0 - U42)
+   * JTAG PSWITCH RESET: To the left (reset enabled)
+   * Battery Source: Down
+   * Wall 5V: Up
+   * VDD 5V: To the left (off)
+   * Hold Button: Down (off)
+
+Follow the instructions from doc/README.mx28_common to generate a bootable SD
+card.
+
+Insert the SD card in slot 0, power up the board and U-boot will boot.