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 > > lib/time.c

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 configurat

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 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 http://lists.denx.de/mailman/listinfo/u-boo

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 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 parameter

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 wrote: > From: Andre Heider > > 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, u-boot and the loaded kernel. >

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 Cala

[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 Signed-off-by: Kyungmin Park CC: Minkyu Kang --- This patch is based on http://patchwork.ozlabs.org/patch/289378/ include/configs/trats2.h | 22 +++

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 > Date: Fri Nov 8 08:40:43 2013 -0600 > > time: add weak annotation to timer_read_counter declaration > > A weak annotation is neede

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 wrote: > Remove unnecessary semicolon from #define SPI_WAIT_TIMEOUT > > Cc: Tom Rini > Cc: Jagannadha Sutradharudu Teki > Cc: Igor Grinberg > Cc: Gerhard Sittig > Signed-off-by: Nikita Kiryanov > --- > NOTE: New patch in series (Gerhard Sit

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 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 driver to support t

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 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 SPI_XFER_ONCE to be a sh

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 wrote: > Add SPI-based driver for DataImage SCF0403852GGU04 and SCF0403526GGU20 > LCD panels. > > Cc: Tom Rini > Cc: Anatolij Gustschin > Cc: Igor Grinberg > Signed-off-by: Nikita Kiryanov > --- > Changes in V2: > - Added SPDX-License-

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 wrote: > Add DSS_ONOFF to polarity defines > > Cc: Tom Rini > Cc: Anatolij Gustschin > Cc: Igor Grinberg > Signed-off-by: Nikita Kiryanov > Acked-by: Igor Grinberg > --- > NOTE: This is a new patch. Its contents were originally part of "cm_

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 > Signed-off-by: Kyungmi

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 wrote: > Use scf0403 driver to add scf0403x LCD support for cm-t35 and cm-t3730 > boards. > > Signed-off-by: Nikita Kiryanov > Acked-by: Igor Grinberg > --- > NOTE: This patch depends on http://patchwork.ozlabs.org/patch/275283/ > > Changes i

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

[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: i2c:

[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 Signed-off-by: Leela Krishna Amudala Reviewed-by: Doug Anderson Reviewed-by: Lukasz Majewski Acked-by: Simon Glass --- board/samsung/common/board.c | 19 --- drive

[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 Acked-by: Simon Glass --- include/fdtdec.h |1 + lib/fdtdec.c |1 + 2 files changed, 2 insertions(+) diff --git a/include/fdtdec.h b/include/fdtdec.h index 6bf83bf..6290078 100644 --- a/include/fd

[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 Signed-off-by: Leela Krishna Amudala Reviewed-by: Vadim Bendebury Reviewed-by: Lukasz Majewski Acked-by: Simon Glass --- include/power/s2mps11_pmic.h | 141 +

[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 Signed-off-by: Simon Glass Signed-off-by: Leela Krishna Amudala Re

[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 Acked-by: Simon Glass --- include/configs/smdk5420.h |4 1 file changed, 4 insertions(+) diff --git a/include/configs/smdk5420.h b/include/configs/smdk5420.h index 447f8e5..46aeec0 100644 --- a/include/configs/smd

[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 th

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 > wrote: > > Adds SATA support on uDoo Board. > > Moves sata_setup function definition from nitrogen6x.c and udoo.c to >> arch/arm/imx-common/sata.c to av

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 > > --- > > arch/arm/include/asm/arch-mx6/mx6_ddr_regs.h | 167 > > +++ > > 1 file changed, 167 insertions(+) > > create mode

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,

[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 '---' com

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

[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 Cc: Andreas Bießmann Cc: Bo Shen Cc: Jens Scharsig Cc: Sergey Lapin Cc: Stelian Pop Cc: Albin Tonnerre Cc: Eric Benard Cc: Markus Hubig --- Patch based on the spl patchset from Bo Shen (as I want to collect t

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 (вб) 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 there and tries ap

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,...) > >> + >

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 (вб) 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 gl

[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 requ

[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

[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 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 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 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 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 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 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 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 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

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

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

[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 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

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] [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] [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,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

[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

[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

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

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 b

[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 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

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] [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] 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] [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] 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] 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] [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 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] 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

[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] [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

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] [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] [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] 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] 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] 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] 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] [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) >>>

[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] 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: > > >

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] 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] 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 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 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] 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 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] 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] 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 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] 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 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 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 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 вб
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: >

  1   2   >