[U-Boot] [U-Boot-Users] Re: Ethernet loopback command

2012-04-16 Thread Ramappa Hugar
Hi all, I'm testing the ethernet loopback test on POWERPC 460EX canyonlands Board. I'm making the ethernet loopback mode by programming the phy control register.(mii w 0 0 5140) Then i'm running the ethtool command. But it is showing "loopback test failed". I have gone through the code wha

Re: [U-Boot] [U-Boot-Users] Re: Ethernet loopback command

2012-04-16 Thread Stefan Roese
On Monday 16 April 2012 08:00:42 Ramappa Hugar wrote: > I'm testing the ethernet loopback test on POWERPC 460EX canyonlands > Board. I'm making the ethernet loopback mode by programming the phy > control register.(mii w 0 0 5140) > > Then i'm running the ethtool command. "ethtool" command? This

Re: [U-Boot] [PATCH 1/4] usb:gadget:composite Composite framework - files from Linux kernel

2012-04-16 Thread Lukasz Majewski
Hi Wolfgang, > Dear Lukasz Majewski, > > In message <1334214931-19480-2-git-send-email-l.majew...@samsung.com> > you wrote: > > Two files from Linux kernel source tree have been ported > > to u-boot (Linux Kernel v2.6.36): > > BTW - would it not make sense to use more recent code as referenc

Re: [U-Boot] [PATCH 2/4] usb:gadget:composite: Linux composite.{h/c} code adjustement for u-boot

2012-04-16 Thread Lukasz Majewski
Hi Wolfgang, > > /* > > + * Linux kernel compatibility layer > > + */ I'm a bit confused about the policy with porting files: http://www.denx.de/wiki/U-Boot/Patches This says clearly: document from where the code comes from. I wanted to show from where the file has been taken. Those files d

Re: [U-Boot] [PATCH] usb:udc:samsung Add functions for storing private gadget data in UDC driver

2012-04-16 Thread Lukasz Majewski
Hi Marek Vasut, > Dear Lukasz Majewski, > > > This commit adds support for storing private data to Samsung's UDC > > driver. This data is afterward used by usb gadget. > > > > Signed-off-by: Lukasz Majewski > > Signed-off-by: Kyungmin Park > > Cc: Marek Vasut > > --- > > drivers/usb/gadget/s

Re: [U-Boot] [PATCH] usb:udc:samsung Add functions for storing private gadget data in UDC driver

2012-04-16 Thread Marek Vasut
Dear Lukasz Majewski, > Hi Marek Vasut, > > > Dear Lukasz Majewski, > > > > > This commit adds support for storing private data to Samsung's UDC > > > driver. This data is afterward used by usb gadget. > > > > > > Signed-off-by: Lukasz Majewski > > > Signed-off-by: Kyungmin Park > > > Cc: Mar

Re: [U-Boot] Please pull u-boot-ti/master

2012-04-16 Thread Albert ARIBAUD
Hi Tom, Le 10/04/2012 19:57, Tom Rini a écrit : Hello, The following changes since commit 4a0764858b0bdcb3508f01b96e3fa32b16cdb30f: Simon Glass (1): arm: Use common .lds file where possible are available in the git repository at: git://git.denx.de/u-boot-ti master Bernhard Wal

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-04-16 Thread Albert ARIBAUD
Hi Stefano, Le 11/04/2012 16:22, Stefano Babic a écrit : Hi Albert, please pull from u-boot-imx. Note: I rebased on u-boot mainline, because I needed some patches for testing that were merged by Wolfgang, and I could not find in u-boot-arm. Let me know if this is a problem for you ;-) The foll

Re: [U-Boot] [PATCH] i.MX6: arm2: Add AXI cache and Qos setting

2012-04-16 Thread Stefano Babic
On 13/04/2012 08:46, Dirk Behme wrote: > Do the same AXI cache and Qos settings done already in the > SabreLite imximage.cfg for the ARM2 board, too. > > It fixes a display flash issue caused by low priority of > the display IDMA channel. > > Signed-off-by: Dirk Behme > CC: Jason Chen > CC: Jas

Re: [U-Boot] [PATCH 1/4] usb:gadget:composite Composite framework - files from Linux kernel

2012-04-16 Thread Wolfgang Denk
Dear Lukasz Majewski, In message <20120416111035.3f4cba36@lmajewski.digital.local> you wrote: > > > In message <1334214931-19480-2-git-send-email-l.majew...@samsung.com> > > you wrote: > > > Two files from Linux kernel source tree have been ported > > > to u-boot (Linux Kernel v2.6.36): > >

Re: [U-Boot] [PATCH 2/4] usb:gadget:composite: Linux composite.{h/c} code adjustement for u-boot

2012-04-16 Thread Wolfgang Denk
Dear Lukasz Majewski, In message <20120416112308.00700f08@lmajewski.digital.local> you wrote: > > I'm a bit confused about the policy with porting files: > > http://www.denx.de/wiki/U-Boot/Patches > > This says clearly: document from where the code comes from. > I wanted to show from where the

Re: [U-Boot] [PATCH 4/9] imx: nand: Place BBT patterns into free OOB region

2012-04-16 Thread Scott Wood
On 04/16/2012 01:41 AM, Timo Ketola wrote: Should I post v3 patchset now or only this one again or minimize noise and wait for more comments? Whichever you'd prefer. -Scott ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/li

[U-Boot] Pull request: u-boot-arm/master

2012-04-16 Thread Albert ARIBAUD
Hi Wolfgang, The following changes since commit 3f0675d1a532dbf1fd906103e4b61a6fb842c257: Merge branch 'marek.va...@gmail.com' of git://git.denx.de/u-boot-staging (2012-04-09 21:34:27 +0200) are available in the git repository at: git://git.denx.de/u-boot-arm master Anatolij Gustschin (

[U-Boot] [ARM] [STATUS] for 04/21 release

2012-04-16 Thread Albert ARIBAUD
Hi all, I have just done a ./MAKEALL arm with the Mentor Graphics / CodeSourcery toochain release 2011.09-69, and the results are: - 277 targets built - 32 targets with warnings - 3 targets with errors Of the 61 warnings generated, there are only two sorts: - 48 'warning: /opt/arm-2011.09/b

Re: [U-Boot] [PATCH 08/08] include/configs: Better utilize CONFIG_SYS_NO_FLASH

2012-04-16 Thread Tom Rini
On 04/13/2012 11:22 PM, Wolfgang Denk wrote: Dear Tom Rini, In message<1334355606-16491-9-git-send-email-tr...@ti.com> you wrote: In config files which it is clear when CONFIG_SYS_NO_FLASH will be set s/which it is clear when/where it is clear that/ ? (either unconditionally or based on lo

[U-Boot] [PATCH] Add doc/README.kbd

2012-04-16 Thread Eric Nelson
Signed-off-by: Eric Nelson --- doc/README.kbd | 84 1 files changed, 84 insertions(+), 0 deletions(-) create mode 100644 doc/README.kbd diff --git a/doc/README.kbd b/doc/README.kbd new file mode 100644 index 000..dff4b92 --- /dev/n

Re: [U-Boot] [PATCH] Add doc/README.kbd

2012-04-16 Thread Eric Nelson
On 04/16/2012 08:48 AM, Eric Nelson wrote: Signed-off-by: Eric Nelson --- doc/README.kbd | 84 1 files changed, 84 insertions(+), 0 deletions(-) create mode 100644 doc/README.kbd diff --git a/doc/README.kbd b/doc/README.kbd new fil

[U-Boot] [PATCH] drivers/mtd/onenand/onenand_base.c: fix build warning

2012-04-16 Thread Anatolij Gustschin
Fix: onenand_base.c: In function 'onenand_probe': onenand_base.c:2577:6: warning: variable 'maf_id' set but not used [-Wunused-but-set-variable] Signed-off-by: Anatolij Gustschin Cc: Lukasz Majewski --- drivers/mtd/onenand/onenand_base.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions

[U-Boot] Pull request: u-boot-staging

2012-04-16 Thread Anatolij Gustschin
Hello Wolfgang, Please pull some fixes/updates for v2012.04. Thanks! The following changes since commit 3f0675d1a532dbf1fd906103e4b61a6fb842c257: Merge branch 'marek.va...@gmail.com' of git://git.denx.de/u-boot-staging (2012-04-09 21:34:27 +0200) are available in the git repository at: gi

[U-Boot] [PATCH V2] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-16 Thread Eric Nelson
Uses the 'magic_keys' idiom as described in doc/README.kbd: http://lists.denx.de/pipermail/u-boot/2012-April/122502.html Signed-off-by: Eric Nelson --- V2 based on suggestion by Wolfgang to follow prior implementations. board/freescale/mx6qsabrelite/mx6qsabrelite.c | 121 ++

Re: [U-Boot] [PATCH V2] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-16 Thread Marek Vasut
Dear Eric Nelson, > Uses the 'magic_keys' idiom as described in doc/README.kbd: > http://lists.denx.de/pipermail/u-boot/2012-April/122502.html > > Signed-off-by: Eric Nelson > --- > V2 based on suggestion by Wolfgang to follow prior implementations. > > board/freescale/mx6qsabrelite/mx6q

Re: [U-Boot] Pull request: u-boot-arm/master

2012-04-16 Thread Marek Vasut
Dear Albert ARIBAUD, > Hi Wolfgang, > > The following changes since commit > 3f0675d1a532dbf1fd906103e4b61a6fb842c257: You're missing those two ARM926 cache patches I assigned to you in patchwork. Can you please check them and amend them to this pull rq ? Thanks! > >Merge branch 'marek.v

[U-Boot] FW: I want to use Barebox

2012-04-16 Thread ANDY KENNEDY
Wolfgang corresponded with me over the weekend asking me to (in the interest of being fair) repost this message to the U-Boot list as well to allow you the opportunity to expound upon the benefits of U-Boot as our selection for our in-house universal boot loader. You guys know best the glories of

[U-Boot] Add support for Mini2440

2012-04-16 Thread Gabriel Huau
Hi all, This is a first patch to introduce the support of the Mini2440. It's a board based on the S3C2440, arm920t. I based the support on the code of BusError (old version of u-boot). I have a few work to do again, like some clean up in the configuration file. Currently, with this patch, we can

Re: [U-Boot] [PATCH V2] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-16 Thread Eric Nelson
Thanks for reviewing Marek, On 04/16/2012 10:29 AM, Marek Vasut wrote: Dear Eric Nelson, Uses the 'magic_keys' idiom as described in doc/README.kbd: http://lists.denx.de/pipermail/u-boot/2012-April/122502.html Signed-off-by: Eric Nelson --- V2 based on suggestion by Wolfgang to follow

[U-Boot] [PATCH V3] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-16 Thread Eric Nelson
Uses the 'magic_keys' idiom as described in doc/README.kbd: http://lists.denx.de/pipermail/u-boot/2012-April/122502.html Signed-off-by: Eric Nelson --- V2 based on suggestion by Wolfgang to follow prior implementations. V3 fixes style issues highlighted by Marek Vasut. board/freescale/m

Re: [U-Boot] Pull request: u-boot-arm/master

2012-04-16 Thread Albert ARIBAUD
Hi Marek, Le 16/04/2012 20:18, Marek Vasut a écrit : Dear Albert ARIBAUD, Hi Wolfgang, The following changes since commit 3f0675d1a532dbf1fd906103e4b61a6fb842c257: You're missing those two ARM926 cache patches I assigned to you in patchwork. Can you please check them and amend them to this

Re: [U-Boot] Pull request: u-boot-arm/master

2012-04-16 Thread Albert ARIBAUD
Le 16/04/2012 20:18, Marek Vasut a écrit : Dear Albert ARIBAUD, Hi Wolfgang, The following changes since commit 3f0675d1a532dbf1fd906103e4b61a6fb842c257: You're missing those two ARM926 cache patches I assigned to you in patchwork. Can you please check them and amend them to this pull rq ?

[U-Boot] [UPDATED] Pull request: u-boot-arm/master

2012-04-16 Thread Albert ARIBAUD
Hi Wolfgang, The following changes since commit 3f0675d1a532dbf1fd906103e4b61a6fb842c257: Merge branch 'marek.va...@gmail.com' of git://git.denx.de/u-boot-staging (2012-04-09 21:34:27 +0200) are available in the git repository at: git://git.denx.de/u-boot-arm master Anatolij Gustschin (

Re: [U-Boot] [PATCH 08/08] include/configs: Better utilize CONFIG_SYS_NO_FLASH

2012-04-16 Thread Wolfgang Denk
Dear Tom Rini, In message <4f8c3615.9040...@ti.com> you wrote: > > > I actually tend to believe it is a bad idea to have the #ifdef for > > CONFIG_SYS_NO_FLASH in > > And perhaps we should drop IMLS/FLASH from config_cmd_default these days? No. Rather I'd like to see "imls" extended to support

Re: [U-Boot] Pull request: u-boot-staging

2012-04-16 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <20120416184206.7442cc9f@wker> you wrote: > Hello Wolfgang, > > Please pull some fixes/updates for v2012.04. Thanks! > > The following changes since commit 3f0675d1a532dbf1fd906103e4b61a6fb842c257: > > Merge branch 'marek.va...@gmail.com' of git://git.denx.

Re: [U-Boot] [UPDATED] Pull request: u-boot-arm/master

2012-04-16 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4f8c7e98.5040...@aribaud.net> you wrote: > Hi Wolfgang, > > The following changes since commit 3f0675d1a532dbf1fd906103e4b61a6fb842c257: > >Merge branch 'marek.va...@gmail.com' of > git://git.denx.de/u-boot-staging (2012-04-09 21:34:27 +0200) > > are availa

Re: [U-Boot] Status of fsl_elbc_nand driver and 4k page NAND / 4bit ECC

2012-04-16 Thread Scott Wood
On 04/13/2012 05:15 PM, Rafael Beims wrote: > On Wed, Apr 11, 2012 at 9:22 PM, Scott Wood > wrote: > > On 04/11/2012 07:14 PM, Rafael Beims wrote: > > Hello Scott, > On Wed, Apr 11, 2012 at 6:54 PM, Scott Wood > mailto:scottw...@freesca

Re: [U-Boot] [PATCH V3] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-16 Thread Marek Vasut
Dear Eric Nelson, > Uses the 'magic_keys' idiom as described in doc/README.kbd: > http://lists.denx.de/pipermail/u-boot/2012-April/122502.html > > Signed-off-by: Eric Nelson Acked-by: Marek Vasut > --- > V2 based on suggestion by Wolfgang to follow prior implementations. > V3 fixes style

Re: [U-Boot] FW: I want to use Barebox

2012-04-16 Thread Graeme Russ
Hi Andy, On Tue, Apr 17, 2012 at 1:58 AM, ANDY KENNEDY wrote: > Wolfgang corresponded with me over the weekend asking me to (in the > interest of being fair) repost this message to the U-Boot list as well > to allow you the opportunity to expound upon the benefits of U-Boot > as our selection for

Re: [U-Boot] [PATCH 08/08] include/configs: Better utilize CONFIG_SYS_NO_FLASH

2012-04-16 Thread Tom Rini
On 04/16/2012 01:56 PM, Wolfgang Denk wrote: Dear Tom Rini, In message<4f8c3615.9040...@ti.com> you wrote: I actually tend to believe it is a bad idea to have the #ifdef for CONFIG_SYS_NO_FLASH in And perhaps we should drop IMLS/FLASH from config_cmd_default these days? No. Rather I'd l

Re: [U-Boot] [PATCH v7] kirkwood: add NAS62x0 board support

2012-04-16 Thread Simon Baatz
Hi, Am 14.04.2012 19:25, schrieb Luka Perkov: > NAS6210 eSATA port is not working from uboot... That is why there are > CONFIG_BOARD_IS_IB_NAS6210 and CONFIG_BOARD_IS_IB_NAS6220 in ib62x0.h > config file. > > I think I have found the reason why the eSATA port is not working on the 6210. I think t

Re: [U-Boot] Pull request: u-boot-arm/master

2012-04-16 Thread Stefano Babic
On 16/04/2012 22:15, Albert ARIBAUD wrote: > Le 16/04/2012 20:18, Marek Vasut a écrit : >> Dear Albert ARIBAUD, >> Hi Albert, >>> Hi Wolfgang, >>> >>> The following changes since commit >>> 3f0675d1a532dbf1fd906103e4b61a6fb842c257: >> >> You're missing those two ARM926 cache patches I assigned to

[U-Boot] Pull request: u-boot-imx

2012-04-16 Thread Stefano Babic
Hi Albert, please pull from u-boot-imx. Last fix before release, I hope. The following changes since commit 2f002eceae44c21656b7f596624c636157ffdf1c: MX35: mx35pdk: wrong board revision (2012-04-16 14:53:59 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git

Re: [U-Boot] [U-Boot-Users] Re: Ethernet loopback command

2012-04-16 Thread Ramu
Stefan Roese denx.de> writes: > > On Monday 16 April 2012 08:00:42 Ramappa Hugar wrote: > > I'm testing the ethernet loopback test on POWERPC 460EX canyonlands > > Board. I'm making the ethernet loopback mode by programming the phy > > control register.(mii w 0 0 5140) > > > > Then i'm running

Re: [U-Boot] [U-Boot-Users] Re: Ethernet loopback command

2012-04-16 Thread Stefan Roese
On Tuesday 17 April 2012 07:47:35 Ramu wrote: > > I suggest that you take a look at the POST (Power On Self Test) > > framework. It has support for ethernet loopback test for PPC4xx. E.g. > > board sequoia. Look for CONFIG_SYS_POST_ETHER and take a look at the > > following file: > > > > post/cpu/

[U-Boot] Switching CPU between SPL and non-SPL build

2012-04-16 Thread Allen Martin
Changing the subject line since this thread isn't really about toolchains any more. > > The problem I'm having with the SPL build is that a single entry in > > boards.cfg can have exactly one architecture and CPU model. So > > But you can define any tye of CONFIG_ settings, both in boards.cfg and