Re: [U-Boot] [PATCH v1 8/8] mpc85xx: introduce the kmp204x reference design support

2013-08-19 Thread Valentin Longchamp
On 08/20/2013 02:48 AM, Scott Wood wrote: > On Mon, 2013-08-19 at 17:50 +0200, Valentin Longchamp wrote: >> On 08/13/2013 11:38 PM, Scott Wood wrote: >>> On Fri, 2013-07-26 at 12:02 +0200, Valentin Longchamp wrote: This patch introduces the support for Keymile's kmp204x reference design.

Re: [U-Boot] U-Boot Driver Development on Atmel's sama5d3xek

2013-08-19 Thread Bo Shen
Hi Steven, On 8/20/2013 12:51, Steven Rosenberg wrote: Hi Bo To clarify we need to run when booting with no human intervention and to be able to use gmac so the questions are mainly for the procedures on how to create a driver under uboot I am still not fully get what you mean. what you mean

Re: [U-Boot] [ANN] v2013.10-rc1

2013-08-19 Thread Heiko Schocher
Hello Tom, Am 20.08.2013 00:02, schrieb Tom Rini: Hey all, I've put v2013.10-rc1 out, and I hope Detlev can get the tarball uploaded soon. I just tried to sync u-boot-i2c.git with u-boot.git to prepare a u-boot-i2c pull request ... and got this error: [hs@pollux u-boot]$ git fetch origin err

Re: [U-Boot] [PATCH v5] SPL: Makefile: Build a separate autoconf.mk for SPL

2013-08-19 Thread Zhang Ying-B40530
>-Original Message- >From: sun york-R58495 >Sent: Tuesday, August 20, 2013 5:20 AM >To: Tom Rini >Cc: Wood Scott-B07421; Zhang Ying-B40530; Joel A Fernandes; u- >b...@lists.denx.de; sun york-R58495; Xie Xiaobo-R63061; Zhang Ying-B40530 >Subject: Re: [U-Boot] [PATCH v5] SPL: Makefile: Buil

Re: [U-Boot] [PATCH v2] spi: Add support SH Queued SPI driver

2013-08-19 Thread Nobuhiro Iwamatsu
Hi, Thanks for your comment. 2013/8/9 Jagan Teki : > Hi, > > > On 08-08-2013 15:02, Nobuhiro Iwamatsu wrote: >> >> This patch adds a driver for Renesas SoC's Queued SPI bus. >> This supports with 8 bits per transfer to use with SPI flash. >> >> Signed-off-by: Kouei Abe >> Signed-off-by: Nobuhiro

Re: [U-Boot] U-Boot Driver Development on Atmel's sama5d3xek

2013-08-19 Thread Bo Shen
Hi Steven Rosenberg, On 8/18/2013 22:55, Steven Rosenberg wrote: Dear Personnel, We are investigating using U-Boot Driver samples for development on the Atmel's sama5dxek boards and could use some guidance. I have reviewed the following: http://www.chromium.org/chromium-os/u-boot-porting-gui

Re: [U-Boot] [U-Boot, v2, 2/2] powerpcv2: Print hardcoded size like print_size() does

2013-08-19 Thread Stefan Roese
York, On 20.08.2013 01:32, York Sun wrote: > Would you ack this patch? It has a minor change to > arch/powerpc/cpu/ppc4xx/cpu.c. > > On 08/15/2013 09:25 AM, Shruti Kanetkar wrote: >> Makes the startup output more consistent >> >> Signed-off-by: Shruti Kanetkar >> Acked-by: Andy Fleming Sure:

Re: [U-Boot] U-Boot timeout

2013-08-19 Thread Julius Werner
>> I saw that you had proposed a patch for increasing the U-Boot timeout to >> work with some USB flash devices: >> >> http://lists.denx.de/pipermail/u-boot/2010-December/083467.html > > Some devices do have strange characteristics, and increasing the > timeout can make them work. However, it's tri

Re: [U-Boot] [PATCH v1 8/8] mpc85xx: introduce the kmp204x reference design support

2013-08-19 Thread York Sun
On 08/19/2013 05:48 PM, Scott Wood wrote: > On Mon, 2013-08-19 at 17:50 +0200, Valentin Longchamp wrote: >> On 08/13/2013 11:38 PM, Scott Wood wrote: >>> On Fri, 2013-07-26 at 12:02 +0200, Valentin Longchamp wrote: + /* TLB 1 */ + /* *I*** - Covers boot page */ + /* *I*G - L3SR

Re: [U-Boot] [PATCH v1 8/8] mpc85xx: introduce the kmp204x reference design support

2013-08-19 Thread Scott Wood
On Mon, 2013-08-19 at 17:50 +0200, Valentin Longchamp wrote: > On 08/13/2013 11:38 PM, Scott Wood wrote: > > On Fri, 2013-07-26 at 12:02 +0200, Valentin Longchamp wrote: > >> This patch introduces the support for Keymile's kmp204x reference > >> design. This design is based on Freescale's P2040/P20

[U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-08-19 Thread Tom Warren
Albert, Please pull u-boot-tegra/master into ARM/master. Thanks! ./MAKEALL -s tegra AOK, checkpatch.pl is clean. TomR - hopefully if Albert can get this in quickly, it can make 2013.10-RC1 (or 2). The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da: Merge branch 'u-b

Re: [U-Boot] U-Boot timeout

2013-08-19 Thread Simon Glass
+Julius, who may have more comment Hi Marshall, On Mon, Aug 19, 2013 at 4:41 PM, Marshall Ha wrote: > Hi Simon, > > I saw that you had proposed a patch for increasing the U-Boot timeout to > work with some USB flash devices: > > http://lists.denx.de/pipermail/u-boot/2010-December/083467.html > >

Re: [U-Boot] [PATCH] powerpc/p1010rdb: remove CONFIG_SYS_FSL_ESDHC_P1010_BROKEN_SDCLK

2013-08-19 Thread York Sun
On 08/14/2013 06:45 PM, Shengzhou Liu wrote: > CONFIG_SYS_FSL_ESDHC_P1010_BROKEN_SDCLK was needed only on > obsolete P1010RDB Rev.B non-formal board, not reproduced on > P1010RDB Rev.C and new P1010RDB-PB, now it's no longer needed. > > Signed-off-by: Shengzhou Liu > --- > arch/powerpc/include/a

Re: [U-Boot] [U-Boot, v2, 2/2] powerpcv2: Print hardcoded size like print_size() does

2013-08-19 Thread York Sun
Stefan, Would you ack this patch? It has a minor change to arch/powerpc/cpu/ppc4xx/cpu.c. On 08/15/2013 09:25 AM, Shruti Kanetkar wrote: > Makes the startup output more consistent > > Signed-off-by: Shruti Kanetkar > Acked-by: Andy Fleming > > --- > arch/powerpc/cpu/mpc824x/cpu.c | 2 +-

Re: [U-Boot] [U-Boot,v3,1/2] Optimized nand_read_buf for kirkwood

2013-08-19 Thread Scott Wood
On Wed, Jun 26, 2013 at 08:25:25PM +0200, Phil Sutter wrote: > The basic idea is taken from the linux-kernel, but further optimized. > > First align the buffer to 8 bytes, then use ldrd/strd to read and store > in 8 byte quantities, then do the final bytes. > > Tested using: 'date ; nand read.raw

Re: [U-Boot] [U-Boot, 1/5] arch/powerpc/cpu/mpc8xxx: PAMU driver support

2013-08-19 Thread York Sun
On 03/28/2013 03:46 AM, Ruchika Gupta wrote: > PAMU driver basic support for usage in Secure Boot. > In secure boot PAMU is not in bypass mode. Hence to use > any peripheral (SEC Job ring in our case), PAMU has to be > configured. > > The Header file fsl_pamu.h and few functions in driver have bee

Re: [U-Boot] [PATCH 1/2] usb:dfu:g_dnl: Change number of exported configurations at composite gadget

2013-08-19 Thread Marek Vasut
Dear Lukasz Majewski, > USB composite gadget (g_dnl) supports only one configuration. Due to that > the corresponding field - bConfigurationValue has been changed. > > Moreover more descriptive names were chosen for relevant fields. > > Windows XP setup: > - Thesyscon USB Descriptor Dumper > - z

Re: [U-Boot] [PATCH v5] SPL: Makefile: Build a separate autoconf.mk for SPL

2013-08-19 Thread York Sun
On 08/19/2013 03:04 PM, Tom Rini wrote: > On Mon, Aug 19, 2013 at 02:20:25PM -0700, York Sun wrote: >> On 08/19/2013 12:54 PM, Tom Rini wrote: >>> On Mon, Aug 19, 2013 at 02:47:53PM -0500, Scott Wood wrote: On Mon, 2013-08-19 at 16:14 +0800, ying.zh...@freescale.com wrote: > From: Ying Zha

Re: [U-Boot] [PATCH v5] SPL: Makefile: Build a separate autoconf.mk for SPL

2013-08-19 Thread Tom Rini
On Mon, Aug 19, 2013 at 02:20:25PM -0700, York Sun wrote: > On 08/19/2013 12:54 PM, Tom Rini wrote: > > On Mon, Aug 19, 2013 at 02:47:53PM -0500, Scott Wood wrote: > >> On Mon, 2013-08-19 at 16:14 +0800, ying.zh...@freescale.com wrote: > >>> From: Ying Zhang > >> > >> No. You added one line AFAIC

[U-Boot] [ANN] v2013.10-rc1

2013-08-19 Thread Tom Rini
Hey all, I've put v2013.10-rc1 out, and I hope Detlev can get the tarball uploaded soon. We've got a lot of changes in here, including the SPDX license conversion. I'd like to ask folks to test things and let me know what's in patchwork and should be applied, but hasn't been just yet. Thanks al

Re: [U-Boot] Pull request: u-boot-net.git master

2013-08-19 Thread Tom Rini
On Mon, Aug 19, 2013 at 12:39:39PM -0500, Joe Hershberger wrote: > The following changes since commit 012a2c15d781d327c9de8734f2b2b3f793a58724: > > serial: arm_dcc: Convert to use default_serial_puts (2013-08-19 > 09:44:28 -0400) > > are available in the git repository at: > > git://git.den

Re: [U-Boot] [PATCH 0/5] SPDX-License-Identifier: coverting more files

2013-08-19 Thread Tom Rini
On Tue, Jul 30, 2013 at 11:29:20PM +0200, Roger Meier wrote: > Hi Wolfgang, > > Quoting Wolfgang Denk : > > >The following patch series converts some more files to the new SPDX > >License Identifier scheme. Note that some of the patches are > >non-trivial, i. e. these should be reviewed carefull

Re: [U-Boot] [PATCH v5] SPL: Makefile: Build a separate autoconf.mk for SPL

2013-08-19 Thread York Sun
On 08/19/2013 12:54 PM, Tom Rini wrote: > On Mon, Aug 19, 2013 at 02:47:53PM -0500, Scott Wood wrote: >> On Mon, 2013-08-19 at 16:14 +0800, ying.zh...@freescale.com wrote: >>> From: Ying Zhang >> >> No. You added one line AFAICT. Preserve the original author here. > > Indeed. > Do we need Yin

Re: [U-Boot] [PATCH v3 2/5] board support of arm64

2013-08-19 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/19/2013 03:59 PM, Scott Wood wrote: > On Fri, 2013-08-16 at 09:14 -0500, Stuart Yoder wrote: >> On Thu, Aug 15, 2013 at 8:47 AM, >> wrote: >>> From: David Feng >>> >>> This patch provide u-boot with arm64 support. Currently, it >>> works on

Re: [U-Boot] Enabling L2 cache on mx53

2013-08-19 Thread Marek Vasut
Dear Fabio Estevam, > Hi Marek, > > On Mon, Aug 19, 2013 at 4:51 PM, Marek Vasut wrote: > > L2CC on MX53 is enabled by setting just the L2ON and C bits in CP15, > > there's no configuration. Not even Linux enables the L2CC on MX53, so if > > it's not on in U- Boot, then it's not on at all (and t

Re: [U-Boot] Enabling L2 cache on mx53

2013-08-19 Thread Fabio Estevam
Hi Marek, On Mon, Aug 19, 2013 at 4:51 PM, Marek Vasut wrote: > L2CC on MX53 is enabled by setting just the L2ON and C bits in CP15, there's > no > configuration. Not even Linux enables the L2CC on MX53, so if it's not on in > U- > Boot, then it's not on at all (and that sucks). This is what

Re: [U-Boot] [PATCH v3 2/5] board support of arm64

2013-08-19 Thread Scott Wood
On Fri, 2013-08-16 at 09:14 -0500, Stuart Yoder wrote: > On Thu, Aug 15, 2013 at 8:47 AM, wrote: > > From: David Feng > > > > This patch provide u-boot with arm64 support. Currently, it works on > > Foundation Model for armv8 or Fast Model for armv8. > > > > Signed-off-by: David Feng > > --- >

Re: [U-Boot] [PATCH v5] SPL: Makefile: Build a separate autoconf.mk for SPL

2013-08-19 Thread Tom Rini
On Mon, Aug 19, 2013 at 02:47:53PM -0500, Scott Wood wrote: > On Mon, 2013-08-19 at 16:14 +0800, ying.zh...@freescale.com wrote: > > From: Ying Zhang > > No. You added one line AFAICT. Preserve the original author here. Indeed. > > SPL defines CONFIG_SPL_BUILD but this does not percolate to t

Re: [U-Boot] merge arm64 to arm

2013-08-19 Thread Tom Rini
On Mon, Aug 19, 2013 at 08:50:24PM +0100, M?ns Rullg?rd wrote: > Tom Rini writes: > > > On 08/19/2013 01:33 PM, M?ns Rullg?rd wrote: > >> Scott Wood writes: > > [snip] > >>> i960 is a bad analogy. It's often possible to turn arm32 asm > >>> into arm64 asm with some search and replace and minor

Re: [U-Boot] [PATCH V2] ARM: mxs: tools: Add mkimage support for MXS bootstream

2013-08-19 Thread Tom Rini
On Mon, Aug 19, 2013 at 09:47:09PM +0200, Marek Vasut wrote: > Dear Tom Rini, > > > On Tue, Aug 06, 2013 at 04:54:53PM +0200, Marek Vasut wrote: > > > Add mkimage support for generating and verifying MXS bootstream. > > > The implementation here is mostly a glue code between MXSSB v0.4 > > > and m

Re: [U-Boot] Enabling L2 cache on mx53

2013-08-19 Thread Marek Vasut
Dear Fabio Estevam, > Hi Dirk, > > On Mon, Aug 19, 2013 at 12:16 PM, Dirk Behme wrote: > > Is the mx53 L2 cache the same like on mx6? > > I think they are different. > > On mx6 the L2 cache controller is memory mapped ,but on mx53 there is > no L2 cache entry in its memory map. > > Regards, >

Re: [U-Boot] [PATCH v2 0/7] The patchset fixes some issue in the generation of the imx image

2013-08-19 Thread Tom Rini
On Mon, Aug 19, 2013 at 09:45:55PM +0200, Marek Vasut wrote: > Dear Tom Rini, > > > On Mon, Aug 19, 2013 at 06:44:03PM +0200, Stefano Babic wrote: > > > Hi Tom, > > > > > > On 19/08/2013 18:19, Tom Rini wrote: > > > > On Mon, Aug 12, 2013 at 04:39:27PM +0200, Stefano Babic wrote: > > > >> (header

Re: [U-Boot] merge arm64 to arm

2013-08-19 Thread Måns Rullgård
Tom Rini writes: > On 08/19/2013 01:33 PM, Måns Rullgård wrote: >> Scott Wood writes: > [snip] >>> i960 is a bad analogy. It's often possible to turn arm32 asm >>> into arm64 asm with some search and replace and minor manual >>> fixups. >> >> Only if the original uses none of the distinguishing

Re: [U-Boot] [PATCH v5] SPL: Makefile: Build a separate autoconf.mk for SPL

2013-08-19 Thread Scott Wood
On Mon, 2013-08-19 at 16:14 +0800, ying.zh...@freescale.com wrote: > From: Ying Zhang No. You added one line AFAICT. Preserve the original author here. > SPL defines CONFIG_SPL_BUILD but this does not percolate to the autoconf.mk > Makefile. > As a result the build breaks when CONFIG_SPL_BUIL

Re: [U-Boot] [PATCH V2] ARM: mxs: tools: Add mkimage support for MXS bootstream

2013-08-19 Thread Marek Vasut
Dear Tom Rini, > On Tue, Aug 06, 2013 at 04:54:53PM +0200, Marek Vasut wrote: > > Add mkimage support for generating and verifying MXS bootstream. > > The implementation here is mostly a glue code between MXSSB v0.4 > > and mkimage, but the long-term goal is to rectify this and merge > > MXSSB wit

Re: [U-Boot] [PATCH v2 0/7] The patchset fixes some issue in the generation of the imx image

2013-08-19 Thread Marek Vasut
Dear Tom Rini, > On Mon, Aug 19, 2013 at 06:44:03PM +0200, Stefano Babic wrote: > > Hi Tom, > > > > On 19/08/2013 18:19, Tom Rini wrote: > > > On Mon, Aug 12, 2013 at 04:39:27PM +0200, Stefano Babic wrote: > > >> (header for Freescale's i.MX processors) to allow the usage of > > >> Freescale's to

Re: [U-Boot] [PATCH] libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause

2013-08-19 Thread Tom Rini
On Sat, Jul 27, 2013 at 01:12:38AM +0200, Roger Meier wrote: > Signed-off-by: Roger Meier > --- > Licenses/README | 13 ++-- > Licenses/bsd-2-clause.txt| 25 ++ > lib/libfdt/fdt.c | 47 > +- >

Re: [U-Boot] [PATCH v2 0/7] The patchset fixes some issue in the generation of the imx image

2013-08-19 Thread Tom Rini
On Mon, Aug 19, 2013 at 06:44:03PM +0200, Stefano Babic wrote: > Hi Tom, > > On 19/08/2013 18:19, Tom Rini wrote: > > On Mon, Aug 12, 2013 at 04:39:27PM +0200, Stefano Babic wrote: > > > >> (header for Freescale's i.MX processors) to allow the usage of > >> Freescale's tools to sign the u-boot i

Re: [U-Boot] [PATCH] Add support for KSZ8895 switch

2013-08-19 Thread Christian Gmeiner
Am 12.08.2013 16:48 schrieb "Christian Gmeiner" : > > This patch adds a dump phy driver for the KSZ8895 switch from > Micrel. As the SoC MAC is directly connected to switch no > autonegotiation is needed as the link is always up. > > Signed-off-by: Christian Gmeiner > --- > drivers/net/phy/micrel

Re: [U-Boot] merge arm64 to arm

2013-08-19 Thread Scott Wood
On Mon, 2013-08-19 at 18:33 +0100, Måns Rullgård wrote: > Scott Wood writes: > > > On Mon, 2013-08-19 at 09:10 -0400, Tom Rini wrote: > >> On 08/19/2013 09:01 AM, Måns Rullgård wrote: > >> > Tom Rini writes: > >> > > >> >> On 08/19/2013 08:32 AM, Måns Rullgård wrote: > >> >>> If there's a lot o

Re: [U-Boot] [PATCH v4 0/6] arm, am335x: add support for siemens boards

2013-08-19 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/19/2013 01:58 PM, Anatolij Gustschin wrote: > Hi Tom, > > On Mon, 19 Aug 2013 11:35:26 -0400 Tom Rini wrote: > >> On Mon, Aug 19, 2013 at 04:38:55PM +0200, Heiko Schocher wrote: >> >> [snip] >>> - changes for v4: - rebased against u-boot-ti c

Re: [U-Boot] [PATCH v2 3/3] net: ftmac110: Update tx/rx descriptor format

2013-08-19 Thread Joe Hershberger
On Tue, Jul 9, 2013 at 8:25 PM, Kuo-Jung Su wrote: > From: Kuo-Jung Su > > 1. Reformat tx/rx descriptor as an uniform struct. > 2. Replace uint32_t[2] with uint64_t for descriptor control. > > Signed-off-by: Kuo-Jung Su > CC: Joe Hershberger > --- Applied, Thanks! -Joe

Re: [U-Boot] [PATCH v2 1/3] net: ftmac110: Update license statement

2013-08-19 Thread Joe Hershberger
On Tue, Jul 9, 2013 at 8:25 PM, Kuo-Jung Su wrote: > From: Kuo-Jung Su > > Signed-off-by: Kuo-Jung Su > CC: Joe Hershberger > --- Applied, Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v4 0/6] arm, am335x: add support for siemens boards

2013-08-19 Thread Anatolij Gustschin
Hi Tom, On Mon, 19 Aug 2013 11:35:26 -0400 Tom Rini wrote: > On Mon, Aug 19, 2013 at 04:38:55PM +0200, Heiko Schocher wrote: > > [snip] > > - changes for v4: > > - rebased against u-boot-ti commit > > 425faf74cd8189c87919f7e72a0101c684ee3b9f > > therefore added define CONFIG_OMAP_COMMON

Re: [U-Boot] [PATCH v2 2/3] net: ftmac110: struct ftmac110_regs __iomem * -> struct ftmac110_regs *

2013-08-19 Thread Joe Hershberger
On Tue, Jul 9, 2013 at 8:25 PM, Kuo-Jung Su wrote: > From: Kuo-Jung Su > > Signed-off-by: Kuo-Jung Su > CC: Joe Hershberger > --- Applied, Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v4 5/6] video: add formike lcd panel init

2013-08-19 Thread Anatolij Gustschin
On Mon, 19 Aug 2013 16:39:00 +0200 Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > Cc: Anatolij Gustschin > Cc: Tom Rini > --- > - changes for v4: > new patch in this patchserie, as video support added > > drivers/video/Makefile | 1 + > drivers/video/formike.c | 511 > +++

Re: [U-Boot] [PATCH 1/1] linkstation_HGLAN: Convert from unused CONFIG_BOOTP_MASK to specific list

2013-08-19 Thread Joe Hershberger
On Fri, Aug 9, 2013 at 2:58 PM, Tom Rini wrote: > Signed-off-by: Tom Rini > --- Applied, Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] merge arm64 to arm

2013-08-19 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/19/2013 01:33 PM, Måns Rullgård wrote: > Scott Wood writes: [snip] >> i960 is a bad analogy. It's often possible to turn arm32 asm >> into arm64 asm with some search and replace and minor manual >> fixups. > > Only if the original uses none of

Re: [U-Boot] [PATCH 2/2] phy: smsc: LAN8710/8720 are not Gbit PHYs

2013-08-19 Thread Joe Hershberger
On Thu, Jun 6, 2013 at 7:04 PM, Fabio Estevam wrote: > From: Fabio Estevam > > LAN8710/8720 are 10/100 Mbps PHYs, so fix the '.features' field. > > Cc: Joe Hershberger > Cc: Nobuhiro Iwamatsu > Signed-off-by: Fabio Estevam > --- Applied, Thanks! -Joe __

Re: [U-Boot] [PATCH v3] net: Use ARRAY_SIZE at appropriate places

2013-08-19 Thread Joe Hershberger
On Tue, Jul 2, 2013 at 10:24 PM, Axel Lin wrote: > Use ARRAY_SIZE instead of having similar implementation in each drivers. > The NUMELEMS defined in drivers/net/npe/include/IxOsalTypes.h is not used > at all, so this patch removes it instead of converting it to use ARRAY_SIZE. > > Signed-off-by:

Re: [U-Boot] [PATCH 1/1] net.h: don't use the reserved name __unused

2013-08-19 Thread Joe Hershberger
On Sat, Aug 10, 2013 at 9:52 AM, Jeroen Hofstee wrote: > The __* keywords are reserved. On FreeBSD __unused evaluates > to the attribute unused, causing a compilation failure. > Just use unused instead. > > Signed-off-by: Jeroen Hofstee > cc: joe.hershber...@gmail.com > --- Applied, Thanks! -Joe

Re: [U-Boot] [PATCH] galaxy5200: Convert from unused CONFIG_BOOTP_MASK to specific list

2013-08-19 Thread Joe Hershberger
On Fri, Aug 9, 2013 at 1:43 PM, Tom Rini wrote: > Signed-off-by: Tom Rini > --- Applied, Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] configs: Remove unused CONFIG_BOOTP_DEFAULT

2013-08-19 Thread Joe Hershberger
On Fri, Aug 9, 2013 at 1:39 PM, Tom Rini wrote: > Signed-off-by: Tom Rini > --- Applied, Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] net: smsc95xx: Add support for another SMSC95xx variant

2013-08-19 Thread Joe Hershberger
On Wed, Jul 3, 2013 at 11:34 AM, Stefan Roese wrote: > This patch adds support for the SMSC9500 with product id 0x9900 which is > equipped in the "EXSYS USB 2.0" etherner USB adapter. > > Tested on omap3_beagle. > > Signed-off-by: Stefan Roese > --- Applied, Thanks! -Joe

Re: [U-Boot] [PATCH 1/1] net: phy/realtek: Add support for RTL8211DN and RTL8211E phy modules

2013-08-19 Thread Joe Hershberger
On Thu, Jul 18, 2013 at 3:28 AM, Bhupesh Sharma wrote: > This patch adds support for Realtek PHY modules RTL8211DN and > RTL8211E (variants: RTL8211E-VB-CG, RTL8211E-VL-CG, RTL8211EG-VB-CG), > which can be found on Freescale's T1040RDB boards. > > To make the driver more generic across 8211 family

[U-Boot] Pull request: u-boot-net.git master

2013-08-19 Thread Joe Hershberger
The following changes since commit 012a2c15d781d327c9de8734f2b2b3f793a58724: serial: arm_dcc: Convert to use default_serial_puts (2013-08-19 09:44:28 -0400) are available in the git repository at: git://git.denx.de/u-boot-net.git master for you to fetch changes up to 0628cb26591a8f7990ee9b8

Re: [U-Boot] merge arm64 to arm

2013-08-19 Thread Måns Rullgård
Scott Wood writes: > On Mon, 2013-08-19 at 09:10 -0400, Tom Rini wrote: >> On 08/19/2013 09:01 AM, Måns Rullgård wrote: >> > Tom Rini writes: >> > >> >> On 08/19/2013 08:32 AM, Måns Rullgård wrote: >> >>> If there's a lot of code shared between these architectures, >> >>> why is it in an archit

Re: [U-Boot] [PATCH v2 3/4] ARM: use r9 for gd

2013-08-19 Thread Jeroen Hofstee
Hello Simon, On 08/19/2013 05:08 AM, Simon Glass wrote: On Sat, Aug 17, 2013 at 3:40 AM, Jeroen Hofstee wrote: This patch assumes only crt0.S sets the register used for gd in asm. I just noticed cpu/armv7/lowlevel_init.S does set gd manually, so all users of the common board.c are likely bric

Re: [U-Boot] [RESEND PATCH v2 00/20] sf: Add common probe support

2013-08-19 Thread Jagan Teki
Hi All, Did anyone tested? atmel, ramtron, eon, gigadevice, macronix spi flash on this test spi repo. http://git.denx.de/?p=u-boot/u-boot-spi.git;a=shortlog;h=refs/heads/master-test Request to test these new changes. -- Thanks, Jagan. On Mon, Aug 12, 2013 at 12:39 PM, Jagan Teki wrote: > Hi Sa

Re: [U-Boot] [PATCH 2/6] documentation: add more compression configs

2013-08-19 Thread Simon Glass
On Fri, Aug 16, 2013 at 8:59 AM, Kees Cook wrote: > This adds the missing compression config items to the README. > > Signed-off-by: Kees Cook Acked-by: Simon Glass ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-b

Re: [U-Boot] [PATCH 1/6] sandbox: add compression tests

2013-08-19 Thread Simon Glass
On Fri, Aug 16, 2013 at 8:59 AM, Kees Cook wrote: > This adds the "test_compression" command when building the sandbox. This > tests the existing compression and decompression routines for simple > sanity and for buffer overflow conditions. > > Signed-off-by: Kees Cook Acked-by: Simon Glass ___

[U-Boot] [PATCH v3 5/7] tools: add padding of data image file for imximage

2013-08-19 Thread Stefano Babic
Implement function vrec_header to be able to pad the final data image file according the what has been calculated for boot_data.length. Signed-off-by: Stefano Babic --- Changes in v3: - uses stat instead of open / fstat / close (Marek Vasut) Changes in v2: None tools/imximage.c | 74 +++

[U-Boot] [PATCH v3 4/7] tools: add variable padding of data image in mkimage

2013-08-19 Thread Stefano Babic
Use previously unused return value of function vrec_header to return a padding size to generic mkimage. This padding size is used in copy_files to pad with zeros after copying the data image. Signed-off-by: Stefano Babic --- Changes in v3: None Changes in v2: None tools/mkimage.c | 24 +++

[U-Boot] [PATCH v3 7/7] imx: add status reporting for HAB status

2013-08-19 Thread Stefano Babic
Add functions to report the HAB (High Assurance Boot) status of e.g. i.MX6 CPUs. This is taken from git://git.freescale.com/imx/uboot-imx.git branch imx_v2009.08_3.0.35_4.0.0 cpu/arm_cortexa8/mx6/generic.c include/asm-arm/arch-mx6/mx6_secure.h Signed-off-by: Stefano Babic --- Changes in v3: No

[U-Boot] [PATCH v3 0/7] The patchset fixes some issue in the generation of the imx image

2013-08-19 Thread Stefano Babic
(header for Freescale's i.MX processors) to allow the usage of Freescale's tools to sign the u-boot image and provide a secure boot. This has nothing to do with the Secure Boot extensions implemented by Simon Glass, that can be in any case used to boot later a secure image. Freescale's secure boot

[U-Boot] [PATCH v3 1/7] tools: imx_header should not include flash_offset

2013-08-19 Thread Stefano Babic
Doing a make distclean; make mx6qsabresd_config; make and hexdump -C u-boot.imx | less ... 0360 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 || * 03f0 00 00 00 00 00 00 00 00 00 00 00 00 00 04 00 00 ||

[U-Boot] [PATCH v3 3/7] tools: dynamically allocate imx_header in imximage

2013-08-19 Thread Stefano Babic
Change to dynamically allocate the imx_header to correctly allocate the IVT, Boot Data and DCD at correct locations depending on the boot media. Also check that the Image Vector Table Offset + IVT + Boot Data + DCD <= Initial Load Region Size. Previously struct imx_header was always 4096 bytes an

[U-Boot] [PATCH v3 6/7] tools: add support for setting the CSF into imximage

2013-08-19 Thread Stefano Babic
Add support for setting the CSF (Command Sequence File) pointer which is used for HAB (High Assurance Boot) in the imximage by adding e.g. CSF 0x2000 in the imximage.cfg file. This will set the CSF pointer accordingly just after the padded data image area. The boot_data.length is adjusted with t

[U-Boot] [PATCH v3 2/7] tools: rename mximage_flash_offset to imximage_ivt_offset

2013-08-19 Thread Stefano Babic
This better reflects the naming from the Reference Manual as well as fits better since "flash" is not really applicabe for SATA. Signed-off-by: Stefano Babic --- Changes in v3: None Changes in v2: None tools/imximage.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) d

Re: [U-Boot] merge arm64 to arm

2013-08-19 Thread Scott Wood
On Mon, 2013-08-19 at 09:10 -0400, Tom Rini wrote: > On 08/19/2013 09:01 AM, Måns Rullgård wrote: > > Tom Rini writes: > > > >> On 08/19/2013 08:32 AM, Måns Rullgård wrote: > >>> If there's a lot of code shared between these architectures, > >>> why is it in an architecture-specific directory in

Re: [U-Boot] [PATCH v2 0/7] The patchset fixes some issue in the generation of the imx image

2013-08-19 Thread Stefano Babic
Hi Tom, On 19/08/2013 18:19, Tom Rini wrote: > On Mon, Aug 12, 2013 at 04:39:27PM +0200, Stefano Babic wrote: > >> (header for Freescale's i.MX processors) to allow the usage of >> Freescale's tools to sign the u-boot image and provide a secure >> boot. >> >> This has nothing to do with the Sec

Re: [U-Boot] merge arm64 to arm

2013-08-19 Thread Scott Wood
On Sat, 2013-08-17 at 15:55 +0100, Måns Rullgård wrote: > FengHua writes: > > >> FengHua writes: > >> > >> > hi tom, > >> > hi albert, > >> > yes, it's right. the u-boot could be more uniformly and maintainable > >> > if merging armv8 to arm architecture. I will try to migrate arm64 to > >> > a

Re: [U-Boot] [PATCH 1/3] mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN

2013-08-19 Thread Scott Wood
On Mon, 2013-08-19 at 10:55 +0200, Stefan Roese wrote: > On 06.08.2013 12:13, Paul Burton wrote: > > Linux modified the MTD driver interface in commit edbc4540 (with the > > same name as this commit). The effect is that calls to mtd_read will not > > return -EUCLEAN if the number of ECC-corrected b

Re: [U-Boot] [PATCH v2 0/7] The patchset fixes some issue in the generation of the imx image

2013-08-19 Thread Tom Rini
On Mon, Aug 12, 2013 at 04:39:27PM +0200, Stefano Babic wrote: > (header for Freescale's i.MX processors) to allow the usage of > Freescale's tools to sign the u-boot image and provide a secure boot. > > This has nothing to do with the Secure Boot extensions implemented by > Simon Glass, that can

Re: [U-Boot] [U-Boot, v1, 8/8] mpc85xx: introduce the kmp204x reference design support

2013-08-19 Thread Valentin Longchamp
On 08/13/2013 11:44 PM, York Sun wrote: > On 07/26/2013 03:02 AM, Valentin Longchamp wrote: >> + >> +phys_size_t initdram(int board_type) >> +{ >> +phys_size_t dram_size = 0; >> + >> +puts("Initializing"); >> + >> +if (fsl_use_spd()) { >> +puts("using SPD\n"); >> +

Re: [U-Boot] [PATCH v1 8/8] mpc85xx: introduce the kmp204x reference design support

2013-08-19 Thread Valentin Longchamp
On 08/13/2013 11:38 PM, Scott Wood wrote: > On Fri, 2013-07-26 at 12:02 +0200, Valentin Longchamp wrote: >> This patch introduces the support for Keymile's kmp204x reference >> design. This design is based on Freescale's P2040/P2041 SoC. >> >> The peripherals used by this design are: >> - DDR3 RAM

Re: [U-Boot] [PATCH v4 0/6] arm, am335x: add support for siemens boards

2013-08-19 Thread Tom Rini
On Mon, Aug 19, 2013 at 04:38:55PM +0200, Heiko Schocher wrote: [snip] > - changes for v4: > - rebased against u-boot-ti commit 425faf74cd8189c87919f7e72a0101c684ee3b9f > therefore added define CONFIG_OMAP_COMMON > - add video splash screen support > Therefor needed patches (already ap

Re: [U-Boot] [PATCH v1 7/8] mtd/fsl_elbc: take NAND_ECC_SOFT_BCH config option into accout

2013-08-19 Thread Valentin Longchamp
On 08/13/2013 10:54 PM, Scott Wood wrote: > On Fri, 2013-07-26 at 12:02 +0200, Valentin Longchamp wrote: >> NAND_ECC_SOFT was the only option available while the SOFT_BCH option >> may also be used. >> >> Signed-off-by: Valentin Longchamp >> --- >> drivers/mtd/nand/fsl_elbc_nand.c | 6 +- >>

Re: [U-Boot] [PATCH v4 1/6] arm, am33xx: add defines for gmii_sel_register bits

2013-08-19 Thread Tom Rini
On Mon, Aug 19, 2013 at 04:38:56PM +0200, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > Acked-by: Mugunthan V N Looks fine, but can we get this tested on the isee board too? It's a functional change there (since it was setting the NOTUSED bit that HW folks say really should not be se

Re: [U-Boot] [U-Boot, v1, 6/8] net/fman: add a fm_enable_port function

2013-08-19 Thread Valentin Longchamp
On 08/13/2013 10:38 PM, York Sun wrote: > On 07/26/2013 03:02 AM, Valentin Longchamp wrote: >> This can be useful if we want to disable an interface in u-boot and >> later reenable them, so that it looks available when trying to fix the >> FDT or for the kernel. >> >> Signed-off-by: Valentin Longch

Re: [U-Boot] [U-Boot, v1, 5/8] fsl: do not define FSL_SRIO_PCIE_BOOT_MASTER for all P2041 systems

2013-08-19 Thread Valentin Longchamp
On 08/13/2013 10:32 PM, York Sun wrote: > On 07/26/2013 03:02 AM, Valentin Longchamp wrote: >> If this #define stays in config_mpc85xx.h, the P2041 based boards must >> define a lot of SRIO values even if they do not implement a SRIO device. >> >> The #define is moved into the P2041RDB board config

Re: [U-Boot] [U-Boot, v1, 4/8] mpc8xxx: set x2 DDR3 refresh rate if SPD config requires it

2013-08-19 Thread Valentin Longchamp
On 08/13/2013 10:24 PM, York Sun wrote: > On 07/26/2013 03:02 AM, Valentin Longchamp wrote: >> If the DDR3 module supports industrial temperature range and requires >> the x2 refresh rate for that temp range, the refresh period must be >> 3.9us instead of 7.8 us. >> >> Signed-off-by: Valentin Longc

Re: [U-Boot] Enabling L2 cache on mx53

2013-08-19 Thread Fabio Estevam
Hi Dirk, On Mon, Aug 19, 2013 at 12:16 PM, Dirk Behme wrote: > Is the mx53 L2 cache the same like on mx6? I think they are different. On mx6 the L2 cache controller is memory mapped ,but on mx53 there is no L2 cache entry in its memory map. Regards, Fabio Estevam

Re: [U-Boot] Enabling L2 cache on mx53

2013-08-19 Thread Dirk Behme
Am 19.08.2013 15:55, schrieb Fabio Estevam: Hi, I notice slow tftp transfer on mx53qsb and I suspected it could be due to L2 cache being disabled. Tried enabling with: --- a/arch/arm/cpu/armv7/mx5/lowlevel_init.S +++ b/arch/arm/cpu/armv7/mx5/lowlevel_init.S @@ -45,6 +45,11 @@ #endif

[U-Boot] [PATCH 2/2] usb:dfu:g_dnl: Refactoring the string definition code for g_dnl driver

2013-08-19 Thread Lukasz Majewski
The manufacturer and product IDs are dynamically assigned when gadget is bind. Now the IDs aren't assigned at struct g_dnl_string_defs definition. Signed-off-by: Lukasz Majewski Cc: Marek Vasut Cc: "Egli, Samuel" --- drivers/usb/gadget/g_dnl.c | 11 +++ 1 file changed, 7 insertions(+

[U-Boot] [PATCH 1/2] usb:dfu:g_dnl: Change number of exported configurations at composite gadget

2013-08-19 Thread Lukasz Majewski
USB composite gadget (g_dnl) supports only one configuration. Due to that the corresponding field - bConfigurationValue has been changed. Moreover more descriptive names were chosen for relevant fields. Windows XP setup: - Thesyscon USB Descriptor Dumper - zadig_xp program for WinUSB installation

[U-Boot] [PATCH v2 1/2] i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework

2013-08-19 Thread Heiko Schocher
- add omap24xx driver to new multibus/multiadpater support - adapted all config files, which uses this driver Tested on the am335x based siemens boards rut, dxr2 and pxm2 posted here: http://patchwork.ozlabs.org/patch/263211/ Signed-off-by: Heiko Schocher Cc: Tom Rini Cc: Lars Poeschel Cc: Ste

[U-Boot] [PATCH v4 2/6] arm, am335x: add some missing registers and defines for lcd and epwm support

2013-08-19 Thread Heiko Schocher
- add missing register defines in struct cm_perpl epwmss0clkctrl epwmss2clkctrl lcdcclkstctrl - add missing register defines in struct cm_dpll clklcdcpixelclk - add struct pwmss_regs - add struct pwmss_ecap_regs - add LCD Controller base LCD_CNTL_BASE - add PWM0 controller base PWMSS0_BASE

[U-Boot] [PATCH] PCIe:Add a function to get the address of requested capability structure.

2013-08-19 Thread Zhao Qiang
Add a function to get the address of requested capability structure in PCIe configuration space by capability ID. The step of this function: 1. Read Status register in PCIe configuration space to confirm that Capabilities List is valid. 2. Find the address of Capabilities

[U-Boot] [PATCH v4 5/6] video: add formike lcd panel init

2013-08-19 Thread Heiko Schocher
Signed-off-by: Heiko Schocher Cc: Anatolij Gustschin Cc: Tom Rini --- - changes for v4: new patch in this patchserie, as video support added drivers/video/Makefile | 1 + drivers/video/formike.c | 511 include/video.h | 4 + 3 Da

[U-Boot] [PATCH v4 0/6] arm, am335x: add support for siemens boards

2013-08-19 Thread Heiko Schocher
add support for the am335x based boards from siemens: dxr2: - DDR3 128MiB - NAND 256MiB - Ethernet with external Switch SMSC LAN9303 - no PMIC - internal Watchdog - DFU support pxm2: - DDR2 512 MiB - NAND 1024 MiB - PMIC - PHY atheros ar803x - USB Host - internal Watchdog

[U-Boot] [PATCH v4 1/6] arm, am33xx: add defines for gmii_sel_register bits

2013-08-19 Thread Heiko Schocher
Signed-off-by: Heiko Schocher Acked-by: Mugunthan V N --- - changes for v2: defined all bits used in the gmii_sel register as Tom Rini suggested - changes for v3: rebased against u-boot-ti commit bb2a5d8f87fffb4fadfb205837decbd1b3e75f88 - changes for v4: - rebased against u-boot-ti commi

[U-Boot] [PATCH v4 3/6] arm, spl: add watchdog library to SPL

2013-08-19 Thread Heiko Schocher
Signed-off-by: Heiko Schocher Cc: Tom Rini --- - changes for v2: none - changes for v3: rebased against u-boot-ti commit bb2a5d8f87fffb4fadfb205837decbd1b3e75f88 - changes for v4: rebased against u-boot-ti commit 425faf74cd8189c87919f7e72a0101c684ee3b9f --- doc/README.SPL | 2 +- spl/Make

[U-Boot] [PATCH v4 4/6] arm, am335x: add watchdog support

2013-08-19 Thread Heiko Schocher
Add TI OMAP 16xx & 24xx/34xx 32KHz (non-secure) watchdog support. Signed-off-by: Heiko Schocher Reviewed-by: Tom Rini Cc: Albert Aribaud --- - changes for v2: - add Reviedwed-by from Tom Rini - fixed subject - add SPDX-License-Identifier - changes for v3: - add a more detailed commen

Re: [U-Boot] [PATCH V2] ARM: mxs: tools: Add mkimage support for MXS bootstream

2013-08-19 Thread Tom Rini
On Tue, Aug 06, 2013 at 04:54:53PM +0200, Marek Vasut wrote: > Add mkimage support for generating and verifying MXS bootstream. > The implementation here is mostly a glue code between MXSSB v0.4 > and mkimage, but the long-term goal is to rectify this and merge > MXSSB with mkimage more tightly. On

Re: [U-Boot] u-boot serial loading/booting from ram

2013-08-19 Thread Tom Rini
On Thu, Aug 15, 2013 at 09:04:20AM -0400, Matt Geiman wrote: > Hello all, > > I have a quick question that I hope you can help me with. We are running > version 2009.11 of u-boot on a Beagleboard based project and are looking to > upgrade to the latest and greatest (currently 2013.07). This pro

[U-Boot] Enabling L2 cache on mx53

2013-08-19 Thread Fabio Estevam
Hi, I notice slow tftp transfer on mx53qsb and I suspected it could be due to L2 cache being disabled. Tried enabling with: --- a/arch/arm/cpu/armv7/mx5/lowlevel_init.S +++ b/arch/arm/cpu/armv7/mx5/lowlevel_init.S @@ -45,6 +45,11 @@ #endif mcr 15, 1, r0, c9, c0, 2 + + /* enable L

Re: [U-Boot] [PATCH] serial: arm_dcc: Convert to use default_serial_puts

2013-08-19 Thread Tom Rini
On Sat, Aug 17, 2013 at 03:39:34PM +0800, Axel Lin wrote: > Use default_serial_puts() instead of its own implementation. > > Signed-off-by: Axel Lin Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot m

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

2013-08-19 Thread Tom Rini
On Mon, Aug 19, 2013 at 10:37:25AM +0200, Stefan Roese wrote: > Hi Tom, > > please pull the following patches: > > The following changes since commit e20cc2ca15b5b0644f51b6e58d530d70acd2bc00: > > Merge branch 'master' of git://88.191.163.10/u-boot-arm (2013-08-18 > 14:14:34 -0400) > > are a

Re: [U-Boot] merge arm64 to arm

2013-08-19 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/19/2013 09:01 AM, Måns Rullgård wrote: > Tom Rini writes: > >> On 08/19/2013 08:32 AM, Måns Rullgård wrote: >>> Tom Rini writes: >>> On 08/18/2013 11:46 PM, Sharma Bhupesh-B45370 wrote: > [Re-posting as original msg was rejected due

  1   2   >