[U-Boot] [PATCH v4 2/3] arm:vf610:Enable the DSPI for Freescale vf610 platform

2014-09-18 Thread Chao Fu
From: Chao Fu This patch enable the DSPI moudle on VF610 platform with following udpate: Add get_dspi_clk() function and enable DPSI clock gate. Add DSPI iomux definition and set the iomux for DSPI. Signed-off-by: Chao Fu --- Change in v2: Separated vf610-twr update into patch 3/4. Chan

Re: [U-Boot] A minor question on a Driver Model function

2014-09-18 Thread Masahiro Yamada
On Fri, 19 Sep 2014 09:34:53 +0300 Igor Grinberg wrote: > On 09/18/14 18:46, Bill Pringlemeir wrote: > > > On 12 September 2014 05:25, Masahiro Yamada > wrote: > >>> > I have a qustion about lists_driver_lookup_name() function. > > > >> On 09/14/14 21:28, Simon Glass wr

[U-Boot] [PATCH v4 3/3] arm:vf610:vf610-twr:Enable the DSPI for Freesacale vf610-twr board

2014-09-18 Thread Chao Fu
From: Chao Fu Enable DSPI iomux for vf610twr board. Add the SPI configuration for vf610twr board. Signed-off-by: Chao Fu --- Change in v2 : New. Change in v3 : None. Change in v4 : None. board/freescale/vf610twr/vf610twr.c | 15 ++- include/configs/vf610twr

[U-Boot] [PATCH v4 1/3] spi:rewrite the Freescale DSPI driver.

2014-09-18 Thread Chao Fu
From: Chao Fu Freescale DSPI module is used on both the ColdFire platform and the ARM platform. The original DSPI driver is written for ColdFire platform only, this patch rewrite the driver to make it be used across the platforms. Some files, functions, variables and macros were changed according

Re: [U-Boot] A minor question on a Driver Model function

2014-09-18 Thread Igor Grinberg
On 09/18/14 18:46, Bill Pringlemeir wrote: > On 12 September 2014 05:25, Masahiro Yamada wrote: >>> I have a qustion about lists_driver_lookup_name() function. > >> On 09/14/14 21:28, Simon Glass wrote: >>> >> I would suggest still using strncmp as it is safer, >>

[U-Boot] [PULL] u-boot-atmel/master -> u-boot-arm/master

2014-09-18 Thread Andreas Bießmann
Dear Albert Aribaud, please pull the following changes into u-boot-arm/master. The following changes since commit 9170818a4e004af7893fa0113f6e5b4afafded55: kconfiglib: change SPDX-License-Identifier to ISC (2014-09-17 21:03:18 -0400) are available in the git repository at: git://git.denx.d

Re: [U-Boot] ARM: at91sam9n12ek: convert to generic board support

2014-09-18 Thread Andreas Bießmann
Dear Josh Wu, Josh Wu writes: >Signed-off-by: Josh Wu >--- > include/configs/at91sam9n12ek.h | 1 + > 1 file changed, 1 insertion(+) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de ht

Re: [U-Boot] ARM: at91sam9rlek: convert to generic board support

2014-09-18 Thread Andreas Bießmann
Dear Josh Wu, Josh Wu writes: >Signed-off-by: Josh Wu >--- > include/configs/at91sam9rlek.h | 2 ++ > 1 file changed, 2 insertions(+) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de h

Re: [U-Boot] mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC

2014-09-18 Thread Andreas Bießmann
Dear Boris BREZILLON, Boris BREZILLON writes: >Disable subpage write when using PMECC to prevent buggy partial page write. > >This fix has been taken from linux sources (see commit >90445ff6241e2a13445310803e2efa606c61f276) > >Signed-off-by: Boris BREZILLON >Acked-by: Josh Wu >--- >Hi, > >Here

Re: [U-Boot] [U-Boot,3/4] USB: ohci-at91: use pcr to enable or disable clock

2014-09-18 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >If the SoC has pcr, we use pcr (peripheral control register) >to enable or disable clock. > >Signed-off-by: Bo Shen >--- > > drivers/usb/host/ohci-at91.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) applied to u-boot-atmel/master, thanks! Best r

Re: [U-Boot] [U-Boot,2/4] ARM: atmel: add pcr related definition

2014-09-18 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >Using CPU_HAS_PCR micro to present the SoC has pcr >(peripheral control register). > >Signed-off-by: Bo Shen >--- > > arch/arm/include/asm/arch-at91/at91_pmc.h | 2 +- > arch/arm/include/asm/arch-at91/sama5d3.h | 1 + > 2 files changed, 2 insertions(+), 1 deletion(-

Re: [U-Boot] ARM: atmel: sama5d3: add timings register

2014-09-18 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >Signed-off-by: Bo Shen >Reviewed-by: Andreas Bießmann >--- > arch/arm/include/asm/arch-at91/sama5d3_smc.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann

Re: [U-Boot] [U-Boot, 1/4] ARM: atmel: use pcr to enable or disable peripheral clock

2014-09-18 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >When use pcr (peripheral control register), then we won't need >to care about the peripheral ID. > >Signed-off-by: Bo Shen >--- > > arch/arm/cpu/armv7/at91/clock.c | 24 > arch/arm/include/asm/arch-at91/at91_pmc.h | 4 > arch/

Re: [U-Boot] [U-Boot,v2,2/2] ARM: atmel: sama5d3xek: enable NOR flash support

2014-09-18 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >Signed-off-by: Bo Shen >--- >Changes in v2: > - Add CONFIG_SYS_FLASH_PROTECTION > - Correct the max sector number > > include/configs/sama5d3xek.h | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) applied to u-boot-atmel/master, thanks! Best

Re: [U-Boot] [U-Boot,4/4] USB: ehci-atmel: use pcr to enable or disable clock

2014-09-18 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >If the SoC has pcr, we use pcr (peripheral control register) >to enable or disable clock. > >Signed-off-by: Bo Shen >--- > > drivers/usb/host/ehci-atmel.c | 8 > 1 file changed, 8 insertions(+) applied to u-boot-atmel/master, thanks! Best regards, Andreas

Re: [U-Boot] compulab trimslice build error due to 52658fda7abc ("compulab: eeprom: add support for defining eeprom i2c bus")

2014-09-18 Thread Igor Grinberg
Hi Stephen, On 09/18/14 20:21, Stephen Warren wrote: > After commit 52658fda7abc ("compulab: eeprom: add support for defining eeprom > i2c bus"), the trimslice board fails to build with: > > .../board/compulab/common/eeprom.c: In function ‘cl_eeprom_read’: > .../board/compulab/common/eeprom.c:37

Re: [U-Boot] [U-Boot,v2,1/2] ARM: atmel: sama5d3xek: add nor flash init function

2014-09-18 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >Add NOR flash hardware init function, including SMC and PIO >configuration. > >Signed-off-by: Bo Shen >Reviewed-by: Andreas Bießmann >--- >Changes in v2: None > > board/atmel/sama5d3xek/sama5d3xek.c | 58 + > 1 file changed, 58 i

Re: [U-Boot] mtd: atmel-nand: use pmecc_readl(b)/pmecc_writel to access the pmecc register

2014-09-18 Thread Andreas Bießmann
Dear Josh Wu, Josh Wu writes: >We defined the macro pmecc_readl(b)/pmecc_writel for pmecc register access. >But in the driver we also use the readl(b)/writel. >To keep consistent, this patch make all use pmecc_readl(b)/pmecc_writel. > >Signed-off-by: Josh Wu >Reviewed-by: Andreas Bießmann >---

[U-Boot] [PATCH v2] usb: gadget: fastboot: improve download progress bar

2014-09-18 Thread Bo Shen
When download is ongoing, if the actual size of one transfer is not the same as BTYES_PER_DOT, which will cause the dot won't print anymore. Then it will let the user thinking it is stuck, actually it is transfering without dot printed. So, improve the method to show the progress bar (print dot).

Re: [U-Boot] [PATCH] dm: avoid dev->req_seq overflow

2014-09-18 Thread Robert Baldyga
On 09/18/2014 08:00 PM, Simon Glass wrote: > Hi Robert, > > On 18 September 2014 09:13, Robert Baldyga > wrote: > > Since dev->req_seq value is initialized from "reg" property of fdt node, > there is posibility, that address value contained in fdt is greater

Re: [U-Boot] [PATCH 6/7] arm: ls102xa: Add SD boot support for LS1021AQDS board

2014-09-18 Thread Huan Wang
Hi, Albert, > > + . = ALIGN(4); > > + .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) } > > + > > + . = ALIGN(4); > > + .data : { > > + *(.data*) > > + } > > + > > + . = ALIGN(4); > > + .u_boot_list : { > > + KEEP(*(SORT(.u_boot_list*_i2c_*))); > > + }

Re: [U-Boot] Call for participation in the U-Boot Mini Summit 2014

2014-09-18 Thread Marek Vasut
On Thursday, September 18, 2014 at 10:52:12 AM, Alexey Brodkin wrote: > Hi Detlev, > > On Wed, 2014-09-03 at 18:56 +0200, Przemyslaw Marczak wrote: > > Hello Detlev, > > > > On 08/11/2014 05:48 PM, Przemyslaw Marczak wrote: > > > Hello Detlev, > > > > > > On 01/13/2014 06:12 PM, Detlev Zundel wr

Re: [U-Boot] FW: [PATCH] usb: gadget: fastboot: improve download progress bar

2014-09-18 Thread Marek Vasut
On Friday, September 19, 2014 at 05:27:05 AM, Bo Shen wrote: > Hi Marek, [...] > >> Transfer I mean here is a usb request, which trying to transfer > >> EP_BUFFER_SIZE at one time. > >> In my test case, sometime it transfer less than EP_BUFFER_SIZE in a usb > >> request. So, it cause dot won't prin

Re: [U-Boot] [PATCH 1/7] spl: pbl: Add new SPL image for pblimage tool

2014-09-18 Thread Huan Wang
Hi, Albert, > On Thu, 18 Sep 2014 13:47:13 +0800, Alison Wang > wrote: > > > For the pblimage tool, the SPL image is splitted into 64 byte chunks, > > and PBL needs a command for each piece. In current pblimage structure, > > the size of the SPL image should be a fixed value. Well, for LS102xA >

Re: [U-Boot] [PATCH] arm: ls102xa: Fixed a register definition error

2014-09-18 Thread Huan Wang
Verified on board ls1021qds. Regards, Alison. > -Original Message- > From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] > Sent: Thursday, September 18, 2014 7:25 PM > To: Tang Yuantian-B29983 > Cc: Wang Huan-B18965; Lu Jingchang-B35083; Jin Zhengxiong-R64188; > Kushwaha Prabhakar-B32

Re: [U-Boot] [PATCH 6/7] arm: ls102xa: Add SD boot support for LS1021AQDS board

2014-09-18 Thread Alison Wang
Hi, Albert, On Thu, 18 Sep 2014 13:47:18 +0800, Alison Wang wrote: > + > + . = ALIGN(4); > + .u_boot_list : { > + KEEP(*(SORT(.u_boot_list*_i2c_*))); > + } IS this required? And if it is, could it not be added to the arch/arm/cpu/u-boot-spl.lds file? This way you would n

Re: [U-Boot] Need help with u-boot problem with usb-keyboard / kvm switch

2014-09-18 Thread Bo Shen
Hi All, On 09/18/2014 03:29 AM, Eric Nelson wrote: Hi Hans, On 09/17/2014 12:11 PM, Hans de Goede wrote: Hi Marek, et al, I'm working on cleaning up Luc's hdmi out support patchset for sunxi. As part of this I want to also add support for usb keyboards, so as to get a full console without ne

Re: [U-Boot] FW: [PATCH] usb: gadget: fastboot: improve download progress bar

2014-09-18 Thread Bo Shen
Hi Marek, On 09/18/2014 05:59 PM, Marek Vasut wrote: On Thursday, September 18, 2014 at 10:11:49 AM, Bo Shen wrote: Hi Marek, On 09/18/2014 10:32 AM, Marek Vasut wrote: On Thursday, September 18, 2014 at 03:34:18 AM, Bo Shen wrote: Hi Marek, On 09/17/2014 07:16 PM, Marek Vasut wrote: On We

Re: [U-Boot] [PATCH 0/2] sama5d3xek: get GMAC working

2014-09-18 Thread Bo Shen
Hi Andreas, On 09/19/2014 05:46 AM, Andreas Bießmann wrote: I had a strange behaviour for my sama5d34ek board which could sometimes not get up GMAC in U-Boot. It turned out, that we missed to initialize the PHY correctly. Bo, could you please verify correct behaviour on 100MiB devices like sam

Re: [U-Boot] [PATCH v2 1/3] compiler_gcc: prevent redefining attributes

2014-09-18 Thread Masahiro Yamada
On Thu, 18 Sep 2014 20:10:27 +0200 Jeroen Hofstee wrote: > The libc headers on FreeBSD and likely related projects as well contain an > header file, cdefs.h which provides similiar functionality as > linux/compiler.h. > It provides compiler independent defines like __weak __packed, to allow > c

[U-Boot] [PATCH v2] ARM: HYP/non-sec: Make variable gic_dist_addr as a local one

2014-09-18 Thread Tang Yuantian
Defining variable gic_dist_addr as a globe one prevents some functions, which use it, from being used before relocation which is the case in the deep sleep resume process on Freescale SoC platforms. Besides, we can always get the GIC base address by calling get_gicd_base_address() without referring

Re: [U-Boot] [PATCH] ARM: HYP/non-sec: Make a variable as a local one

2014-09-18 Thread Yuantian Tang
> -Original Message- > From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] > Sent: Thursday, September 18, 2014 5:44 PM > To: Tang Yuantian-B29983 > Cc: andre.przyw...@linaro.org; i...@hellion.org.uk; marc.zyng...@arm.com; > u-boot@lists.denx.de; Jin Zhengxiong-R64188 > Subject: Re: [PA

Re: [U-Boot] [PATCH] arm: ls102xa: Fixed a register definition error

2014-09-18 Thread Yuantian Tang
> -Original Message- > From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] > Sent: Thursday, September 18, 2014 7:25 PM > To: Tang Yuantian-B29983 > Cc: Wang Huan-B18965; Lu Jingchang-B35083; Jin Zhengxiong-R64188; > Kushwaha Prabhakar-B32579; u-boot@lists.denx.de > Subject: Re: [PATCH

Re: [U-Boot] [PATCH 3/3] compiler.h: remove duplicated uninitialized_var

2014-09-18 Thread Tom Rini
On Thu, Sep 18, 2014 at 11:39:44AM +0200, Jeroen Hofstee wrote: > Hello Masahiro, > > On 18-09-14 04:14, Masahiro Yamada wrote: > >>Since clang has a different definition for uninitialized_var > >>it will complain that it is redefined in include/compiler.h. > >>Since these are already defined in l

[U-Boot] [PATCH 2/2] sama5d3xek: run PHY's config

2014-09-18 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann Cc: Bo Shen --- board/atmel/sama5d3xek/sama5d3xek.c | 29 - 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/board/atmel/sama5d3xek/sama5d3xek.c b/board/atmel/sama5d3xek/sama5d3xek.c index f53754b..ca4f79d 100644 ---

[U-Boot] [PATCH 1/2] macb: simplify gmac initialisation

2014-09-18 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann Cc: Joe Hershberger Cc: Bo Shen --- drivers/net/macb.c | 25 - 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/drivers/net/macb.c b/drivers/net/macb.c index 01a94a4..375c8a4 100644 --- a/drivers/net/macb.c +++ b/drivers/n

[U-Boot] [PATCH 0/2] sama5d3xek: get GMAC working

2014-09-18 Thread Andreas Bießmann
I had a strange behaviour for my sama5d34ek board which could sometimes not get up GMAC in U-Boot. It turned out, that we missed to initialize the PHY correctly. Bo, could you please verify correct behaviour on 100MiB devices like sama5d31ek? Andreas Bießmann (2): macb: simplify gmac initiali

Re: [U-Boot] [PATCH] compulab: eeprom: add default eeprom bus

2014-09-18 Thread Albert ARIBAUD
Hi Nikita, On Thu, 18 Sep 2014 16:21:07 +0300, Nikita Kiryanov wrote: > Hi ALbert, > > On 18/09/14 15:26, Albert ARIBAUD wrote: > > Hi Igor, > > > > On Wed, 17 Sep 2014 17:18:49 +0300, Igor Grinberg > > wrote: > > > >> On 09/17/14 15:59, Nikita Kiryanov wrote: > >>> Add default eeprom bus sett

[U-Boot] [PATCH v2 1/3] compiler_gcc: prevent redefining attributes

2014-09-18 Thread Jeroen Hofstee
The libc headers on FreeBSD and likely related projects as well contain an header file, cdefs.h which provides similiar functionality as linux/compiler.h. It provides compiler independent defines like __weak __packed, to allow compiling with multiple compilers which might have a different syntax fo

Re: [U-Boot] [PATCH v2 00/40] ARM: tegra: Add PCIe support

2014-09-18 Thread Simon Glass
HI Albert, On 18 September 2014 02:43, Albert ARIBAUD wrote: > Hi Simon, > > On Thu, 11 Sep 2014 13:20:03 -0600, Simon Glass > wrote: > > > Hi, > > > > On 11 September 2014 10:17, Stephen Warren > wrote: > > > On 09/11/2014 10:00 AM, Albert ARIBAUD wrote: > > >> > > >> Hi Thierry, > > >> > > >

Re: [U-Boot] [PATCH] dm: avoid dev->req_seq overflow

2014-09-18 Thread Simon Glass
Hi Robert, On 18 September 2014 09:13, Robert Baldyga wrote: > Since dev->req_seq value is initialized from "reg" property of fdt node, > there is posibility, that address value contained in fdt is greater than > INT_MAX, and then value in dev->req_seq is negative which led to probe() > fail. >

Re: [U-Boot] [PATCH 8/8] ARMv8: PSCI: Enable SMC

2014-09-18 Thread arnab.b...@freescale.com
> -Original Message- > From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] > Sent: Thursday, September 18, 2014 2:48 PM > To: Basu Arnab-B45036 > Cc: marc.zyng...@arm.com; mark.rutl...@arm.com; Sun York-R58495; Yoder > Stuart-B08248; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH

[U-Boot] compulab trimslice build error due to 52658fda7abc ("compulab: eeprom: add support for defining eeprom i2c bus")

2014-09-18 Thread Stephen Warren
After commit 52658fda7abc ("compulab: eeprom: add support for defining eeprom i2c bus"), the trimslice board fails to build with: .../board/compulab/common/eeprom.c: In function ‘cl_eeprom_read’: .../board/compulab/common/eeprom.c:37:24: error: ‘CONFIG_SYS_I2C_EEPROM_BUS’ undeclared (first use

Re: [U-Boot] [linux-sunxi] [PATCH 5/7] sun4i: Add support for a number of new sun4i boards

2014-09-18 Thread Siarhei Siamashka
On Sun, 27 Jul 2014 23:25:21 +0200 Hans de Goede wrote: > Add support for boards which I own and which already have a dts file in the > upstream kernel. Hi Hans, It's good to know that you have all this hardware and can take care of maintaining it. > Signed-off-by: Henrik Nordstrom > Signed-o

Re: [U-Boot] A minor question on a Driver Model function

2014-09-18 Thread Bill Pringlemeir
>>> On 12 September 2014 05:25, Masahiro Yamada >>> wrote: >> >>> I have a qustion about lists_driver_lookup_name() function. > On 09/14/14 21:28, Simon Glass wrote: >> > I would suggest still using strncmp as it is safer, > but count also the '\0', so something like: >> >> On 17

Re: [U-Boot] [linux-sunxi] Re: [PATCH 0/7] ARM: sunxi: Add basic support for Allwinner A31 (sun6i)

2014-09-18 Thread Chen-Yu Tsai
Hi, On Thu, Sep 18, 2014 at 4:31 PM, Hans de Goede wrote: > Hi, > > On 09/18/2014 06:27 AM, Siarhei Siamashka wrote: >> On Tue, 09 Sep 2014 09:00:57 +0200 >> Hans de Goede wrote: >> >>> Hi, >>> >>> On 09/08/2014 03:28 PM, Chen-Yu Tsai wrote: Hi everyone, This series add basic supp

Re: [U-Boot] [PATCH 4/8] ARMv8: PSCI: Add linker section to hold PSCI code

2014-09-18 Thread Marc Zyngier
On Thu, Sep 18 2014 at 10:12:17 AM, Albert ARIBAUD wrote: > Hi Arnab, > > On Thu, 28 Aug 2014 01:59:57 +0530, Arnab Basu > wrote: > >> A separate linker section makes it possible to keep this code either >> in DDR or in some secure memory location provided specifically for the >> purpose. >> >>

Re: [U-Boot] [PATCH 00/35][RFC] arm: socfpga: Usability fixes

2014-09-18 Thread Pavel Machek
Hi! > What board are doing your testing on? The Arrow Sockit? I have board similar to SocKit, yes. > I also see this error print: > > U-Boot 2014.10-rc2-00139-g70e9e3e-dirty (Sep 16 2014 - 16:26:56) > > CPU: Altera SoCFPGA Platform > BOARD: Altera SoCFPGA Cyclone5 Board >Watchdog ena

[U-Boot] [PATCH] dm: avoid dev->req_seq overflow

2014-09-18 Thread Robert Baldyga
Since dev->req_seq value is initialized from "reg" property of fdt node, there is posibility, that address value contained in fdt is greater than INT_MAX, and then value in dev->req_seq is negative which led to probe() fail. This patch fix this problem by ensuring that req_seq is positive, unless

Re: [U-Boot] [PATCH 16/35] arm: socfpga: clock: Trim down code duplication

2014-09-18 Thread Pavel Machek
On Mon 2014-09-15 13:06:09, Marek Vasut wrote: > Pull out functions to read frequency of Main clock VCO and > PLL clock VCO as the code is duplicated multiple times. > > Signed-off-by: Marek Vasut > Cc: Chin Liang See > Cc: Dinh Nguyen > Cc: Albert Aribaud > Cc: Tom Rini > Cc: Wolfgang Denk

Re: [U-Boot] [PATCH 14/35] arm: socfpga: clock: Add missing stubs into board file

2014-09-18 Thread Pavel Machek
On Mon 2014-09-15 13:06:07, Marek Vasut wrote: > Add some stub defines, which are used by the clock code, but are > missing from the auto-generated header file for the SoCFPGA family. > > Signed-off-by: Marek Vasut > Cc: Chin Liang See > Cc: Dinh Nguyen > Cc: Albert Aribaud > Cc: Tom Rini > C

Re: [U-Boot] [PATCH v3 09/11] dm: imx: gpio: Support driver model in MXC gpio driver

2014-09-18 Thread Simon Glass
Hi Igor, On 18 September 2014 01:35, Igor Grinberg wrote: > > On 09/17/14 18:02, Simon Glass wrote: > > Add driver model support with this driver. In this case the platform data > > is in the driver. It would be better to put this into an SOC-specific file, > > but this is best attempted when mor

Re: [U-Boot] U-Boot panasonic repo

2014-09-18 Thread Masahiro YAMADA
Hi Albert, 2014-09-18 20:44 GMT+09:00 Albert ARIBAUD : > Hi Masahiro, > > On Thu, 18 Sep 2014 19:13:04 +0900, Masahiro Yamada > wrote: > >> Hi Michal, >> >> >> >> On Thu, 18 Sep 2014 10:24:39 +0200 >> Michal Simek wrote: >> >> > Hi guys, >> > >> > On 09/18/2014 10:02 AM, Marek Vasut wrote: >> >

Re: [U-Boot] [PATCH] compulab: eeprom: add default eeprom bus

2014-09-18 Thread Nikita Kiryanov
Hi ALbert, On 18/09/14 15:26, Albert ARIBAUD wrote: Hi Igor, On Wed, 17 Sep 2014 17:18:49 +0300, Igor Grinberg wrote: On 09/17/14 15:59, Nikita Kiryanov wrote: Add default eeprom bus setting. This addresses the trimslice compile error that was introduced with the addition of this setting.

Re: [U-Boot] Need help with u-boot problem with usb-keyboard / kvm switch

2014-09-18 Thread Luc Verhaegen
On Thu, Sep 18, 2014 at 10:34:04AM +0200, Hans de Goede wrote: > Hi, > > Cleaning up may not have been the best choice of words, I was > talking about the rebase on top of upstream u-boot + the various > fixes you already know about. > > I plan to submit a patch-set to the kernel for the clock re

Re: [U-Boot] A minor question on a Driver Model function

2014-09-18 Thread Igor Grinberg
Hi Bill, On 09/17/14 18:25, Bill Pringlemeir wrote: > >> On 12 September 2014 05:25, Masahiro Yamada >> wrote: > >> I have a qustion about lists_driver_lookup_name() function. > >> for (entry = drv; entry != drv + n_ents; entry++) { >> if (strncmp(name, entry->name, len)) >> c

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

2014-09-18 Thread Tom Rini
Hello, The following changes since commit c292adae170fa8c27dca75963bdb0a9afc640e57: Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2014-09-17 23:35:34 +0200) are available in the git repository at: git://git.denx.de/u-boot-ti.git master for you to fetch changes up to 3aae66e2

Re: [U-Boot] am335x_evm: Add boot script support to am335x_evm

2014-09-18 Thread Tom Rini
On Thu, Sep 11, 2014 at 09:23:08AM +0200, Guillaume GARDET wrote: > This patch adds boot script support to am335x_evm > > Signed-off-by: Guillaume GARDET > Cc: Tom Rini Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, U-boot, v2] ARM: keystone: ddr3: workaround for ddr3a/3b memory issue

2014-09-18 Thread Tom Rini
On Wed, Sep 10, 2014 at 03:54:59PM +0300, Khoronzhuk, Ivan wrote: > From: Murali Karicheri > > This patch implements a workaround to fix DDR3 memory issue. > The code for workaround detects PGSR0 errors and then preps for > and executes a software-controlled hard reset.In board_early_init, > whe

Re: [U-Boot] OMAP4: Use generic 'load' command instead of 'fatload' for 'loadbootscript' and 'loadbootenv' as already done for 'loadimage' and 'loaduimage'.

2014-09-18 Thread Tom Rini
On Fri, Sep 05, 2014 at 03:32:46PM +0200, Guillaume GARDET wrote: > This patch uses generic 'load' command instead of 'fatload' for > 'loadbootscript' and 'loadbootenv' as already done for 'loadimage' and > 'loaduimage' for OMAP4 boards. > > This allows to use EXT partition instead of FAT, whil

Re: [U-Boot] [PATCH] compulab: eeprom: add default eeprom bus

2014-09-18 Thread Albert ARIBAUD
Hi Igor, On Wed, 17 Sep 2014 17:18:49 +0300, Igor Grinberg wrote: > On 09/17/14 15:59, Nikita Kiryanov wrote: > > Add default eeprom bus setting. > > This addresses the trimslice compile error that was introduced > > with the addition of this setting. > > > > Cc: Albert ARIBAUD > > Cc: Igor Gr

Re: [U-Boot] U-Boot panasonic repo

2014-09-18 Thread Albert ARIBAUD
Hi Masahiro, On Thu, 18 Sep 2014 19:13:04 +0900, Masahiro Yamada wrote: > Hi Michal, > > > > On Thu, 18 Sep 2014 10:24:39 +0200 > Michal Simek wrote: > > > Hi guys, > > > > On 09/18/2014 10:02 AM, Marek Vasut wrote: > > > On Thursday, September 18, 2014 at 09:58:47 AM, Michal Simek wrote:

Re: [U-Boot] [PATCH v4 5/6] MAINTAINERS: add me as a maintainer of UniPhier platform

2014-09-18 Thread Michal Simek
Hi Masahiro, On 09/18/2014 01:33 PM, Albert ARIBAUD wrote: > Hi Masahiro, > > On Fri, 5 Sep 2014 14:50:22 +0900, Masahiro Yamada > wrote: > >> Signed-off-by: Masahiro Yamada >> --- >> >> Changes in v4: None >> Changes in v3: None >> Changes in v2: >> - Newly added >> >> MAINTAINERS | 8 +++

Re: [U-Boot] [PATCH v4 5/6] MAINTAINERS: add me as a maintainer of UniPhier platform

2014-09-18 Thread Albert ARIBAUD
Hi Masahiro, On Fri, 5 Sep 2014 14:50:22 +0900, Masahiro Yamada wrote: > Signed-off-by: Masahiro Yamada > --- > > Changes in v4: None > Changes in v3: None > Changes in v2: > - Newly added > > MAINTAINERS | 8 > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAIN

Re: [U-Boot] [PATCH] arm: ls102xa: Fixed a register definition error

2014-09-18 Thread Albert ARIBAUD
Hi Tang, On Thu, 18 Sep 2014 17:12:06 +0800, Tang Yuantian wrote: > There are 8 SCFG_SPARECR registers in SCFG memory block, not > just one. > > Signed-off-by: Tang Yuantian > --- > arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

Re: [U-Boot] [PATCH 6/7] arm: ls102xa: Add SD boot support for LS1021AQDS board

2014-09-18 Thread Albert ARIBAUD
Hi Alison, On Thu, 18 Sep 2014 13:47:18 +0800, Alison Wang wrote: > This patch adds SD boot support for LS1021AQDS board. SPL > framework is used. PBL initialize the internal RAM and copy > SPL to it, then SPL initialize DDR using SPD and copy u-boot > from SD card to DDR, finally SPL transfer c

Re: [U-Boot] U-Boot panasonic repo

2014-09-18 Thread Masahiro Yamada
Hi Michal, On Thu, 18 Sep 2014 10:24:39 +0200 Michal Simek wrote: > Hi guys, > > On 09/18/2014 10:02 AM, Marek Vasut wrote: > > On Thursday, September 18, 2014 at 09:58:47 AM, Michal Simek wrote: > >> On 09/18/2014 09:27 AM, Marek Vasut wrote: > >>> On Thursday, September 11, 2014 at 07:18:00

Re: [U-Boot] FW: [PATCH] usb: gadget: fastboot: improve download progress bar

2014-09-18 Thread Marek Vasut
On Thursday, September 18, 2014 at 10:11:49 AM, Bo Shen wrote: > Hi Marek, > > On 09/18/2014 10:32 AM, Marek Vasut wrote: > > On Thursday, September 18, 2014 at 03:34:18 AM, Bo Shen wrote: > >> Hi Marek, > >> > >> On 09/17/2014 07:16 PM, Marek Vasut wrote: > >>> On Wednesday, September 17, 2014 a

Re: [U-Boot] [PATCH] kbuild: refactor some makefiles

2014-09-18 Thread Marek Vasut
On Thursday, September 18, 2014 at 08:43:41 AM, Masahiro Yamada wrote: > [1] Move driver/core/, driver/input/ and drivers/input/ entries > from the top Makefile to drivers/Makefile > > [2] Remove the conditional by CONFIG_DM in drivers/core/Makefile > because the whole drivers/core directo

Re: [U-Boot] [PATCH 1/3] compiler_gcc: do not redefine __gnu_attributes

2014-09-18 Thread Masahiro Yamada
Hi Jeroen, On Thu, 18 Sep 2014 11:15:25 +0200 Jeroen Hofstee wrote: > Hello Masahiro, > > On 18-09-14 04:13, Masahiro Yamada wrote: > > Jeroen, > > > >> commit fb8ffd7cfc68b3dc44e182356a207d784cb30b34 "compiler*.h: > >> sync include/linux/compiler*.h with Linux 3.16" undid the changes > >> of

Re: [U-Boot] [PATCH 2/7] ls102xa: pblimage: Add pblimage tool support for LS102xA

2014-09-18 Thread Albert ARIBAUD
Hi Alison, On Thu, 18 Sep 2014 13:47:14 +0800, Alison Wang wrote: > For LS102xA, the initialized next_pbl_cmd should be the sum of > 0x8100, the lower 24 bits of CONFIG_SPL_TEXT_BASE and > CONFIG_SPL_MAX_SIZE(0x1a000). The sum is different from PowerPC. > The PBI CRC command is different fro

Re: [U-Boot] [PATCH] ARM: HYP/non-sec: Make a variable as a local one

2014-09-18 Thread Albert ARIBAUD
Hi Tang, Please fix subject / commit summary to indicate which variable is to be made local. On Thu, 18 Sep 2014 17:12:34 +0800, Tang Yuantian wrote: > Defining variable gic_dist_addr as a globe one prevents some > functions, which use this variable, from being used before relocation > which ha

Re: [U-Boot] [PATCH 3/3] compiler.h: remove duplicated uninitialized_var

2014-09-18 Thread Jeroen Hofstee
Hello Masahiro, On 18-09-14 04:14, Masahiro Yamada wrote: Since clang has a different definition for uninitialized_var it will complain that it is redefined in include/compiler.h. Since these are already defined in linux/compiler.h just remove this instance. Cc: Masahiro Yamada Cc: Tom Rini S

Re: [U-Boot] [PATCH 1/7] spl: pbl: Add new SPL image for pblimage tool

2014-09-18 Thread Albert ARIBAUD
Hi Alison, On Thu, 18 Sep 2014 13:47:13 +0800, Alison Wang wrote: > For the pblimage tool, the SPL image is splitted into 64 byte chunks, > and PBL needs a command for each piece. In current pblimage structure, > the size of the SPL image should be a fixed value. Well, for LS102xA > and some oth

[U-Boot] [PATCH] ARM: HYP/non-sec: Make a variable as a local one

2014-09-18 Thread Tang Yuantian
Defining variable gic_dist_addr as a globe one prevents some functions, which use this variable, from being used before relocation which happened in the deep sleep resume process on Freescale SoC platforms. Signed-off-by: Tang Yuantian --- arch/arm/cpu/armv7/virt-v7.c | 9 +++-- 1 file chang

[U-Boot] [PATCH] arm: ls102xa: Fixed a register definition error

2014-09-18 Thread Tang Yuantian
There are 8 SCFG_SPARECR registers in SCFG memory block, not just one. Signed-off-by: Tang Yuantian --- arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h b/arch/arm/include/asm/

Re: [U-Boot] [PATCH 8/8] ARMv8: PSCI: Enable SMC

2014-09-18 Thread Albert ARIBAUD
Hi Arnab, On Thu, 28 Aug 2014 02:00:01 +0530, Arnab Basu wrote: > Enable the SMC instruction so that the kernel can use the psci code > > Signed-off-by: Arnab Basu > Reviewed-by: Bhupesh Sharma > Cc: Marc Zyngier > --- > arch/arm/include/asm/macro.h |4 > 1 files changed, 4 inserti

Re: [U-Boot] [PATCH 1/3] compiler_gcc: do not redefine __gnu_attributes

2014-09-18 Thread Jeroen Hofstee
Hello Masahiro, On 18-09-14 04:13, Masahiro Yamada wrote: Jeroen, commit fb8ffd7cfc68b3dc44e182356a207d784cb30b34 "compiler*.h: sync include/linux/compiler*.h with Linux 3.16" undid the changes of 7ea50d52849fe8ffa5b5b74c979b60b1045d6fc9 "compiler_gcc: do not redefine __gnu_attributes". Add th

Re: [U-Boot] [PATCH 4/8] ARMv8: PSCI: Add linker section to hold PSCI code

2014-09-18 Thread Albert ARIBAUD
Hi Arnab, On Thu, 28 Aug 2014 01:59:57 +0530, Arnab Basu wrote: > A separate linker section makes it possible to keep this code either > in DDR or in some secure memory location provided specifically for the > purpose. > > So far no one is using this section. > > Signed-off-by: Arnab Basu > R

Re: [U-Boot] U-Boot panasonic repo

2014-09-18 Thread Wolfgang Denk
Dear Masahiro, In message <20140918174315.70f0.aa925...@jp.panasonic.com> you wrote: > > > I did not see any negative comments for this. So is it OK to create > > the panasonic repo as suggested? > > I really appreciate it! OK. I think Michal Simek posted a nice proposal for the actual work

Re: [U-Boot] Call for participation in the U-Boot Mini Summit 2014

2014-09-18 Thread Alexey Brodkin
Hi Detlev, On Wed, 2014-09-03 at 18:56 +0200, Przemyslaw Marczak wrote: > Hello Detlev, > > On 08/11/2014 05:48 PM, Przemyslaw Marczak wrote: > > Hello Detlev, > > > > On 01/13/2014 06:12 PM, Detlev Zundel wrote: > >> Hi, > >> > >> as already indicated, we are looking forward to our next U-Boot M

Re: [U-Boot] [PATCH v2 00/40] ARM: tegra: Add PCIe support

2014-09-18 Thread Albert ARIBAUD
Hi Simon, On Thu, 11 Sep 2014 13:20:03 -0600, Simon Glass wrote: > Hi, > > On 11 September 2014 10:17, Stephen Warren wrote: > > On 09/11/2014 10:00 AM, Albert ARIBAUD wrote: > >> > >> Hi Thierry, > >> > >> On Tue, 26 Aug 2014 17:33:48 +0200, Thierry Reding > >> wrote: > >> > >>> From: Thierr

Re: [U-Boot] U-Boot panasonic repo

2014-09-18 Thread Masahiro Yamada
Hi Wolfgang, On Thu, 18 Sep 2014 10:32:46 +0200 Wolfgang Denk wrote: > Dear Tom, > > In message <201409180927.35918.ma...@denx.de> Marek Vasut wrote: > > > > I fully support that we should have a repo for the panasonic socs, it's > > pointless to load Albert by making him apply patches by h

Re: [U-Boot] [PATCH] arch/arm: Add individual TLB size support.

2014-09-18 Thread Albert ARIBAUD
Hi Albert, On Thu, 11 Sep 2014 17:55:00 +0200, Albert ARIBAUD wrote: > Hi li.xi...@freescale.com, > > On Wed, 10 Sep 2014 03:10:27 +, "li.xi...@freescale.com" > wrote: > > > Hi Albert, > > > > > Subject: Re: [PATCH] arch/arm: Add individual TLB size support. > > > > > > Hi Xiubo, > > >

Re: [U-Boot] Need help with u-boot problem with usb-keyboard / kvm switch

2014-09-18 Thread Hans de Goede
Hi, On 09/17/2014 09:19 PM, Luc Verhaegen wrote: > On Wed, Sep 17, 2014 at 09:11:38PM +0200, Hans de Goede wrote: >> Hi Marek, et al, >> >> I'm working on cleaning up Luc's hdmi out support patchset for >> sunxi. > > ? Cleaning up may not have been the best choice of words, I was talking about t

Re: [U-Boot] U-Boot panasonic repo

2014-09-18 Thread Wolfgang Denk
Dear Tom, In message <201409180927.35918.ma...@denx.de> Marek Vasut wrote: > > I fully support that we should have a repo for the panasonic socs, it's > pointless to load Albert by making him apply patches by hand and you have > proven numerous times that you do know what you're doing. I really

Re: [U-Boot] [linux-sunxi] Re: [PATCH 0/7] ARM: sunxi: Add basic support for Allwinner A31 (sun6i)

2014-09-18 Thread Hans de Goede
Hi, On 09/18/2014 06:27 AM, Siarhei Siamashka wrote: > On Tue, 09 Sep 2014 09:00:57 +0200 > Hans de Goede wrote: > >> Hi, >> >> On 09/08/2014 03:28 PM, Chen-Yu Tsai wrote: >>> Hi everyone, >>> >>> This series add basic support for Allwinner's A31 SoC. The patches, >>> excluding the first one, we

Re: [U-Boot] U-Boot panasonic repo

2014-09-18 Thread Michal Simek
Hi guys, On 09/18/2014 10:02 AM, Marek Vasut wrote: > On Thursday, September 18, 2014 at 09:58:47 AM, Michal Simek wrote: >> On 09/18/2014 09:27 AM, Marek Vasut wrote: >>> On Thursday, September 11, 2014 at 07:18:00 AM, Masahiro Yamada wrote: Hi Michal, >>> >>> Hi, >>> On Thu, 11 Sep 201

Re: [U-Boot] FW: [PATCH] usb: gadget: fastboot: improve download progress bar

2014-09-18 Thread Bo Shen
Hi Marek, On 09/18/2014 10:32 AM, Marek Vasut wrote: On Thursday, September 18, 2014 at 03:34:18 AM, Bo Shen wrote: Hi Marek, On 09/17/2014 07:16 PM, Marek Vasut wrote: On Wednesday, September 17, 2014 at 12:28:57 PM, Bo Shen wrote: Hi Marek, On 09/17/2014 06:10 PM, Marek Vasut wrote: On W

[U-Boot] Cannot boot fitImage on RPi

2014-09-18 Thread Jens Lucius
Hello, I am trying to use fitImage instead of uImage on different test-systems, but ran into some issues and don´t know how to proceed further. I am building fitImage with an Yocto build system using the patches provided by Marek Vasut to Yocto. My first target was the Beaglebone Black, whi

Re: [U-Boot] U-Boot panasonic repo

2014-09-18 Thread Marek Vasut
On Thursday, September 18, 2014 at 09:58:47 AM, Michal Simek wrote: > On 09/18/2014 09:27 AM, Marek Vasut wrote: > > On Thursday, September 11, 2014 at 07:18:00 AM, Masahiro Yamada wrote: > >> Hi Michal, > > > > Hi, > > > >> On Thu, 11 Sep 2014 06:56:04 +0200 > >> > >> Michal Simek wrote: > >>>

Re: [U-Boot] U-Boot panasonic repo

2014-09-18 Thread Michal Simek
On 09/18/2014 09:27 AM, Marek Vasut wrote: > On Thursday, September 11, 2014 at 07:18:00 AM, Masahiro Yamada wrote: >> Hi Michal, > > Hi, > >> On Thu, 11 Sep 2014 06:56:04 +0200 >> >> Michal Simek wrote: >>> Hi, >>> >>> On 09/11/2014 05:09 AM, Masahiro Yamada wrote: On Thu, 11 Sep 2014 01:3

Re: [U-Boot] [PATCH v3 09/11] dm: imx: gpio: Support driver model in MXC gpio driver

2014-09-18 Thread Igor Grinberg
On 09/17/14 18:02, Simon Glass wrote: > Add driver model support with this driver. In this case the platform data > is in the driver. It would be better to put this into an SOC-specific file, > but this is best attempted when more boards are moved over to use driver > model. > > Signed-off-by: Sim

Re: [U-Boot] [PATCH v3 08/11] dm: imx: Use gpio_request() to request GPIOs

2014-09-18 Thread Igor Grinberg
On 09/17/14 18:02, Simon Glass wrote: > GPIOs should be requested before use. Without this, driver model will not > permit the GPIO to be used. > > Signed-off-by: Simon Glass Acked-by: Igor Grinberg -- Regards, Igor. ___ U-Boot mailing list U-Boot@

Re: [U-Boot] [PATCH v3 07/11] imx: Add error checking to setup_i2c()

2014-09-18 Thread Igor Grinberg
On 09/17/14 18:02, Simon Glass wrote: > Since this function can fail, check its return value. > > Signed-off-by: Simon Glass Thanks! Acked-by: Igor Grinberg -- Regards, Igor. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman

[U-Boot] U-Boot panasonic repo

2014-09-18 Thread Marek Vasut
On Thursday, September 11, 2014 at 07:18:00 AM, Masahiro Yamada wrote: > Hi Michal, Hi, > On Thu, 11 Sep 2014 06:56:04 +0200 > > Michal Simek wrote: > > Hi, > > > > On 09/11/2014 05:09 AM, Masahiro Yamada wrote: > > > On Thu, 11 Sep 2014 01:33:20 +0200 > > > > > > Marek Vasut wrote: > > >> H

Re: [U-Boot] Need help with u-boot problem with usb-keyboard / kvm switch

2014-09-18 Thread Marek Vasut
On Wednesday, September 17, 2014 at 09:19:11 PM, Luc Verhaegen wrote: > On Wed, Sep 17, 2014 at 09:11:38PM +0200, Hans de Goede wrote: > > Hi Marek, et al, > > > > I'm working on cleaning up Luc's hdmi out support patchset for > > sunxi. > > ? Your email is missing it's contents, is that at typo

Re: [U-Boot] [PATCH] usb: gadget: fastboot: improve download progress bar

2014-09-18 Thread Marek Vasut
On Thursday, September 18, 2014 at 03:34:18 AM, Bo Shen wrote: > Hi Marek, > > On 09/17/2014 07:16 PM, Marek Vasut wrote: > > On Wednesday, September 17, 2014 at 12:28:57 PM, Bo Shen wrote: > >> Hi Marek, > >> > >> On 09/17/2014 06:10 PM, Marek Vasut wrote: > >>> On Wednesday, September 17, 2014

Re: [U-Boot] Need help with u-boot problem with usb-keyboard / kvm switch

2014-09-18 Thread Marek Vasut
On Wednesday, September 17, 2014 at 09:29:07 PM, Eric Nelson wrote: > Hi Hans, > > On 09/17/2014 12:11 PM, Hans de Goede wrote: > > Hi Marek, et al, > > > > I'm working on cleaning up Luc's hdmi out support patchset for > > sunxi. > > > > As part of this I want to also add support for usb keyboa

Re: [U-Boot] [PATCH v2 08/11] dm: imx: Use gpio_request() to request GPIOs

2014-09-18 Thread Igor Grinberg
On 09/17/14 17:34, Simon Glass wrote: > Hi Igor, > > On 17 September 2014 08:31, Igor Grinberg > wrote: > > On 09/17/14 17:00, Simon Glass wrote: > > Hi Igor, > > > > On 17 September 2014 06:13, Igor Grinberg

  1   2   >