[U-Boot] [PULL] : Please pull u-boot-imx

2013-01-14 Thread Stefano Babic
Hi Albert, please pull from u-boot-imx (last fixes), thanks. The following changes since commit 7528cf5f016b5b8b8b12b373f6f31a10bf89233d: Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-01-08 14:59:37 +0100) are available in the git repository at: git://www.denx.de/git/u-b

[U-Boot] [PATCH 0/2] video: Fix compilation warnings for exynos video

2013-01-14 Thread Ajay Kumar
This patchset fixes the following compilation warnings: exynos_dp.c: In function 'exynos_init_dp': exynos_dp.c:860:23: warning: variable 'disp_info' set but not used [-Wunused-but-set-variable] exynos_fb.c: In function 'draw_logo': exynos_fb.c:74:8: warning: variable 'addr' set but not used [-Wunus

[U-Boot] [PATCH 1/2] video: exynos_dp: Remove unused variable disp_info

2013-01-14 Thread Ajay Kumar
Remove unused variable disp_info to fix the following compilation warning: exynos_dp.c: In function 'exynos_init_dp': exynos_dp.c:860:23: warning: variable 'disp_info' set but not used [-Wunused-but-set-variable] Signed-off-by: Ajay Kumar --- drivers/video/exynos_dp.c | 2 -- 1 file changed, 2 d

[U-Boot] [PATCH 2/2] video: exynos_fb: Make a call to draw_logo only when CONFIG_CMD_BMP is selected

2013-01-14 Thread Ajay Kumar
Previously, the call to draw_logo() was happening irrespective of whether we have selected logo or LCD console. With this patch we call draw_logo() only when CONFIG_CMD_BMP is selected. This would even fix the following compilation warning: exynos_fb.c: In function 'draw_logo': exynos_fb.c:74:8: w

Re: [U-Boot] BDI3000 - Unprotect flash sectors

2013-01-14 Thread Waibel Georg
Hi, using BDI telnet session to issue the unprotect command works fine. Here some hints that have to be considered: - use command mmh to do a 16 bit access on a 16 bit wide flash - on a 16 bit wide flash the LSB address line is usually not connected (A0 of flash is connected to A1 of the host on

Re: [U-Boot] please pull u-boot-samsung master

2013-01-14 Thread Ajay kumar
Hi Albert, On Mon, Jan 14, 2013 at 1:14 PM, Albert ARIBAUD wrote: > Hi Rajeshwari, > > On Mon, 14 Jan 2013 10:16:05 +0530, Rajeshwari Birje > wrote: >> Hi Albert, >> >> - VCMA9 is broken by commit a9d2ae7014d9e66dde6dd4a344308449508e4a22, >> >> which causes the following build errors: >> >> >>

Re: [U-Boot] [PATCH V2] I2C: S3C24X0: Resolve build error for VCMA9

2013-01-14 Thread Minkyu Kang
On 14/01/13 14:49, Rajeshwari Shinde wrote: > This patch resolves the following build errors for I2C driver in > VCMA9: > > In file included from s3c24x0_i2c.c:40:0: > s3c24x0_i2c.h:38:17: error: field 'id' has incomplete type > s3c24x0_i2c.c:70:39: error: 'CONFIG_MAX_I2C_NUM' undeclared here (not

Re: [U-Boot] [PATCH 0/2] video: Fix compilation warnings for exynos video

2013-01-14 Thread Minkyu Kang
On 14/01/13 18:32, Ajay Kumar wrote: > This patchset fixes the following compilation warnings: > exynos_dp.c: In function 'exynos_init_dp': > exynos_dp.c:860:23: warning: variable 'disp_info' set but not used > [-Wunused-but-set-variable] > exynos_fb.c: In function 'draw_logo': > exynos_fb.c:74:8:

[U-Boot] [PULL v2] please pull u-boot-samsung master

2013-01-14 Thread Minkyu Kang
Dear Albert, The following changes since commit 96764df1b47ddebfb50fadf5af72530b07b5fc89: Merge samsung, imx, tegra into u-boot-arm/master (2012-12-22 11:59:14 +0100) are available in the git repository at: git://git.denx.de/u-boot-samsung master for you to fetch changes up to e4660e0b736

Re: [U-Boot] [STATUS] v2013.01-rc3 out

2013-01-14 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/14/2013 02:33 AM, Nikita Kiryanov wrote: > On 01/10/2013 11:49 PM, Tom Rini wrote: >> Hey all, >> >> As a reminder, we're scheduled for v2013.01 on the 15th. I've >> pushed out v2013.01-rc3 now. I still expect: - At least one more >> u-boot-ar

Re: [U-Boot] [PATCH] mtd: resync with Linux-3.7.1

2013-01-14 Thread Sergey Lapin
On Mon, Jan 14, 2013 at 08:30:03AM -0500, Sergey Lapin wrote: > From: Brian Norris > > This patch is essentially an update of u-boot MTD subsystem to > the state of Linux-3.7.1 with exclusion of some bits: > > - the update is concentrated on NAND, no onenand or CFI/NOR/SPI > flashes interfaces a

Re: [U-Boot] [PATCH] mtd: resync with Linux-3.7.1

2013-01-14 Thread Sergey Lapin
On Mon, Jan 14, 2013 at 08:30:03AM -0500, Sergey Lapin wrote: > From: Brian Norris Sorry about this - will fix and resubmit. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Googlers please reply: commiters in U-Boot

2013-01-14 Thread Sean Paul
On Sat, Jan 12, 2013 at 12:20 PM, Simon Glass wrote: > Hi, > > You are being copied because you have written U-Boot code which is now > in mainline. > > The chromium.org domain does not automatically attribute U-Boot > commits by company. Each author needs to be manually added to the list > and th

[U-Boot] the boot process breaks.

2013-01-14 Thread Yann R. Moupinda
Hi guys I'm running a Linux embeded system (sysmoBTS) and since two weeks, the device cannot start up. here the information about the Loader: --- sysmobts_v2 Loader v1.1.0 (Aug 15 2012-21:21:49) Board revision: C.3 Initializing NAND flash: Bypassing ECC checks ID:0xA1

Re: [U-Boot] [PATCH v3] davinci: cleanup davinci_sync_env_enetaddr() fucntion

2013-01-14 Thread Holger Freyther
Manjunath Hadli ti.com> writes: > > check for the return status for eth_getenv_enetaddr_by_index() > and eth_setenv_enetaddr() functions and print appropriate message > on failure. I am upgrading from v2011.12 (as I have some ubifsmount issues and don't want to debug this on an old ubi) and I s

Re: [U-Boot] Googlers please reply: commiters in U-Boot

2013-01-14 Thread Duncan Laurie
I work at Google and any submission from dlau...@google.com or dlau...@chromium.org can be attributed to Google. -duncan On Sat, Jan 12, 2013 at 9:20 AM, Simon Glass wrote: > Hi, > > You are being copied because you have written U-Boot code which is now > in mainline. > > The chromium.org dom

Re: [U-Boot] [PULL v2] please pull u-boot-samsung master

2013-01-14 Thread Albert ARIBAUD
Hi Minkyu, On Mon, 14 Jan 2013 19:25:25 +0900, Minkyu Kang wrote: > Dear Albert, > > The following changes since commit 96764df1b47ddebfb50fadf5af72530b07b5fc89: > > Merge samsung, imx, tegra into u-boot-arm/master (2012-12-22 11:59:14 +0100) > > are available in the git repository at: > >

Re: [U-Boot] [PULL] : Please pull u-boot-imx

2013-01-14 Thread Albert ARIBAUD
Hi Stefano, On Mon, 14 Jan 2013 09:40:23 +0100, Stefano Babic wrote: > Hi Albert, > > please pull from u-boot-imx (last fixes), thanks. > > The following changes since commit 7528cf5f016b5b8b8b12b373f6f31a10bf89233d: > > Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-01-08

[U-Boot] Pull request: u-boot-arm/master

2013-01-14 Thread Albert ARIBAUD
Hello Tom, The following changes since commit fd70aa41468be4324275910f85578cb5be6a0439: m68k/lib: fix serial driver relocation (2013-01-11 14:41:14 -0700) are available in the git repository at: git://git.denx.de/u-boot-arm.git master for you to fetch changes up to a17617d6553369ba72c08012

[U-Boot] [PATCH] Add DDR3 support for AM335x-EVM (Version 1.5A)

2013-01-14 Thread Jeff Lance
AM335x EVM 1.5A uses Micron MT41J512M8RH-125 SDRAM 4Gb (512Mx8) as the DDR3 chip. [Hebbar Gururaja ] - Resolve merge conflict while rebasing. File structure is changed in the mainline. So re-arrange the code accordingly. - Update commit message to reflect the DDR3 part nu

Re: [U-Boot] [PATCH v2 3/9] tegra20: fdt: add SPI SFLASH node

2013-01-14 Thread Stephen Warren
On 01/12/2013 02:07 AM, Allen Martin wrote: > Add node for tegra20 SPI SFLASH controller to fdt. > diff --git a/board/nvidia/dts/tegra20-seaboard.dts > b/board/nvidia/dts/tegra20-seaboard.dts > + spi@7000c380 { > + spi-max-frequency = <2500>; > + }; Seaboard doesn't actu

[U-Boot] [PATCH] mx6qsabre_common: Let mmc partition be board specific

2013-01-14 Thread Fabio Estevam
From: Fabio Estevam commit 49ea0ff5 (49ea0ff5) introduced CONFIG_SYS_MMC_ENV_PART into mx6qsabresd.h to store the mmc partition, but in order for it to have effect we should place it into 'mmcpart' variable. Also add CONFIG_SYS_MMC_ENV_PART into mx6qsabreauto.h. Signed-off-by: Fabio Estevam --

Re: [U-Boot] [PATCH v2 8/9] tegra: add SPI SLINK driver

2013-01-14 Thread Stephen Warren
On 01/12/2013 09:56 AM, Simon Glass wrote: > Hi, > > On Sat, Jan 12, 2013 at 1:07 AM, Allen Martin wrote: >> Add driver for tegra SPI "SLINK" style driver. This controller is >> similar to the tegra20 SPI "SFLASH" controller. The difference is >> that the SLINK controller is a genernal purpose

Re: [U-Boot] [PATCH v2 0/9] tegra: SPI drivers

2013-01-14 Thread Stephen Warren
On 01/12/2013 02:07 AM, Allen Martin wrote: > This series updates the tegra20 SPI driver to add fdt support and adds > a new tegra30 SPI driver. Aside from any comments I or anyone has made, Reviewed-by: Stephen Warren ___ U-Boot mailing list U-Boot@lis

Re: [U-Boot] [PATCH] mx6qsabre_common: Let mmc partition be board specific

2013-01-14 Thread Otavio Salvador
On Mon, Jan 14, 2013 at 4:44 PM, Fabio Estevam wrote: > From: Fabio Estevam > > commit 49ea0ff5 (49ea0ff5) introduced CONFIG_SYS_MMC_ENV_PART into > mx6qsabresd.h > to store the mmc partition, but in order for it to have effect we should place > it into 'mmcpart' variable. > > Also add CONFIG_SY

Re: [U-Boot] Googlers please reply: commiters in U-Boot

2013-01-14 Thread Bernie Thompson
I work for Google and CLs from bhthomp...@chromium.org or bhthomp...@google.com can be attributed to Google. -Bernie On Sat, Jan 12, 2013 at 9:20 AM, Simon Glass wrote: > Hi, > > You are being copied because you have written U-Boot code which is now > in mainline. > > The chromium.org domain

Re: [U-Boot] Googlers please reply: commiters in U-Boot

2013-01-14 Thread Stefan Reinauer
> On Sat, Jan 12, 2013 at 9:20 AM, Simon Glass wrote: > >> Hi, >> >> You are being copied because you have written U-Boot code which is now >> in mainline. >> >> The chromium.org domain does not automatically attribute U-Boot >> commits by company. Each author needs to be manually added to the lis

[U-Boot] [PATCH v2] mx6qsabre_common: Let mmc partition be board specific

2013-01-14 Thread Fabio Estevam
From: Fabio Estevam commit 49ea0ff5 (49ea0ff5) introduced CONFIG_SYS_MMC_ENV_PART into mx6qsabresd.h to store the mmc partition, but in order for it to have effect we should place it into 'mmcpart' variable. Also add CONFIG_SYS_MMC_ENV_PART into mx6qsabreauto.h. Signed-off-by: Fabio Estevam --

Re: [U-Boot] [PATCH] lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDs

2013-01-14 Thread Anatolij Gustschin
Hi Nikita, On Thu, 20 Dec 2012 12:52:34 +0200 Nikita Kiryanov wrote: > Commit fb6a9aab7ae78c (LCD: display 32bpp decompressed bitmap image) > broke the check that allowed U-Boot to display 8 bpp BMPs on a 16 > bpp LCD screen, effectively turning this feature off. > > Restore this feature by cha

Re: [U-Boot] [PATCH v2] VIDEO: better document the correct use of CONFIG_FB_ADDR

2013-01-14 Thread Anatolij Gustschin
Hi Wolfgang, On Thu, 3 Jan 2013 11:43:59 +0100 Wolfgang Denk wrote: > Signed-off-by: Wolfgang Denk > cc: Anatolij Gustschin > --- > V2: changed text as suggested by Jeroen Hofstee > in <50e55d24.8000...@myspectrum.nl> > > README | 13 - > 1 file changed, 8 insertions(+), 5 d

[U-Boot] Limit on length of U_BOOT_VERSION_STRING for mpc85xx

2013-01-14 Thread Steve Heckman
Sorry...forgot the '[U-Boot]' On Mon, Jan 14, 2013 at 2:27 PM, Steve Heckman wrote: > I was wondering if there was a limit on the size of the version string > U_BOOT_VERSION_STRING > in start.S. > > There are 256 bytes available for the Magic Number, version_string > (U_BOOT_VERSION_STRING) >

Re: [U-Boot] Googlers please reply: commiters in U-Boot

2013-01-14 Thread Sonny Rao
On Sat, Jan 12, 2013 at 9:20 AM, Simon Glass wrote: > Hi, > > You are being copied because you have written U-Boot code which is now > in mainline. > > The chromium.org domain does not automatically attribute U-Boot > commits by company. Each author needs to be manually added to the list > and thi

[U-Boot] [PATCH] watchdog.h: Move hw_watchdog_init prototype to end, guard

2013-01-14 Thread Tom Rini
In commit abbab70 we added a prototype for hw_watchdog_init, in a Freescale i.MX watchdog driver. We did not however guard it with an __ASSEMBLY__ check and broke some platforms. Move this to the end of the file with other prototypes and guard it. Signed-off-by: Tom Rini --- include/watchdog.h

[U-Boot] Limit on length of U_BOOT_VERSION_STRING for mpc85xx

2013-01-14 Thread Steve Heckman
I was wondering if there was a limit on the size of the version string U_BOOT_VERSION_STRING in start.S. There are 256 bytes available for the Magic Number, version_string (U_BOOT_VERSION_STRING) and _start_cont code. We want to put clearcase build view information in as part of the version_strin

[U-Boot] Pull request: u-boot-staging

2013-01-14 Thread Anatolij Gustschin
Hello Tom, The following changes since commit fd70aa41468be4324275910f85578cb5be6a0439: m68k/lib: fix serial driver relocation (2013-01-11 14:41:14 -0700) are available in the git repository at: git://git.denx.de/u-boot-staging.git ag...@denx.de Peter Meerwald (1): twl4030: fix 'could

[U-Boot] Pull request: u-boot-video/master

2013-01-14 Thread Anatolij Gustschin
Hello Tom, The following changes since commit fd70aa41468be4324275910f85578cb5be6a0439: m68k/lib: fix serial driver relocation (2013-01-11 14:41:14 -0700) are available in the git repository at: git://git.denx.de/u-boot-video.git master Nikita Kiryanov (1): lcd: restore ability to dis

Re: [U-Boot] Pull request: u-boot-staging

2013-01-14 Thread Tom Rini
On Mon, Jan 14, 2013 at 11:28:32PM +0100, Anatolij Gustschin wrote: > Hello Tom, > > The following changes since commit fd70aa41468be4324275910f85578cb5be6a0439: > > m68k/lib: fix serial driver relocation (2013-01-11 14:41:14 -0700) > > are available in the git repository at: > git://git.de

Re: [U-Boot] Pull request: u-boot-video/master

2013-01-14 Thread Tom Rini
On Mon, Jan 14, 2013 at 11:30:05PM +0100, Anatolij Gustschin wrote: > Hello Tom, > > The following changes since commit fd70aa41468be4324275910f85578cb5be6a0439: > > m68k/lib: fix serial driver relocation (2013-01-11 14:41:14 -0700) > > are available in the git repository at: > git://git.de

Re: [U-Boot] Pull request: u-boot-arm/master

2013-01-14 Thread Tom Rini
On Mon, Jan 14, 2013 at 05:58:39PM +0100, Albert ARIBAUD wrote: > Hello Tom, > > The following changes since commit > fd70aa41468be4324275910f85578cb5be6a0439: > > m68k/lib: fix serial driver relocation (2013-01-11 14:41:14 -0700) > > are available in the git repository at: > > git://git.d

Re: [U-Boot] [U-Boot, 3/3] pxa: Save lr register in relocate_code function

2013-01-14 Thread Tom Rini
On Sat, Jan 12, 2013 at 11:39:27AM -, Lukasz Dalek wrote: > When u-boot is compiled for PXA25x processor, pxa/start.S is calling > cpu_init_crit by BL instruction. BL is overwriting lr register so > relocate_code is going into infinite loop. This patch preservs lr > register in r12 before call

Re: [U-Boot] [PATCH v5 07/20] env: Add support for callbacks to environment vars

2013-01-14 Thread Joe Hershberger
Hi Stefan, On Fri, Jan 11, 2013 at 2:06 AM, Stefan Roese wrote: > Hi Joe, > > On 12/12/2012 05:16 AM, Joe Hershberger wrote: >> Add support for per-variable callbacks to the "hashtable" functions. > > I just noticed using latest master branch that booting on a NOR > flash based board (sequoia, PP

Re: [U-Boot] [PATCH V2] MPC8308: Fixup clocks in PCI Host configuration

2013-01-14 Thread Kim Phillips
On Tue, 8 Jan 2013 18:25:11 -0800 Barry Grussling wrote: > While trying to bring up a custom MPC8308 based board I found > that the clocking was wrong. The comment in > include/configs/mpc8308_p1m.h led me to believe > setting HRCWH_PCI_HOST and HRCWH_PCI1_ARBITER_ENABLE in the > CONFIG_SYS_HRCW

[U-Boot] [PATCH] powerpc/mpc85xx: Add BSC9132/BSC9232 processor support

2013-01-14 Thread Prabhakar Kushwaha
The BSC9132 is a highly integrated device that targets the evolving Microcell, Picocell, and Enterprise-Femto base station market subsegments. The BSC9132 device combines Power Architecture e500 and DSP StarCore SC3850 core technologies with MAPLE-B2P baseband acceleration processing elements

Re: [U-Boot] [PATCH v2 8/9] tegra: add SPI SLINK driver

2013-01-14 Thread Allen Martin
On Sat, Jan 12, 2013 at 08:56:23AM -0800, Simon Glass wrote: > Hi, > > On Sat, Jan 12, 2013 at 1:07 AM, Allen Martin wrote: > > Add driver for tegra SPI "SLINK" style driver. This controller is > > similar to the tegra20 SPI "SFLASH" controller. The difference is > > that the SLINK controller i

Re: [U-Boot] [PATCH v2 8/9] tegra: add SPI SLINK driver

2013-01-14 Thread Allen Martin
On Mon, Jan 14, 2013 at 10:49:53AM -0800, Stephen Warren wrote: > On 01/12/2013 09:56 AM, Simon Glass wrote: > > Hi, > > > > On Sat, Jan 12, 2013 at 1:07 AM, Allen Martin wrote: > >> Add driver for tegra SPI "SLINK" style driver. This controller is > >> similar to the tegra20 SPI "SFLASH" contro

Re: [U-Boot] [PATCH] powerpc/mpc85xx: Add BSC9132/BSC9232 processor support

2013-01-14 Thread Tabi Timur-B04825
On Mon, Jan 14, 2013 at 10:26 PM, Prabhakar Kushwaha wrote: > #define SVR_9130 0x860001 > #define SVR_9131 0x86 > +#define SVR_9132 0x861000 > +#define SVR_9132_E 0x861800 > +#define SVR_9232 0x861400 Remove SVR_9132_E. See commit 48f6a5c348453fc3ab33aaa91e5e

[U-Boot] [PATCH] board/common: Add support for QIXIS read/write using i2c

2013-01-14 Thread Prabhakar Kushwaha
QIXIS FPGA is accessable via both i2c and flash controller. Only flash controller access is supported. Add support of i2c based access. It is quite useful in the scenario where either flash controller path is broken or not present. Signed-off-by: Ruchika Gupta Signed-off-by: Prabhakar Kushwaha

[U-Boot] [PATCH] powerpc/85xx: Add BSC9132QDS support

2013-01-14 Thread Prabhakar Kushwaha
BSC9132QDS is a Freescale reference design board for BSC9132 SoC. BSC9132 SOC is an integrated device that targets the evolving Microcell, Picocell, and Enterprise-Femto base station market subsegments. It combines Power Architecture e500v2 and DSP StarCore SC3850 core technologies with MAPLE-B2F b

[U-Boot] [PATCH][v2] powerpc/mpc85xx: Add BSC9132/BSC9232 processor support

2013-01-14 Thread Prabhakar Kushwaha
The BSC9132 is a highly integrated device that targets the evolving Microcell, Picocell, and Enterprise-Femto base station market subsegments. The BSC9132 device combines Power Architecture e500 and DSP StarCore SC3850 core technologies with MAPLE-B2P baseband acceleration processing elements

Re: [U-Boot] [RFC PATCH 3/4] x86: Allow cmdline setup in setup_zimage() to be optional

2013-01-14 Thread Graeme Russ
Hi Simon, On Sun, Jan 13, 2013 at 4:48 AM, Simon Glass wrote: > If we are passing this using the device tree then we may not want to > set this up here. TBD. > > Signed-off-by: Simon Glass > --- > arch/x86/lib/zimage.c | 21 - > 1 files changed, 12 insertions(+), 9 deletio

Re: [U-Boot] [PATCH v5 07/20] env: Add support for callbacks to environment vars

2013-01-14 Thread Stefan Roese
Hi Joe, On 01/15/2013 12:23 AM, Joe Hershberger wrote: >> Here you see the delay in himport_r() is approx 1 second. >> >> And with patch (2598090 [env: Add environment variable flags]) this >> delay even grows to 2 seconds: >> >> [ 3.096149] < 0.004800> U-Boot 2013.01-rc1-00392-g2598090 (Jan

Re: [U-Boot] [PATCH V2] MPC8308: Fixup clocks in PCI Host configuration

2013-01-14 Thread Gerlando Falauto
On 01/15/2013 01:59 AM, Kim Phillips wrote: On Tue, 8 Jan 2013 18:25:11 -0800 Barry Grussling wrote: --- can I get an ack from someone else with an 8308 here please? This custom board fix has the possibility of bricking all existing 8308 based mainline boards. Sorry, we only have an 8309 b