public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mx31pdk: Remove unneeded config
@ 2011-09-12 16:32 Fabio Estevam
  2011-09-13 11:10 ` Stefano Babic
  2011-10-10 15:43 ` Stefano Babic
  0 siblings, 2 replies; 6+ messages in thread
From: Fabio Estevam @ 2011-09-12 16:32 UTC (permalink / raw)
  To: u-boot

Currently there are two config options for building a U-boot binary for MX31PDK:

make mx31pdk_config

or, 

make mx31pdk_nand_config

mx31pdk_config was developed first when no NAND SPL support was available for 
MX31 and it requires that the U-boot binary is loaded into RAM via JTAG and it 
forces SKIP_LOWLEVEL_INIT.

mx31pdk_nand_config was added later and it allows booting from NAND Flash.

Leave just one config option called mx31pdk so that it produces a binary that can boot from NAND Flash.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---

This applies on Stefano's origin/next branch.

 boards.cfg |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/boards.cfg b/boards.cfg
index 446ed04..1e2ff43 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -41,8 +41,7 @@ mx31ads                      arm         arm1136     -                   freesca
 imx31_litekit                arm         arm1136     -                   logicpd        mx31
 imx31_phycore                arm         arm1136     -                   -              mx31
 imx31_phycore_eet            arm         arm1136     imx31_phycore       -              mx31         imx31_phycore:IMX31_PHYCORE_EET
-mx31pdk_nand                 arm         arm1136     mx31pdk             freescale      mx31         mx31pdk:NAND_U_BOOT
-mx31pdk                      arm         arm1136     -                   freescale      mx31         mx31pdk:SKIP_LOWLEVEL_INIT
+mx31pdk                      arm         arm1136     -                   freescale      mx31         mx31pdk:NAND_U_BOOT
 mx35pdk                      arm         arm1136     -                   freescale      mx35
 omap2420h4                   arm         arm1136     -                   ti             omap24xx
 tnetv107x_evm                arm         arm1176     tnetv107xevm        ti             tnetv107x
-- 
1.6.0.4

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

* [U-Boot] [PATCH] mx31pdk: Remove unneeded config
  2011-09-12 16:32 [U-Boot] [PATCH] mx31pdk: Remove unneeded config Fabio Estevam
@ 2011-09-13 11:10 ` Stefano Babic
  2011-10-10 15:28   ` Fabio Estevam
  2011-10-10 15:43 ` Stefano Babic
  1 sibling, 1 reply; 6+ messages in thread
From: Stefano Babic @ 2011-09-13 11:10 UTC (permalink / raw)
  To: u-boot

On 09/12/2011 06:32 PM, Fabio Estevam wrote:
> Currently there are two config options for building a U-boot binary for MX31PDK:
> 
> make mx31pdk_config
> 
> or, 
> 
> make mx31pdk_nand_config
> 
> mx31pdk_config was developed first when no NAND SPL support was available for 
> MX31 and it requires that the U-boot binary is loaded into RAM via JTAG and it 
> forces SKIP_LOWLEVEL_INIT.
> 
> mx31pdk_nand_config was added later and it allows booting from NAND Flash.
> 
> Leave just one config option called mx31pdk so that it produces a binary that can boot from NAND Flash.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

Agree, nand is the only way to boot this board.

Acked-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

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

* [U-Boot] [PATCH] mx31pdk: Remove unneeded config
  2011-09-13 11:10 ` Stefano Babic
@ 2011-10-10 15:28   ` Fabio Estevam
  2011-10-10 15:41     ` Stefano Babic
  2011-10-10 17:46     ` Wolfgang Denk
  0 siblings, 2 replies; 6+ messages in thread
From: Fabio Estevam @ 2011-10-10 15:28 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

On Tue, Sep 13, 2011 at 8:10 AM, Stefano Babic <sbabic@denx.de> wrote:
> On 09/12/2011 06:32 PM, Fabio Estevam wrote:
>> Currently there are two config options for building a U-boot binary for MX31PDK:
>>
>> make mx31pdk_config
>>
>> or,
>>
>> make mx31pdk_nand_config
>>
>> mx31pdk_config was developed first when no NAND SPL support was available for
>> MX31 and it requires that the U-boot binary is loaded into RAM via JTAG and it
>> forces SKIP_LOWLEVEL_INIT.
>>
>> mx31pdk_nand_config was added later and it allows booting from NAND Flash.
>>
>> Leave just one config option called mx31pdk so that it produces a binary that can boot from NAND Flash.
>>
>> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>
> Agree, nand is the only way to boot this board.
>
> Acked-by: Stefano Babic <sbabic@denx.de>

Ping?

Regards,

Fabio Estevam

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

* [U-Boot] [PATCH] mx31pdk: Remove unneeded config
  2011-10-10 15:28   ` Fabio Estevam
@ 2011-10-10 15:41     ` Stefano Babic
  2011-10-10 17:46     ` Wolfgang Denk
  1 sibling, 0 replies; 6+ messages in thread
From: Stefano Babic @ 2011-10-10 15:41 UTC (permalink / raw)
  To: u-boot

On 10/10/2011 05:28 PM, Fabio Estevam wrote:
> Hi Wolfgang,
> 
> On Tue, Sep 13, 2011 at 8:10 AM, Stefano Babic <sbabic@denx.de> wrote:
>> On 09/12/2011 06:32 PM, Fabio Estevam wrote:
>>> Currently there are two config options for building a U-boot binary for MX31PDK:
>>>
>>> make mx31pdk_config
>>>
>>> or,
>>>
>>> make mx31pdk_nand_config
>>>
>>> mx31pdk_config was developed first when no NAND SPL support was available for
>>> MX31 and it requires that the U-boot binary is loaded into RAM via JTAG and it
>>> forces SKIP_LOWLEVEL_INIT.
>>>
>>> mx31pdk_nand_config was added later and it allows booting from NAND Flash.
>>>
>>> Leave just one config option called mx31pdk so that it produces a binary that can boot from NAND Flash.
>>>
>>> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>>
>> Agree, nand is the only way to boot this board.
>>
>> Acked-by: Stefano Babic <sbabic@denx.de>
> 
> Ping?

Sorry, your patch is in my queue and I have not yet merged because I
needed the other patches ("Makefile: remove mx31pdk exception" and
"Makefile: drop imx31_phycore from general Makefile") to apply it. They
are now in mainline, so I can merge it.

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

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

* [U-Boot] [PATCH] mx31pdk: Remove unneeded config
  2011-09-12 16:32 [U-Boot] [PATCH] mx31pdk: Remove unneeded config Fabio Estevam
  2011-09-13 11:10 ` Stefano Babic
@ 2011-10-10 15:43 ` Stefano Babic
  1 sibling, 0 replies; 6+ messages in thread
From: Stefano Babic @ 2011-10-10 15:43 UTC (permalink / raw)
  To: u-boot

On 09/12/2011 06:32 PM, Fabio Estevam wrote:
> Currently there are two config options for building a U-boot binary for MX31PDK:
> 
> make mx31pdk_config
> 
> or, 
> 
> make mx31pdk_nand_config
> 
> mx31pdk_config was developed first when no NAND SPL support was available for 
> MX31 and it requires that the U-boot binary is loaded into RAM via JTAG and it 
> forces SKIP_LOWLEVEL_INIT.
> 
> mx31pdk_nand_config was added later and it allows booting from NAND Flash.
> 
> Leave just one config option called mx31pdk so that it produces a binary that can boot from NAND Flash.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> 

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

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

* [U-Boot] [PATCH] mx31pdk: Remove unneeded config
  2011-10-10 15:28   ` Fabio Estevam
  2011-10-10 15:41     ` Stefano Babic
@ 2011-10-10 17:46     ` Wolfgang Denk
  1 sibling, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2011-10-10 17:46 UTC (permalink / raw)
  To: u-boot

Dear Fabio Estevam,

In message <CAOMZO5C0PE3F+4H8t7sVpsfUcjUFp_-Z27ZzQrObYnNvY5sPHw@mail.gmail.com> you wrote:
> 
> Ping?

Pong.  What's up?  This is i.MX, and I haven't seen any ARM (nor even
i.MX) pull requests yet.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Lead me not into temptation... I can find it myself.

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

end of thread, other threads:[~2011-10-10 17:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-12 16:32 [U-Boot] [PATCH] mx31pdk: Remove unneeded config Fabio Estevam
2011-09-13 11:10 ` Stefano Babic
2011-10-10 15:28   ` Fabio Estevam
2011-10-10 15:41     ` Stefano Babic
2011-10-10 17:46     ` Wolfgang Denk
2011-10-10 15:43 ` Stefano Babic

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