[U-Boot] [i2c] Pull request

2013-11-12 Thread Heiko Schocher
Hello Tom, please pull from u-boot-i2c.git: The following changes since commit 63c4f17b2f8017d22241522a48c765073b8791b0: cm_t35: use scf0403 driver (2013-11-12 10:12:07 +0100) are available in the git repository at: git://git.denx.de/u-boot-i2c.git master for you to fetch changes up to f

Re: [U-Boot] i2c, omap1510: remove i2c driver

2013-11-12 Thread Heiko Schocher
Hello Heiko, Am 08.11.2013 09:38, schrieb Heiko Schocher: remove omap1510 i2c driver, as there is no board which uses it Signed-off-by: Heiko Schocher Cc: Tom Rini Cc: Wolfgang Denk Acked-by: Tom Rini --- drivers/i2c/Makefile | 1 - drivers/i2c/omap1510_i2c.c | 277 ---

Re: [U-Boot] i2c, zynq: convert zynq i2c driver to new multibus/multiadapter framework

2013-11-12 Thread Heiko Schocher
Hello Heiko, Am 08.11.2013 09:38, schrieb Heiko Schocher: - add zync i2c driver to new multibus/multiadpater support - adapted all config files, which uses this driver Signed-off-by: Heiko Schocher Cc: Joe Hershberger Cc: Michal Simek --- README | 5 + drivers/i2c/Makefil

Re: [U-Boot] designware_i2c: remove 10msec delay in i2c_xfer_finish

2013-11-12 Thread Heiko Schocher
Hello Alexey, Am 07.11.2013 14:52, schrieb Alexey Brodkin: This delay applies to any data transfer on I2C bus. For example 1kB data read with per-byte access (which happens if environment is stored in I2C EEPROM) takes more than 10 seconds. Moreover data bus driver has to care about bus state

Re: [U-Boot] designware_i2c: disable i2c controller during target address setup

2013-11-12 Thread Heiko Schocher
Hello Alexey, Am 07.11.2013 14:52, schrieb Alexey Brodkin: As it is stated in DesignWare I2C databook: writes to IC_TAR (0x4) register succeed only when IC_ENABLE[0] is set to 0. Signed-off-by: Alexey Brodkin Cc: Tom Rini cc: Armando Visconti Cc: Stefan Roese Cc: Albert ARIBAUD Cc: Heiko Schoc

Re: [U-Boot] cmd_eeprom: fix i2c_{read|write} usage if env is in I2C EEPROM

2013-11-12 Thread Heiko Schocher
Hello Alexey, Am 07.11.2013 14:51, schrieb Alexey Brodkin: Data "offset" is not used directly in case of I2C EEPROM. Istead it is split into "block number" and "offset within mentioned block". Which are "addr[0]" and "addr[1]" respectively. Signed-off-by: Alexey Brodkin Cc: Jean-Christophe PLA

Re: [U-Boot] [U-Boot,V2] i2c: mxs_i2c: Squash endless loop

2013-11-12 Thread Heiko Schocher
Hello Marek, Am 04.11.2013 14:29, schrieb Marek Vasut: The endless waiting for a bit to be set can cause a hang, add a timeout so we prevent such situation. A testcase for such a hang is below. The testcase assumes a device to be present at address 0x50 and a device to NOT be present at address

Re: [U-Boot] [U-Boot, v2] i2c: sh_i2c: Update to new CONFIG_SYS_I2C framework

2013-11-12 Thread Heiko Schocher
Hello Nobuhiro, Am 29.10.2013 05:33, schrieb Nobuhiro Iwamatsu: This updates to new I2C framwwork on sh_i2c. And this also updates boards(kzm9g and ecovec) that using sh_i2c. Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu Applied to u-boot-i2c.git, thanks! bye, Heiko -- DE

Re: [U-Boot] [U-Boot, v4] i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework

2013-11-12 Thread Heiko Schocher
Hello Heiko, Am 22.10.2013 11:03, schrieb Heiko Schocher: - add omap24xx driver to new multibus/multiadpater support - adapted all config files, which uses this driver Tested on the am335x based siemens boards rut, dxr2 and pxm2 posted here: http://patchwork.ozlabs.org/patch/263211/ Signed-off

Re: [U-Boot] Question re HYP mode and IRQ/FIQ stack setting

2013-11-12 Thread Albert ARIBAUD
Hi Christoffer, On Tue, 12 Nov 2013 14:34:00 -0800, Christoffer Dall wrote: > On 12 November 2013 13:29, Albert ARIBAUD wrote: > > Hi Christoffer, > > > > On Tue, 12 Nov 2013 09:09:23 -0800, Christoffer Dall > > wrote: > > > >> I suspect that if you are in Hyp mode, you should not worry about

Re: [U-Boot] [PATCH 05/10 V6] Exynos5420: Add support for 5420 in pinmux and gpio

2013-11-12 Thread Rajeshwari Birje
Hi Minkyu Kang, On Wed, Nov 13, 2013 at 11:34 AM, Rajeshwari Birje wrote: > Hi Minkyu Kang, > > Thank you for comments. > > On Wed, Nov 13, 2013 at 8:31 AM, Minkyu Kang wrote: >> Dear Rajeshwari S Shinde, >> >> >> On 29 October 2013 16:23, Rajeshwari S Shinde >> wrote: >> >>> Adds code in pinmu

Re: [U-Boot] [PATCH 05/10 V6] Exynos5420: Add support for 5420 in pinmux and gpio

2013-11-12 Thread Rajeshwari Birje
Hi Minkyu Kang, Thank you for comments. On Wed, Nov 13, 2013 at 8:31 AM, Minkyu Kang wrote: > Dear Rajeshwari S Shinde, > > > On 29 October 2013 16:23, Rajeshwari S Shinde wrote: > >> Adds code in pinmux and gpio framework to support Exynos5420. >> >> Signed-off-by: Naveen Krishna Chatradhi >>

Re: [U-Boot] [PATCH 2/4] mx6: add structs for mmdc and ddr iomux registers

2013-11-12 Thread Tapani
Stefano, I'll reply to this, since including the __attribute__ was my suggestion. > > + u32 res10[25]; > > + u32 mpmur0; > > +}__attribute__((packed, aligned(4))); > > + > > I am missing why the packed is needed. > This was discussed before, and I tried to explain it already the

Re: [U-Boot] [RFC] arm926ejs, at91: add common phy_reset function

2013-11-12 Thread Heiko Schocher
Hello Bo, Am 13.11.2013 02:35, schrieb Bo Shen: Hi Heiko, On 11/12/2013 09:50 PM, Heiko Schocher wrote: Hello Andreas, Am 12.11.2013 13:56, schrieb Andreas Bießmann: Hello Heiko, On 11/12/2013 11:21 AM, Heiko Schocher wrote: add common phy reset code into a common function. Signed-off-by:

Re: [U-Boot] [PATCH 07/10 V6] DTS: Add dts support for SMDK5420

2013-11-12 Thread Rajeshwari Birje
Hi Minkyu Kang, Thank you for comments. On Wed, Nov 13, 2013 at 8:47 AM, Minkyu Kang wrote: > Dear Rajeshwari S Shinde, > > > On 29 October 2013 16:23, Rajeshwari S Shinde wrote: > >> This patch adds support for SMDK5420. >> exynos5.dtsi created is a common file which has the nodes common >> to

Re: [U-Boot] [PATCH 05/10 V6] Exynos5420: Add support for 5420 in pinmux and gpio

2013-11-12 Thread Minkyu Kang
Dear Rajeshwari S Shinde, On 29 October 2013 16:23, Rajeshwari S Shinde wrote: > Adds code in pinmux and gpio framework to support Exynos5420. > > Signed-off-by: Naveen Krishna Chatradhi > Signed-off-by: Akshay Saraswat > Signed-off-by: Rajeshwari S Shinde > Acked-by: Simon Glass > --- > Cha

Re: [U-Boot] [PATCH 08/10 V6] Config: Add initial config for SMDK5420

2013-11-12 Thread Minkyu Kang
Dear Rajeshwari S Shinde, On 29 October 2013 16:23, Rajeshwari S Shinde wrote: > Adding initial config for SMDK5420 to build and boot U-Boot > over Exynos based SMDK5420. > > Signed-off-by: Rajeshwari S Shinde > Signed-off-by: Akshay Saraswat > Acked-by: Simon Glass > --- > Changes in V2: >

Re: [U-Boot] [PATCH 02/10 V6] Exynos5420: Add base addresses for 5420

2013-11-12 Thread Minkyu Kang
Dear Rajeshwari S Shinde, On 29 October 2013 16:23, Rajeshwari S Shinde wrote: > Adds base addresses of various IPs and controllers required for > Exynos5420. > > Signed-off-by: Rajeshwari S Shinde > Signed-off-by: Akshay Saraswat > Acked-by: Simon Glass > --- > Changes in V2: > - Non

Re: [U-Boot] [PATCH 04/10 V6] Exynos5420: Add DDR3 initialization for 5420

2013-11-12 Thread Minkyu Kang
Dear Rajeshwari S Shinde, On 29 October 2013 16:23, Rajeshwari S Shinde wrote: > This patch intends to add DDR3 initialization code for Exynos5420. > > Signed-off-by: Rajeshwari S Shinde > Signed-off-by: Akshay Saraswat > Acked-by: Simon Glass > --- > Changes in V2: > - Corrected a co

Re: [U-Boot] [PATCH 07/10 V6] DTS: Add dts support for SMDK5420

2013-11-12 Thread Minkyu Kang
Dear Rajeshwari S Shinde, On 29 October 2013 16:23, Rajeshwari S Shinde wrote: > This patch adds support for SMDK5420. > exynos5.dtsi created is a common file which has the nodes common > to both 5420 and 5250. > > Signed-off-by: Akshay Saraswat > Signed-off-by: Rajeshwari S Shinde > Acked-by:

Re: [U-Boot] [PATCH 22/34] nand: Add zynq nand controller driver support

2013-11-12 Thread Scott Wood
On Tue, 2013-11-05 at 23:16 +0530, Jagannadha Sutradharudu Teki wrote: > +#define zynq_nand_smc_base ((struct zynq_nand_smc_regs *)ZYNQ_SMC_BASEADDR) __iomem Please consider running sparse on new code. > +/* > + * struct zynq_nand_command_format - Defines NAND flash command format > + * @start

Re: [U-Boot] [PATCH 06/10 V6] Exynos5420: Add base patch for SMDK5420

2013-11-12 Thread Minkyu Kang
Dear Rajeshwari S Shinde, On 29 October 2013 16:23, Rajeshwari S Shinde wrote: > Adding the base patch for Exynos based SMDK5420. > This shall enable compilation and basic boot support for > SMDK5420. > > Signed-off-by: Rajeshwari S Shinde > Signed-off-by: Akshay Saraswat > Acked-by: Simon Gla

Re: [U-Boot] [RFC] arm926ejs, at91: add common phy_reset function

2013-11-12 Thread Bo Shen
Hi Heiko, On 11/12/2013 09:50 PM, Heiko Schocher wrote: Hello Andreas, Am 12.11.2013 13:56, schrieb Andreas Bießmann: Hello Heiko, On 11/12/2013 11:21 AM, Heiko Schocher wrote: add common phy reset code into a common function. Signed-off-by: Heiko Schocher Cc: Andreas Bießmann Cc: Bo Shen C

Re: [U-Boot] [PATCH] Separate EBV Socrates board from Altera Cyclone 5 board

2013-11-12 Thread Dinh Nguyen
On Tue, Nov 12, 2013 at 9:17 AM, Michal Simek wrote: > On 11/12/2013 03:46 PM, Chin Liang See wrote: > > Hi all, > > > > On Tue, 2013-11-12 at 11:17 +0100, Michal Simek wrote: > >> On 11/12/2013 10:56 AM, Detlev Zundel wrote: > >>> Hi Michal, > >>> > On 11/11/2013 09:33 PM, Tom Rini wrote: >

Re: [U-Boot] [PATCH 23/34] zynq-common: Define CONFIG_NAND_ZYNQ

2013-11-12 Thread Scott Wood
On Tue, 2013-11-05 at 23:16 +0530, Jagannadha Sutradharudu Teki wrote: > Defined CONFIG_NAND_ZYNQ for enabling zynq nand controller with > onfi detection support. Please add it to the README. -Scott ___ U-Boot mailing list U-Boot@lists.denx.de http:/

Re: [U-Boot] Question re HYP mode and IRQ/FIQ stack setting

2013-11-12 Thread Christoffer Dall
On 12 November 2013 13:29, Albert ARIBAUD wrote: > Hi Christoffer, > > On Tue, 12 Nov 2013 09:09:23 -0800, Christoffer Dall > wrote: > >> I suspect that if you are in Hyp mode, you should not worry about >> FIQ/IRQ mode, but just make sure to configure Hyp mode properly to >> handle interrupts.

Re: [U-Boot] Question re HYP mode and IRQ/FIQ stack setting

2013-11-12 Thread Albert ARIBAUD
Hi Christoffer, On Tue, 12 Nov 2013 09:09:23 -0800, Christoffer Dall wrote: > I suspect that if you are in Hyp mode, you should not worry about > FIQ/IRQ mode, but just make sure to configure Hyp mode properly to > handle interrupts. (it's a separate entry in the exception vector and > you prob

Re: [U-Boot] How to enable FAT fs support and hook up the SD/MMC driver

2013-11-12 Thread Albert ARIBAUD
Hi Djoker, On Tue, 12 Nov 2013 11:49:52 -0800, Djoker wrote: > Hello, > > I am a newbie in this area. I want to enable FAT file system support > for U-Boot. But I am unsure as to what CONFIG options I should tweak > for this. Also, I want to know where are the file system MMC/SD hooks, > so tha

[U-Boot] How to enable FAT fs support and hook up the SD/MMC driver

2013-11-12 Thread Djoker
Hello, I am a newbie in this area. I want to enable FAT file system support for U-Boot. But I am unsure as to what CONFIG options I should tweak for this. Also, I want to know where are the file system MMC/SD hooks, so that I can hook up my MMC/SD driver to be used by the FAT filesystem. I would

[U-Boot] How to enable FAT fs support and hook up the SD/MMC driver

2013-11-12 Thread Djoker
Hello, I am a newbie in this area. I want to enable FAT file system support for U-Boot. But I am unsure as to what CONFIG options I should tweak for this. Also, I want to know where are the file system MMC/SD hooks, so that I can hook up my MMC/SD driver to be used by the FAT filesystem. I would

Re: [U-Boot] u-boot gerrit server

2013-11-12 Thread Wolfgang Denk
Dear Albert, In message <20131112181315.3dfe4531@lilith> you wrote: > > > Currently it is just reassigned in Patchwork; using multiple trees > > will complicate this. > > How about one branch per custodian? At my previous job we had a couple > branches, one per distinct "product". This does not

Re: [U-Boot] u-boot gerrit server

2013-11-12 Thread Wolfgang Denk
Dear Vadim, In message you wrote: > Gentlemen, I have not forgotten our discussion regarding setting up a > sample gerrit server for u-boot during the ELCE mini-summit. Sorry > for this long and not very clear email, if there is any interest I > will be glad to answer questions and address conc

Re: [U-Boot] u-boot gerrit server

2013-11-12 Thread Albert ARIBAUD
Hi Otavio, On Tue, 12 Nov 2013 16:07:41 -0200, Otavio Salvador wrote: > On Tue, Nov 12, 2013 at 3:30 PM, Albert ARIBAUD > wrote: > > Hi Otavio, > > > > On Tue, 12 Nov 2013 15:16:15 -0200, Otavio Salvador > > wrote: > > > >> Hello Albert, > >> > >> On Tue, Nov 12, 2013 at 3:13 PM, Albert ARIBAU

Re: [U-Boot] u-boot gerrit server

2013-11-12 Thread Vadim Bendebury
On Tue, Nov 12, 2013 at 10:07 AM, Otavio Salvador wrote: > On Tue, Nov 12, 2013 at 3:30 PM, Albert ARIBAUD > wrote: >> Hi Otavio, >> >> On Tue, 12 Nov 2013 15:16:15 -0200, Otavio Salvador >> wrote: >> >>> Hello Albert, >>> >>> On Tue, Nov 12, 2013 at 3:13 PM, Albert ARIBAUD >>> wrote: >>> > On

Re: [U-Boot] u-boot gerrit server

2013-11-12 Thread Otavio Salvador
On Tue, Nov 12, 2013 at 3:30 PM, Albert ARIBAUD wrote: > Hi Otavio, > > On Tue, 12 Nov 2013 15:16:15 -0200, Otavio Salvador > wrote: > >> Hello Albert, >> >> On Tue, Nov 12, 2013 at 3:13 PM, Albert ARIBAUD >> wrote: >> > On Tue, 12 Nov 2013 15:00:06 -0200, Otavio Salvador >> > wrote: >> > >> >>

Re: [U-Boot] u-boot gerrit server

2013-11-12 Thread вб
On Tue, Nov 12, 2013 at 9:11 AM, Albert ARIBAUD wrote: > Hi Vadim, > > On Tue, 12 Nov 2013 08:33:46 -0800, Vadim Bendebury (вб) > wrote: > >> On Tue, Nov 12, 2013 at 2:42 AM, Albert ARIBAUD >> wrote: >> > Hi Vadim, >> > >> > On Mon, 11 Nov 2013 21:21:27 -0800, Vadim Bendebury (вб) >> > wrote: >

Re: [U-Boot] u-boot gerrit server

2013-11-12 Thread Albert ARIBAUD
Hi Otavio, On Tue, 12 Nov 2013 15:16:15 -0200, Otavio Salvador wrote: > Hello Albert, > > On Tue, Nov 12, 2013 at 3:13 PM, Albert ARIBAUD > wrote: > > On Tue, 12 Nov 2013 15:00:06 -0200, Otavio Salvador > > wrote: > > > >> On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб) > >> wrote: > >

Re: [U-Boot] u-boot gerrit server

2013-11-12 Thread Otavio Salvador
Hello Albert, On Tue, Nov 12, 2013 at 3:13 PM, Albert ARIBAUD wrote: > On Tue, 12 Nov 2013 15:00:06 -0200, Otavio Salvador > wrote: > >> On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб) >> wrote: >> > On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador >> > wrote: >> >> Besides, how people w

Re: [U-Boot] u-boot gerrit server

2013-11-12 Thread Otavio Salvador
On Tue, Nov 12, 2013 at 3:07 PM, Vadim Bendebury (вб) wrote: > On Tue, Nov 12, 2013 at 9:00 AM, Otavio Salvador > wrote: >> On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб) >> wrote: >>> On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador >>> wrote: On Tue, Nov 12, 2013 at 2:36 PM, Vadim

Re: [U-Boot] u-boot gerrit server

2013-11-12 Thread Albert ARIBAUD
Hi Otavio, On Tue, 12 Nov 2013 15:00:06 -0200, Otavio Salvador wrote: > On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб) > wrote: > > On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador > > wrote: > >> On Tue, Nov 12, 2013 at 2:36 PM, Vadim Bendebury (вб) > >> wrote: > >>> On Tue, Nov 12, 2

Re: [U-Boot] u-boot gerrit server

2013-11-12 Thread Albert ARIBAUD
Hi Vadim, On Tue, 12 Nov 2013 08:33:46 -0800, Vadim Bendebury (вб) wrote: > On Tue, Nov 12, 2013 at 2:42 AM, Albert ARIBAUD > wrote: > > Hi Vadim, > > > > On Mon, 11 Nov 2013 21:21:27 -0800, Vadim Bendebury (вб) > > wrote: > > > > > >> For the purposes of this demo the patches submitted for re

Re: [U-Boot] Question re HYP mode and IRQ/FIQ stack setting

2013-11-12 Thread Christoffer Dall
On 12 November 2013 08:53, Andre Przywara wrote: > On 11/12/2013 05:28 PM, Christoffer Dall wrote: >> >> On 12 November 2013 03:41, Albert ARIBAUD >> wrote: >>> >>> (Cc:ing Andre and Christoffer as they have discussed HYP on the ML.) >>> >>> Hello, >>> >>> I am working on changing the way IRQ/FIQ

Re: [U-Boot] u-boot gerrit server

2013-11-12 Thread вб
On Tue, Nov 12, 2013 at 9:00 AM, Otavio Salvador wrote: > On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб) > wrote: >> On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador >> wrote: >>> On Tue, Nov 12, 2013 at 2:36 PM, Vadim Bendebury (вб) >>> wrote: On Tue, Nov 12, 2013 at 3:07 AM, Otavi

Re: [U-Boot] u-boot gerrit server

2013-11-12 Thread Otavio Salvador
On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб) wrote: > On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador > wrote: >> On Tue, Nov 12, 2013 at 2:36 PM, Vadim Bendebury (вб) >> wrote: >>> On Tue, Nov 12, 2013 at 3:07 AM, Otavio Salvador >>> wrote: Once I saw this announcement I thought

Re: [U-Boot] Question re HYP mode and IRQ/FIQ stack setting

2013-11-12 Thread Andre Przywara
On 11/12/2013 05:28 PM, Christoffer Dall wrote: On 12 November 2013 03:41, Albert ARIBAUD wrote: (Cc:ing Andre and Christoffer as they have discussed HYP on the ML.) Hello, I am working on changing the way IRQ/FIQ stacks are set up, from "on-the-fly in a hurry while in the handler" to "during

Re: [U-Boot] u-boot gerrit server

2013-11-12 Thread вб
On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador wrote: > On Tue, Nov 12, 2013 at 2:36 PM, Vadim Bendebury (вб) > wrote: >> On Tue, Nov 12, 2013 at 3:07 AM, Otavio Salvador >> wrote: >>> Once I saw this announcement I thought the same thing as Albert: how >>> custodians will have their trees the

Re: [U-Boot] u-boot gerrit server

2013-11-12 Thread Otavio Salvador
On Tue, Nov 12, 2013 at 2:36 PM, Vadim Bendebury (вб) wrote: > On Tue, Nov 12, 2013 at 3:07 AM, Otavio Salvador > wrote: >> Once I saw this announcement I thought the same thing as Albert: how >> custodians will have their trees there? >> > > It is easy to create multiple projects, one per custod

Re: [U-Boot] u-boot gerrit server

2013-11-12 Thread вб
On Tue, Nov 12, 2013 at 2:42 AM, Albert ARIBAUD wrote: > Hi Vadim, > > On Mon, 11 Nov 2013 21:21:27 -0800, Vadim Bendebury (вб) > wrote: > > >> For the purposes of this demo the patches submitted for review were >> generated by a script I wrote. The script scrapes >> http://patchwork.ozlabs.org/

Re: [U-Boot] u-boot gerrit server

2013-11-12 Thread вб
On Tue, Nov 12, 2013 at 3:07 AM, Otavio Salvador wrote: > Hello Vadim, > > On Tue, Nov 12, 2013 at 3:21 AM, Vadim Bendebury (вб) > wrote: >> Gentlemen, I have not forgotten our discussion regarding setting up a >> sample gerrit server for u-boot during the ELCE mini-summit. Sorry >> for this lon

Re: [U-Boot] Question re HYP mode and IRQ/FIQ stack setting

2013-11-12 Thread Christoffer Dall
On 12 November 2013 03:41, Albert ARIBAUD wrote: > (Cc:ing Andre and Christoffer as they have discussed HYP on the ML.) > > Hello, > > I am working on changing the way IRQ/FIQ stacks are set up, from > "on-the-fly in a hurry while in the handler" to "during init, so that > when entering the handle

Re: [U-Boot] Please pull u-boot-ti/master, v2

2013-11-12 Thread Albert ARIBAUD
Hi Tom, On Tue, 12 Nov 2013 10:03:51 -0500, Tom Rini wrote: > Hey, > > The following changes since commit 85b8c5c4bf80025de4632ae6c9a8a606e51508a4: > > Merge branch 'iu-boot/master' into 'u-boot-arm/master' (2013-11-09 22:59:47 > +0100) > > are available in the git repository at: > > >

[U-Boot] [PATCH v2] malta: use unmapped flash base address

2013-11-12 Thread Gabor Juhos
The physical base address of the NOR flash is 0x1e00 on the Malta boards. The hardware also maps the first 4MiB of the flash into the 0x1fc0-0x1fff range. Currently, U-Boot uses the mapped address to access the flash, which does not work in recent qemu versions. Since commit a427338b2

Re: [U-Boot] [PATCH] MIPS: use CONFIG_SYS_TEXT_BASE in relocation calculations

2013-11-12 Thread Gabor Juhos
2013.11.12. 16:40 keltezéssel, Daniel Schwierzeck írta: > 2013/11/12 Gabor Juhos : >> 2013.11.11. 23:36 keltezéssel, Daniel Schwierzeck írta: >> > ... Any idea how can we resolve this properly? -Gabor >>> >>> following seems to work (in both variants with -bios and -pflash) >>>

Re: [U-Boot] [PATCH] MIPS: use CONFIG_SYS_TEXT_BASE in relocation calculations

2013-11-12 Thread Daniel Schwierzeck
2013/11/12 Gabor Juhos : > 2013.11.11. 23:36 keltezéssel, Daniel Schwierzeck írta: > ... >>> >>> Any idea how can we resolve this properly? >>> >>> -Gabor >> >> following seems to work (in both variants with -bios and -pflash) >> >> #define CONFIG_SYS_TEXT_BASE 0xbe00 >> #define CONFIG_SYS_MONI

Re: [U-Boot] Microblaze and Sparc boards are broken because of common timer func

2013-11-12 Thread Michal Simek
On 11/12/2013 02:46 PM, Rob Herring wrote: > On 11/12/2013 06:32 AM, Michal Simek wrote: >> Hi Masahiro, >> >> On 11/12/2013 10:04 AM, Masahiro Yamada wrote: >>> Hello Michal >>> >>> This should be fixed by this patch - at least for microblaze. commit 65ba7add0d609bbd035b8d42fafdaf42

Re: [U-Boot] [PATCH] Separate EBV Socrates board from Altera Cyclone 5 board

2013-11-12 Thread Tom Rini
On Tue, Nov 12, 2013 at 10:56:29AM +0100, Detlev Zundel wrote: > Hi Michal, > > > On 11/11/2013 09:33 PM, Tom Rini wrote: > >> On Mon, Nov 11, 2013 at 08:26:02PM +0100, Pavel Machek wrote: > >> > >>> Altera Cyclone 5 board is very different board (big, rectangular, > >>> expensive) than EBV Socra

Re: [U-Boot] [PATCH] Separate EBV Socrates board from Altera Cyclone 5 board

2013-11-12 Thread Michal Simek
On 11/12/2013 03:46 PM, Chin Liang See wrote: > Hi all, > > On Tue, 2013-11-12 at 11:17 +0100, Michal Simek wrote: >> On 11/12/2013 10:56 AM, Detlev Zundel wrote: >>> Hi Michal, >>> On 11/11/2013 09:33 PM, Tom Rini wrote: > On Mon, Nov 11, 2013 at 08:26:02PM +0100, Pavel Machek wrote: >>>

Re: [U-Boot] [PATCH 2/4] mx6: add structs for mmdc and ddr iomux registers

2013-11-12 Thread Stefano Babic
Hi Edward, On 08/11/2013 10:35, Edward Lin wrote: > Signed-off-by: Edward Lin > --- > arch/arm/include/asm/arch-mx6/mx6_ddr_regs.h | 167 > +++ > 1 file changed, 167 insertions(+) > create mode 100644 arch/arm/include/asm/arch-mx6/mx6_ddr_regs.h > > diff --git a/arch/ar

Re: [U-Boot] [PATCH v1 2/4] udoo: Add ethernet support (FEC + Micrel KSZ9031).

2013-11-12 Thread Giuseppe Pagano
Hi Fabio, On Tue, 2013-11-12 at 13:00 -0200, Fabio Estevam wrote: > >> + /* alimentazione ethernet*/ > > > > Actually this is pin is Ethernet PHY reset, so the comment in Italian > > is not correct :-) > > Sorry, I looked at the wrong line. Anyway, please change the comment > to "Ethernet

Re: [U-Boot] [U-Boot, v3, 5/5] arm, am335x: update for the siemens boards

2013-11-12 Thread Tom Rini
On Mon, Nov 04, 2013 at 02:05:03PM +0100, Heiko Schocher wrote: > From: Samuel Egli > > - dxr2: define unused pins as input > - do not enable RTC32K OSC on dxr2 board > - update default environment > - add splashpos=m,m to default environment, so splash screen is always > centered. > - a

Re: [U-Boot] [U-Boot, v3, 4/5] usb, g_dnl: make bcdDevice value configurable

2013-11-12 Thread Tom Rini
On Mon, Nov 04, 2013 at 02:05:02PM +0100, Heiko Schocher wrote: > add the possibility to set the bcdDevice number board specific. > Therefore the weak function g_dnl_get_board_bcd_device_number() > is introduced. Used on the siemens boards. > > Signed-off-by: Heiko Schocher > Acked-by: Lukasz Maj

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

2013-11-12 Thread Tom Rini
Hey, The following changes since commit 85b8c5c4bf80025de4632ae6c9a8a606e51508a4: Merge branch 'iu-boot/master' into 'u-boot-arm/master' (2013-11-09 22:59:47 +0100) are available in the git repository at: git://git.denx.de/u-boot-ti.git master for you to fetch changes up to 56eb3da43fab5

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

2013-11-12 Thread Tom Rini
On Tue, Nov 12, 2013 at 09:50:43AM -0500, Tom Rini wrote: > Hey, > > The following changes since commit 85b8c5c4bf80025de4632ae6c9a8a606e51508a4: > > Merge branch 'iu-boot/master' into 'u-boot-arm/master' (2013-11-09 22:59:47 > +0100) > > are available in the git repository at: > > > git

Re: [U-Boot] [PATCH v1 2/4] udoo: Add ethernet support (FEC + Micrel KSZ9031).

2013-11-12 Thread Fabio Estevam
On Tue, Nov 12, 2013 at 12:51 PM, Fabio Estevam wrote: > Hi Giuseppe, > > On Mon, Nov 11, 2013 at 3:11 PM, Giuseppe Pagano > wrote: > >> +static iomux_v3_cfg_t const enet_pads1[] = { >> + MX6_PAD_ENET_MDIO__ENET_MDIO| >> MUX_PAD_CTRL(ENET_PAD_CTRL), >> + MX6_PAD_ENET_MDC_

Re: [U-Boot] [U-Boot, v3, 1/5] bootcount: store bootcount var in environment

2013-11-12 Thread Tom Rini
On Mon, Nov 04, 2013 at 02:04:59PM +0100, Heiko Schocher wrote: > If no softreset save registers are found on the hardware > "bootcount" is stored in the environment. To prevent a > saveenv on all reboots, the environment variable > "upgrade_available" is introduced. If "upgrade_available" is > 0,

Re: [U-Boot] [PATCH] MIPS: use CONFIG_SYS_TEXT_BASE in relocation calculations

2013-11-12 Thread Gabor Juhos
2013.11.11. 23:36 keltezéssel, Daniel Schwierzeck írta: <...> >>> to be consistent with all other architectures, we should keep >>> CONFIG_SYS_MONITOR_BASE. I think it is neither valid nor intentional >>> to use a value different from CONFIG_SYS_TEXT_BASE. >> >> If it is neither valid nor intenti

Re: [U-Boot] cm-t35: use gpio_led driver for status led

2013-11-12 Thread Tom Rini
On Wed, Nov 06, 2013 at 04:39:47PM +0200, Igor Grinberg wrote: > Switch to using the generic gpio_led driver instead of the private to > cm_t35 board led implementation. > > Signed-off-by: Igor Grinberg > Tested-by: Nikita Kiryanov Applied to u-boot/master, thanks! -- Tom signature.asc Des

Re: [U-Boot] [PATCH] omap730p2: Remove board

2013-11-12 Thread Tom Rini
On Mon, Nov 11, 2013 at 12:09:40PM -0500, Tom Rini wrote: > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/list

Re: [U-Boot] [PATCH] am33xx: Make SoC bootcount driver have its own symbol

2013-11-12 Thread Tom Rini
On Fri, Nov 08, 2013 at 01:54:32PM -0500, Tom Rini wrote: > Some am33xx boards may not use the RTC block for bootcount (as it may > not be wired up for the board) and use some other facility. So add > another symbol for the bootcount driver for the IP block. > > Cc: Heiko Schocher > Signed-off-

Re: [U-Boot] am335x_evm: Fix CONS_INDEX numbering

2013-11-12 Thread Tom Rini
On Mon, Nov 04, 2013 at 03:42:52PM -0500, Andrew Bradford wrote: > From: Andrew Bradford > > Commit f6d1f6e4a58edae4776937647381a43fea5e83a5 broke selection of UARTs > other than UART0 for am335x_evm configurations by setting CONS_INDEX to > 1 for all configurations. Revert the CONS_INDEX change

Re: [U-Boot] [U-Boot, v3, 2/5] arm, am33x: make RTC32K OSC enable configurable

2013-11-12 Thread Tom Rini
On Mon, Nov 04, 2013 at 02:05:00PM +0100, Heiko Schocher wrote: > As > http://www.denx.de/wiki/view/U-Boot/DesignPrinciples#2_Keep_it_Fast > states: > "Initialize devices only when they are needed within U-Boot" > > enable the RTC32K OSC only, if CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC is > enabled. E

Re: [U-Boot] boards.cfg: update email address for ti814x_evm maintainer

2013-11-12 Thread Tom Rini
On Mon, Nov 04, 2013 at 03:31:15PM -0500, Matt Porter wrote: > Update my email address as ti814x_evm maintainer to save > people some frustrating bounces and non-response. > > Signed-off-by: Matt Porter > Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH v1 2/4] udoo: Add ethernet support (FEC + Micrel KSZ9031).

2013-11-12 Thread Fabio Estevam
Hi Giuseppe, On Mon, Nov 11, 2013 at 3:11 PM, Giuseppe Pagano wrote: > +static iomux_v3_cfg_t const enet_pads1[] = { > + MX6_PAD_ENET_MDIO__ENET_MDIO| MUX_PAD_CTRL(ENET_PAD_CTRL), > + MX6_PAD_ENET_MDC__ENET_MDC | MUX_PAD_CTRL(ENET_PAD_CTRL), > + MX6_PAD

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

2013-11-12 Thread Tom Rini
Hey, The following changes since commit 85b8c5c4bf80025de4632ae6c9a8a606e51508a4: Merge branch 'iu-boot/master' into 'u-boot-arm/master' (2013-11-09 22:59:47 +0100) are available in the git repository at: git://git.denx.de/u-boot-ti.git master for you to fetch changes up to 79c5c08d7c560

Re: [U-Boot] [PATCH] Separate EBV Socrates board from Altera Cyclone 5 board

2013-11-12 Thread Chin Liang See
Hi all, On Tue, 2013-11-12 at 11:17 +0100, Michal Simek wrote: > On 11/12/2013 10:56 AM, Detlev Zundel wrote: > > Hi Michal, > > > >> On 11/11/2013 09:33 PM, Tom Rini wrote: > >>> On Mon, Nov 11, 2013 at 08:26:02PM +0100, Pavel Machek wrote: > >>> > Altera Cyclone 5 board is very different b

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

2013-11-12 Thread Tom Rini
On Tue, Nov 12, 2013 at 10:49:39AM +0100, Anatolij Gustschin wrote: > Hi Tom, > > here are LCD panel support patches for cm_t35 board and a fix for > Raspberry Pi LCD driver. > > Please pull. Thanks! > > Anatolij > > The following changes since commit 649acfe149e8a534a17eab54004a51d69b5556ed:

Re: [U-Boot] [PATCH RFC] imx: add multi-architecture README

2013-11-12 Thread Eric Nelson
Hi Tapani, On 11/12/2013 04:05 AM, Tapani wrote: Thank you Eric, < snip > and paste it into the spot where it's used: MX6_PAD_DEF(SD2_DAT1__USDHC2_DAT1) (As opposed to having to hand-edit to remove the MX6Q_PAD_ prefix from one of the declarations) Technical point: Could you cla

[U-Boot] [PATCH V2] trats2: enable dfu and thor protocol for Tizen download

2013-11-12 Thread Piotr Wilczek
Trats2 config is updated to support DFU mode. Malloc pool must be increased for DFU buffer allocation. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- Changes for v2: - modified subject to reflect that the patch is for Trats2; - changed u-boot write size to 0x800

[U-Boot] mx28: disable DCDC-converter and use internal linear regulators

2013-11-12 Thread Mårten Wikman
Hello, I'm having a problem with the internal DCDC-converter on a custom board. I'm now looking for a way to disable the internal DCDC-converter and use the internal regulators to power the CPU and memories. If I understand it correctly the pmu is configured in arch/arm/cpu/arm926ejs/mxs/spl_power

Re: [U-Boot] [PATCH,v1,4/4] udoo: Fix watchdog during kernel boot.

2013-11-12 Thread Fabio Estevam
On Mon, Nov 11, 2013 at 3:11 PM, Giuseppe Pagano wrote: > uDoo uses APX823-31W5 watchdog chip. Timeout is about 1.2 seconds. > To disabled watchdog during kernel boot, WDI pin of that chip needs to be in > "high impedance" state. > I.mx6 gpio configuration does not contemplate tristate, so pin is

Re: [U-Boot] [PATCH v1 2/4] udoo: Add ethernet support (FEC + Micrel KSZ9031).

2013-11-12 Thread Fabio Estevam
On Mon, Nov 11, 2013 at 3:11 PM, Giuseppe Pagano wrote: > Add Ethernet and networking support on uDoo board (FEC + phy Micrel KSZ9031). > > Signed-off-by: Giuseppe Pagano > CC: Stefano Babic > CC: Fabio Estevam TFTP transfer worked fine here, so: Tested-by: Fabio Estevam Thanks

Re: [U-Boot] [PATCH v1 1/4] udoo: Move and optimize platform register setting.

2013-11-12 Thread Fabio Estevam
Hi Giuseppe, On Mon, Nov 11, 2013 at 3:11 PM, Giuseppe Pagano wrote: > Previous uDoo configuration adopts register settings for DDR3, clock, muxing, > etc. taken from Nitrogen6x. uDoo schematics is rather different from that > board, and it needs customized setting for most of the registers. >

Re: [U-Boot] Microblaze and Sparc boards are broken because of common timer func

2013-11-12 Thread Rob Herring
On 11/12/2013 06:32 AM, Michal Simek wrote: > Hi Masahiro, > > On 11/12/2013 10:04 AM, Masahiro Yamada wrote: >> Hello Michal >> >> >>> This should be fixed by this patch - at least for microblaze. >>> >>> commit 65ba7add0d609bbd035b8d42fafdaf428ac24751 Author: Rob >>> Herring Date: Fri Nov

Re: [U-Boot] [RFC] arm926ejs, at91: add common phy_reset function

2013-11-12 Thread Heiko Schocher
Hello Andreas, Am 12.11.2013 13:56, schrieb Andreas Bießmann: Hello Heiko, On 11/12/2013 11:21 AM, Heiko Schocher wrote: add common phy reset code into a common function. Signed-off-by: Heiko Schocher Cc: Andreas Bießmann Cc: Bo Shen Cc: Jens Scharsig Cc: Sergey Lapin Cc: Stelian Pop Cc: Albi

[U-Boot] Microblaze and Sparc boards are broken because of common timer func

2013-11-12 Thread Masahiro Yamada
Hello, Rob, Tom, Michal, Daniel. Commit 8dfafdde88eb (Introduce common timer functions) broke Microblaze and Sparc boards. $ git checkout 8dfafdde88eb $ CROSS_COMPILE=microblaze-unknown-linux-gnu- ./MAKEALL -a microblaze lib/time.c:45: undefined reference to `timer_read_counter' lib/libgeneric.o

Re: [U-Boot] [RFC] arm926ejs, at91: add common phy_reset function

2013-11-12 Thread Andreas Bießmann
Hello Heiko, On 11/12/2013 11:21 AM, Heiko Schocher wrote: > add common phy reset code into a common function. > > Signed-off-by: Heiko Schocher > Cc: Andreas Bießmann > Cc: Bo Shen > Cc: Jens Scharsig > Cc: Sergey Lapin > Cc: Stelian Pop > Cc: Albin Tonnerre > Cc: Eric Benard > Cc: Marku

Re: [U-Boot] Microblaze and Sparc boards are broken because of common timer func

2013-11-12 Thread Michal Simek
Hi Masahiro, On 11/12/2013 10:04 AM, Masahiro Yamada wrote: > Hello Michal > > >> This should be fixed by this patch - at least for microblaze. >> >> commit 65ba7add0d609bbd035b8d42fafdaf428ac24751 >> Author: Rob Herring >> Date: Fri Nov 8 08:40:43 2013 -0600 >> >> time: add weak annotati

[U-Boot] [PATCH 3/5] arm: omap3: Remove bootargs mem_size handling

2013-11-12 Thread Stefan Roese
The memory size is autodetected and is passed to the Linux kernel either via ATAGs or device-tree (dtb). So there is no need to pass it via the bootargs. Signed-off-by: Stefan Roese Cc: Tapani Utriainen Cc: Thorsten Eisbein Cc: Tom Rini --- board/technexion/tao3530/tao3530.c | 12

[U-Boot] [PATCH 5/5] arm: omap3: Add HEAD acoustics (HA) board variant omap3_ha to tao3530

2013-11-12 Thread Stefan Roese
The Head acoustics (HA) baseboard used the Technexion TAO3530 SOM and has only some minor differences to the Technexion Thunder baseboard. This patch adds support for this HA baseboard / TAO3530 as the "omap3_ha" build target. Signed-off-by: Stefan Roese Cc: Tapani Utriainen Cc: Thorsten Eisbein

[U-Boot] [PATCH 4/5] arm: omap3: Add board revision output to tao3530

2013-11-12 Thread Stefan Roese
Signed-off-by: Stefan Roese Cc: Tapani Utriainen Cc: Thorsten Eisbein Cc: Tom Rini --- board/technexion/tao3530/tao3530.c | 17 + 1 file changed, 17 insertions(+) diff --git a/board/technexion/tao3530/tao3530.c b/board/technexion/tao3530/tao3530.c index f9ea131..2f3f929 10064

[U-Boot] [PATCH 2/5] arm: omap3: Add SPL support to tao3530

2013-11-12 Thread Stefan Roese
Add SPL support for the Technexion TAO3530 SOM to replace x-loader. Tested with the Thunder baseboard. Currently this is only tested with the TAO3530 SOM revision (Ax/Bx). Tested by booting via MMC and NAND. Signed-off-by: Stefan Roese Cc: Tapani Utriainen Cc: Thorsten Eisbein Cc: Tom Rini --

[U-Boot] [PATCH 1/5] arm, omap3: Add support for TechNexion modules

2013-11-12 Thread Stefan Roese
From: Tapani Utriainen Add support for TechNexion TAO3530 SoM This patch has been posted quite a long time ago. I ported it to the latest mainline U-Boot version. With some additional cleanup and enhancements. Signed-off-by: Tapani Utriainen CC: Sandeep Paulraj Signed-off-by: Stefan Roese Cc

[U-Boot] [PATCH V2 5/7] smdk5420: Implement callbacks needed by exynos_fb driver

2013-11-12 Thread Ajay Kumar
Add callbacks to set up DP-HPD, backlight and LCD power on SMDK5420. Signed-off-by: Ajay Kumar --- board/samsung/smdk5420/smdk5420.c | 102 +++--- 1 file changed, 17 insertions(+), 85 deletions(-) diff --git a/board/samsung/smdk5420/smdk5420.c b/board/samsung/sm

[U-Boot] [PATCH V2 6/7] exynos: s2mps11_pmic: Enable LDO38 for SMDK5420

2013-11-12 Thread Ajay Kumar
Enabling VDD_28IO_DP via LDO38 for SMDK5420. Signed-off-by: Ajay Kumar --- board/samsung/common/board.c | 3 +++ include/power/s2mps11_pmic.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/board/samsung/common/board.c b/board/samsung/common/board.c index 2536457..224f83d 100644 --- a/bo

[U-Boot] [PATCH V2 7/7] CONFIG: SMDK5420: Enable FIMD and DP

2013-11-12 Thread Ajay Kumar
Enable FIMD and DP drivers on SMDK5420 so that we get to see the LCD console on eDP panel. Signed-off-by: Ajay Kumar --- include/configs/smdk5420.h | 8 1 file changed, 8 insertions(+) diff --git a/include/configs/smdk5420.h b/include/configs/smdk5420.h index 46aeec0..d3fa49b 100644 --

[U-Boot] [PATCH V2 4/7] video: exynos_fimd: Add framework to disable FIMD sysmmu

2013-11-12 Thread Ajay Kumar
On Exynos5420 and newer versions, the FIMD sysmmus are in "on state" by default. We have to disable them in order to make FIMD DMA work. This patch adds the required framework to exynos_fimd driver, and disables FIMD sysmmu on Exynos5420. Signed-off-by: Ajay Kumar --- arch/arm/dts/exynos5420.dts

[U-Boot] [PATCH V3 3/7] arm: exynos: Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420

2013-11-12 Thread Ajay Kumar
Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420 needed by exynos video driver. Also, configure ACLK_400_DISP1 as the parent for MUX_ACLK_400_DISP1_SUB_SEL. Signed-off-by: Ajay Kumar --- arch/arm/cpu/armv7/exynos/clock.c | 74 +-- arch/arm/cpu/armv7/ex

[U-Boot] [PATCH V2 0/7] SMDK5420: Add support for FIMD and DP

2013-11-12 Thread Ajay Kumar
This patchset adds support for FIMD and DP on SMDK5420. This patchset is rebased on Rajeshwari's latest SMDK5420 patchset: [PATCH 00/10 V6] EXYNOS5420: Add SMDK5420 board support http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/172653 For testing we need: Naveen's i2c patc

[U-Boot] [PATCH V2 1/7] exynos_fb: Remove usage of static defines

2013-11-12 Thread Ajay Kumar
Previously, we used to statically assign values for vl_col, vl_row and vl_bpix using #defines like LCD_XRES, LCD_YRES and LCD_COLOR16. Introducing the function exynos_lcd_early_init() would take care of this assignment on the fly by parsing FIMD DT properties, thereby allowing us to remove LCD_XRE

[U-Boot] [PATCH V2 2/7] arm: exynos: Add RPLL for Exynos5420

2013-11-12 Thread Ajay Kumar
RPLL is needed to drive the LCD panel on Exynos5420 based boards. Signed-off-by: Ajay Kumar --- arch/arm/cpu/armv7/exynos/clock_init.h | 3 +++ arch/arm/cpu/armv7/exynos/clock_init_exynos5.c | 13 + 2 files changed, 16 insertions(+) diff --git a/arch/arm/cpu/armv7/exynos/cl

  1   2   >