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

2013-11-12 Thread Michal Simek
On 11/12/2013 03:12 AM, Masahiro Yamada wrote: 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 snipped

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

2013-11-12 Thread Michal Simek
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 Socrates (small, circular, cheap) board. Different parts are used there, too, but same configuration of

Re: [U-Boot] [PATCH v3 2/2] video: bcm2835: respect the pitch value

2013-11-12 Thread Anatolij Gustschin
Hi Andre, On Sat, 9 Nov 2013 13:25:58 +0100 Andre Heider a.hei...@gmail.com wrote: ... I just tested these on my rpi, and confirm that it still works. Thanks for testing! Anatolij ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] lcd: allow overriding lcd_get_size()

2013-11-12 Thread Anatolij Gustschin
On Sat, 9 Nov 2013 11:00:09 +0100 Anatolij Gustschin ag...@denx.de wrote: Remove the redundant lcd_line_length initialisation which sneaked in when an earlier version of the patch of commit 6d330719 has been rebased. Some lcd drivers need to setup lcd_line_length not from the panel_info

Re: [U-Boot] [PATCH v3 2/2] video: bcm2835: respect the pitch value

2013-11-12 Thread Anatolij Gustschin
On Sat, 9 Nov 2013 11:07:53 +0100 Anatolij Gustschin ag...@denx.de wrote: From: Andre Heider a.hei...@gmail.com Depending on the firmware's video options [1] the active SDTV or HDTV mode can yield a framebuffer with noncontiguous horizontal lines, giving a messed up display, for both,

Re: [U-Boot] [PATCH v2] arm: at91: support for the Calao USB-A9263 board (based on AT91SAM9263)

2013-11-12 Thread Heiko Schocher
Hello Andreas, Am 11.11.2013 12:03, schrieb Andreas Bießmann: Dear Mateusz Kulikowski, On 11/02/2013 12:19 AM, Mateusz Kulikowski wrote: Add support for USB-A9263 board manufactured by Calao Systems (http://www.calao-systems.com/). Code is based on old U-Boot sources (2010.09) released by

[U-Boot] [PATCH] trats: 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 p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- This patch is based on

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

2013-11-12 Thread Masahiro Yamada
Hello Michal This should be fixed by this patch - at least for microblaze. commit 65ba7add0d609bbd035b8d42fafdaf428ac24751 Author: Rob Herring rob.herr...@calxeda.com Date: Fri Nov 8 08:40:43 2013 -0600 time: add weak annotation to timer_read_counter declaration A weak

Re: [U-Boot] [PATCH V2 1/6] spi: omap3: remove semicolon from #define

2013-11-12 Thread Anatolij Gustschin
On Wed, 16 Oct 2013 17:23:24 +0300 Nikita Kiryanov nik...@compulab.co.il wrote: Remove unnecessary semicolon from #define SPI_WAIT_TIMEOUT Cc: Tom Rini tr...@ti.com Cc: Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com Cc: Igor Grinberg grinb...@compulab.co.il Cc: Gerhard Sittig

Re: [U-Boot] [PATCH V2 2/6] spi: omap3: add support for more word lengths

2013-11-12 Thread Anatolij Gustschin
On Wed, 16 Oct 2013 17:23:25 +0300 Nikita Kiryanov nik...@compulab.co.il wrote: Current implementation only supports 8 bit word lengths, even though omap3 can handle anything between 4 and 32. Update the spi interface to support changing the SPI word length, and implement it in omap3_spi

Re: [U-Boot] [PATCH V2 3/6] spi: define SPI_XFER_ONCE

2013-11-12 Thread Anatolij Gustschin
On Wed, 16 Oct 2013 17:23:26 +0300 Nikita Kiryanov nik...@compulab.co.il wrote: The flag combination SPI_XFER_BEGIN | SPI_XFER_END is a common use case of spi_xfer, and it can easily cause an already long line (spi_xfer takes 5 parameters) to go over the 80 character limit. define

Re: [U-Boot] [PATCH V2 4/6] lcd: add DataImage SCF0403x LCD panel support

2013-11-12 Thread Anatolij Gustschin
On Wed, 16 Oct 2013 17:23:27 +0300 Nikita Kiryanov nik...@compulab.co.il wrote: Add SPI-based driver for DataImage SCF0403852GGU04 and SCF0403526GGU20 LCD panels. Cc: Tom Rini tr...@ti.com Cc: Anatolij Gustschin ag...@denx.de Cc: Igor Grinberg grinb...@compulab.co.il Signed-off-by: Nikita

Re: [U-Boot] [PATCH V2 5/6] omap3_dss: define DSS_ONOFF

2013-11-12 Thread Anatolij Gustschin
On Wed, 16 Oct 2013 17:23:28 +0300 Nikita Kiryanov nik...@compulab.co.il wrote: Add DSS_ONOFF to polarity defines Cc: Tom Rini tr...@ti.com Cc: Anatolij Gustschin ag...@denx.de Cc: Igor Grinberg grinb...@compulab.co.il Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Acked-by: Igor

Re: [U-Boot] [PATCH] trats: enable dfu and thor protocol for Tizen download

2013-11-12 Thread Jaehoon Chung
Hi Piotr, I think good that used the trats2:xxx instead of trats: xxx at subject. On 11/12/2013 05:58 PM, Piotr Wilczek wrote: Trats2 config is updated to support DFU mode. Malloc pool must be increased for DFU buffer allocation. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com

Re: [U-Boot] [PATCH V2 6/6] cm_t35: use scf0403 driver

2013-11-12 Thread Anatolij Gustschin
On Wed, 16 Oct 2013 17:23:29 +0300 Nikita Kiryanov nik...@compulab.co.il wrote: Use scf0403 driver to add scf0403x LCD support for cm-t35 and cm-t3730 boards. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Acked-by: Igor Grinberg grinb...@compulab.co.il --- NOTE: This patch depends

Re: [U-Boot] [PATCH] trats: enable dfu and thor protocol for Tizen download

2013-11-12 Thread Piotr Wilczek
Hi Jaehoon, -Original Message- From: Jaehoon Chung [mailto:jh80.ch...@samsung.com] Sent: Tuesday, November 12, 2013 10:23 AM To: Piotr Wilczek; u-boot@lists.denx.de Cc: Kyungmin Park Subject: Re: [U-Boot] [PATCH] trats: enable dfu and thor protocol for Tizen download Hi Piotr,

[U-Boot] [PATCH V3 0/6] SMDK5420: Add S2MPS11 pmic support to SMDK5420

2013-11-12 Thread Leela Krishna Amudala
This patchset adds support for S2MPS11 pmic on SMDK5420 This patchset has dependency on Rajeshwari's base patchset: [PATCH 00/10 V6] EXYNOS5420: Add SMDK5420 board support http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/172653 Also, for testing we need Naveen's i2c patchset as well:

[U-Boot] [PATCH V3 1/6] exynos: Use common pmic_reg_update() definition

2013-11-12 Thread Leela Krishna Amudala
This function is used by different Exynos platforms, put it in the common file. Signed-off-by: Vadim Bendebury vben...@chromium.org Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Reviewed-by: Doug Anderson diand...@google.com Reviewed-by: Lukasz Majewski l.majew...@samsung.com

[U-Boot] [PATCH V3 3/6] FDT: Exynos5420: Add compatible srings for PMIC

2013-11-12 Thread Leela Krishna Amudala
Add required compatible strings for PMIC S2MPS11 Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Acked-by: Simon Glass s...@chromium.org --- include/fdtdec.h |1 + lib/fdtdec.c |1 + 2 files changed, 2 insertions(+) diff --git a/include/fdtdec.h b/include/fdtdec.h index

[U-Boot] [PATCH V3 5/6] exynos: Add a common DT based PMIC driver initialization

2013-11-12 Thread Leela Krishna Amudala
Most of i2c PMIC drivers follow the same initialization sequence, let's generalize it in a common file. The initialization function finds the PMIC in the device tree, and if found - registers it in the list of known PMICs and initializes it, iterating through the table of settings supplied by the

[U-Boot] [PATCH V3 4/6] SMDK5420: S2MPS11: Adds the register settings for S2MPS11

2013-11-12 Thread Leela Krishna Amudala
Adds the register settings, addresses and voltages associated with S2MPS11 Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Reviewed-by: Vadim Bendebury vben...@google.com Reviewed-by: Lukasz Majewski l.majew...@samsung.com Acked-by:

[U-Boot] [PATCH V3 2/6] power: Explicitly select pmic device's bus

2013-11-12 Thread Leela Krishna Amudala
The current pmic i2c code assumes the current i2c bus is the same as the pmic device's bus. There is nothing ensuring that to be true. Therefore, select the proper bus before performing a transaction. Signed-off-by: Aaron Durbin adur...@chromium.org Signed-off-by: Simon Glass s...@chromium.org

[U-Boot] [PATCH V3 6/6] config: SMDK5420: Enable S2MPS11 pmic

2013-11-12 Thread Leela Krishna Amudala
configure S2MPS11 pmic on SMDK5420 Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Acked-by: Simon Glass s...@chromium.org --- include/configs/smdk5420.h |4 1 file changed, 4 insertions(+) diff --git a/include/configs/smdk5420.h b/include/configs/smdk5420.h index

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

2013-11-12 Thread Anatolij Gustschin
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: MPC824x: remove obsolete PN62 board (2013-11-11 14:46:24 -0500) are available in the

Re: [U-Boot] [PATCH v1 3/4] udoo: Add SATA support on uDoo Board.

2013-11-12 Thread Giuseppe Pagano
Hi Ottavio, On Mon, 2013-11-11 at 16:00 -0200, Otavio Salvador wrote: Hello Giuseppe, On Mon, Nov 11, 2013 at 3:11 PM, Giuseppe Pagano giuseppe.pag...@seco.com wrote: Adds SATA support on uDoo Board. Moves sata_setup function definition from nitrogen6x.c and udoo.c to

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

2013-11-12 Thread Detlev Zundel
Hi Tom, 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 Socrates (small, circular, cheap) board. Different parts are used there, too, but same configuration of u-boot works on both.

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

2013-11-12 Thread Edward Lin
On Fri, 2013-11-08 at 16:42 -0700, Eric Nelson wrote: Hi Edward, On 11/08/2013 02:35 AM, Edward Lin wrote: Signed-off-by: Edward Lin edward@technexion.com --- arch/arm/include/asm/arch-mx6/mx6_ddr_regs.h | 167 +++ 1 file changed, 167 insertions(+)

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

2013-11-12 Thread Detlev Zundel
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 Socrates (small, circular, cheap) board. Different parts are used there, too, but same

[U-Boot] [PATCH v2] patman: add Commit-notes tag and section

2013-11-12 Thread Albert ARIBAUD
Sometimes a commit should have notes enclosed with it rather than withing the cover letter -- possibly even because there is no cover letter. Add a 'Commit-notes' tag, similar to the 'Series-notes' one; lines between this tag and the next END line are inserted in the patch right after the '---'

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

2013-11-12 Thread Michal Simek
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 board (big, rectangular, expensive) than EBV Socrates (small, circular, cheap) board.

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

2013-11-12 Thread Heiko Schocher
add common phy reset code into a common function. Signed-off-by: Heiko Schocher h...@denx.de Cc: Andreas Bießmann andreas.de...@googlemail.com Cc: Bo Shen voice.s...@atmel.com Cc: Jens Scharsig e...@bus-elektronik.de Cc: Sergey Lapin sla...@ossfans.org Cc: Stelian Pop stel...@popies.net Cc: Albin

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

2013-11-12 Thread Albert ARIBAUD
Hi Vadim, On Mon, 11 Nov 2013 21:21:27 -0800, Vadim Bendebury (вб) vben...@google.com 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/project/uboot/list/, downloads the patches from

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

2013-11-12 Thread Tapani
Thank you Eric, this is a comment to your comments. See inline. long snip +The header files mx6q_pins.h and mx6dls_pins consolidate +the settings through a macro providing a common name +of SD3_DAT2__USDHC3_DAT2: + + MX6_PAD_DECL(SD3_DAT2__USDHC3_DAT2,...) + +By using the

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

2013-11-12 Thread Otavio Salvador
Hello Vadim, On Tue, Nov 12, 2013 at 3:21 AM, Vadim Bendebury (вб) vben...@google.com 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

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

2013-11-12 Thread Albert ARIBAUD
(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 handler, the stack is already correct. Setting the stack then

[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

[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 ajaykumar...@samsung.com --- 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

[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

[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 ajaykumar...@samsung.com --- arch/arm/cpu/armv7/exynos/clock.c | 74

[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 ajaykumar...@samsung.com --- include/configs/smdk5420.h | 8 1 file changed, 8 insertions(+) diff --git a/include/configs/smdk5420.h b/include/configs/smdk5420.h index

[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 ajaykumar...@samsung.com ---

[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 ajaykumar...@samsung.com --- board/samsung/smdk5420/smdk5420.c | 102 +++--- 1 file changed, 17 insertions(+), 85 deletions(-) diff --git

[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 ajaykumar...@samsung.com --- 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

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

2013-11-12 Thread Stefan Roese
From: Tapani Utriainen tap...@technexion.com 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 tap...@technexion.com CC:

[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 s...@denx.de Cc: Tapani Utriainen tap...@technexion.com Cc:

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

2013-11-12 Thread Stefan Roese
Signed-off-by: Stefan Roese s...@denx.de Cc: Tapani Utriainen tap...@technexion.com Cc: Thorsten Eisbein thorsten.eisb...@head-acoustics.de Cc: Tom Rini tr...@ti.com --- board/technexion/tao3530/tao3530.c | 17 + 1 file changed, 17 insertions(+) diff --git

[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 s...@denx.de Cc: Tapani Utriainen

[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 s...@denx.de Cc: Tapani Utriainen tap...@technexion.com Cc: Thorsten Eisbein thorsten.eisb...@head-acoustics.de Cc:

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 rob.herr...@calxeda.com Date: Fri Nov 8 08:40:43 2013 -0600 time: add weak

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 h...@denx.de Cc: Andreas Bießmann andreas.de...@googlemail.com Cc: Bo Shen voice.s...@atmel.com Cc: Jens Scharsig e...@bus-elektronik.de Cc: Sergey

[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 snipped lib/time.c:45: undefined reference to `timer_read_counter'

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 Schocherh...@denx.de Cc: Andreas Bießmannandreas.de...@googlemail.com Cc: Bo

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 rob.herr...@calxeda.com Date: Fri

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 giuseppe.pag...@seco.com 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

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 giuseppe.pag...@seco.com wrote: Add Ethernet and networking support on uDoo board (FEC + phy Micrel KSZ9031). Signed-off-by: Giuseppe Pagano giuseppe.pag...@seco.com CC: Stefano Babic sba...@denx.de CC: Fabio Estevam fabio.este...@freescale.com

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 giuseppe.pag...@seco.com 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

[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

[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 p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- Changes for v2: - modified subject to reflect

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

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] 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 board (big,

[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

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 giuseppe.pag...@seco.com 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 |

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 matt.por...@linaro.org Applied to u-boot/master, thanks! -- Tom signature.asc Description:

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. Enable

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 and...@bradfordembedded.com Commit f6d1f6e4a58edae4776937647381a43fea5e83a5 broke selection of UARTs other than UART0 for am335x_evm configurations by setting CONS_INDEX to 1 for all configurations.

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 h...@denx.de

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 grinb...@compulab.co.il Tested-by: Nikita Kiryanov nik...@compulab.co.il Applied to

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 tr...@ti.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de

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 intentional, the

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, bootcount

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 feste...@gmail.com wrote: Hi Giuseppe, On Mon, Nov 11, 2013 at 3:11 PM, Giuseppe Pagano giuseppe.pag...@seco.com wrote: +static iomux_v3_cfg_t const enet_pads1[] = { + MX6_PAD_ENET_MDIO__ENET_MDIO|

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:

[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

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 h...@denx.de Acked-by:

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 samuel.e...@siemens.com - 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

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 power

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 edward@technexion.com --- 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

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: Altera Cyclone 5

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 Socrates (small,

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 65ba7add0d609bbd035b8d42fafdaf428ac24751 Author: Rob

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

2013-11-12 Thread Daniel Schwierzeck
2013/11/12 Gabor Juhos juh...@openwrt.org: 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

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 juh...@openwrt.org: 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

[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

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 tr...@ti.com 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:

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 albert.u.b...@aribaud.net 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

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

2013-11-12 Thread вб
On Tue, Nov 12, 2013 at 3:07 AM, Otavio Salvador ota...@ossystems.com.br wrote: Hello Vadim, On Tue, Nov 12, 2013 at 3:21 AM, Vadim Bendebury (вб) vben...@google.com wrote: Gentlemen, I have not forgotten our discussion regarding setting up a sample gerrit server for u-boot during the ELCE

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

2013-11-12 Thread вб
On Tue, Nov 12, 2013 at 2:42 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Vadim, On Mon, 11 Nov 2013 21:21:27 -0800, Vadim Bendebury (вб) vben...@google.com wrote: For the purposes of this demo the patches submitted for review were generated by a script I wrote. The script

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

2013-11-12 Thread Otavio Salvador
On Tue, Nov 12, 2013 at 2:36 PM, Vadim Bendebury (вб) vben...@google.com wrote: On Tue, Nov 12, 2013 at 3:07 AM, Otavio Salvador ota...@ossystems.com.br 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

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

2013-11-12 Thread вб
On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, Nov 12, 2013 at 2:36 PM, Vadim Bendebury (вб) vben...@google.com wrote: On Tue, Nov 12, 2013 at 3:07 AM, Otavio Salvador ota...@ossystems.com.br wrote: Once I saw this announcement I thought the same thing

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 albert.u.b...@aribaud.net 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

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

2013-11-12 Thread Otavio Salvador
On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб) vben...@google.com wrote: On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, Nov 12, 2013 at 2:36 PM, Vadim Bendebury (вб) vben...@google.com wrote: On Tue, Nov 12, 2013 at 3:07 AM, Otavio Salvador

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

2013-11-12 Thread вб
On Tue, Nov 12, 2013 at 9:00 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб) vben...@google.com wrote: On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, Nov 12, 2013 at 2:36 PM, Vadim Bendebury (вб)

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 andre.przyw...@linaro.org wrote: On 11/12/2013 05:28 PM, Christoffer Dall wrote: On 12 November 2013 03:41, Albert ARIBAUD albert.u.b...@aribaud.net wrote: (Cc:ing Andre and Christoffer as they have discussed HYP on the ML.) Hello, I am working

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 (вб) vben...@google.com wrote: On Tue, Nov 12, 2013 at 2:42 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Vadim, On Mon, 11 Nov 2013 21:21:27 -0800, Vadim Bendebury (вб) vben...@google.com wrote: For the

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 ota...@ossystems.com.br wrote: On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб) vben...@google.com wrote: On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, Nov 12, 2013 at 2:36 PM,

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

2013-11-12 Thread Otavio Salvador
On Tue, Nov 12, 2013 at 3:07 PM, Vadim Bendebury (вб) vben...@google.com wrote: On Tue, Nov 12, 2013 at 9:00 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб) vben...@google.com wrote: On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador

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 albert.u.b...@aribaud.net wrote: On Tue, 12 Nov 2013 15:00:06 -0200, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб) vben...@google.com wrote: On Tue, Nov 12, 2013 at 8:47 AM,

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 ota...@ossystems.com.br wrote: Hello Albert, On Tue, Nov 12, 2013 at 3:13 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: On Tue, 12 Nov 2013 15:00:06 -0200, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, Nov

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

2013-11-12 Thread вб
On Tue, Nov 12, 2013 at 9:11 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Vadim, On Tue, 12 Nov 2013 08:33:46 -0800, Vadim Bendebury (вб) vben...@google.com wrote: On Tue, Nov 12, 2013 at 2:42 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Vadim, On Mon, 11 Nov 2013

  1   2   >