[U-Boot] [PATCH] arm: rmobile: bugfix: wrong register saving in lowlevel_init

2012-10-04 Thread Tetsuyuki Kobayashi
lowlevel_init() of rmobile badly assumed that ip register holds return address. The commit "63ee53a7 armv7 cpu_init_crit: Simplify code" breaks this assumption. This patch removes this bad assumption and simplify code. Signed-off-by: Tetsuyuki Kobayashi --- Hello, Albert Hello, Tom Thank you for

Re: [U-Boot] [PATCH 1/4 V2] doc: kerneldoc: Implant DocBook from Linux kernel

2012-10-04 Thread Marek Vasut
Dear Graeme Russ, > Hi Marek, > > On Fri, Oct 5, 2012 at 10:28 AM, Marek Vasut wrote: > > Dear Albert ARIBAUD, > > > >> Hi Marek, > >> > >> Comments based on the assumption that we want to sync with the Linux > >> tools. > >> > >> General comment/hypothetical question: would it not be simpler

Re: [U-Boot] [PATCH 1/4 V2] doc: kerneldoc: Implant DocBook from Linux kernel

2012-10-04 Thread Graeme Russ
Hi Marek, On Fri, Oct 5, 2012 at 10:28 AM, Marek Vasut wrote: > Dear Albert ARIBAUD, > >> Hi Marek, >> >> Comments based on the assumption that we want to sync with the Linux >> tools. >> >> General comment/hypothetical question: would it not be simpler to patch >> the existing Linux tools in-pla

[U-Boot] Future direction of the x86 architecture in U-Boot

2012-10-04 Thread Graeme Russ
Hi All, You may have noticed a distinct lack of activity related to x86 code lately. There are a number of reasons for this, but none of them signify an end to x86 U-Boot. I've fielded a number of questions lately (mostly off list) and I want to bring the outcome of those discussions to some form

Re: [U-Boot] [PATCH 1/4 V2] doc: kerneldoc: Implant DocBook from Linux kernel

2012-10-04 Thread Marek Vasut
Dear Albert ARIBAUD, > Hi Marek, > > Comments based on the assumption that we want to sync with the Linux > tools. > > General comment/hypothetical question: would it not be simpler to patch > the existing Linux tools in-place so that we can use them on the U-Boot > tree? Yes, it is a good idea

Re: [U-Boot] [PATCH V3 27/32] mx6qsabrelite: add support for mx6 solo/duallite

2012-10-04 Thread Troy Kisky
On 10/3/2012 8:23 PM, Otavio Salvador wrote: On Wed, Oct 3, 2012 at 10:47 PM, Troy Kisky wrote: Signed-off-by: Troy Kisky --- board/freescale/mx6qsabrelite/mx6qsabrelite.c | 235 ++--- board/freescale/mx6qsabrelite/pads.h | 172 ++ I'd say mx6q

Re: [U-Boot] [PATCH V3 30/32] mx6qsabrelite: change CONFIG_SYS_PROMPT

2012-10-04 Thread Troy Kisky
On 10/3/2012 8:00 PM, Otavio Salvador wrote: On Wed, Oct 3, 2012 at 10:47 PM, Troy Kisky wrote: The prompt is not appropriate if not running on a mx6q processor. Signed-off-by: Troy Kisky But in this case the board name will change, no? No, patch 29/32 sets the new boards to use the same c

Re: [U-Boot] Please pull u-boot-ppc4xx/next

2012-10-04 Thread Marek Vasut
Dear Stefan Roese, > Hi Marek, > > On 10/03/2012 02:15 AM, Marek Vasut wrote: > >> Stefan Roese (3): > >> ppc4xx: Remove IOP480 support > >> ppc4xx: Remove ML2 board support > >> ppc4xx: Remove AP1000 board support > > > > [...] > > > > I see :-) > > > > Not many zombies remo

Re: [U-Boot] [PATCH] Sandbox: Add spi driver to sandbox

2012-10-04 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/04/12 03:14, viktor.kri...@gmail.com wrote: > From: Viktor Krivak > > Signed-off-by: Viktor Krivak [snip] > +#ifndef CONFIG_SANDBOX_SPI_BUS_NUM + #define > CONFIG_SANDBOX_SPI_BUS_NUM 1 +#endif + +#ifndef > CONFIG_SANDBOX_SPI_CS_NUM + #define

Re: [U-Boot] [PATCH 1/3] Add nitrogen6x board

2012-10-04 Thread Sinan Akman
On 10/04/2012 03:49 PM, Eric Nelson wrote: [..] + +static void setup_iomux_enet(void) +{ + gpio_direction_output(IMX_GPIO_NR(3, 23), 0); + gpio_direction_output(IMX_GPIO_NR(6, 30), 1); + gpio_direction_output(IMX_GPIO_NR(6, 25), 1); + gpio_direction_output(IMX_GPIO_NR(6, 2

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

2012-10-04 Thread Nobuhiro Iwamatsu
Hi Tom, Please pull u-boot-sh master branch. Best regards, Nobuhiro The following changes since commit 198166877768cf4d0197289a524df8a6ca0e2f19: Merge branch 'master' of git://git.denx.de/u-boot-arm (2012-10-04 10:00:42 -0700) are available in the git repository at: git://git.denx.de/u

Re: [U-Boot] [PATCH v4 5/7] MAINTAINERS: Add Tetsuyuki Kobayshi for kzm9g

2012-10-04 Thread Nobuhiro Iwamatsu
HI, On Thu, Oct 4, 2012 at 5:45 PM, Albert ARIBAUD wrote: > Hi Nohiburo, Tetsuyuki, > > On Fri, 20 Jul 2012 08:51:29 +0900, Nobuhiro Iwamatsu > wrote: > >> Applied to my arm/rmobile branch. >> Thank you. >> >> Best regards, >> Nobuhiro > > Actually this did does not seem to have been applied t

Re: [U-Boot] [PATCH] MPC85xx: remove support for TQM85xx boards

2012-10-04 Thread Tom Rini
On Thu, Oct 04, 2012 at 11:36:18AM +0200, Wolfgang Denk wrote: > Due to grown code sizes the TQM85xx boards don't build any more with > some older tool chains (like ELDK 4.2). As these boards have long > reached EOL it seems a waste of effort trying to fix them. The vendor > has agreed to drop s

Re: [U-Boot] [PATCH v1] env: fix crash using default -f -a

2012-10-04 Thread Tom Rini
On Thu, Oct 04, 2012 at 07:30:43PM +0200, Stefano Babic wrote: > newval pointer is not checked before its usage, > inside env_check_apply(). > > Signed-off-by: Stefano Babic > CC: gerlando.fala...@keymile.com Some egg on my face for not catching this to start with, confirmed problem and fix her

Re: [U-Boot] [PATCH 1/3] Add nitrogen6x board

2012-10-04 Thread Fabio Estevam
On Thu, Oct 4, 2012 at 4:49 PM, Eric Nelson wrote: > Signed-off-by: Eric Nelson > --- > board/boundary/nitrogen6x/Makefile | 41 ++ > board/boundary/nitrogen6x/README | 77 +++ > board/boundary/nitrogen6x/nitrogen6x.c | 840 > > boards.cfg

Re: [U-Boot] [PATCH 1/3] Add nitrogen6x board

2012-10-04 Thread Sinan Akman
On 10/04/2012 05:42 PM, Sinan Akman wrote: On 10/04/2012 03:49 PM, Eric Nelson wrote: [..] +gpio_direction_output(IMX_GPIO_NR(6, 24), 1); + +/* Need delay 10ms according to KSZ9021 spec */ +udelay(1000 * 10); +gpio_set_value(IMX_GPIO_NR(3, 23), 1); Don't you need a g

[U-Boot] [PATCH] ARM: prevent misaligned array inits

2012-10-04 Thread Albert ARIBAUD
Under option -munaligned-access, gcc can perform local char or 16-bit array initializations using misaligned native accesses which will throw a data abort exception. Fix files where these array initializations were unneeded, and for files known to contain such initializations, enforce gcc option -m

Re: [U-Boot] [RFC] ARM: prevent misaligned array inits

2012-10-04 Thread Albert ARIBAUD
Hi Mark, On Wed, 3 Oct 2012 09:29:09 +0200, Mark Marshall wrote: > I've just had a quick look at this in passing, but at least some of > these changes seem wrong to me. For example, the code in > board/ti/omap2420h4/sys_info.c :: display_board_info > should be: > > void display_board_info(u32

Re: [U-Boot] [PATCHv8] ARM: Add Altera SOCFPGA Cyclone5

2012-10-04 Thread Dinh Nguyen
Hi Albert, On Thu, 2012-10-04 at 21:54 +0200, ZY - albert.u.boot wrote: > Hi dingu...@altera.com, > > On Thu, 4 Oct 2012 10:46:02 -0600, wrote: > > > From: Dinh Nguyen > > > > Add minimal support for Altera's SOCFPGA Cyclone 5 hardware. > > > > Signed-off-by: Dinh Nguyen > > Signed-off-by:

[U-Boot] [PATCH v2] arm1136: Fix enable_caches()

2012-10-04 Thread Benoît Thébaudeau
enable_caches() did not enable icache if CONFIG_SYS_ICACHE_OFF was not defined but CONFIG_SYS_DCACHE_OFF was. Signed-off-by: Benoît Thébaudeau Cc: Albert Aribaud --- This patch supersedes http://patchwork.ozlabs.org/patch/177263/ . Changes for v2: - Move enable_caches() outside of the main #if

[U-Boot] [PATCH] Improve license declaration for cmd_ini.h

2012-10-04 Thread Joe Hershberger
Instead of referenceing the source webpage (which can change) include the license in the source file. Signed-off-by: Joe Hershberger Reported-by: Igor Grinberg Cc: Igor Grinberg Cc: Tom Rini Cc: Wolfgang Denk --- common/cmd_ini.c | 32 ++-- 1 file changed, 30 inse

Re: [U-Boot] [PATCHv8] ARM: Add Altera SOCFPGA Cyclone5

2012-10-04 Thread Albert ARIBAUD
Hi dingu...@altera.com, On Thu, 4 Oct 2012 10:46:02 -0600, wrote: > From: Dinh Nguyen > > Add minimal support for Altera's SOCFPGA Cyclone 5 hardware. > > Signed-off-by: Dinh Nguyen > Signed-off-by: Chin Liang See > Signed-off-by: Pavel Machek > Reviewed-by: Marek Vasut > Acked-by: Tom Tr

Re: [U-Boot] [PATCH V3 00/32] Add mx6solo/mx6duallite support

2012-10-04 Thread Albert ARIBAUD
Hi Eric, On Thu, 04 Oct 2012 07:36:45 -0700, Eric Nelson wrote: > On 10/04/2012 03:18 AM, Albert ARIBAUD wrote: > > Hi Troy, > > > > On Wed, 3 Oct 2012 18:47:02 -0700, Troy Kisky > > wrote: > > > >> This series goal is to add support for mx6solo and mx6duallite > >> variants of mx6qsabrelite

[U-Boot] [PATCH 1/3] Add nitrogen6x board

2012-10-04 Thread Eric Nelson
Signed-off-by: Eric Nelson --- board/boundary/nitrogen6x/Makefile | 41 ++ board/boundary/nitrogen6x/README | 77 +++ board/boundary/nitrogen6x/nitrogen6x.c | 840 boards.cfg |1 + include/configs/nitrogen6x.h

[U-Boot] [PATCH 3/3] nitrogen6x: initialize WL12XX pads, use to determine board type

2012-10-04 Thread Eric Nelson
Signed-off-by: Eric Nelson --- board/boundary/nitrogen6x/nitrogen6x.c | 34 +++- 1 files changed, 33 insertions(+), 1 deletions(-) diff --git a/board/boundary/nitrogen6x/nitrogen6x.c b/board/boundary/nitrogen6x/nitrogen6x.c index 469a044..16469b7 100644 --- a/board

[U-Boot] [PATCH 0/3] Add support for the Boundary Devices Nitrogen6x board

2012-10-04 Thread Eric Nelson
This series defines a board type for Nitrogen6X, an SBC from Boundary Devices. The board is closely related to the Freescale SABRE Lite board as discussed in this document. http://boundarydevices.com/differences-sabre-lite-nitrogen6x-and-som/ Because of the similarity, a Nitrogen6X U-Boot

[U-Boot] [PATCH 2/3] nitrogen6x: configure and toggle PHY reset for Nitrogen6x

2012-10-04 Thread Eric Nelson
Signed-off-by: Eric Nelson --- board/boundary/nitrogen6x/nitrogen6x.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/board/boundary/nitrogen6x/nitrogen6x.c b/board/boundary/nitrogen6x/nitrogen6x.c index e70871d..469a044 100644 --- a/board/boundary/nitrogen6x/nitro

Re: [U-Boot] [RFC] ARM: prevent misaligned array inits

2012-10-04 Thread Lucas Stach
Hi Albert, Am Dienstag, den 02.10.2012, 20:46 +0200 schrieb Albert ARIBAUD: > Under option -munaligned-access, gcc can perform local char > or 16-bit array initializations using misaligned native > accesses which will throw a data abort exception. Fix files > where these array initializations were

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

2012-10-04 Thread Tom Rini
On Thu, Oct 04, 2012 at 06:57:02PM +0200, Albert ARIBAUD wrote: > Hi Tom, > > The following changes since commit > 4668a086bb0a769b741e3a4ffab85f1c41c7cdb8: > > sandbox: Add asm/errno.h (2012-09-29 10:00:29 -0700) > > are available in the git repository at: > > git://git.denx.de/u-boot-arm

[U-Boot] [PATCH] tools: Add a README note about fw_printenv lock file

2012-10-04 Thread Joe Hershberger
Add a mention of the lock file to the README for the fw_printenv tool. Signed-off-by: Joe Hershberger Reported-by: Luka Perkov --- This patch is independent of the series, but should be applied afterward tools/env/README | 4 1 file changed, 4 insertions(+) diff --git a/tools/env/README

Re: [U-Boot] [PATCH 1/6] fdt: Check error codes returned from fdtlib when loading ITB

2012-10-04 Thread Joe Hershberger
Hi Jerry, On Fri, Aug 17, 2012 at 3:34 PM, Joe Hershberger wrote: > Before this patch, error codes returned from fdtlib were ignored and > continued access would cause a crash. Now just check if the image is > truncated and error if so. > > Signed-off-by: Joe Hershberger > --- What's the progre

[U-Boot] [PATCH v1] env: fix crash using default -f -a

2012-10-04 Thread Stefano Babic
newval pointer is not checked before its usage, inside env_check_apply(). Signed-off-by: Stefano Babic CC: gerlando.fala...@keymile.com --- common/cmd_nvedit.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c index 3474bc6..81

Re: [U-Boot] Booting through nand flash with other address

2012-10-04 Thread Scott Wood
On 10/04/2012 05:18:57 AM, Manukumar wrote: Dear all, Yes i am using P1020RDb board. Note that there are (at least) two variants of this board, one using P1_P2_RDB and the other p1_p2_rdb_pc. Actually i have to make 2 boot(u-boot) B1 and B2 B1 is stored 0x_,B2 is stored in 0x010_0

Re: [U-Boot] [PATCH v3 2/8] SPL: Port SPL framework to powerpc

2012-10-04 Thread Scott Wood
On 10/04/2012 02:36:34 AM, Stefan Roese wrote: On 10/02/2012 10:08 PM, Scott Wood wrote: +void __noreturn jump_to_image_linux(void *arg) +{ + debug("Entering kernel arg pointer: 0x%p\n", arg); + typedef void (*image_entry_arg_t)(void *, ulong r4, ulong r5, ulong r

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

2012-10-04 Thread Albert ARIBAUD
Hi Tom, The following changes since commit 4668a086bb0a769b741e3a4ffab85f1c41c7cdb8: sandbox: Add asm/errno.h (2012-09-29 10:00:29 -0700) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to 777544085d2b417a36df50eb564bf037a044e60e:

[U-Boot] [PATCH v2] lsxl: unset ncip for rescue mode

2012-10-04 Thread Michael Walle
Instead of using the serverip we get from the DHCP server, implicitly use the broadcast address, which is automatically set when no ncip environment variable is set. That way it isn't necessary to use a special DHCP configuration to set the netconsole peer. Signed-off-by: Michael Walle Cc: Praful

Re: [U-Boot] [PATCH] arm1136: cosmetic: Remove double test on CONFIG_SYS_DCACHE_OFF

2012-10-04 Thread Benoît Thébaudeau
Hi Albert, On Thursday, October 4, 2012 3:39:41 PM, Albert ARIBAUD wrote: > Hi Benoît, > > On Tue, 14 Aug 2012 15:17:09 +0200 (CEST), Benoît Thébaudeau > wrote: > > > Remove a redundant '#ifndef CONFIG_SYS_DCACHE_OFF' nested in the > > same #ifndef. > > > > Signed-off-by: Benoît Thébaudeau >

Re: [U-Boot] [RFC] ARM: prevent misaligned array inits

2012-10-04 Thread Thierry Reding
On Tue, Oct 02, 2012 at 08:46:04PM +0200, Albert ARIBAUD wrote: > Under option -munaligned-access, gcc can perform local char > or 16-bit array initializations using misaligned native > accesses which will throw a data abort exception. Fix files > where these array initializations were unneeded, an

Re: [U-Boot] [PATCH] tegra: move common features to a common makefile

2012-10-04 Thread Thierry Reding
On Wed, Oct 03, 2012 at 04:26:28PM +0200, Marc Dietrich wrote: > For Non-Nvidia boards to include newly added features (like emc clock > scaling) it would be necessary to add each feature to their own board > Makefile. This is because currently the top Makefile automaticly includes > these features

[U-Boot] [PATCHv8] ARM: Add Altera SOCFPGA Cyclone5

2012-10-04 Thread dinguyen
From: Dinh Nguyen Add minimal support for Altera's SOCFPGA Cyclone 5 hardware. Signed-off-by: Dinh Nguyen Signed-off-by: Chin Liang See Signed-off-by: Pavel Machek Reviewed-by: Marek Vasut Acked-by: Tom Trini Cc: Wolfgang Denx Cc: Albert Aribaud Cc: Stefan Roese v8: Remove no_return

Re: [U-Boot] [PATCHv7] ARM: Add Altera SOCFPGA Cyclone5

2012-10-04 Thread Albert ARIBAUD
Hi dingu...@altera.com, On Wed, 3 Oct 2012 15:38:01 -0600, wrote: > From: Dinh Nguyen > > Add minimal support for Altera's SOCFPGA Cyclone 5 hardware. > > Signed-off-by: Dinh Nguyen > Signed-off-by: Chin Liang See > Signed-off-by: Pavel Machek > Reviewed-by: Marek Vasut > Acked-by: Tom Tr

[U-Boot] env default -f -a crash with 2012.10-rc2

2012-10-04 Thread Stefano Babic
Hi, "env default -f -a" crashes on ARM with last tree. The reason is due to commit commit b64b7c3df7906342ca8abe8ae31c0c12ced3f401 Author: Gerlando Falauto Date: Fri Aug 24 00:11:41 2012 + env: make "env default" selective, check and apply that calls set_env_default() with do_apply=

Re: [U-Boot] [PATCH V3 00/32] Add mx6solo/mx6duallite support

2012-10-04 Thread Eric Nelson
Hi Troy, On 10/03/2012 06:47 PM, Troy Kisky wrote: This series goal is to add support for mx6solo and mx6duallite variants of mx6qsabrelite board. The new targets are called mx6ssabrelite and mx6dlsabrelite. The 1st 16 patches perform cleanup on imximage The final 2 patches add support for exp

Re: [U-Boot] [PATCH] arm: Add CONFIG_OF_BOARD_SETUP support to bootm

2012-10-04 Thread Albert ARIBAUD
Hi Joe, On Fri, 17 Aug 2012 15:28:50 -0500, Joe Hershberger wrote: > ARM boards need to change device tree settings as well > > Signed-off-by: Joe Hershberger > --- > arch/arm/lib/bootm.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c

Re: [U-Boot] [PATCH V3 00/32] Add mx6solo/mx6duallite support

2012-10-04 Thread Eric Nelson
On 10/04/2012 03:18 AM, Albert ARIBAUD wrote: Hi Troy, On Wed, 3 Oct 2012 18:47:02 -0700, Troy Kisky wrote: This series goal is to add support for mx6solo and mx6duallite variants of mx6qsabrelite board. The new targets are called mx6ssabrelite and mx6dlsabrelite. If the boards are known

Re: [U-Boot] [PATCH 00/72 V3] serial: Massive rework of the serial subsystem

2012-10-04 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <1348955586-7109-1-git-send-email-ma...@denx.de> you wrote: > > This patchset is a STAGE 1 of preparation of the stdio and serial subsys > > for the driver model. > > Formal complaint: > > There is no change log. > > Actually none of the p

Re: [U-Boot] [PATCH v2 01/11] ARM: fix relocation on ARM926EJS

2012-10-04 Thread Albert ARIBAUD
Hi José, On Fri, 14 Sep 2012 18:28:52 +0100, José Miguel Gonçalves wrote: > Jumping to board_init_r is not performed due to a bug on address computation. > Relocation offsets are not needed when building SPL. > > Signed-off-by: José Miguel Gonçalves > --- > Changes for v2: >- None > --- >

Re: [U-Boot] mtest: Print dcache state

2012-10-04 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/04/12 04:13, Benoît Thébaudeau wrote: > Hi Albert, Tom, > > On Thursday, October 4, 2012 1:03:48 PM, Albert ARIBAUD wrote: >> Hi Tom, >> >> On Wed, 3 Oct 2012 15:05:21 -0700, Tom Rini >> wrote: >> >>> On Mon, Aug 13, 2012 at 12:59:12AM -,

Re: [U-Boot] v2012.10-rc2 tar balls on ftp

2012-10-04 Thread Detlev Zundel
Hi Tom, > On Wed, Oct 03, 2012 at 02:25:58PM -0600, John Rigby wrote: >> On Wed, Oct 3, 2012 at 1:20 AM, Deltour, Stephane >> wrote: >> > Hi, >> > >> > Would it be possible to have the v2012.10-rc1 and v2012.10-rc2 tarballs >> > on the ftp site ? >> > >> Have you tried the snapshots feature on th

Re: [U-Boot] [PATCH] arm1136: cosmetic: Remove double test on CONFIG_SYS_DCACHE_OFF

2012-10-04 Thread Albert ARIBAUD
Hi Benoît, On Tue, 14 Aug 2012 15:17:09 +0200 (CEST), Benoît Thébaudeau wrote: > Remove a redundant '#ifndef CONFIG_SYS_DCACHE_OFF' nested in the same #ifndef. > > Signed-off-by: Benoît Thébaudeau > Cc: Albert Aribaud > --- > .../arch/arm/cpu/arm1136/cpu.c |2 -- > 1

Re: [U-Boot] [PATCH 00/72 V3] serial: Massive rework of the serial subsystem

2012-10-04 Thread Wolfgang Denk
Dear Marek Vasut, In message <1348955586-7109-1-git-send-email-ma...@denx.de> you wrote: > This patchset is a STAGE 1 of preparation of the stdio and serial subsys > for the driver model. Formal complaint: There is no change log. Actually none of the patches has any marker that it is a resubmit

Re: [U-Boot] [PATCH] lsxl: set ncip to broadcast address

2012-10-04 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message you wrote: > > > --- a/include/configs/lsxl.h > > +++ b/include/configs/lsxl.h > > @@ -146,7 +146,7 @@ > > "config_nc_dhcp=3Dsetenv autoload_old ${autoload}; "\ > > "setenv autoload no " \ > >

Re: [U-Boot] v2012.10-rc2 is now released

2012-10-04 Thread Nikita Kiryanov
Hey all, We wanted to let you know that we tested this version on our CM-T35 and CM-T37 modules, and everything was in order. The tests included: * Various network tests via Ethernet: DHCP, ping, downloading file with TFTP, switching between ethernet controllers. * NAND tests: writing (sw and hw

Re: [U-Boot] [ARM] [NOTICE] Branch u-boot-arm/master to be force-pushed

2012-10-04 Thread Albert ARIBAUD
Hello again, On Thu, 4 Oct 2012 14:13:55 +0200, Albert ARIBAUD wrote: > Hello, > > I had applied only one of the two patches in the assembler bug detection > series, which made two boards die when they should not have. Thus I > will rollback ARM master, insert the missing patch and force-push.

[U-Boot] [ARM] [NOTICE] Branch u-boot-arm/master to be force-pushed

2012-10-04 Thread Albert ARIBAUD
Hello, I had applied only one of the two patches in the assembler bug detection series, which made two boards die when they should not have. Thus I will rollback ARM master, insert the missing patch and force-push. Amicalement, -- Albert. ___ U-Boot ma

Re: [U-Boot] v2012.10-rc2 tar balls on ftp

2012-10-04 Thread Deltour, Stephane
Great, thanks. Regards, Stephane -Original Message- From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini Sent: woensdag 3 oktober 2012 22:33 To: John Rigby Cc: Deltour, Stephane; u-boot@lists.denx.de Subject: Re: [U-Boot] v2012.10-rc2 tar balls on ftp On Wed, Oct 03, 2012 at 0

Re: [U-Boot] [PATCH] lsxl: set ncip to broadcast address

2012-10-04 Thread Prafulla Wadaskar
> -Original Message- > From: Michael Walle [mailto:mich...@walle.cc] > Sent: 04 October 2012 16:45 > To: Prafulla Wadaskar > Cc: Michael Walle; u-boot@lists.denx.de; Joe Hershberger; Wolfgang > Denk > Subject: RE: [PATCH] lsxl: set ncip to broadcast address > > On Thu, October 4, 2012 12

Re: [U-Boot] [PATCH] lsxl: set ncip to broadcast address

2012-10-04 Thread Michael Walle
On Thu, October 4, 2012 12:47, Prafulla Wadaskar wrote: >> -Original Message- >> From: Michael Walle [mailto:mich...@walle.cc] >> Sent: 03 October 2012 21:15 >> To: u-boot@lists.denx.de >> Cc: Michael Walle; Prafulla Wadaskar >> Subject: [PATCH] lsxl: set ncip to broadcast address >> >> Ins

Re: [U-Boot] mtest: Print dcache state

2012-10-04 Thread Benoît Thébaudeau
Hi Albert, Tom, On Thursday, October 4, 2012 1:03:48 PM, Albert ARIBAUD wrote: > Hi Tom, > > On Wed, 3 Oct 2012 15:05:21 -0700, Tom Rini wrote: > > > On Mon, Aug 13, 2012 at 12:59:12AM -, Beno??t Th??baudeau > > wrote: > > > > > mtest tests many types of memory accesses in many different >

Re: [U-Boot] mtest: Print dcache state

2012-10-04 Thread Albert ARIBAUD
Hi Tom, On Wed, 3 Oct 2012 15:05:21 -0700, Tom Rini wrote: > On Mon, Aug 13, 2012 at 12:59:12AM -, Beno??t Th??baudeau wrote: > > > mtest tests many types of memory accesses in many different conditions. If > > dcache is enabled, memory accesses are likely bursts, and some memory > > acces

Re: [U-Boot] [PATCH] lsxl: set ncip to broadcast address

2012-10-04 Thread Prafulla Wadaskar
> -Original Message- > From: Michael Walle [mailto:mich...@walle.cc] > Sent: 03 October 2012 21:15 > To: u-boot@lists.denx.de > Cc: Michael Walle; Prafulla Wadaskar > Subject: [PATCH] lsxl: set ncip to broadcast address > > Instead of using the serverip we get from the DHCP server, use t

Re: [U-Boot] Booting through nand flash with other address

2012-10-04 Thread Manukumar
Dear all, Yes i am using P1020RDb board. Actually i have to make 2 boot(u-boot) B1 and B2 B1 is stored 0x_,B2 is stored in 0x010_ of nand flash. when 1 power cycle is given Board gets booted from 0x_ my requirement is to boot B2 from 0x010_ how can i do that? Regards Ma

Re: [U-Boot] [PATCH V3 00/32] Add mx6solo/mx6duallite support

2012-10-04 Thread Albert ARIBAUD
Hi Troy, On Wed, 3 Oct 2012 18:47:02 -0700, Troy Kisky wrote: > This series goal is to add support for mx6solo and mx6duallite > variants of mx6qsabrelite board. The new targets are > called mx6ssabrelite and mx6dlsabrelite. If the boards are known as 'mx6solo' and 'mx6duallite', they should b

[U-Boot] [PATCH] Sandbox: Add spi driver to sandbox

2012-10-04 Thread viktor . krivak
From: Viktor Krivak Signed-off-by: Viktor Krivak --- Simple spi driver which only cache input data and send them back on next call. Usefull for high level testing in sandbox. drivers/spi/Makefile |1 + drivers/spi/sandbox.c | 162 + i

Re: [U-Boot] [PATCH 1/4 V2] doc: kerneldoc: Implant DocBook from Linux kernel

2012-10-04 Thread Albert ARIBAUD
Hi Marek, Comments based on the assumption that we want to sync with the Linux tools. General comment/hypothetical question: would it not be simpler to patch the existing Linux tools in-place so that we can use them on the U-Boot tree? Detailed comments below in this spirit; ignore if suggestion

Re: [U-Boot] [PATCH] MPC85xx: remove support for TQM85xx boards

2012-10-04 Thread Stefan Roese
On 10/04/2012 11:36 AM, Wolfgang Denk wrote: > Due to grown code sizes the TQM85xx boards don't build any more with > some older tool chains (like ELDK 4.2). As these boards have long > reached EOL it seems a waste of effort trying to fix them. The vendor > has agreed to drop support for them, to

[U-Boot] [PATCH] trats: Enable EXT4 and EFI partitions support on Samsung's Trats board

2012-10-04 Thread Lukasz Majewski
Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park --- include/configs/trats.h |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/include/configs/trats.h b/include/configs/trats.h index b3b5a3d..aaf64eb 100644 --- a/include/configs/trats.h +++ b/include/config

Re: [U-Boot] [PATCH] armv7 cpu_init_crit: Simplify code

2012-10-04 Thread Albert ARIBAUD
Hi Benoît, On Sat, 11 Aug 2012 00:05:16 +0200 (CEST), Benoît Thébaudeau wrote: > We don't need to return to cpu_init_crit after calling lowlevel_init, so > lowlevel_init can directly return to the caller of cpu_init_crit. > > Signed-off-by: Benoît Thébaudeau > Cc: Albert Aribaud > --- > .../

Re: [U-Boot] [PATCH 00/11] ks8695 (cm4008, cm41xx) bugfixes, constant removals, configuration generalized

2012-10-04 Thread Albert ARIBAUD
Hi Yann, On Thu, 9 Aug 2012 15:33:06 +0200, Yann Vernier wrote: > On Fri, 6 Jul 2012 13:33:42 +0200 > Albert ARIBAUD wrote: > > > Always a problem, those board config patches... :) > > > > I'll take this one in u-boot-arm/next, but later this week-end. if by > > Monday I haven't sent an 'appl

Re: [U-Boot] [u-boot] Adding missing CONFIG_SYS_CACHELINE_SIZE to boards definitions

2012-10-04 Thread Helmut Raiger
On 10/04/2012 09:18 AM, Lukasz Majewski wrote: Hi Jens and Helmut, On Thu, Aug 23, 2012 at 10:13:13PM -, Lukasz Majewski wrote: The restoration of GPT table (both primary and secondary) is now possible. Simple GUID generation is supported. Signed-off-by: Lukasz Majewski Signed-off-by: Ky

Re: [U-Boot] [PATCH v2] Add a new "ini" command

2012-10-04 Thread Igor Grinberg
On 10/03/12 23:15, Joe Hershberger wrote: > This allows you to read ini-formatted data from anywhere and then > import one of the sections into the environment > > This is based on rev 16 at http://code.google.com/p/inih/ > > Signed-off-by: Joe Hershberger > --- > Changes in v2: > - Documented i

Re: [U-Boot] [PATCH 5/7] lcd: Fix fb offset calculation for bpix == 16 in BMP display

2012-10-04 Thread Nikita Kiryanov
Hi Simon, On 09/29/2012 03:11 AM, Simon Glass wrote: From: Tom Wai-Hong Tam For bpix == 16, each pixel is 2-byte. fb offset should shift more x bytes. Signed-off-by: Tom Wai-Hong Tam Signed-off-by: Simon Glass --- common/lcd.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(

Re: [U-Boot] [PATCH v4 2/2] arm: work around assembler bug

2012-10-04 Thread Albert ARIBAUD
Hi Allen, On Wed, 18 Jul 2012 16:45:53 -0700, Allen Martin wrote: > Disable sibling call optimization based on binutils version. This is > to work around a bug in the assember in binutils versions < 2.22. > Branches to weak symbols can be incorrectly optimized in thumb mode to > a short branch

Re: [U-Boot] [PATCH v4 5/7] MAINTAINERS: Add Tetsuyuki Kobayshi for kzm9g

2012-10-04 Thread U-Boot
Hi Nohiburo, Tetsuyuki, On Fri, 20 Jul 2012 08:51:29 +0900, Nobuhiro Iwamatsu wrote: > Applied to my arm/rmobile branch. > Thank you. > > Best regards, > Nobuhiro Actually this did does not seem to have been applied to arm/rmobile, and was not in my patchwork todo either. Should I apply the

Re: [U-Boot] [PATCH 2/2] ARM: increase lmb stack space reservation to 4KB

2012-10-04 Thread Albert ARIBAUD
Hi Rob, On Thu, 28 Jun 2012 08:54:11 -0500, Rob Herring wrote: > From: Rob Herring > > The bootm initrd image copy to ram can collide with the stack in cases > where the print buffer size is large (i.e. 1K). The result is intermittent > initrd decompression errors depending on the initrd size

Re: [U-Boot] [u-boot] Adding missing CONFIG_SYS_CACHELINE_SIZE to boards definitions

2012-10-04 Thread esw
Dear Lukasz, > Hi Jens and Helmut, > >> On Thu, Aug 23, 2012 at 10:13:13PM -, Lukasz Majewski wrote: >> >>> The restoration of GPT table (both primary and secondary) is now >>> possible. Simple GUID generation is supported. >>> >>> Signed-off-by: Lukasz Majewski >>> Signed-off-by: Kyungmin P

Re: [U-Boot] [PATCH v2] ARM: Add X600 board support (SPEAr600 based)

2012-10-04 Thread Albert ARIBAUD
Hi Stefan, On Thu, 31 May 2012 10:59:08 +0200, Stefan Roese wrote: > This patch adds support for the X600 SPEAr600 based board. Its also > the first SPEAr600 board that uses the newly introduced SPEAr600 > SPL support. Xloader is not necessary any more. By using the new > "u-boot.spr" make targe

Re: [U-Boot] [PATCH v3 6/8] fdt: cmd_fdt: Call fdt_chosen() from "fdt boardsetup"

2012-10-04 Thread Stefan Roese
Hi Matthew, On 10/03/2012 02:57 AM, McClintock Matthew-B29882 wrote: > On Tue, Oct 2, 2012 at 5:26 AM, Stefan Roese wrote: >> On 09/27/2012 10:43 PM, McClintock Matthew-B29882 wrote: >>> By calling fdt_chosen(), the chosen node will be updated / >>> created by the "fdt boardsetup" command

Re: [U-Boot] [PATCH] i2c: sh: Remove irq_wait function

2012-10-04 Thread Anatolij Gustschin
Hi Heiko, On Thu, 04 Oct 2012 08:25:55 +0200 h...@denx.de wrote: > Hello Nobuhiro, > > Nobuhiro Iwamatsu wrote: > > irq_wait function is not referred to from anywhere. > > > > Reported-by: Albert ARIBAUD > > Signed-off-by: Nobuhiro Iwamatsu > > > > --- > > drivers/i2c/sh_i2c.c | 16 ---

Re: [U-Boot] [PATCH v3 2/8] SPL: Port SPL framework to powerpc

2012-10-04 Thread Stefan Roese
On 10/02/2012 10:08 PM, Scott Wood wrote: +void __noreturn jump_to_image_linux(void *arg) +{ + debug("Entering kernel arg pointer: 0x%p\n", arg); + typedef void (*image_entry_arg_t)(void *, ulong r4, ulong r5, ulong r6, +ulong r7,

Re: [U-Boot] Please pull u-boot-ppc4xx/next

2012-10-04 Thread Stefan Roese
Hi Marek, On 10/03/2012 02:15 AM, Marek Vasut wrote: >> Stefan Roese (3): >> ppc4xx: Remove IOP480 support >> ppc4xx: Remove ML2 board support >> ppc4xx: Remove AP1000 board support > [...] > > I see :-) > > Not many zombies removed ... any plans to continue this crusade? Not

[U-Boot] [u-boot] Adding missing CONFIG_SYS_CACHELINE_SIZE to boards definitions

2012-10-04 Thread Lukasz Majewski
Hi Jens and Helmut, > On Thu, Aug 23, 2012 at 10:13:13PM -, Lukasz Majewski wrote: > > > The restoration of GPT table (both primary and secondary) is now > > possible. Simple GUID generation is supported. > > > > Signed-off-by: Lukasz Majewski > > Signed-off-by: Kyungmin Park > > While th

Re: [U-Boot] [PULL] u-boot-pxa/next

2012-10-04 Thread Albert ARIBAUD
Hi Marek, On Wed, 3 Oct 2012 02:03:57 +0200, Marek Vasut wrote: > The following changes since commit c7ee66a8222660b565e9240775efa4c82cb348c2: > > Merge branch 'next' of git://www.denx.de/git/u-boot-ppc4xx into next > (2012-10-02 10:16:40 -0700) > > are available in the git repository at: >

Re: [U-Boot] pull request for u-boot-tegra/next into ARM next

2012-10-04 Thread Albert ARIBAUD
Hi Tom, On Mon, 1 Oct 2012 13:26:19 -0700, Tom Warren wrote: > Albert, > > Please pull u-boot-tegra/next into ARM next as per the discussion > currently on-going with Lucas Stach on the list. Thanks! > > ./MAKEALL -s tegra20 runs OK, and checkpatch.pl is clean except for 1 > bogus warning abou