Re: [U-Boot] [PATCH 4/4] ARM: atmel: add sama5d3xek support

2013-03-07 Thread Andreas Bießmann
Hi Bo, On 08.03.13 04:31, Bo Shen wrote: > Hi Andreas, > Thansk for your comments. > > On 3/7/2013 18:58, Andreas Bießmann wrote: >> Dear Bo Shen, >> >> On 28.02.13 08:00, Bo Shen wrote: >>> Add sama5d3xek support with following feature >>>- boot from NAND flash, PMECC support, 4bit ECC @ 5

[U-Boot] [PATCH] ARM: at91sam9x5: Using CPU string directly

2013-03-07 Thread Bo Shen
As the CPU name is not configurable, using CPU string directly Signed-off-by: Bo Shen --- arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c | 14 +++--- arch/arm/include/asm/arch-at91/at91sam9x5.h |6 -- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/arch/a

Re: [U-Boot] mtdparts not agreeing wiht fw_printenv

2013-03-07 Thread John Stile
Dear Wolfgang Denk , On Thu, 2013-03-07 at 07:52 +0100, Wolfgang Denk wrote: > Dear John Stile, > > In message <1362532855.20183.135.camel@genx> you wrote: > > I am quite confused about partitions in my NAND flash. > > > > Linux can mount my rootfs, so partitions make sense to the kernel, but > >

Re: [U-Boot] [PATCH v9 15/30] autoconfig.mk: Make it possible to define configs from other configs

2013-03-07 Thread Wolfgang Denk
Dear Marek Vasut, In message <201303080429.00780.ma...@denx.de> you wrote: > > > > + # ... and from configs defined from other configs > > > + s/="\(CONFIG_[A-Za-z0-9_][A-Za-z0-9_]*\)"/=$(\1)/; > > > > Should we not remove the lower case letters here? Such are not > > supposed to be used in mac

Re: [U-Boot] Possible GPL violation

2013-03-07 Thread Wolfgang Denk
Dear Charles Manning, In message you wrote: > > >> 1) If you buy a product containing GPL code, but the company does not > >> supply the code, then - in general - you cannot force the company to > >> supply you with code. You need to get the collaboration of an > >> infringed copyright holder to

Re: [U-Boot] [PATCH 0/15] Enhance SPI/SPI flash probing, add support for Intel ICH controller

2013-03-07 Thread Simon Glass
Hi, On Wed, Dec 26, 2012 at 2:28 PM, Simon Glass wrote: > Adding new fields to struct spi_slave and struct spi_flash is painful, > because most drivers don't zero the fields they don't use. Anyway it > seems better to have the SPI/SPI flash infrastructure provide a simple > way of doing this that

Re: [U-Boot] [RFC PATCH 0/44] RFC: Verified boot implementation based on FIT

2013-03-07 Thread Simon Glass
Hi, On Fri, Jan 4, 2013 at 5:51 PM, Simon Glass wrote: > This series implemented a verified boot system based around FIT images > as discussed on the U-Boot mailing list, including on this thread: > > http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/147830 > > RSA is used to implement th

Re: [U-Boot] [PATCH v4 0/2] usb: ehci: exynos: Fixes for non-fdt systems

2013-03-07 Thread Vivek Gautam
On Fri, Mar 8, 2013 at 9:51 AM, Vivek Gautam wrote: > Hi Marek, > > > On Fri, Mar 8, 2013 at 4:47 AM, Marek Vasut wrote: >> Dear Vivek Gautam, >> >>> Based on 'master' branch of u-boot-samsung. >>> >>> Changes from v3: >>> - Adding necesasry check for return error of exynos_usb_parse_dt() >>>

Re: [U-Boot] [PATCH v4 0/2] usb: ehci: exynos: Fixes for non-fdt systems

2013-03-07 Thread Vivek Gautam
Hi Marek, On Fri, Mar 8, 2013 at 4:47 AM, Marek Vasut wrote: > Dear Vivek Gautam, > >> Based on 'master' branch of u-boot-samsung. >> >> Changes from v3: >> - Adding necesasry check for return error of exynos_usb_parse_dt() >>and returning accordingly from ehci_hcd_init(). >> - Removing un

[U-Boot] [PATCH v7 07/31] Define CONFIG_SYS_LEGACY_BOARD everywhere

2013-03-07 Thread Simon Glass
We are introducing a new unified board setup and we want this to be the default. So we need to opt all architectures out first. Signed-off-by: Simon Glass --- Changes in v7: - Add description of CONFIG_SYS_LEGACY_BOARD to README Changes in v6: None Changes in v5: None Changes in v4: None Changes

Re: [U-Boot] [PATCH v6 07/31] Define CONFIG_SYS_LEGACY_BOARD everywhere

2013-03-07 Thread Simon Glass
Hi Wolfgang, On Wed, Mar 6, 2013 at 10:45 PM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1362530405-10824-8-git-send-email-...@chromium.org> you wrote: >> We are introducing a new unified board setup and we want this to >> be the default. So we need to opt all architectures out firs

Re: [U-Boot] [PATCH v5] Exynos5: Pinmux: Add fdt for pinmux

2013-03-07 Thread Simon Glass
Hi Akshay, On Thu, Mar 7, 2013 at 6:09 AM, Akshay Saraswat wrote: > This patch adds fdt nodes for peripherals which require > pin muxing and configuration. Device tree bindings for pinctrl > are kept same as required for Linux. Existing pinmux code > modified to retrieve gpio range and function r

Re: [U-Boot] [PATCH 1/2 v3] Exynos5: spl: Reorganize mem_timing struct to gain space in spl

2013-03-07 Thread Simon Glass
Hi Akshay, On Wed, Mar 6, 2013 at 6:22 AM, Akshay Saraswat wrote: > Distributes struct mem_timings into new different structures > to gain space in spl by removing necessity of maintaining > two big and almost similar mem_timings instances. > > Signed-off-by: Akshay Saraswat > --- > Changes sinc

Re: [U-Boot] [PATCH 2/2 v2] Exynos5: spl: Reduce clock init in spl

2013-03-07 Thread Simon Glass
+ Albert, Tom who might know about this Hi Akshay, On Wed, Mar 6, 2013 at 7:36 AM, Akshay Saraswat wrote: > Hi Simon, > >>Hi Akshay, >> >>On Tue, Mar 5, 2013 at 2:53 AM, Akshay Saraswat wrote: >>> This patch subtracts a part of clock init from spl >>> and executes it after relocation. spl_clock

Re: [U-Boot] [PATCH v9 15/30] autoconfig.mk: Make it possible to define configs from other configs

2013-03-07 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Benoît Thébaudeau, > > In message <1362596377-5827-15-git-send-email-benoit.thebaud...@advansee.com> you wrote: > > + # ... and from configs defined from other configs > > + s/="\(CONFIG_[A-Za-z0-9_][A-Za-z0-9_]*\)"/=$(\1)/; > > Should we not remove the lower case

Re: [U-Boot] [PATCH 4/5 v4] gen: Add ACE acceleration to hash

2013-03-07 Thread Simon Glass
Hi Kim, On Thu, Mar 7, 2013 at 6:18 PM, Kim Phillips wrote: > On Thu, 7 Mar 2013 17:05:15 -0800 > Simon Glass wrote: > >> On Thu, Mar 7, 2013 at 4:25 PM, Kim Phillips >> wrote: >> > On Wed, 6 Mar 2013 18:08:21 -0800 >> > Simon Glass wrote: >> > >> >> On Wed, Mar 6, 2013 at 5:22 PM, Kim Philli

Re: [U-Boot] [PATCH 4/5 v4] gen: Add ACE acceleration to hash

2013-03-07 Thread Kim Phillips
On Thu, 7 Mar 2013 17:05:15 -0800 Simon Glass wrote: > On Thu, Mar 7, 2013 at 4:25 PM, Kim Phillips > wrote: > > On Wed, 6 Mar 2013 18:08:21 -0800 > > Simon Glass wrote: > > > >> On Wed, Mar 6, 2013 at 5:22 PM, Kim Phillips > >> wrote: > >> > On Tue, 5 Mar 2013 22:22:09 -0800 > >> > Simon Gl

Re: [U-Boot] [PATCH 1/4] USB: ohci-at91: support sama5d3x devices

2013-03-07 Thread Bo Shen
On 3/7/2013 17:12, Andreas Bießmann wrote: Dear Bo Shen, On 28.02.13 08:00, Bo Shen wrote: Add OHCI support for sama5d3x devices Signed-off-by: Bo Shen --- drivers/usb/host/ohci-at91.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/oh

Re: [U-Boot] [PATCH 4/5 v4] gen: Add ACE acceleration to hash

2013-03-07 Thread Simon Glass
Hi Kim, On Thu, Mar 7, 2013 at 4:25 PM, Kim Phillips wrote: > On Wed, 6 Mar 2013 18:08:21 -0800 > Simon Glass wrote: > >> On Wed, Mar 6, 2013 at 5:22 PM, Kim Phillips >> wrote: >> > On Tue, 5 Mar 2013 22:22:09 -0800 >> > Simon Glass wrote: >> > >> >> On Tue, Mar 5, 2013 at 9:04 PM, Kim Philli

Re: [U-Boot] [PATCH 4/5 v4] gen: Add ACE acceleration to hash

2013-03-07 Thread Kim Phillips
On Wed, 6 Mar 2013 18:08:21 -0800 Simon Glass wrote: > On Wed, Mar 6, 2013 at 5:22 PM, Kim Phillips > wrote: > > On Tue, 5 Mar 2013 22:22:09 -0800 > > Simon Glass wrote: > > > >> On Tue, Mar 5, 2013 at 9:04 PM, Kim Phillips > >> wrote: > >> > On Tue, 5 Mar 2013 17:51:00 -0800 > >> > Simon Gl

Re: [U-Boot] [PATCH v3 6/6] Tegra30: MMC: Enable DT MMC driver support for Tegra30 Cardhu boards

2013-03-07 Thread Stephen Warren
On 03/07/2013 02:47 PM, Tom Warren wrote: > Tested on my Cardhu-A04 tablet, eMMC and SD-Card work fine, can load > a kernel off of an SD card OK, card detect works, and the env is now > stored in eMMC (end of the 2nd 'boot' sector, same as Tegra20). The series, Reviewed-by: Stephen Warren ___

Re: [U-Boot] [PATCH] dfu:mmc: When doing block operations, operate on the given length

2013-03-07 Thread Michael Cashwell
On Mar 7, 2013, at 6:33 PM, Tom Rini wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 03/07/2013 06:19 PM, Michael Cashwell wrote: > >> I was just bitten in this area today but in a different way. >> >> Larger than DDR? Any update larger than the default 4MB dfu_buf[] fails too.

Re: [U-Boot] [PATCH] dfu:mmc: When doing block operations, operate on the given length

2013-03-07 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/07/2013 06:19 PM, Michael Cashwell wrote: > I was just bitten in this area today but in a different way. > > Larger than DDR? Any update larger than the default 4MB dfu_buf[] > fails too. (As a hack I redefined dfu_buf[] to be a cast of I > th

Re: [U-Boot] Possible GPL violation

2013-03-07 Thread Charles Manning
On Fri, Mar 8, 2013 at 11:23 AM, Wolfgang Denk wrote: > Dear Charles, > > In message > you > wrote: >> >> 1) If you buy a product containing GPL code, but the company does not >> supply the code, then - in general - you cannot force the company to >> supply you with code. You need to get the co

Re: [U-Boot] [PATCH] dfu:mmc: When doing block operations, operate on the given length

2013-03-07 Thread Michael Cashwell
I was just bitten in this area today but in a different way. Larger than DDR? Any update larger than the default 4MB dfu_buf[] fails too. (As a hack I redefined dfu_buf[] to be a cast of I think CONFIG_SYS_SDRAM_BASE.) But I'd love to hear more about being able to handle updates larger than DDR

Re: [U-Boot] [PATCH v4 0/2] usb: ehci: exynos: Fixes for non-fdt systems

2013-03-07 Thread Marek Vasut
Dear Vivek Gautam, > Based on 'master' branch of u-boot-samsung. > > Changes from v3: > - Adding necesasry check for return error of exynos_usb_parse_dt() >and returning accordingly from ehci_hcd_init(). > - Removing unnecessary parentheses around ctx->hcd. > > Vivek Gautam (2): > usb: e

Re: [U-Boot] [PATCH] mtd: nand: fix the written length when nand_write_skip_bad failed

2013-03-07 Thread Scott Wood
On 03/07/2013 09:02:27 AM, htbegin wrote: Hi, Scott On Thu, Mar 7, 2013 at 2:22 AM, Scott Wood wrote: > On 03/06/2013 08:56:56 AM, htbegin wrote: >> > BTW, are you actually using WITH_YAFFS_OOB? I think there are some >> > other >> > things wrong with it at the moment, as mentioned here:

Re: [U-Boot] Possible GPL violation

2013-03-07 Thread Wolfgang Denk
Dear Charles, In message you wrote: > > 1) If you buy a product containing GPL code, but the company does not > supply the code, then - in general - you cannot force the company to > supply you with code. You need to get the collaboration of an > infringed copyright holder to force the issue.

Re: [U-Boot] Possible GPL violation

2013-03-07 Thread Charles Manning
I have had to deal with this a bit so I'll give my 2c. Under the GPL2, the company only has to provide source, or make an offer to do so, to customers buying the product containing the GPL code. The flip side to this is that the "teeth" in the GPL come from copyright law and the only person who c

[U-Boot] [PATCH v3 6/6] Tegra30: MMC: Enable DT MMC driver support for Tegra30 Cardhu boards

2013-03-07 Thread Tom Warren
Tested on my Cardhu-A04 tablet, eMMC and SD-Card work fine, can load a kernel off of an SD card OK, card detect works, and the env is now stored in eMMC (end of the 2nd 'boot' sector, same as Tegra20). Signed-off-by: Tom Warren --- v2: - no change v3: - no change include/configs/cardhu.h

[U-Boot] [PATCH v3 4/6] mmc: Tegra: Add SD bus power/voltage function and MMC pad init call.

2013-03-07 Thread Tom Warren
Tegra30 requires the SD Bus Voltage & Power bits be set in the SD Power Control register. Tegra20 works w/o them set, but do it anyway for those SoCs as it's part of the SD spec. Also call a common board pad init routine (pad_init_mmc) in mmc_reset(), used by Tegra30 only for now. Note that Tegra2

[U-Boot] [PATCH v3 5/6] Tegra30: mmc: Add Tegra30 SDMMC compatible entry to fdtdec & driver

2013-03-07 Thread Tom Warren
Tegra30 SD/MMC controller differs enough from Tegra20 that it needs its own entry in the compat_names/compat_id tables and in the Tegra MMC driver. Signed-off-by: Tom Warren --- v2: new v3: - no change include/fdtdec.h |3 ++- lib/fdtdec.c |1 + 2 files changed, 3 insertions(+), 1 d

[U-Boot] [PATCH v3 3/6] Tegra30: MMC: Add SD bus power-rail and SDMMC pad init routines

2013-03-07 Thread Tom Warren
T30 requires specific SDMMC pad programming, and bus power-rail bringup. Signed-off-by: Tom Warren --- v2: - rewrite pad_init_mmc to use mmc_id instead of SDMMC base address - add PMU-specific comments to board_sdmmc_voltage_init sequence v3: - removed GP_SDIOCFG writes, now done during pinmux in

[U-Boot] [PATCH v3 2/6] Tegra: MMC: Added/update SDMMC registers/base addresses for T20/T30

2013-03-07 Thread Tom Warren
Removed SDMMC base addresses from tegra.h since they're no longer used. Added additional vendor-specific SD/MMC registers and bus power defines. Signed-off-by: Tom Warren --- v2: - change pad_init_mmc prototype - remove all TEGRA_SDMMCx_BASE defines v3: - remove GP padctrl SDIOCFG defines, done i

[U-Boot] [PATCH v3 1/6] Tegra30: fdt: Add SDMMC (sdhci) nodes for T30 boards (Cardhu for now)

2013-03-07 Thread Tom Warren
Took these values directly from the kernel dts files. Signed-off-by: Tom Warren --- v2: - no change v3: - no change arch/arm/dts/tegra30.dtsi | 32 board/nvidia/dts/tegra30-cardhu.dts | 15 +++ 2 files changed, 47 insertions(+), 0 delet

[U-Boot] [PATCH v3 0/6] Tegra30: MMC: Add DT-based MMC driver for Tegra30/Cardhu

2013-03-07 Thread Tom Warren
This patchset adds SDMMC device-tree support to the Tegra30 dts files, and enables the Tegra MMC driver on Tegra30 Cardhu. I've tested this on my Cardhu-A04 and everything works fine, including card detect. All Tegra boards also build w/o error, and Seaboard MMC functionality is unchanged. Change

[U-Boot] [PATCH] mx28evk: Introduce a new target for saving env vars to NAND

2013-03-07 Thread Fabio Estevam
Introduce 'mx28evk_nand' target for saving environment variables into NAND. The mx28evk board does not come with a NAND flash populated from the factory. It comes with an empty slot (U23), which allows the insertion of a 48-pin TSOP flash device. Tested with a K9LBG08U0D. Signed-off-by: Fabio

Re: [U-Boot] [PATCH] Tegra30: Cardhu: Add pad config tables/code based on pinmux code

2013-03-07 Thread Stephen Warren
On 03/07/2013 02:13 PM, Tom Warren wrote: > Stephen, > > On Thu, Mar 7, 2013 at 1:27 PM, Stephen Warren wrote: >> On 03/06/2013 04:51 PM, Tom Warren wrote: >>> Pad config registers exist in APB_MISC_GP space, and control slew >>> rate, drive strengh, schmidt, high-speed, and low-power modes for >

Re: [U-Boot] [PATCH] Tegra30: Cardhu: Add pad config tables/code based on pinmux code

2013-03-07 Thread Tom Warren
Stephen, On Thu, Mar 7, 2013 at 1:27 PM, Stephen Warren wrote: > On 03/06/2013 04:51 PM, Tom Warren wrote: >> Pad config registers exist in APB_MISC_GP space, and control slew >> rate, drive strengh, schmidt, high-speed, and low-power modes for >> all of the pingroups in Tegra30. This builds off

Re: [U-Boot] [PATCH] Tegra30: Cardhu: Add pad config tables/code based on pinmux code

2013-03-07 Thread Stephen Warren
On 03/06/2013 04:51 PM, Tom Warren wrote: > Pad config registers exist in APB_MISC_GP space, and control slew > rate, drive strengh, schmidt, high-speed, and low-power modes for > all of the pingroups in Tegra30. This builds off of the pinmux > way of constructing init tables to configure select pa

Re: [U-Boot] [PATCH 3/3] ARM: mx6: use common CPU errata config options

2013-03-07 Thread Stephen Warren
On 03/07/2013 10:24 AM, Stefano Babic wrote: > On 26/02/2013 23:28, Stephen Warren wrote: >> From: Stephen Warren >> >> Now that U-Boot has common CONFIG_ options to work around some ARM CPU >> errata, enable the relevant options on MX6, and remove the custom >> lowlevel_init.S, since it's just du

Re: [U-Boot] [PATCH v5 0/3] mx23/mxs pending patches

2013-03-07 Thread Marek Vasut
Dear Stefano Babic, > On 07/03/2013 17:23, Otavio Salvador wrote: > >> Check u-boot-testing :: mx233 if it helps, I picked all patches that > >> shall be applied in there. > > > > There're patches which where not send for review there (as Makefile > > change) > > Of course, such patches (I have

Re: [U-Boot] [PATCH] powerpc/85xx: Add workaround for errata USB-14 (enable on P204x/P3041/P50x0)

2013-03-07 Thread Kumar Gala
On Mar 5, 2013, at 2:40 PM, Wolfgang Denk wrote: > Dear Xu Lei-B33228, > > Please do not top post / full quote. Thanks. > > In message > <8cb6a38adf9e994697ff8a45e96e0853388...@039-sn1mpn1-004.039d.mgd.msft.net> > you wrote: >> >> Thank you and I agree with you. It is a little ugly but

Re: [U-Boot] [PATCH] mx23_olinuxino: Add missing gpio header

2013-03-07 Thread Stefano Babic
On 07/03/2013 18:28, Fabio Estevam wrote: > Add missing gpio header in order to fix the following build warning: > > mx23_olinuxino.c:50:2: warning: implicit declaration of function > 'gpio_direction_output' [-Wimplicit-function-declaration] > > Reported-by: Stefano Babic > Signed-off-by: Fabio

Re: [U-Boot] [PATCH] mx23_olinuxino: Add missing gpio header

2013-03-07 Thread Otavio Salvador
On Thu, Mar 7, 2013 at 2:28 PM, Fabio Estevam wrote: > Add missing gpio header in order to fix the following build warning: > > mx23_olinuxino.c:50:2: warning: implicit declaration of function > 'gpio_direction_output' [-Wimplicit-function-declaration] > > Reported-by: Stefano Babic > Signed-off

Re: [U-Boot] [PATCH v9 15/30] autoconfig.mk: Make it possible to define configs from other configs

2013-03-07 Thread Benoît Thébaudeau
Dear Wolfgang Denk, On Thursday, March 7, 2013 12:38:04 PM, Benoît Thébaudeau wrote: > Dear Wolfgang Denk, > > On Thursday, March 7, 2013 7:57:13 AM, Wolfgang Denk wrote: > > Dear Benoît Thébaudeau, > > > > In message > > <1362596377-5827-15-git-send-email-benoit.thebaud...@advansee.com> > > you

[U-Boot] [PATCH] mx23_olinuxino: Add missing gpio header

2013-03-07 Thread Fabio Estevam
Add missing gpio header in order to fix the following build warning: mx23_olinuxino.c:50:2: warning: implicit declaration of function 'gpio_direction_output' [-Wimplicit-function-declaration] Reported-by: Stefano Babic Signed-off-by: Fabio Estevam --- board/olimex/mx23_olinuxino/mx23_olinuxin

[U-Boot] [PATCH] mx23_olinuxino: Fix warning for implicit declaration

2013-03-07 Thread Otavio Salvador
Fixes a build warning of implicit declaration of gpio_direction_output, as bellow: , | mx23_olinuxino.c: In function 'board_early_init_f': | mx23_olinuxino.c:51:2: warning: implicit declaration | of function 'gpio_direction_output' | [-Wimplicit-function-declaration] ` Signed-off-

Re: [U-Boot] [PATCH 3/3] ARM: mx6: use common CPU errata config options

2013-03-07 Thread Stefano Babic
On 26/02/2013 23:28, Stephen Warren wrote: > From: Stephen Warren > > Now that U-Boot has common CONFIG_ options to work around some ARM CPU > errata, enable the relevant options on MX6, and remove the custom > lowlevel_init.S, since it's just duplicated code now. > > Signed-off-by: Stephen Warr

Re: [U-Boot] [PATCH 2/2] ARM: tegra: enable workaround for ARM erratum 716044

2013-03-07 Thread Tom Warren
Stephen/Albert, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Monday, March 04, 2013 4:30 PM > To: u-boot@lists.denx.de; Albert Aribaud > Cc: Simon Glass; Tom Warren; Stephen Warren > Subject: [PATCH 2/2] ARM: tegra: enable workaround for ARM erratum 71

Re: [U-Boot] [PATCH v2] mx6: Provide a structure for accessing HDMI registers

2013-03-07 Thread Stefano Babic
On 01/03/2013 01:35, Fabio Estevam wrote: > From: Fabio Estevam > > Provide a structure for accessing HDMI registers, so that we can use proper > read/write accessors. > > Signed-off-by: Fabio Estevam > Tested-by: Eric Nelson > --- Applied to u-boot-imx, thanks Best regards, Stefano Babic -

Re: [U-Boot] [PATCH v5 1/3] mx23evk: Enable USB support

2013-03-07 Thread Stefano Babic
On 02/03/2013 16:17, Otavio Salvador wrote: > This enabled USB support for the mx23evk board. > > Signed-off-by: Otavio Salvador > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering

Re: [U-Boot] [PATCH v5 3/3] mx23_olinuxino: Add ethernet support

2013-03-07 Thread Stefano Babic
On 02/03/2013 16:17, Otavio Salvador wrote: > This adds support to the LAN9512 chip included in the board and extend > the environment to easy netboot use. > > Signed-off-by: Otavio Salvador > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH v5 2/3] mx23_olinuxino: Enable USB support

2013-03-07 Thread Stefano Babic
On 02/03/2013 16:17, Otavio Salvador wrote: > This enabled USB support for the mx23_olinuxino board. > > Signed-off-by: Otavio Salvador > --- Applied to u-boot-imx, but... > /* SSP0 clock at 96MHz */ > mxs_set_sspclk(MXC_SSPCLK0, 96000, 0); > > +#ifdef CONFIG_CMD_USB > + /* En

Re: [U-Boot] [PATCH 01/13] mxs: Reset the EMI block on mx23

2013-03-07 Thread Stefano Babic
On 23/02/2013 13:42, Marek Vasut wrote: > The real reason for memory instability was the fact that the EMI block > was gated and not reset throughout the boards' operation. This patch > resets the EMI block properly while also reverts the memory voltage bump. > The memory stability issues were caus

Re: [U-Boot] [PATCH v5 0/3] mx23/mxs pending patches

2013-03-07 Thread Stefano Babic
On 07/03/2013 17:23, Otavio Salvador wrote: >> Check u-boot-testing :: mx233 if it helps, I picked all patches that shall be >> applied in there. > > There're patches which where not send for review there (as Makefile change) Of course, such patches (I have find only what you mention) cannot be p

Re: [U-Boot] [PATCH v5 0/3] mx23/mxs pending patches

2013-03-07 Thread Otavio Salvador
On Thu, Mar 7, 2013 at 1:20 PM, Marek Vasut wrote: > Dear Stefano Babic, > >> On 02/03/2013 21:58, Otavio Salvador wrote: >> > On Sat, Mar 2, 2013 at 5:41 PM, Marek Vasut wrote: >> >> Dear Otavio Salvador, >> >> >> >>> This patchset includes the pending patches we have in our tree. It >> >>> fixe

Re: [U-Boot] [PATCH v5 0/3] mx23/mxs pending patches

2013-03-07 Thread Marek Vasut
Dear Stefano Babic, > On 02/03/2013 21:58, Otavio Salvador wrote: > > On Sat, Mar 2, 2013 at 5:41 PM, Marek Vasut wrote: > >> Dear Otavio Salvador, > >> > >>> This patchset includes the pending patches we have in our tree. It > >>> fixes issues for mx23evk and mx23_olinuxino boards. This depends

Re: [U-Boot] [PATCH v5 0/3] mx23/mxs pending patches

2013-03-07 Thread Stefano Babic
On 02/03/2013 21:58, Otavio Salvador wrote: > On Sat, Mar 2, 2013 at 5:41 PM, Marek Vasut wrote: >> Dear Otavio Salvador, >> >>> This patchset includes the pending patches we have in our tree. It >>> fixes issues for mx23evk and mx23_olinuxino boards. This depends on >>> Marek's patchset which has

Re: [U-Boot] Possible GPL violation

2013-03-07 Thread Wolfgang Denk
Dear Pavel, In message <20130307091729.GA24807@xo-6d-61-c0.localdomain> you wrote: > > > So did you contact the vendor and ask for the source code? And did > > they answer, and what exactly? > > Technically... he should have got source code or written offer for it with > the device. So they are

Re: [U-Boot] [PATCH v3 4/4] RX-51: Add support for bootmenu

2013-03-07 Thread Pali Rohár
Hi, I'm sending new version of patch which try to use also ext filesystem (not only fat) From 4798e0c932577012ccde38f6b23413109f4b2fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pali=20Roh=C3=A1r?= Date: Sat, 14 Jan 2012 18:57:31 +0100 Subject: [PATCH] RX-51: Add support for bootmenu MIME-Version:

Re: [U-Boot] [PATCH] mtd: nand: fix the written length when nand_write_skip_bad failed

2013-03-07 Thread htbegin
Hi, Scott On Thu, Mar 7, 2013 at 2:22 AM, Scott Wood wrote: > On 03/06/2013 08:56:56 AM, htbegin wrote: >> >> Hi, Scott >> >> Thanks for your review. >> >> On Tue, Mar 5, 2013 at 9:58 AM, Scott Wood >> wrote: >> > On 03/02/2013 03:01:10 AM, Tao Hou wrote: >> >> >> >> When the data has been parti

[U-Boot] [PATCH] dfu:mmc: When doing block operations, operate on the given length

2013-03-07 Thread Tom Rini
When working on RAW partitions, it's possible that the whole area is larger than DDR. So what we need to do is make sure that the length we are given is aligned with the LBA block size, then pass that length in as our count of LBA blocks to operate on. In doing this, we no longer need to modify *

Re: [U-Boot] [PATCH 3/4 v5] gen: Add ACE acceleration to hash

2013-03-07 Thread Simon Glass
On Wed, Mar 6, 2013 at 6:18 AM, Akshay Saraswat wrote: > ACE H/W acceleration support is added to hash > which can be used to test SHA 256 hash algorithm. > > Signed-off-by: ARUN MANKUZHI > Signed-off-by: Akshay Saraswat >From my side this looks good, thanks. Acked-by: Simon Glass > --- > Ch

Re: [U-Boot] [PATCH 1/4 v5] Exynos: Add hardware accelerated SHA256 and SHA1

2013-03-07 Thread Simon Glass
On Wed, Mar 6, 2013 at 6:18 AM, Akshay Saraswat wrote: > SHA-256 and SHA-1 accelerated using ACE hardware. > > Signed-off-by: ARUN MANKUZHI > Signed-off-by: Akshay Saraswat Acked-by: Simon Glass > --- > Changes since v1: > - Moved code to drivers/crypto. > - Fixed few other ni

Re: [U-Boot] [PATCH v4 1/2] usb: ehci: exynos: Fix multiple FDT decode

2013-03-07 Thread Simon Glass
On Wed, Mar 6, 2013 at 12:48 AM, Vivek Gautam wrote: > With current FDT support driver tries to parse device node > twice in ehci_hcd_init() and ehci_hcd_stop(), which shouldn't > happen ideally. > Making provision to store data in a global structure and thereby > passing its pointer when needed.

[U-Boot] [PATCH v5] Exynos5: Pinmux: Add fdt for pinmux

2013-03-07 Thread Akshay Saraswat
This patch adds fdt nodes for peripherals which require pin muxing and configuration. Device tree bindings for pinctrl are kept same as required for Linux. Existing pinmux code modified to retrieve gpio range and function related info from fdt. Depends-on: [U-Boot] [PATCH 0/4 V3] EXYNOS5: Add GPIO

Re: [U-Boot] [Patch v2] PHY: micrel.c: add support for KSZ9031

2013-03-07 Thread Stefan Roese
Hi David, On 06.02.2013 22:18, David Andrey wrote: > Add support for Micrel PHY KSZ9031 in phylib, > including small rework for KSZ9021 to avoid > code duplication > > Signed-off-by: David Andrey > Cc: Troy Kisky > Cc: Joe Herschberger > Cc: Andy Fleming > > --- > > Changes for v2: >

Re: [U-Boot] driver for davicom dm9601 usb-ethernet NIC

2013-03-07 Thread Peter Korsgaard
> "Beagle" == Beagle board writes: Beagle> Hello Everyone, Beagle> I'm working on Beagleboard C3, and i'm trying to do an nfs-boot. Beagle> Please find below my bootup log. I'm getting the below error. Beagle> After digging into the details of the error, could make out that my Beagle>

[U-Boot] [PATCH 3/3 v2] ppc4xx: Add lcd4_lwmon5 support

2013-03-07 Thread Stefan Roese
This patch adds the fast booting LWMON5 derivat "lcd4_lwmon5". Its a stripped down version of the full blown lwmon5 support, without ECC, USB, POST and some other stuff. It used the newly introduced SPL infrastrucure for SPL from NOR flash booting on the PPC4xx. By setting the environment variable

Re: [U-Boot] [PATCH v9 15/30] autoconfig.mk: Make it possible to define configs from other configs

2013-03-07 Thread Benoît Thébaudeau
Dear Wolfgang Denk, On Thursday, March 7, 2013 7:57:13 AM, Wolfgang Denk wrote: > Dear Benoît Thébaudeau, > > In message <1362596377-5827-15-git-send-email-benoit.thebaud...@advansee.com> > you wrote: > > > > + # ... and from configs defined from other configs > > + s/="\(CONFIG_[A-Za-z0-9_][

Re: [U-Boot] [PATCH v6 27/31] avr32: Fix cast warning in board.c

2013-03-07 Thread Andreas Bießmann
Dear Simon Glass, On 06.03.13 01:40, Simon Glass wrote: > The frame buffer pointer in global_data is not a pointer, so we should > remove these casts. Is this series intended for 2013.04? I'm asking cause there is still a patch [1] in patchwork which I would apply then. If this series will make i

Re: [U-Boot] [PATCH V7 07/10] MMC: APIs to support resize of EMMC boot partition

2013-03-07 Thread Amarendra Reddy
Dear Wolfgang, Thank you for the comments. Ok, I will make this code conditional. I will prepare a new patch and post the same. Thanks & Regards Amarendra On 6 March 2013 02:13, Wolfgang Denk wrote: > Dear Amar, > > In message <1362489090-7745-8-git-send-email-amarendra...@samsung.com> > you wr

Re: [U-Boot] [PATCH V7 09/10] COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition

2013-03-07 Thread Amarendra Reddy
Dear Wolfgang, Thank you for the comments. Ok, I will make this code conditional. I will prepare a new patch and post the same. Thanks & Regards Amarendra On 6 March 2013 02:12, Wolfgang Denk wrote: > Dear Amar, > > In message <1362489090-7745-10-git-send-email-amarendra...@samsung.com> > you w

Re: [U-Boot] Possible GPL violation

2013-03-07 Thread Pavel Machek
> > Is there anyone that can support me with enforcing GPL compliance on > > company that ships product with binary u-boot? Or did that in the past? > > We can try. > > > They're "made" (branded is probably better word) by local companies, and > > my guess is that most of them is violating GPL.

Re: [U-Boot] [PATCH 2/4] NET: macb: support sama5d3x devices

2013-03-07 Thread Andreas Bießmann
Dear Bo Shen, On 28.02.13 08:00, Bo Shen wrote: > Add macb support for sama5d3x devices > > Signed-off-by: Bo Shen > --- > drivers/net/macb.c |6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/macb.c b/drivers/net/macb.c > index 8bacbda..9e7fbc6 10064

Re: [U-Boot] [PATCH 1/4] USB: ohci-at91: support sama5d3x devices

2013-03-07 Thread Andreas Bießmann
Dear Bo Shen, On 28.02.13 08:00, Bo Shen wrote: > Add OHCI support for sama5d3x devices > > Signed-off-by: Bo Shen > --- > drivers/usb/host/ohci-at91.c | 14 -- > 1 file changed, 12 insertions(+), 2 deletions(-) > > diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohc