Re: [U-Boot] [PATCH] QE/DeepSleep: add QE deepsleep support for mpc85xx

2015-04-24 Thread York Sun
On 03/25/2015 02:02 AM, Zhao Qiang wrote: > Muram will power off during deepsleep, and the microcode of qe > in muram will be lost, it should be reload when resume. > > Signed-off-by: Zhao Qiang > --- Applied to fsl-qoriq master, awaiting upstream. York ___

Re: [U-Boot] [PATCH 1/4] drivers/ddr/fsl: Update DDR driver for DDR4

2015-04-24 Thread York Sun
On 03/19/2015 09:30 AM, York Sun wrote: > Add/update registers for DDR4, including DQ mappings. Allow raw timing > method used for all controllers. Update mode_9 register to 0x500 for > improved stability. Check DDR controller version number individually > in case a SoC has multiple DDR controlle

Re: [U-Boot] [U-Boot, 2/2] drivers:usb:fsl: Add affected SOCs for USB Erratum A007792

2015-04-24 Thread York Sun
On 03/11/2015 03:14 AM, Nikhil Badola wrote: > Add following affected SOCs and their personalities for USB > Erratum A007792 : > T1040 Rev 1.1 > T1024 Rev 1.0 > > Signed-off-by: Nikhil Badola > --- Applied to fsl-qoriq master, awaiting upstream. York __

[U-Boot] [PATCH] powerpc/mpc85xx: Use GOT when loading IVORs post-relocation

2015-04-24 Thread Scott Wood
Commit 96d2bb952bb ("powerpc/mpc85xx: Don't relocate exception vectors") simplified IVOR initialization a bit too much, failing to use the post-relocation offset. This doesn't cause a problem with normal NOR boot, in which both the pre-relocation and post-relocation addresses are 64 KiB aligned.

Re: [U-Boot] drivers:usb: Check if USB Erratum A005697 is applicable on BSC913x

2015-04-24 Thread York Sun
On 03/17/2015 05:46 AM, Nikhil Badola wrote: > Check if USB Erratum A005697 is applicable on BSC913x and > add corresponding property in the device tree via device > tree fixup which is used by linux driver > > Signed-off-by: Nikhil Badola > --- > Depends on "drivers:usb:fsl: Add affected SOCs

Re: [U-Boot] [PATCH] cmd_mem: Store last address/size/etc as ulong

2015-04-24 Thread York Sun
On 03/19/2015 10:50 AM, Simon Glass wrote: > On 19 March 2015 at 10:43, York Sun wrote: >> From: Scott Wood >> >> Otherwise the high 32 bits get truncated on 64-bit U-boot. >> >> Signed-off-by: Scott Wood >> CC: Simon Glass >> --- >> common/cmd_mem.c |6 +++--- >> 1 file changed, 3 inser

Re: [U-Boot] [PATCH] drivers: usb: fsl: Workaround for Erratum A004477

2015-04-24 Thread York Sun
On 04/09/2015 08:29 PM, nikhil.bad...@freescale.com wrote: >> -Original Message- >> From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] >> Sent: Friday, November 21, 2014 6:00 PM >> To: Badola Nikhil-B46172 >> Cc: u-boot@lists.denx.de >> Subject: Re: [U-Boot] [PATCH] drivers: usb: fsl

Re: [U-Boot] [PATCH 0/4] x86: support of pin-muxing from device tree

2015-04-24 Thread Bin Meng
Hi Gabriel, On Fri, Apr 24, 2015 at 12:16 AM, Gabriel Huau wrote: > This serie of patches adds the support of pin-muxing from the device tree > through > different properties. I have put two example to enable the USB Host on the > minnowboard max. > > The support of the call to 'setup_pch_gpios'

Re: [U-Boot] [PATCH 1/4] x86: baytrail: fix the GPIOBASE address

2015-04-24 Thread Bin Meng
On Fri, Apr 24, 2015 at 12:16 AM, Gabriel Huau wrote: > Signed-off-by: Gabriel Huau > --- > arch/x86/include/asm/arch-baytrail/gpio.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/x86/include/asm/arch-baytrail/gpio.h > b/arch/x86/include/asm/arch-baytrail/gpio.h

Re: [U-Boot] [PATCH 1/4] x86: baytrail: fix the GPIOBASE address

2015-04-24 Thread Simon Glass
Hi Gabriel, On 23 April 2015 at 19:40, Bin Meng wrote: > On Fri, Apr 24, 2015 at 12:16 AM, Gabriel Huau > wrote: >> Signed-off-by: Gabriel Huau Can you please add a commit message? >> --- >> arch/x86/include/asm/arch-baytrail/gpio.h | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >

[U-Boot] Fat filesystem format support in u-boot

2015-04-24 Thread S Durga Prasad Paladugu
Hi All, I just want to know whether we have FAT file system formatting support in u-boot? I would like to format my SD card from u-boot. Regards, Siva ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 4/4] x86: queensbay: Implement PIRQ routing

2015-04-24 Thread Bin Meng
Hi Simon, On Fri, Apr 24, 2015 at 11:02 AM, Simon Glass wrote: > Hi Bin, > > On 21 April 2015 at 19:56, Bin Meng wrote: >> Implement Intel Queensbay platform-specific PIRQ routing support. >> The chipset PIRQ routing setup is called in the arch_mist_init(). > > arch_misc_init()? Will fix. > Al

Re: [U-Boot] [PATCH 01/11] sandbox: Enable some ENV commands

2015-04-24 Thread Simon Glass
On 21 April 2015 at 16:02, Joe Hershberger wrote: > Enable some additional ENV commands in sandbox to aid in build testing > and run testing. > > Signed-off-by: Joe Hershberger > --- > > include/configs/sandbox.h | 5 + > 1 file changed, 5 insertions(+) Reviewed-by: Simon Glass ___

Re: [U-Boot] [PATCH 03/11] sandbox: Enable regex support

2015-04-24 Thread Simon Glass
On 21 April 2015 at 16:02, Joe Hershberger wrote: > Enable regex support on sandbox. > > Signed-off-by: Joe Hershberger > --- > > configs/sandbox_defconfig | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Simon Glass ___ U-Boot mailing list U-Boo

Re: [U-Boot] [PATCH 08/11] env: Distinguish finer between source of env change

2015-04-24 Thread Simon Glass
On 21 April 2015 at 16:02, Joe Hershberger wrote: > We already could tell the difference in the callback between an import > and "other" which we called interactive. Now add further distinction > between interactive (i.e. running env set / env edit / env ask / etc. > from the U-Boot command line)

Re: [U-Boot] [PATCH 04/11] env: Fix return values in env_attr_lookup()

2015-04-24 Thread Simon Glass
On 21 April 2015 at 16:02, Joe Hershberger wrote: > This function returned numbers for error codes. Change them to error > codes. > > Signed-off-by: Joe Hershberger > --- > > common/env_attr.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Simon Glass __

Re: [U-Boot] [PATCH 2/2] x86: Install a default e820 table in the __weak install_e820_map()

2015-04-24 Thread Simon Glass
Hi Bin, On 21 April 2015 at 19:01, Bin Meng wrote: > Hi Simon, > > On Tue, Apr 21, 2015 at 9:52 PM, Simon Glass wrote: >> Hi Bin, >> >> On 20 April 2015 at 22:21, Bin Meng wrote: >>> Create a default e820 table with 3 entries which is enough to boot >>> a Linux kernel. >>> >>> Signed-off-by: Bi

Re: [U-Boot] [PATCH 1/3] sandbox: Add test function to advance time

2015-04-24 Thread Simon Glass
On 21 April 2015 at 12:57, Joe Hershberger wrote: > Add a function that maintains an offset to include in the system timer > values returned from the lib/time.c APIs. > > This will allow timeouts to be skipped instantly in tests > > Signed-off-by: Joe Hershberger > --- > > arch/sandbox/cpu/cpu.c

Re: [U-Boot] [PATCH 09/11] net: Apply default format rules to all ethaddr

2015-04-24 Thread Simon Glass
On 21 April 2015 at 16:02, Joe Hershberger wrote: > Use a regular expression to apply the default formatting flags for all > ethaddr env vars. > > Signed-off-by: Joe Hershberger > --- > > include/env_flags.h | 11 --- > test/dm/eth.c | 1 + > 2 files changed, 9 insertions(+), 3 de

Re: [U-Boot] [PATCH 07/11] env: Add regex support to env_attrs

2015-04-24 Thread Simon Glass
On 21 April 2015 at 16:02, Joe Hershberger wrote: > Allow the features that use env_attrs to specify regexs for the name > > Signed-off-by: Joe Hershberger > --- > > common/env_attr.c | 85 > ++ > include/env_callback.h | 10 -- > 2 files

Re: [U-Boot] [PATCH 2/3] sandbox: eth: Add a function to skip ping timeouts

2015-04-24 Thread Simon Glass
On 21 April 2015 at 12:57, Joe Hershberger wrote: > When called, the next call to receive will trigger a 10-second leap > forward in time to avoid waiting for time to pass when tests are > evaluating timeout behavior. > > Signed-off-by: Joe Hershberger > --- > > arch/sandbox/include/asm/eth.h |

Re: [U-Boot] [PATCH 4/4] x86: minnowmax: initialize the pin-muxing from device tree

2015-04-24 Thread Simon Glass
Hi Grabriel, On 23 April 2015 at 10:16, Gabriel Huau wrote: > Signed-off-by: Gabriel Huau > --- > board/intel/minnowmax/minnowmax.c | 9 + > include/configs/minnowmax.h | 1 + > 2 files changed, 10 insertions(+) > > diff --git a/board/intel/minnowmax/minnowmax.c > b/board/inte

Re: [U-Boot] [PATCH 02/10] board_init_f_mem(): Don't require memset()

2015-04-24 Thread Simon Glass
Hi Masahiro, On 20 April 2015 at 22:30, Masahiro Yamada wrote: > 2015-04-21 12:47 GMT+09:00 Simon Glass : >> Hi Masahiro, >> >> On 20 April 2015 at 21:42, Masahiro Yamada >> wrote: >>> Hi Simon, >>> >>> >>> >>> 2015-04-16 10:14 GMT+09:00 Simon Glass : Unfortunately memset() is not always av

Re: [U-Boot] [PATCH 1/2] dm: sf: Make SST flash write op work again

2015-04-24 Thread Simon Glass
On 23 April 2015 at 03:00, Bin Meng wrote: > With SPI flash moving to driver model, commit fbb0991 "dm: Convert > spi_flash_probe() and 'sf probe' to use driver model" ignored the > SST flash-specific write op (byte program & word program), which > actually broke the SST flash from wroking. > > Th

Re: [U-Boot] [PATCH v5 0/28] Adding LS2085AQDS and RDB

2015-04-24 Thread York Sun
On 03/20/2015 07:28 PM, York Sun wrote: > This set adds necessary support in common ls2085a support and board > support for QDS and RDB. > > Changes in v5: > Re-generate patches using patman default flags > s/LayerScape/Layerscape/g > Fix board README for inconsistent SoC name > Fix comm

[U-Boot] unassigned-patches/144: Re: [PATCH 3/4] x86: gpio: add pinctrl support from the device tree

2015-04-24 Thread u-boot
Hi, On 23 April 2015 at 10:16, Gabriel Huau wrote: > A set of properties has been defined for the device tree to select for > each pin the pull/func/default output configuration. > > The offset for the PAD needs to be provided and if a GPIO needs to be > configured, his offset needs to be provide

Re: [U-Boot] [PATCH 3/4] x86: Support platform PIRQ routing

2015-04-24 Thread Simon Glass
On 21 April 2015 at 19:56, Bin Meng wrote: > On x86 boards, platform chipset receives up to four different > interrupt signals from PCI devices (INTA/B/C/D), which in turn > will be routed to chipset internal PIRQ lines then routed to > 8259 PIC finally if configuring the whole system to work unde

Re: [U-Boot] [PATCH] dm: i2c: mxc support DM

2015-04-24 Thread Simon Glass
Hi Peng, On 19 April 2015 at 23:49, Peng Fan wrote: > Hi Simon, > > Thanks for reviewing. I'll address most comments and try to merge DM and > non-DM part into one. will send out v2 for review. > The only unsure part is bus_i2c_init, I also reply you inline. I want to > pass force_idle_bus and pi

Re: [U-Boot] [PATCH 3/3] test: dm: eth: Skip timeouts on ping tests

2015-04-24 Thread Simon Glass
On 21 April 2015 at 12:57, Joe Hershberger wrote: > Indicate to the emulated sandbox Ethernet driver when we expect a > timeout and tell it to leap forward. > > Signed-off-by: Joe Hershberger > --- > > test/dm/eth.c | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Simon Glass __

[U-Boot] unassigned-patches/145: Re: [PATCH 4/4] x86: minnowmax: initialize the pin-muxing from device tree

2015-04-24 Thread u-boot
Hi Grabriel, On 23 April 2015 at 10:16, Gabriel Huau wrote: > Signed-off-by: Gabriel Huau > --- > board/intel/minnowmax/minnowmax.c | 9 + > include/configs/minnowmax.h | 1 + > 2 files changed, 10 insertions(+) > > diff --git a/board/intel/minnowmax/minnowmax.c > b/board/inte

Re: [U-Boot] [PATCH 2/4] x86: minnowmax: add GPIO banks in the device tree

2015-04-24 Thread Bin Meng
Hi Gabriel, On Fri, Apr 24, 2015 at 12:16 AM, Gabriel Huau wrote: > There is 6 banks: There are > 4 banks for CORE: available in S0 mode > 2 banks for SUS (Suspend): available in S0-S5 mode > > Signed-off-by: Gabriel Huau > --- > arch/x86/dts/minnowmax.dts | 42 +++

Re: [U-Boot] [PATCH v4 11/16] dm: regulator: add fixed voltage regulator driver

2015-04-24 Thread Simon Glass
Hi Przemyslaw, On 23 April 2015 at 06:31, Przemyslaw Marczak wrote: > Hello Simon, > > On 04/20/2015 08:07 PM, Przemyslaw Marczak wrote: >> >> This driver implements regulator operations for fixed Voltage/Current >> value regulators. beside the standard regulator constraints, which are >> put int

Re: [U-Boot] [PATCH v4 00/16] Power(full) framework based on Driver Model

2015-04-24 Thread Simon Glass
Hi Przemyslaw, On 23 April 2015 at 05:33, Przemyslaw Marczak wrote: > Hello Simon, > > > On 04/22/2015 06:29 PM, Simon Glass wrote: >> >> Hi Przemyslaw, >> >> On 20 April 2015 at 12:07, Przemyslaw Marczak >> wrote: >>> >>> Hello, >>> Again the next version. The changes are described below each c

Re: [U-Boot] [PATCH 4/4] x86: queensbay: Implement PIRQ routing

2015-04-24 Thread Bin Meng
Hi Simon, On Fri, Apr 24, 2015 at 11:39 AM, Simon Glass wrote: > Hi Bin, > > On 23 April 2015 at 21:36, Bin Meng wrote: >> Hi Simon, >> >> On Fri, Apr 24, 2015 at 11:02 AM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 21 April 2015 at 19:56, Bin Meng wrote: Implement Intel Queensbay platform

Re: [U-Boot] [PATCH v4 04/16] dm: pmic: add implementation of driver model pmic uclass

2015-04-24 Thread Simon Glass
Hi Przemyslaw, On 23 April 2015 at 05:33, Przemyslaw Marczak wrote: > Hello Simon, > > > On 04/22/2015 06:30 PM, Simon Glass wrote: >> >> Hi Przemyslaw, >> >> On 20 April 2015 at 12:07, Przemyslaw Marczak >> wrote: >>> >>> This commit introduces the PMIC uclass implementation. >>> It allows prov

Re: [U-Boot] [PATCH v4 07/16] dm: regulator: add regulator command

2015-04-24 Thread Simon Glass
Hi Przemyslaw, On 23 April 2015 at 05:33, Przemyslaw Marczak wrote: > Hello Simon, > > > On 04/22/2015 06:30 PM, Simon Glass wrote: >> >> Hi Przemyslaw, >> >> On 20 April 2015 at 12:07, Przemyslaw Marczak >> wrote: >>> >>> This command is based on driver model regulator's API. >>> The user inter

Re: [U-Boot] [PATCH 3/4] x86: gpio: add pinctrl support from the device tree

2015-04-24 Thread Bin Meng
Hi Gabriel, On Fri, Apr 24, 2015 at 12:16 AM, Gabriel Huau wrote: > A set of properties has been defined for the device tree to select for > each pin the pull/func/default output configuration. > > The offset for the PAD needs to be provided and if a GPIO needs to be > configured, his offset need

Re: [U-Boot] [PATCH 4/4] x86: queensbay: Implement PIRQ routing

2015-04-24 Thread Simon Glass
Hi Bin, On 21 April 2015 at 19:56, Bin Meng wrote: > Implement Intel Queensbay platform-specific PIRQ routing support. > The chipset PIRQ routing setup is called in the arch_mist_init(). arch_misc_init()? Also how can this be used on other boards? Should part of this code be moved to a generic

Re: [U-Boot] [PATCH 1/4] x86: Add a function to assign IRQ numbers to PCI device

2015-04-24 Thread Simon Glass
On 21 April 2015 at 19:56, Bin Meng wrote: > Add a function to assign an IRQ number to PCI device's interrupt > line register in its configuration space, so that the PCI device > can have its interrupt working under PIC mode after OS boots up. > > Signed-off-by: Bin Meng > --- > > arch/x86/cpu/p

Re: [U-Boot] [U-Boot, v4, 7/7] colibri_vf: Enable USB support for Colibri Vybrid

2015-04-24 Thread Tom Rini
On Fri, Apr 17, 2015 at 06:56:42PM +0530, Sanchayan Maity wrote: > Enable USB support on Toradex Colibri Vybrid Modules. > > Signed-off-by: Sanchayan Maity > Acked-by: Marek Vasut Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

[U-Boot] unassigned-patches/146: Re: [PATCH 2/4] x86: minnowmax: add GPIO banks in the device tree

2015-04-24 Thread u-boot
Hi Gabriel, On Fri, Apr 24, 2015 at 12:16 AM, Gabriel Huau wrote: > There is 6 banks: There are > 4 banks for CORE: available in S0 mode > 2 banks for SUS (Suspend): available in S0-S5 mode > > Signed-off-by: Gabriel Huau > --- > arch/x86/dts/minnowmax.dts | 42 +++

Re: [U-Boot] [PATCH] drivers: usb: fsl: Workaround for Erratum A004477

2015-04-24 Thread nikhil.bad...@freescale.com
> -Original Message- > From: Sun York-R58495 > Sent: Friday, April 24, 2015 9:10 AM > To: Badola Nikhil-B46172; Albert ARIBAUD > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] drivers: usb: fsl: Workaround for Erratum > A004477 > > > > On 04/09/2015 08:29 PM, nikhil.bad...@free

[U-Boot] unassigned-patches/147: Re: [PATCH 2/4] x86: minnowmax: add GPIO banks in the device tree

2015-04-24 Thread u-boot
On 23 April 2015 at 10:16, Gabriel Huau wrote: > There is 6 banks: > 4 banks for CORE: available in S0 mode > 2 banks for SUS (Suspend): available in S0-S5 mode > > Signed-off-by: Gabriel Huau > --- > arch/x86/dts/minnowmax.dts | 42 ++ > 1 file ch

[U-Boot] unassigned-patches/148: Re: [PATCH 0/4] x86: support of pin-muxing from device tree

2015-04-24 Thread u-boot
Hi Gabriel, On Fri, Apr 24, 2015 at 12:16 AM, Gabriel Huau wrote: > This serie of patches adds the support of pin-muxing from the device tree > through > different properties. I have put two example to enable the USB Host on the > minnowboard max. > > The support of the call to 'setup_pch_gpios'

Re: [U-Boot] [PATCH] x86: minnowmax: use the correct NOR in the configuration

2015-04-24 Thread Bin Meng
Hi Gabriel, On Fri, Apr 24, 2015 at 12:16 AM, Gabriel Huau wrote: > The SPI NOR on the minnowboard max is a MICRON N25Q064A > > Signed-off-by: Gabriel Huau > --- > include/configs/minnowmax.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/configs/minnowmax.h b/

Re: [U-Boot] [PATCH v3 0/7] Add support for Colibri Vybrid Modules

2015-04-24 Thread Marek Vasut
On Thursday, April 23, 2015 at 03:13:51 PM, Tom Rini wrote: > On Thu, Apr 23, 2015 at 06:08:43PM +0530, maitysancha...@gmail.com wrote: > > Hello, > > > > On 15-04-15 16:24:21, Sanchayan Maity wrote: > > > Hello, > > > > > > This is the third version of the patchset which adds support for the > >

Re: [U-Boot] [PATCH 02/20] dm: i2c: sandbox: Add debugging to the speed limit

2015-04-24 Thread Heiko Schocher
Hello Simon, Am 23.04.2015 17:12, schrieb Simon Glass: Hi Heiko, On 20 April 2015 at 23:04, Heiko Schocher wrote: Hello Simon, Am 20.04.2015 20:37, schrieb Simon Glass: Print a debug() message with the I2C speed is exceeded. Signed-off-by: Simon Glass --- drivers/i2c/sandbox_i2c.c |

Re: [U-Boot] [PATCH 2/4] x86: minnowmax: add GPIO banks in the device tree

2015-04-24 Thread Simon Glass
On 23 April 2015 at 10:16, Gabriel Huau wrote: > There is 6 banks: > 4 banks for CORE: available in S0 mode > 2 banks for SUS (Suspend): available in S0-S5 mode > > Signed-off-by: Gabriel Huau > --- > arch/x86/dts/minnowmax.dts | 42 ++ > 1 file ch

Re: [U-Boot] [PATCH 2/4][v2]drivers:usb:fsl: Add XHCI driver support

2015-04-24 Thread Marek Vasut
On Thursday, April 23, 2015 at 07:02:54 PM, Ramneek Mehresh wrote: > Add xhci driver support for all FSL socs > > Signed-off-by: Ramneek Mehresh Next time, please follow http://www.denx.de/wiki/view/U-Boot/Patches#Sending_updated_patch_versions > --- > arch/arm/include/asm/arch-ls102xa/immap_

Re: [U-Boot] [U-Boot, v3, 6/7] usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's

2015-04-24 Thread Tom Rini
On Wed, Apr 15, 2015 at 04:24:27PM +0530, Sanchayan Maity wrote: > This driver adds support for the USB peripheral on Freescale Vybrid > SoC's. > > Signed-off-by: Sanchayan Maity Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [PATCH] socfpga: implement socdk SPI flash config in dts

2015-04-24 Thread Marek Vasut
On Thursday, April 23, 2015 at 09:14:01 AM, Pavel Machek wrote: > SocDK has same QSPI and SPI flash configuration as Socrates. Add > support for it. > > Signed-off-by: Pavel Machek Applied, thanks. Can you please cook one for Arria V too while at it, so we're consistent ? Best regards, Marek V

Re: [U-Boot] [PATCH v5 0/8] Extend LPC32xx functionality and add LPC32xx-based work_92015 board

2015-04-24 Thread Albert ARIBAUD
Hi Simon, Le Thu, 23 Apr 2015 09:16:32 -0600, Simon Glass a écrit : > Hi Albert, > > On 8 April 2015 at 00:12, Albert ARIBAUD wrote: > > Hi Simon, > > > > Le Tue, 7 Apr 2015 21:20:22 -0600, Simon Glass a > > écrit : > > > >> Well the problem is that we don't have driver model support in rtc,

Re: [U-Boot] cmd, nand: add more info to "nand info"

2015-04-24 Thread Tom Rini
On Sun, Apr 12, 2015 at 10:18:09AM +0200, Heiko Schocher wrote: > add subpagesize, nand options and bbt options to the > "nand info" output. > > => nand info > > Device 0: nand0, sector size 256 KiB > Page size 4096 b > OOB size 256 b > Erase size262144 b > subpagesize

Re: [U-Boot] [U-Boot, v3, 1/7] ARM: vf610: Move DDR3 initialization to imx-common

2015-04-24 Thread Tom Rini
On Wed, Apr 15, 2015 at 04:24:22PM +0530, Sanchayan Maity wrote: > In order to avoid code duplication, move the DDR3 initialization to the > common place under imx-common. Currently ROW_DIFF and COL_DIFF can be > chosen from the board file. The JEDEC timings are specified using a > common ddr3_jed

Re: [U-Boot] [PATCH 3/4][v2]include:configs:ls1021atwr: Enable USB IP support

2015-04-24 Thread Marek Vasut
On Thursday, April 23, 2015 at 07:03:14 PM, Ramneek Mehresh wrote: > Enable USB IP support for both EHCI and XHCI for > ls1021atwr platform > > Signed-off-by: Ramneek Mehresh > --- > include/configs/ls1021atwr.h | 36 > include/linux/usb/xhci-fsl.h | 5 +

Re: [U-Boot] [U-Boot, v3, 3/7] ARM: vf610: Add SoC and CPU type detection

2015-04-24 Thread Tom Rini
On Wed, Apr 15, 2015 at 04:24:24PM +0530, Sanchayan Maity wrote: > Vybrid product family consists of several rather similar SoC which > can be determined by softare during boot time. This allows use of > variable ${soc} for Linux device tree files. Detect VF5xx CPU's by > reading the CPU count reg

Re: [U-Boot] [PATCH v5 2/3] mtd, nand: move common functions from cmd_nand.c to common place

2015-04-24 Thread Scott Wood
On Fri, 2015-04-24 at 06:59 +0200, Heiko Schocher wrote: > Hello Scott, > > Am 23.04.2015 19:48, schrieb Scott Wood: > > On Thu, 2015-04-23 at 13:12 +0200, Heiko Schocher wrote: > >> Hello Scott, > >> > >> Am 23.04.2015 08:55, schrieb Scott Wood: > >>> On Thu, 2015-04-23 at 07:57 +0200, Heiko Scho

Re: [U-Boot] [U-Boot, v3, 2/7] ARM: vf610: Enable external 32KHz oscillator

2015-04-24 Thread Tom Rini
On Wed, Apr 15, 2015 at 04:24:23PM +0530, Sanchayan Maity wrote: > From: Stefan Agner > > Enable the SCSC (Slow Clock Source Controller) and select the external > 32KHz oscillator. This improves the accuracy of the RTC. > > Signed-off-by: Sanchayan Maity Applied to u-boot/master, thanks! --

Re: [U-Boot] [PATCH v2 4/5] mx6cuboxi: Differentiate Cubox-i and Hummingboard

2015-04-24 Thread Stefano Babic
Hi Fabio, On 23/04/2015 21:29, Fabio Estevam wrote: > Introduce is_hummingboard() function that reads GPIOs that can distinguish > between Cubox-i and Hummingboard. > > Print the board name accordingly. > > Based on a patch from Rabeeh Khoury. > > Signed-off-by: Fabio Estevam Just to be sure:

Re: [U-Boot] [PATCH] net/phy: refactor RTL8211F initialization

2015-04-24 Thread shengzhou....@freescale.com
> -Original Message- > From: Joe Hershberger [mailto:joe.hershber...@gmail.com] > Sent: Thursday, April 23, 2015 10:42 PM > To: Liu Shengzhou-B36685 > Cc: u-boot > Subject: Re: [PATCH] net/phy: refactor RTL8211F initialization > > Hi Shengzhou Liu, > > On Wed, Apr 22, 2015 at 5:22 AM, Sh

[U-Boot] [PATCH] dm: core: drop device removal error path correctly

2015-04-24 Thread Masahiro Yamada
Trivial bug fix for commit 5a87c4174d18 (dm: core: Drop device removal error path when not supported). Signed-off-by: Masahiro Yamada --- drivers/core/device.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/core/device.c b/drivers/core/device.c index 3b77d23..

Re: [U-Boot] [U-Boot, v3, 5/7] ARM: vf610: Initial integration for Colibri VF50/VF61

2015-04-24 Thread Tom Rini
On Wed, Apr 15, 2015 at 04:24:26PM +0530, Sanchayan Maity wrote: > This adds initial support for Colibri VF50/VF61 based on Freescale > Vybrid SoC. > > - CPU clocked at 396/500 MHz > - DDR3 at 396MHz > - for VF50, use PLL2 as memory clock (synchronous mode) > - for VF61, use PLL1 as memory cl

[U-Boot] [PATCH v2] net/phy: refactor RTL8211F initialization

2015-04-24 Thread Shengzhou Liu
RTL8211F needs to enalbe TXDLY for RGMII during phy initialization, so move it to rtl8211f_config for early initialization. Signed-off-by: Shengzhou Liu cc: Joe Hershberger --- v2: add default page and use macro instead of magic number. drivers/net/phy/realtek.c | 33 +-

Re: [U-Boot] [PATCH 1/2] dm: sf: Make SST flash write op work again

2015-04-24 Thread Bin Meng
Hi Jagan, On Fri, Apr 24, 2015 at 4:07 PM, Jagan Teki wrote: > Hi Bin, > > On 23 April 2015 at 14:30, Bin Meng wrote: >> With SPI flash moving to driver model, commit fbb0991 "dm: Convert >> spi_flash_probe() and 'sf probe' to use driver model" ignored the >> SST flash-specific write op (byte pr

[U-Boot] [PATCH v2] board/p2020rdb: fix the FDT_ERR_NOTFOUND issue

2015-04-24 Thread ying.zhang
From: Ying Zhang Because the function ft_board_setup() delete the USB2 device node, it leads to can't find the device node and hung up. In fact only P1020RDB needs to delete the USB2 node, this patch fixes this issue. Signed-off-by: Ying Zhang --- Change from v1: - To define the parameter "err

[U-Boot] Test

2015-04-24 Thread Hannes Petermaier
Hi all, since midnight i didn't receive anything from the mailinglist ... is there something wrong with it ? or is my mail-provider defective? best regards, HAnnes ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-

Re: [U-Boot] [PATCH 3/3] biosemu: Do not free vga_info->BIOSImage when it is 0xc0000

2015-04-24 Thread Simon Glass
On 24 April 2015 at 01:48, Bin Meng wrote: > For x86, vga_info->BIOSImage points to 0xc which cannot be freed. > > Signed-off-by: Bin Meng > --- > > drivers/bios_emulator/atibios.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Acked-by: Simon Glass _

Re: [U-Boot] [RFC] Booting Xen from a FIT - Additional discussion about a refactor

2015-04-24 Thread Simon Glass
Hi Karl, On 23 April 2015 at 15:39, Karl Apsite wrote: > > > On 04/23/2015 01:06 PM, Simon Glass wrote: >> Hi Karl, >> >> On 23 April 2015 at 07:15, Karl Apsite wrote: >>> >>> On 04/22/2015 09:55 PM, Simon Glass wrote: +Tom Hi Karl, On 22 April 2015 at 13:05, Karl Apsite

[U-Boot] [PATCH 15/21] sunxi: emac: Add device model support

2015-04-24 Thread Hans de Goede
Modify the sunxi-emac eth driver to support device model. Signed-off-by: Hans de Goede --- arch/arm/cpu/armv7/sunxi/board.c | 4 +- drivers/net/sunxi_emac.c | 81 2 files changed, 84 insertions(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv7/s

[U-Boot] [PATCH 11/21] sunxi: gpio: Add support for AXP gpios to the dm gpio code

2015-04-24 Thread Hans de Goede
This really should be part of the axp pmic driver, but that is not converted yet to device-model, and the upstream kernel does not support axp gpios yet so there is no devicetree binding for them yet. So for now bolt on the axp gpio support to the SoC's own gpio support like we've been doing for t

Re: [U-Boot] [PATCH v3 3/5] mx6cuboxi: Introduce multi-SoC support

2015-04-24 Thread Fabio Estevam
Hi Stefano, On Fri, Apr 24, 2015 at 9:27 AM, Stefano Babic wrote: > Hi Fabio, Rabeeh, > > On 24/04/2015 13:46, Fabio Estevam wrote: >> From: Fabio Estevam >> >> Cubox-i and Hummingboard support several MX6 SoCs: mx6solo, mx6dual-lite, >> mx6dual and mx6quad. Add support for the different SoC/mem

[U-Boot] [PATCH 09/21] sunxi: gpio: Build sunxi_name_to_gpio_bank for device-model code too

2015-04-24 Thread Hans de Goede
When doing a device-model enabled build we still need sunxi_name_to_gpio_bank (for now) for the mmc pinmux code in board/sunxi/board.c, so build it for device-model enabled builds too. Signed-off-by: Hans de Goede --- drivers/gpio/sunxi_gpio.c | 28 ++-- 1 file changed, 1

[U-Boot] [PATCH 07/21] sunxi: gpio: Add temporary implementation of name_to_gpio()

2015-04-24 Thread Hans de Goede
From: Simon Glass Until sunxi moves to device tree (e.g. for USB) we need to convert named GPIOs to numbers. Add a function to do this. This fixes the USB / EHCI support not working on the LinkSprite pcDuino3 (which uses devicemodel). Signed-off-by: Simon Glass Acked-by: Hans de Goede Signed-

Re: [U-Boot] [PATCH v4 07/16] dm: regulator: add regulator command

2015-04-24 Thread Simon Glass
Hi Przemyslaw, On 24 April 2015 at 06:53, Przemyslaw Marczak wrote: > Hello Simon, > > > On 04/24/2015 02:34 PM, Simon Glass wrote: >> >> Hi Przemyslaw, >> >> On 24 April 2015 at 06:18, Przemyslaw Marczak >> wrote: >>> >>> Hello Simon, >>> >>> >>> On 04/24/2015 06:51 AM, Simon Glass wrote:

[U-Boot] unassigned-patches/149: [PATCH] stm32f4: fix serial output bug

2015-04-24 Thread u-boot
Signed-off-by: kunhuahuang --- Added to GNATS database as unassigned-patches/149 >Responsible:patch-coord >Message-Id: <1429868904-4779-1-git-send-email-huangkun...@gmail.com> >In-Reply-To: >References: >Patch-Date: Fri Apr 24 11:48:24 +0200 2015 --- drivers/serial/serial_st

Re: [U-Boot] [PATCH 1/2] dm: sf: Make SST flash write op work again

2015-04-24 Thread Bin Meng
Hi Jagan, On Fri, Apr 24, 2015 at 5:25 PM, Jagan Teki wrote: > On 24 April 2015 at 14:12, Bin Meng wrote: >> Hi Jagan, >> >> On Fri, Apr 24, 2015 at 4:07 PM, Jagan Teki wrote: >>> Hi Bin, >>> >>> On 23 April 2015 at 14:30, Bin Meng wrote: With SPI flash moving to driver model, commit fbb0

[U-Boot] [PATCH] image: android: handle default kernel address

2015-04-24 Thread Maxime Ripard
The two tools that create android boot images, mkbootimg and the fastboot client, set the kernel address by default to 0x10008000. U-boot always honors this field, and will try to relocate the kernel to whatever value is set in the header, which won't be mapped to the actual RAM on most platforms,

Re: [U-Boot] [PATCH v4 07/16] dm: regulator: add regulator command

2015-04-24 Thread Simon Glass
Hi Przemyslaw, On 24 April 2015 at 06:18, Przemyslaw Marczak wrote: > Hello Simon, > > > On 04/24/2015 06:51 AM, Simon Glass wrote: >> >> Hi Przemyslaw, >> >> On 23 April 2015 at 05:33, Przemyslaw Marczak >> wrote: >>> >>> Hello Simon, >>> >>> >>> On 04/22/2015 06:30 PM, Simon Glass wrote:

Re: [U-Boot] Patchwork flaky?

2015-04-24 Thread Tom Rini
On Fri, Apr 24, 2015 at 8:50 AM, Simon Glass wrote: > Hi, > > I don't see the latest patches in patchwork. It seems to be suffering > problems of late. Does anyone know the cause? > > Also perhaps unrelated last night I noticed I could not access > git.denx.de using 'git fetch'. Related. DENX ho

[U-Boot] [U-Boot PATCH v2] sf: Fix to compute proper sector_size

2015-04-24 Thread Jagannadha Sutradharudu Teki
Upto now flash sector_size is assigned from params which isn't necessarily a sector size from vendor, so based on the SECT_* flags from flash_params the erase_size will compute and it will become the sector_size finally. Bug report (from Bin Meng): => sf probe SF: Detected SST25VF016B with page si

Re: [U-Boot] fatload from eMMC general purpose partition

2015-04-24 Thread harsha kiran
Hi Andreas, I am facing a similar problem not able to access the GP partitions from uboot. Did you have any luck accessing these partitions?? Thanks, Harsha -- View this message in context: http://u-boot.10912.n7.nabble.com/fatload-from-eMMC-general-purpose-partition-tp185166p212395.html Sent

Re: [U-Boot] [PATCH 1/3] pci: Option rom class is a 24-bit number

2015-04-24 Thread Simon Glass
On 24 April 2015 at 01:48, Bin Meng wrote: > We should pass a u32 class number to pci_rom_probe() instead of a u16. > > Signed-off-by: Bin Meng > --- > > drivers/pci/pci_rom.c | 20 +++- > 1 file changed, 11 insertions(+), 9 deletions(-) Acked-by: Simon Glass __

Re: [U-Boot] [PATCH] socfpga: implement socdk SPI flash config in dts

2015-04-24 Thread Pavel Machek
On Fri 2015-04-24 05:22:55, Marek Vasut wrote: > On Thursday, April 23, 2015 at 09:14:01 AM, Pavel Machek wrote: > > SocDK has same QSPI and SPI flash configuration as Socrates. Add > > support for it. > > > > Signed-off-by: Pavel Machek > > Applied, thanks. > > Can you please cook one for Arri

[U-Boot] [PATCH 00/21] sunxi: Move ALL boards to the device-model

2015-04-24 Thread Hans de Goede
Hi Simon, Ian, As promised here is my patch-set to move all sunxi boards to the device-model, it was slightly more work then I expected, and as such the patch-set is also somewhat larger then expected, but it is done :) Please review, since this all only touches sunxi specific files the intention

[U-Boot] [PATCH v3 1/5] mx6cuboxi: Fix the defconfig name

2015-04-24 Thread Fabio Estevam
From: Fabio Estevam The correct name of the defconfig file is 'mx6cuboxi_defconfig'. Signed-off-by: Fabio Estevam --- Changes since v2: - None Changes since v1: - None board/solidrun/mx6cuboxi/MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/solidrun/mx6cu

[U-Boot] [PATCH 17/21] sunxi: dts: Add dts files which have been submitted but not yet merged upstream

2015-04-24 Thread Hans de Goede
We need dts files for all boards we support, so bring in a few unmerged ones, these will be replaced with the upstream merged versions the next time we sync dts files. Signed-off-by: Hans de Goede --- arch/arm/dts/Makefile | 2 + arch/arm/dts/sun4i-a10-jesurun-q5.dts | 194

[U-Boot] [PATCH 20/21] sunxi: Move all boards to the device-model

2015-04-24 Thread Hans de Goede
Now that we've everything prepared for it remove the DM settings from the defconfig(s) and simply always set them for sunxi, so that all sunxi boards will allways use dm now. Signed-off-by: Hans de Goede --- arch/arm/Kconfig | 5 + board/sunxi/Kconfig

Re: [U-Boot] [PATCH v2] f_thor: Dont perform reset at the end of thor

2015-04-24 Thread Lukasz Majewski
Hi Michal, > From: Siva Durga Prasad Paladugu > > Dont perform reset at the end of thor download > if configured to do reset off. > Reset may not be required in all cases and hence > provided an option to do so. > > The case would be to download the images to DDR instead > of flash device. > >

[U-Boot] [PATCH v2] dm: sf: Add Atmel DataFlash spi flash driver

2015-04-24 Thread Haikun Wang
Atmel DataFlash chips have commands different from common spi flash commands. Atmel DataFlash also have special page-size. This driver add support for accessing Atmel DataFlash. It is based on the Driver Model. Signed-off-by: Haikun Wang --- Verified with AT45DB021B. Changes in v2: - 1. Correct

[U-Boot] [PATCH v3 2/5] mx6cuboxi: Prepare for multi SoC support

2015-04-24 Thread Fabio Estevam
From: Fabio Estevam Cubox-i and Hummingboard support several MX6 SoCs: mx6solo, mx6dual-lite, mx6dual and mx6quad. Use IOMUX_PADS() macro in order to prepare for the multi-SoC support. Also pass 'MX6QDL' in the defconfig to indicate it. Signed-off-by: Fabio Estevam --- Changes since v2: - No

Re: [U-Boot] [PATCH v2] dm: sf: Add Atmel DataFlash spi flash driver

2015-04-24 Thread Simon Glass
Hi Haikun, On 24 April 2015 at 07:22, Haikun Wang wrote: > Atmel DataFlash chips have commands different from common spi > flash commands. > Atmel DataFlash also have special page-size. > This driver add support for accessing Atmel DataFlash. > It is based on the Driver Model. > > Signed-off-by:

[U-Boot] [PATCH v3 5/5] mx6cuboxi: Load the correct 'fdt_file' variable

2015-04-24 Thread Fabio Estevam
From: Fabio Estevam Instead of hardcoding the 'fdt_file' variable, let's detect the SoC and board variant on the fly and change the dtb name. Based on a patch from Rabeeh Khoury. Signed-off-by: Rabeeh Khoury Signed-off-by: Fabio Estevam --- Changes since v2: - Add Rabeeh's Signed-off-by Chang

[U-Boot] [PATCH v3 3/5] mx6cuboxi: Introduce multi-SoC support

2015-04-24 Thread Fabio Estevam
From: Fabio Estevam Cubox-i and Hummingboard support several MX6 SoCs: mx6solo, mx6dual-lite, mx6dual and mx6quad. Add support for the different SoC/memory sizes combinations. DDR initialization values were extracted from Solid-run internal U-boot. Tested on a CuBox-i4Pro, HummingBoard-i2eX an

Re: [U-Boot] [PATCH v4 07/16] dm: regulator: add regulator command

2015-04-24 Thread Przemyslaw Marczak
Hello Simon, On 04/24/2015 02:34 PM, Simon Glass wrote: Hi Przemyslaw, On 24 April 2015 at 06:18, Przemyslaw Marczak wrote: Hello Simon, On 04/24/2015 06:51 AM, Simon Glass wrote: Hi Przemyslaw, On 23 April 2015 at 05:33, Przemyslaw Marczak wrote: Hello Simon, On 04/22/2015 06:30 PM

[U-Boot] [PATCH v2 0/4] x86: Add platform PIRQ routing

2015-04-24 Thread Bin Meng
Although by default (without pci=nomsi in the kernel bootline) Linux device drivers try to use MSI for device's interrupt generation, there are still some devices which only support INTx generation. Currently U-Boot on some x86 boards do not configure those devices' IRQ and route them to 8259 PIC,

[U-Boot] [PATCH 3/5] board/BuR/tseries: Add simplefb support

2015-04-24 Thread Hannes Petermaier
Since the used AM3352 SoC doesn't have GPU it isn't allways necessary to build in complete drm-stuff into linux kernel. In very small applications only we use the simple-framebuffer. So we have 2 use-cases: - device operating on drm-driver (let simplefb node disabled) - device operating on simplef

[U-Boot] [PATCH 2/5] board/BuR/tseries: remove unnary CONFIG_LCD_NOSTDOUT

2015-04-24 Thread Hannes Petermaier
the CONFIG_LCD_NOSTDOUT feature never had become mainline in uboot due to the fact that the problem of "not writing out whole console to lcd" can be solved with another way. So we remove this unnary define. Signed-off-by: Hannes Petermaier --- include/configs/tseries.h |1 - 1 file changed

Re: [U-Boot] [PATCH v2] spi: omap3: Fix timeout handling

2015-04-24 Thread D. Dueck
As requested: Tested-by: David Dueck Am Freitag, 24. April 2015 schrieb Jagan Teki : > On 7 April 2015 at 05:55, Tom Rini > > wrote: > > On Wed, Apr 01, 2015 at 04:21:50PM +0100, Andy Pont wrote: > >> Hi David, > >> > >> > >> > >> > for (i = 0; i < len; i++) { > >> > /* wait til

[U-Boot] [PATCH] common/lcd_simplefb: Add support for 32bit organized framebuffers

2015-04-24 Thread Hannes Petermaier
Signed-off-by: Hannes Petermaier --- common/lcd_simplefb.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/common/lcd_simplefb.c b/common/lcd_simplefb.c index 8db2add..7153c40 100644 --- a/common/lcd_simplefb.c +++ b/common/lcd_simplefb.c @@ -16,11 +16,14 @@ DECLARE_GL

[U-Boot] [PATCH 1/5] board/BuR/tseries: take usage of CONFIG_LCD_ROTATION

2015-04-24 Thread Hannes Petermaier
We take use of the new LCD_ROTATION feature. The information about how the display is rotated is taken from B&R specific (/factory-settings/rotation) information in the devicetree. The information there is stored as string (cw, ud, ccw, none) since starting support of this devices and cannot be ch

  1   2   3   >