Re: [U-Boot] [PATCH 6/8] config: don't define CONFIG_ARCH_DEVICE_TREE

2013-06-10 Thread Jagan Teki
Hi, I think we can wait some more time to mature the fdt support on u-boot, as not many boards were using this future. may be I am also incorrect. And need to remove the CONFIG_ARCH_DEVICE_TREE references in dts/Makefile to for working this. -- Thanks, Jagan. On Tue, Jun 11, 2013 at 4:47 AM, St

Re: [U-Boot] [PATCH v2 16/16] sf: Add Flag status register polling support

2013-06-10 Thread Jagan Teki
On Tue, Jun 11, 2013 at 2:01 AM, Simon Glass wrote: > Hi Jagan, > > On Mon, Jun 10, 2013 at 8:27 AM, Jagan Teki > wrote: >> >> Hi Simon, >> >> On Sun, Jun 9, 2013 at 9:36 PM, Jagan Teki >> wrote: >> > Hi Simon, >> > >> > On Sun, Jun 9, 2013 at 7:43 PM, Simon Glass wrote: >> >> Hi Jagan, >> >> >

Re: [U-Boot] [PATCH v4 1/7] arm: add MMU/D-Cache support for Faraday cores

2013-06-10 Thread Kuo-Jung Su
2013/6/11 Albert ARIBAUD : > Hi Kuo-Jung, > > On Tue, 7 May 2013 14:25:07 +0800, Kuo-Jung Su > wrote: > >> diff --git a/arch/arm/include/asm/dma-mapping.h >> b/arch/arm/include/asm/dma-mapping.h >> index 5bbb0a0..5a13af5 100644 >> --- a/arch/arm/include/asm/dma-mapping.h >> +++ b/arch/arm/includ

Re: [U-Boot] [PATCH v4 2/7] arm: add Faraday common utilities

2013-06-10 Thread Kuo-Jung Su
2013/6/11 Albert ARIBAUD : > Hi Kuo-Jung, > > On Tue, 7 May 2013 14:25:08 +0800, Kuo-Jung Su > wrote: > > >> diff --git a/arch/arm/include/asm/mach-types.h >> b/arch/arm/include/asm/mach-types.h >> index 440b041..a103922 100644 >> --- a/arch/arm/include/asm/mach-types.h >> +++ b/arch/arm/include

Re: [U-Boot] [PATCH v4 7/7] arm: add Faraday A36x SoC platform support

2013-06-10 Thread Kuo-Jung Su
2013/6/11 Albert ARIBAUD : > Hi Kuo-Jung, > > On Tue, 7 May 2013 14:25:13 +0800, Kuo-Jung Su > wrote: > >> arch/arm/cpu/faraday/a360/Makefile| 49 + >> arch/arm/cpu/faraday/a369/Makefile| 50 + >> arch/arm/cpu/faraday/a369/cmd_fa606.c | 77 >> arch/arm/

Re: [U-Boot] [PATCH v4 6/7] arm: add Faraday firmware image utility

2013-06-10 Thread Kuo-Jung Su
2013/6/11 Albert ARIBAUD : > Hi Kuo-Jung, > > On Tue, 7 May 2013 14:25:12 +0800, Kuo-Jung Su > wrote: > >> From: Kuo-Jung Su >> >> Signed-off-by: Kuo-Jung Su >> CC: Albert Aribaud >> --- >> Changes for v4: >>- Coding Style cleanup. >>- Break up from [arm: add Faraday A36x SoC platform

[U-Boot] [PATCH 7/8] dts/Makefile: don't use cpp -P

2013-06-10 Thread Stephen Warren
From: Stephen Warren Recent dtc supports #line directives in the input source code, and even uses them to generate useful line numbers in any messages it emits. Stop passing -P to cpp, since there's no need any more. Signed-off-by: Stephen Warren --- dts/Makefile | 2 +- 1 file changed, 1 inse

[U-Boot] [PATCH 6/8] config: don't define CONFIG_ARCH_DEVICE_TREE

2013-06-10 Thread Stephen Warren
From: Stephen Warren Now that nothing uses CONFIG_ARCH_DEVICE_TREE, stop defining it. Signed-off-by: Stephen Warren --- arch/arm/cpu/armv7/tegra114/config.mk | 19 --- arch/arm/cpu/armv7/tegra20/config.mk | 26 -- arch/arm/cpu/armv7/tegra30/config.mk |

[U-Boot] [PATCH 5/8] dts/Makefile: don't define ARCH_CPU_DTS, BOARD_DTS

2013-06-10 Thread Stephen Warren
From: Stephen Warren Now that nothing uses the defines ARCH_CPU_DTS, BOARD_DTS, stop defining them. Signed-off-by: Stephen Warren --- dts/Makefile | 7 --- 1 file changed, 7 deletions(-) diff --git a/dts/Makefile b/dts/Makefile index ec89f8b..f1dad07 100644 --- a/dts/Makefile +++ b/dts/Ma

Re: [U-Boot] 2013.07-rc1 plans?

2013-06-10 Thread Tom Rini
On Mon, Jun 10, 2013 at 01:05:42PM -0300, Otavio Salvador wrote: > On Mon, Jun 10, 2013 at 12:55 PM, Tom Rini wrote: > > > On Mon, Jun 10, 2013 at 08:43:20AM -0300, Otavio Salvador wrote: > > > > > On Mon, Jun 10, 2013 at 6:26 AM, Albert ARIBAUD > > > wrote: > > > > > > > Hi Otavio, > > > > > > >

[U-Boot] [PATCH 8/8] dts/Makefile: pass -undef -D__DTS__ to cpp

2013-06-10 Thread Stephen Warren
From: Stephen Warren This brings U-Boot's cpp invocation into line with the way the Linux kernel invokes cpp on device trees. Consistency will be useful to ensure *.dts is portable between the two. -undef also has the added advantage of not defining "linux", so DT property names such as "linux,k

[U-Boot] [PATCH 4/8] dt: don't use ARCH_CPU_DTS

2013-06-10 Thread Stephen Warren
From: Stephen Warren Now that we assume dtc supports the -i option, we don't need to use ARCH_CPU_DTS in *.dts{,i}; we simply specify the include filename directly, and dtc will find it. Signed-off-by: Stephen Warren --- board/chromebook-x86/dts/link.dts | 2 +- board/samsung/dts/exyno

[U-Boot] [PATCH 0/8] rely on latest dtc, simplify

2013-06-10 Thread Stephen Warren
From: Stephen Warren This is a series of patches which simplifies the rules to build *.dts in U-Boot by relying on features in the latest dtc. The include rules are made more consistent between cpp (when processing *.dts) and dtc. The cpp flags are made more consistent with the way the kernel pro

[U-Boot] [PATCH 1/8] xilinx: move microblaze-generic .dts to standard location

2013-06-10 Thread Stephen Warren
From: Stephen Warren Aside from microblaze, all other SoCs/boards/vendors store their DT files in board/$vendor/dts/$soc-$board.dts. Move microblaze-generic.dts to this location for consistency. Signed-off-by: Stephen Warren --- .../dts/microblaze.dts => dts/microblaze-generic.dts}

[U-Boot] [PATCH 3/8] dts/Makefile: unify cpp/dtc include paths

2013-06-10 Thread Stephen Warren
From: Stephen Warren *.dts may use #include (via cpp) or /include/ (via dtc; assuming a newer dtc). The choice is up to the creator of the DT. Create a common variable DTC_INCDIRS that lists the paths searched by include statements, and update cpp and dtc invocation to use them. For cpp, also sp

[U-Boot] [PATCH 2/8] dts/Makefile: simplify dtc invocation

2013-06-10 Thread Stephen Warren
From: Stephen Warren The invocation of dtc is significantly more complex that it could be, in order to work around an issue on old versions of dtc, which print a message to stdout every time they run. Remove this workaround, on the assumption that people have or will upgrade to a newer version o

Re: [U-Boot] [PATCH 5/8] powerpc: spl: deleted unused symbol CONFIG_SPL_NAND_MINIMAL and introduced new symbol CONFIG_SPL_MINIMAL

2013-06-10 Thread Zhang Ying-B40530
From: Wood Scott-B07421 Sent: Monday, June 10, 2013 6:32 PM To: Zhang Ying-B40530 Cc: Wood Scott-B07421; u-boot@lists.denx.de; aflem...@gmail.com; Xie Xiaobo-R63061 Subject: Re: [PATCH 5/8] powerpc: spl: deleted unused symbol CONFIG_SPL_NAND_MINIMAL and i

Re: [U-Boot] [PATCH v2 06/16] sf: Update sf to support all sizes of flashes

2013-06-10 Thread Simon Glass
On Mon, Jun 10, 2013 at 9:05 AM, Jagan Teki wrote: > Hi Tom, > > On Sat, Jun 8, 2013 at 8:24 PM, Jagan Teki > wrote: > > Hi Simon, > > > > On Sat, Jun 8, 2013 at 8:11 PM, Simon Glass wrote: > >> Hi, > >> > >> On Sat, Jun 8, 2013 at 1:22 AM, Jagan Teki > wrote: > >>> > >>> Hi Simon, > >>> > >>>

Re: [U-Boot] [PATCH v2 16/16] sf: Add Flag status register polling support

2013-06-10 Thread Simon Glass
Hi Jagan, On Mon, Jun 10, 2013 at 8:27 AM, Jagan Teki wrote: > Hi Simon, > > On Sun, Jun 9, 2013 at 9:36 PM, Jagan Teki > wrote: > > Hi Simon, > > > > On Sun, Jun 9, 2013 at 7:43 PM, Simon Glass wrote: > >> Hi Jagan, > >> > >> On Sat, Jun 8, 2013 at 7:44 AM, Jagan Teki > wrote: > >>> > >>> Hi

[U-Boot] [PATCH] LaCie kirkwood boards: allow disk > 2TB

2013-06-10 Thread Frederic Leroy
From: Frédéric Leroy For big disk support, we need LBA addressing on 64 bits --- include/configs/lacie_kw.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h index 09b5798..847afcd 100644 --- a/include/configs/lacie_kw.h +++ b/include/con

Re: [U-Boot] [PATCH] LaCie kirkwood boards: allow disk > 2TB

2013-06-10 Thread Frédéric Leroy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 10/06/2013 15:44, Simon Guinot a écrit : > On Mon, Jun 10, 2013 at 03:30:53PM +0200, Frederic Leroy wrote: > > From: Frédéric Leroy > > > > For big disk support, we need LBA addressing on 64 bits > > --- > > include/configs/lacie_kw.h | 1 + > >

Re: [U-Boot] [PATCH v3] cosmetic: arm: fix comments in arch/arm/lib/crt0.S

2013-06-10 Thread Albert ARIBAUD
Hi Masahiro, On Wed, 15 May 2013 17:33:16 +0900, Masahiro Yamada wrote: > Signed-off-by: Masahiro Yamada > --- > > Changes for v2: >- Fix one more comment > > Changes for v3: >- Fix the commit log to indicate > * this patch is entirely cosmetic > * which part was changed at

Re: [U-Boot] [PATCH v4 7/7] arm: add Faraday A36x SoC platform support

2013-06-10 Thread Albert ARIBAUD
Hi Kuo-Jung, On Tue, 7 May 2013 14:25:13 +0800, Kuo-Jung Su wrote: > arch/arm/cpu/faraday/a360/Makefile| 49 + > arch/arm/cpu/faraday/a369/Makefile| 50 + > arch/arm/cpu/faraday/a369/cmd_fa606.c | 77 > arch/arm/include/asm/arch-a360/hardware.h | 73

Re: [U-Boot] [PATCH v4 6/7] arm: add Faraday firmware image utility

2013-06-10 Thread Albert ARIBAUD
Hi Kuo-Jung, On Tue, 7 May 2013 14:25:12 +0800, Kuo-Jung Su wrote: > From: Kuo-Jung Su > > Signed-off-by: Kuo-Jung Su > CC: Albert Aribaud > --- > Changes for v4: >- Coding Style cleanup. >- Break up from [arm: add Faraday A36x SoC platform support] > > Changes for v3: >- Codin

[U-Boot] : sf: spansion: Add support for S25FL128S

2013-06-10 Thread Jagan Teki
Hi, Request for few details here. I am not understanding why this is applied on tree, [even i din't see the applied note on mailing list, may be i am missing] I was asked Xie Xiaobo to send v2 fo updating the name to - .name = "S25FL129P_64K/S25FL128S", + .name = "S25FL129P_64K/S25FL12

Re: [U-Boot] [PATCH 5/8] powerpc: spl: deleted unused symbol CONFIG_SPL_NAND_MINIMAL and introduced new symbol CONFIG_SPL_MINIMAL

2013-06-10 Thread Scott Wood
On 06/07/2013 09:14:56 PM, Zhang Ying-B40530 wrote: -Original Message- From: Wood Scott-B07421 Sent: Saturday, June 08, 2013 1:21 AM To: Zhang Ying-B40530 Cc: u-boot@lists.denx.de; aflem...@gmail.com; Xie Xiaobo-R63061; Zhang Ying-B40530 Subject: Re: [PATCH 5/8] powerpc: spl: deleted

Re: [U-Boot] [PATCH v4 2/7] arm: add Faraday common utilities

2013-06-10 Thread Albert ARIBAUD
Hi Kuo-Jung, On Tue, 7 May 2013 14:25:08 +0800, Kuo-Jung Su wrote: > diff --git a/arch/arm/include/asm/mach-types.h > b/arch/arm/include/asm/mach-types.h > index 440b041..a103922 100644 > --- a/arch/arm/include/asm/mach-types.h > +++ b/arch/arm/include/asm/mach-types.h Do not assign to mach-

Re: [U-Boot] [PATCH v4 1/7] arm: add MMU/D-Cache support for Faraday cores

2013-06-10 Thread Albert ARIBAUD
Hi Kuo-Jung, On Tue, 7 May 2013 14:25:07 +0800, Kuo-Jung Su wrote: > diff --git a/arch/arm/include/asm/dma-mapping.h > b/arch/arm/include/asm/dma-mapping.h > index 5bbb0a0..5a13af5 100644 > --- a/arch/arm/include/asm/dma-mapping.h > +++ b/arch/arm/include/asm/dma-mapping.h > @@ -3,6 +3,9 @@ >

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

2013-06-10 Thread Albert ARIBAUD
Hi Tom, On Mon, 10 Jun 2013 11:38:56 -0400, Tom Rini wrote: > Hello, > > > The following changes since commit 10e167329b029890a4c704f094822da5f259b886: > > Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-06-08 > 14:35:10 +0200) > > are available in the git repository at: >

Re: [U-Boot] [PATCH] arm/km: make local functions static

2013-06-10 Thread Albert ARIBAUD
Hi Holger, On Mon, 6 May 2013 15:04:51 +0200, Holger Brunck wrote: > Signed-off-by: Holger Brunck > --- > board/keymile/km_arm/km_arm.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/board/keymile/km_arm/km_arm.c b/board/keymile/km_arm/km_arm.c > index eda9199..

[U-Boot] [PATCH v4] usb: omap: ulpi: fix ulpi transceiver access

2013-06-10 Thread Michael Trimarchi
This patch fix the omap access to the transceiver configuration registers using the ulpi bus. As reported by the documentation the bit31 is used only to check if the transaction is done or still running and the reading and writing operation have different offset and have different values. What we n

Re: [U-Boot] 2013.07-rc1 plans?

2013-06-10 Thread Otavio Salvador
On Mon, Jun 10, 2013 at 12:55 PM, Tom Rini wrote: > On Mon, Jun 10, 2013 at 08:43:20AM -0300, Otavio Salvador wrote: > > > On Mon, Jun 10, 2013 at 6:26 AM, Albert ARIBAUD > > wrote: > > > > > Hi Otavio, > > > > > > On Sun, 9 Jun 2013 12:54:31 -0300, Otavio Salvador > > > wrote: > > > > > > > Hel

Re: [U-Boot] [PATCH v2 06/16] sf: Update sf to support all sizes of flashes

2013-06-10 Thread Jagan Teki
Hi Tom, On Sat, Jun 8, 2013 at 8:24 PM, Jagan Teki wrote: > Hi Simon, > > On Sat, Jun 8, 2013 at 8:11 PM, Simon Glass wrote: >> Hi, >> >> On Sat, Jun 8, 2013 at 1:22 AM, Jagan Teki wrote: >>> >>> Hi Simon, >>> >>> On Sat, Jun 8, 2013 at 4:44 AM, Simon Glass wrote: >>> > Hi Jagan, >>> > >>> > O

Re: [U-Boot] [u-boot V4] spi/arm-pl022: Add support for ARM PL022 spi controller

2013-06-10 Thread Jagan Teki
Hi, Please use the commit header as below: just to sync with remaining drivers in tree. spi: arm-pl022: Add support for ARM PL022 spi controller On Fri, Jun 7, 2013 at 1:14 PM, Armando Visconti wrote: > This patch adds the support for the ARM PL022 SPI controller for the standard > variant (0x0

Re: [U-Boot] 2013.07-rc1 plans?

2013-06-10 Thread Tom Rini
On Mon, Jun 10, 2013 at 08:43:20AM -0300, Otavio Salvador wrote: > On Mon, Jun 10, 2013 at 6:26 AM, Albert ARIBAUD > wrote: > > > Hi Otavio, > > > > On Sun, 9 Jun 2013 12:54:31 -0300, Otavio Salvador > > wrote: > > > > > Hello, > > > > > > I'd like to know what the plains regarding rc releases?

Re: [U-Boot] dfu: make data buffer size configurable

2013-06-10 Thread Tom Rini
On Mon, Jun 10, 2013 at 09:05:48AM +0200, Wolfgang Denk wrote: > Dear Heiko Schocher, > > In message <51b555d7.5010...@denx.de> you wrote: > > > > Ok, I can change this. Envvar name "dfu_data_buf_size" is ok? > > Such long names are a paint to type. As we can't buffer anything else > but data, w

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

2013-06-10 Thread Tom Rini
Hello, The following changes since commit 10e167329b029890a4c704f094822da5f259b886: Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-06-08 14:35:10 +0200) are available in the git repository at: git://git.denx.de/u-boot-ti.git master for you to fetch changes up to 68cd4a4

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

2013-06-10 Thread Tom Rini
On Mon, Jun 10, 2013 at 11:55:31AM +0200, Michael Trimarchi wrote: > Hi > > On Mon, Jun 10, 2013 at 11:54:31AM +0300, Lubomir Popov wrote: > > Hi Michael, > > > > On 10/06/13 00:37, Michael Trimarchi wrote: > > > Hi > > > > > > On 06/08/2013 10:43 PM, Lubomir Popov wrote: > > >> Hi Tom, Michael,

Re: [U-Boot] [PATCH v2 16/16] sf: Add Flag status register polling support

2013-06-10 Thread Jagan Teki
Hi Simon, On Sun, Jun 9, 2013 at 9:36 PM, Jagan Teki wrote: > Hi Simon, > > On Sun, Jun 9, 2013 at 7:43 PM, Simon Glass wrote: >> Hi Jagan, >> >> On Sat, Jun 8, 2013 at 7:44 AM, Jagan Teki wrote: >>> >>> Hi Simon, >>> >>> On Sat, Jun 8, 2013 at 8:02 PM, Simon Glass wrote: >>> > Hi Jagan, >>> >

Re: [U-Boot] [PATCH] usb: omap: ulpi: fix ulpi reading/writing functions

2013-06-10 Thread Igor Grinberg
On 06/10/13 17:23, Michael Trimarchi wrote: > Fix ulpi reading and writing function. > * Both functions need to have the bit31 setted. > * Right now uboot use 0 to enumerate port 1 and 1 to >enumerate port 2 and so on. Omap code use 1 for port 1 and 2 for port 2. >Add a +1 fix the problem

Re: [U-Boot] [PATCH] usb: omap: ulpi: fix ulpi reading/writing functions

2013-06-10 Thread Lubomir Popov
Hi Michael, On 10/06/13 17:23, Michael Trimarchi wrote: > Fix ulpi reading and writing function. > * Both functions need to have the bit31 setted. > * Right now uboot use 0 to enumerate port 1 and 1 to >enumerate port 2 and so on. Omap code use 1 for port 1 and 2 for port 2. >Add a +1 fi

Re: [U-Boot] [PATCH] usb: omap: ulpi: fix ulpi reading/writing functions

2013-06-10 Thread Lubomir Popov
Hi Michael, A minor suggestion to clarify the explanation (its HW that requires +1): On 10/06/13 17:23, Michael Trimarchi wrote: > Fix ulpi reading and writing function. > * Both functions need to have the bit31 setted. > * Right now uboot use 0 to enumerate port 1 and 1 to >enumerate port

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

2013-06-10 Thread Albert ARIBAUD
Hi Michael, On Mon, 10 Jun 2013 11:55:31 +0200, Michael Trimarchi wrote: > This patch fix the omap access to the transceiver Please do not post new patches inside an existing thread, especially a pull request thread. Amicalement, -- Albert. ___ U-Bo

Re: [U-Boot] [Patch] fsl_esdhc: Fix DMA transfer completion waiting loop

2013-06-10 Thread Gabbasov, Andrew
Hi Dirk, > From: Behme, Dirk - Bosch > Sent: Monday, June 10, 2013 16:06 > To: Gabbasov, Andrew > Cc: u-boot@lists.denx.de; Stefano Babic; Fleming Andy-AFLEMING > Subject: Re: [U-Boot] [Patch] fsl_esdhc: Fix DMA transfer completion waiting > loop > > On 08

Re: [U-Boot] [PATCH] LaCie kirkwood boards: allow disk > 2TB

2013-06-10 Thread Albert ARIBAUD
Hi Simon, On Mon, 10 Jun 2013 16:29:26 +0200, Simon Guinot wrote: > On Mon, Jun 10, 2013 at 04:20:49PM +0200, Frédéric Leroy wrote: > > > > Le 10/06/2013 15:44, Simon Guinot a écrit : > > > On Mon, Jun 10, 2013 at 03:30:53PM +0200, Frederic Leroy wrote: > > > > From: Frédéric Leroy > > > > > >

Re: [U-Boot] [PATCH] LaCie kirkwood boards: allow disk > 2TB

2013-06-10 Thread Simon Guinot
On Mon, Jun 10, 2013 at 04:20:49PM +0200, Frédéric Leroy wrote: > > Le 10/06/2013 15:44, Simon Guinot a écrit : > > On Mon, Jun 10, 2013 at 03:30:53PM +0200, Frederic Leroy wrote: > > > From: Frédéric Leroy > > > > > > For big disk support, we need LBA addressing on 64 bits > > > --- > > > inclu

[U-Boot] [PATCH] usb: omap: ulpi: fix ulpi reading/writing functions

2013-06-10 Thread Michael Trimarchi
Fix ulpi reading and writing function. * Both functions need to have the bit31 setted. * Right now uboot use 0 to enumerate port 1 and 1 to enumerate port 2 and so on. Omap code use 1 for port 1 and 2 for port 2. Add a +1 fix the problem Signed-off-by: Michael Trimarchi --- drivers/usb/u

Re: [U-Boot] [PATCH] cfi_flash: Fix detection of 8-bit bus flash devices via address shift

2013-06-10 Thread Stefan Roese
Hi Wolfgang, On 10.06.2013 16:04, Wolfgang Denk wrote: > Dear Stefan, > > In message <51b2fd5a.4060...@denx.de> you wrote: >> >> Wolfgang, you remember that s few weeks ago a similar CFI patch resulted >> in breaking flash support for one TQ board. Which one was that? Could >> you please either t

Re: [U-Boot] [PATCH] cfi_flash: Fix detection of 8-bit bus flash devices via address shift

2013-06-10 Thread Wolfgang Denk
Dear Stefan, In message <51b2fd5a.4060...@denx.de> you wrote: > > Wolfgang, you remember that s few weeks ago a similar CFI patch resulted > in breaking flash support for one TQ board. Which one was that? Could > you please either test this patch on this board or let me know which > board this wa

Re: [U-Boot] [PATCH] LaCie kirkwood boards: allow disk > 2TB

2013-06-10 Thread Simon Guinot
On Mon, Jun 10, 2013 at 03:30:53PM +0200, Frederic Leroy wrote: > From: Frédéric Leroy > > For big disk support, we need LBA addressing on 64 bits > --- > include/configs/lacie_kw.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h

[U-Boot] [PATCH RFC] NET: TSEC: make PHY addresses software configurable

2013-06-10 Thread Wolfgang Denk
Some systems use a SoM (system on module) in such a way that the PHY addresses depend on the carrier board used, or even on the geographic position of the SoM on the carrier board. This patch adds support for runtime assignment of the PHY addresses for the TSEC ports through environment variables

Re: [U-Boot] [PATCH v3] usb: omap: ulpi: fix ulpi transceiver access

2013-06-10 Thread Michael Trimarchi
Hi On 06/10/2013 03:31 PM, Igor Grinberg wrote: > On 06/10/13 00:49, Marek Vasut wrote: >> Dear Michael Trimarchi, >> >>> Hi Marek >>> >>> On 06/09/2013 11:09 PM, Marek Vasut wrote: Dear Michael Trimarchi, > Dear Marek > > On 06/09/2013 10:05 PM, Marek Vasut wrote: >> Dea

Re: [U-Boot] [PATCH v3] usb: omap: ulpi: fix ulpi transceiver access

2013-06-10 Thread Igor Grinberg
On 06/10/13 00:49, Marek Vasut wrote: > Dear Michael Trimarchi, > >> Hi Marek >> >> On 06/09/2013 11:09 PM, Marek Vasut wrote: >>> Dear Michael Trimarchi, >>> Dear Marek On 06/09/2013 10:05 PM, Marek Vasut wrote: > Dear Michael Trimarchi, > >> This patch fix the omap acc

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

2013-06-10 Thread Tom Rini
On Sat, Jun 08, 2013 at 11:57:05PM +0200, Albert ARIBAUD wrote: > Hi Tom, > > On Fri, 7 Jun 2013 15:19:21 -0400, Tom Rini wrote: > > > Tom Rini (4): > > > arm: Remove OMAP2420H4 and all omap24xx support > > This one removes not only 2420h4 but also tnetv107x_evm. Is that normal? That wa

Re: [U-Boot] [Patch] fsl_esdhc: Fix DMA transfer completion waiting loop

2013-06-10 Thread Dirk Behme
On 08.04.2013 11:06, Andrew Gabbasov wrote: Rework the waiting for transfer completion loop condition to continue waiting until both Transfer Complete and DMA End interrupts occur. Checking of DLA bit in Present State register looks not needed in addition to interrupts status checking, so it can

Re: [U-Boot] [PATCH 0/11] MIPS: bootm updates

2013-06-10 Thread Gabor Juhos
Hi Daniel, > - refactoring and optimization of bootm command > - add support for logical memory blocks (LMB) > - make external init ramdisks working again with recent kernels > - add support for bootm subcommand 'cmdline' > - prepare bootm for upcoming device tree support > - add bootm support for

Re: [U-Boot] 2013.07-rc1 plans?

2013-06-10 Thread Otavio Salvador
On Mon, Jun 10, 2013 at 6:26 AM, Albert ARIBAUD wrote: > Hi Otavio, > > On Sun, 9 Jun 2013 12:54:31 -0300, Otavio Salvador > wrote: > > > Hello, > > > > I'd like to know what the plains regarding rc releases? > > Dunno right now what Tom is planning, but before it goes out, I would > like to firs

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

2013-06-10 Thread Lubomir Popov
Hi Michael, On 10/06/13 12:55, Michael Trimarchi wrote: > Hi > > On Mon, Jun 10, 2013 at 11:54:31AM +0300, Lubomir Popov wrote: >> Hi Michael, >> >> On 10/06/13 00:37, Michael Trimarchi wrote: >>> Hi >>> >>> On 06/08/2013 10:43 PM, Lubomir Popov wrote: Hi Tom, Michael, > Hello,

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

2013-06-10 Thread Michael Trimarchi
Hi On Mon, Jun 10, 2013 at 11:54:31AM +0300, Lubomir Popov wrote: > Hi Michael, > > On 10/06/13 00:37, Michael Trimarchi wrote: > > Hi > > > > On 06/08/2013 10:43 PM, Lubomir Popov wrote: > >> Hi Tom, Michael, > >> > >>> Hello, > >>> > >>> The following changes since commit > >>> 3da0e5750b24a9

Re: [U-Boot] 2013.07-rc1 plans?

2013-06-10 Thread Albert ARIBAUD
Hi Otavio, On Sun, 9 Jun 2013 12:54:31 -0300, Otavio Salvador wrote: > Hello, > > I'd like to know what the plains regarding rc releases? Dunno right now what Tom is planning, but before it goes out, I would like to first finish going through my current todo on patchwork (and also sort out the

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

2013-06-10 Thread Lubomir Popov
Hi Michael, On 10/06/13 00:37, Michael Trimarchi wrote: > Hi > > On 06/08/2013 10:43 PM, Lubomir Popov wrote: >> Hi Tom, Michael, >> >>> Hello, >>> >>> The following changes since commit 3da0e5750b24a9491058df6126c7be577a276c09: >>> >>> arm: factorize relocate_code routine (2013-05-30 20:24:38

[U-Boot] [PATCH v3] cmd_bootm: Add command line arguments to Plan 9

2013-06-10 Thread Steven Stallion
This patch introduces support for command line arguments to Plan 9. Plan 9 generally dedicates a small region of kernel memory (known as CONFADDR) for runtime configuration. A new environment variable named confaddr was introduced to indicate this location when copying arguments. Signed-off-by: S

[U-Boot] [PATCH v2] Add command line arguments to Plan 9

2013-06-10 Thread Steven Stallion
This patch introduces support for command line arguments to Plan 9. Plan 9 generally dedicates a small region of kernel memory (known as CONFADDR) for runtime configuration. A new environment variable named confaddr was introduced to indicate this location when copying arguments. Signed-off-by: S

Re: [U-Boot] dfu: make data buffer size configurable

2013-06-10 Thread Wolfgang Denk
Dear Heiko Schocher, In message <51b555d7.5010...@denx.de> you wrote: > > Ok, I can change this. Envvar name "dfu_data_buf_size" is ok? Such long names are a paint to type. As we can't buffer anything else but data, we should be able to omit this, i. e. what about dfu_bufsiz ["bufsiz"

Re: [U-Boot] [PATCH] video:lcd:cfb_console: cm_t35: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO

2013-06-10 Thread Nikita Kiryanov
On 06/06/2013 10:06 PM, Robert Winkler wrote: One other unrelated question for Nikita from his splash prepare patch. Why did you use gd->fb_base when the global lcd_base is used elsewhere in the function and lcd.c in general. It seems inconsistent. 1094if (splash_screen_prepare()) 109