Re: [U-Boot] [PATCH] i.MX6: arm2: Add AXI cache and Qos setting

2012-04-16 Thread Stefano Babic
gt; CC: Jason Chen > CC: Jason Liu > CC: Stefano Babic > CC: Fabio Estevam > --- Applied to u-boot-imx (fix), thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk &

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

2012-04-16 Thread Stefano Babic
On 16/04/2012 22:15, Albert ARIBAUD wrote: > Le 16/04/2012 20:18, Marek Vasut a écrit : >> Dear Albert ARIBAUD, >> Hi Albert, >>> Hi Wolfgang, >>> >>> The following changes since commit >>> 3f0675d1a532dbf1fd906103e4b61a6fb842c257: >> >> You're missing those two ARM926 cache patches I assigned to

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

2012-04-16 Thread Stefano Babic
Hi Albert, please pull from u-boot-imx. Last fix before release, I hope. The following changes since commit 2f002eceae44c21656b7f596624c636157ffdf1c: MX35: mx35pdk: wrong board revision (2012-04-16 14:53:59 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git

Re: [U-Boot] [PATCH] mx28evk: add NAND support

2012-04-17 Thread Stefano Babic
Acked-by: Marek Vasut > > I think we can schedule it for .04 release as this is basically a fix? Fabio ? Well, this is not a fix because it adds a feature that is not yet supported. It should be deferred to the

Re: [U-Boot] [PATCH] arm: ea20: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT

2012-04-18 Thread Stefano Babic
On 18/04/2012 04:41, Nobuhiro Iwamatsu wrote: > With almost all the architecture and board BOARD_LATE_INIT does not use. > CONFIG_BOARD_LATE_INIT is used instead. > This changed CONFIG_BOARD_LATE_INIT from BOARD_LATE_INIT. > > Signed-off-by: Nobuhiro Iwamatsu > CC: Stefano Bab

Re: [U-Boot] [PATCH 0/8 v3] i.MX25: Miscellaneus fixes

2012-04-18 Thread Stefano Babic
sets (patch 4); They are now zero > as in Linux You must change the subject of the patch and introduce an enumeration. Your patchset should start with "[PATCH V3". This can easy automatically done by "git format-patch" with -

Re: [U-Boot] [PATCH 7/9] imx: esdhc: Needed to use in imx-regs.h defined address

2012-04-18 Thread Stefano Babic
C. By the way, why do you need it if you do not use that macro ? Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groeben

Re: [U-Boot] [PATCH 6/9] imx: usb: There is no such register

2012-04-18 Thread Stefano Babic
an see, it tries to overwrite a capability register, that is for our luck read-only. Good catch ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office:

Re: [U-Boot] [PATCH 7/9] imx: esdhc: Needed to use in imx-regs.h defined address

2012-04-18 Thread Stefano Babic
SL_ESDHC_ADDR IMX_MMC_SDHC1_BASE Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-81

Re: [U-Boot] [PATCH 6/9] imx: usb: There is no such register

2012-04-18 Thread Stefano Babic
On 18/04/2012 11:15, Timo Ketola wrote: > On 18.04.2012 12:05, Stefano Babic wrote: >> As far as I can see, only MX31 and MX25 boards are using this file. >> Other i.MX have its own initialization file. So #if defined(CONFIG_MX31) >> || defined(CONFIG_MX25) is always true. &g

Re: [U-Boot] [PATCH] i.MX2: Support splash screen

2012-04-18 Thread Stefano Babic
//www.opensource.org/licenses/gpl-license.html > + * http://www.gnu.org/copyleft/gpl.html > + */ The header is not correct, I think - it does not set explicitely under which license version is published this code, only where it is possible to get a GPLv2 or later. Please substitute this hea

Re: [U-Boot] [PATCH 7/9] imx: esdhc: Needed to use in imx-regs.h defined address

2012-04-18 Thread Stefano Babic
eclared (first use in > this function) ...then imx-regs.h was not included... > > fsl_esdhc.c seems not to see imx-regs.h file. > > Then I tried to include imx-regs.h in fsl_esdhc.c and 'MAKEALL -a arm' > was happy. > > Ma

Re: [U-Boot] [RFC] Preventing overriding of serverip when set in environment by user

2012-04-19 Thread Stefano Babic
s, or for environments like > mine (and apparently Chase) can just get an IP address and go from there... There is already such as option. You can pass the tftp server in the "tftp"command, see code: tftp [l

Re: [U-Boot] [PATCH V4 1/8] i.MX25: esdhc: Add mxc_get_clock infrastructure

2012-04-19 Thread Stefano Babic
d commit message > > Changes in v2: > - Rebased to u-boot-imx next > > arch/arm/cpu/arm926ejs/mx25/generic.c | 27 +++ > arch/arm/include/asm/arch-mx25/clock.h | 23 +++ > 2 files changed, 50 insertions(+), 0 deletions(-) >

Re: [U-Boot] [PATCH V4 3/8] imx: fec: Resolve speed before configuring gasket

2012-04-19 Thread Stefano Babic
On 19/04/2012 10:55, Timo Ketola wrote: > Gasket needs a different configuration for 10BaseT than for higher > speeds. > > Signed-off-by: Timo Ketola > --- > Acked-by: Stefano Babic Best regards, Stefano Babic --

Re: [U-Boot] [PATCH V4 5/8] i.MX25: usb: Set PORTSCx register

2012-04-19 Thread Stefano Babic
by: Timo Ketola > --- Acked-by: Stefano Babic Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone:

Re: [U-Boot] [PATCH V4 6/8] imx: usb: There is no such register

2012-04-19 Thread Stefano Babic
bits_le32(&ehci->usbmode, CM_HOST); > - setbits_le32(&ehci->control, USB_EN); > - > __raw_writel(CONFIG_MXC_USB_PORTSC, &ehci->portsc); > mxc_set_usbcontrol(CONFIG_MXC_USB_PORT, CONFIG_MXC_USB_FLAGS); > Acked-by: Stefano Babic Best regards, Stefano Babic

Re: [U-Boot] [PATCH V4 7/8] i.MX2: Include asm/types.h in arch-mx25/imx-regs.h

2012-04-19 Thread Stefano Babic
/arch/arm/include/asm/arch-mx25/imx-regs.h > index 7f9449b..cf925d7 100644 > --- a/arch/arm/include/asm/arch-mx25/imx-regs.h > +++ b/arch/arm/include/asm/arch-mx25/imx-regs.h > @@ -34,6 +34,9 @@ > #define _IMX_REGS_H > > #ifndef __ASSEMBLY__ > + > +#include > + >

Re: [U-Boot] [PATCH V4 2/8] i.MX25: This architecture has a GPIO4 too

2012-04-19 Thread Stefano Babic
] = GPIO4_BASE_ADDR, > #endif > #if defined(CONFIG_MX53) || defined(CONFIG_MX6Q) Acked-by: Stefano Babic Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 M

Re: [U-Boot] [PATCH V4 8/8] imx: Add u-boot.imx as target for ARM9 i.MX SOCs

2012-04-19 Thread Stefano Babic
ll > cc-option,-malignment-traps,)) > PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT) > + > +ifneq ($(CONFIG_IMX_CONFIG),) > + > +ALL-y+= $(obj)u-boot.imx > + > +endif Acked-by: Stefano Babic Best regards, Stefano Babic --

Re: [U-Boot] [PATCH V4 3/8] imx: fec: Resolve speed before configuring gasket

2012-04-20 Thread Stefano Babic
be changed. And then fec_mxc.c does not need at all these lines: #ifndef CONFIG_MII #error "CONFIG_MII has to be defined!" #endif Boards are compiled clean without them. Correct me if I am wrong, but it seems the correct way to do is to drop the unneeded check in the above lines and set

Re: [U-Boot] [PATCH] ehci-omap: fix for enabling the correct usb port

2012-04-20 Thread Stefano Babic
; resets, should there have been? Clearly, there's a problem, but lets > see if we can fix all of it in time.. Thanks! The issue was raised during the review of Govindraj's patch, it seems the wrong version was picked up. Acked-by : Stefano Babic Can you apply it for the rele

Re: [U-Boot] [PATCH V4 3/8] imx: fec: Resolve speed before configuring gasket

2012-04-23 Thread Stefano Babic
all boards. Support for MII in FEC is in u-boot-imx/next in the last patch, and it is not yet merged. I think I am going to drop that patch from my tree, so that we start again from a clean situation (mainline). Best regards, Stefano Babic -- ==

Re: [U-Boot] [PATCH] mx6qsabrelite: No need to set the direction for GPIO3_23 again

2012-04-23 Thread Stefano Babic
plied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-6698

Re: [U-Boot] [PATCH] i.MX6: Add ANATOP regulator init

2012-04-23 Thread Stefano Babic
done in the DCD. The bootloader > prevents access to the ANATOP registers. > > Signed-off-by: Dirk Behme > CC: Jason Chen > CC: Jason Liu > CC: Ranjani Vaidyanathan > CC: Stefano Babic > CC: Fabio Estevam > --- Hi Dirk, > +static void init_anatop_reg(void)

Re: [U-Boot] [PATCH] i.MX6: Add ANATOP regulator init

2012-04-23 Thread Stefano Babic
On 23/04/2012 11:55, Stefano Babic wrote: > >> +static void init_anatop_reg(void) >> +{ >> +struct anatop_regs *anatop = (struct anatop_regs *)ANATOP_BASE_ADDR; >> +int reg = readl(&anatop->reg_core); >> + >> +/* >> + * Increase

Re: [U-Boot] Booting a dt zImage kernel

2012-04-23 Thread Stefano Babic
Is there some reason doing this ? I mean, the easy and tested way is to produce an uImage, and start the kernel from U-Boot with "bootm - ". Of course, CONFIG_OF_LIBFDT must be enabled, it is currently not set in mainline for mx28. Best regards, Stefano Babic -- ===

Re: [U-Boot] [Yaffs] yaffs2 u-boot patching support

2012-04-23 Thread Stefano Babic
On 22/04/2012 22:23, Charles Manning wrote: > On Friday 20 April 2012 09:40:50 Tom Rini wrote: >> On Mon, Apr 16, 2012 at 04:32:07PM +1200, Charles Manning wrote: >>> Hello ubooters and yaffsers >>> Hi Charles, >>> I was commissioned to refresh yaffs2 in u-boot and add a mechanism to >>> support

Re: [U-Boot] [PATCH 1/2] mx28evk: Allow to booting a dt kernel

2012-04-29 Thread Stefano Babic
On 23/04/2012 18:06, Fabio Estevam wrote: > Allow to booting a dt kernel. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering

Re: [U-Boot] [PATCH 2/2] m28evk: Allow to booting a dt kernel

2012-04-29 Thread Stefano Babic
On 23/04/2012 18:06, Fabio Estevam wrote: > Allow to booting a dt kernel. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering

Re: [U-Boot] [PATCH 4/4] mx31pdk: Allow booting a zImage kernel

2012-04-29 Thread Stefano Babic
On 23/04/2012 18:31, Fabio Estevam wrote: > Allow booting a zImage kernel. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering

Re: [U-Boot] [PATCH 1/4] mx28evk: Allow booting a zImage kernel

2012-04-29 Thread Stefano Babic
On 23/04/2012 18:31, Fabio Estevam wrote: > Allow booting a zImage kernel. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering

Re: [U-Boot] [PATCH 2/4] mx6qsabrelite: Allow booting a zImage kernel

2012-04-29 Thread Stefano Babic
On 23/04/2012 18:31, Fabio Estevam wrote: > Allow booting a zImage kernel. > > Cc: Jason Liu > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Softw

Re: [U-Boot] [PATCH 3/4] mx6qarm2: Allow booting a zImage kernel

2012-04-29 Thread Stefano Babic
On 23/04/2012 18:31, Fabio Estevam wrote: > Allow booting a zImage kernel. > > Cc: Jason Liu > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Softw

Re: [U-Boot] [PATCH V3] i.MX6: mx6q_sabrelite: add SATA bindings

2012-04-29 Thread Stefano Babic
>> >> Do we need ccm_regs.h here? >> > > Nope. Good catch. > > I'll generate a V4 in a day or two to allow some other review. > > Stefano, what's the status of the dwc_ahsata driver? Hi Eric, hi Dirk, I have merged the dwc_ahsata into the master bra

Re: [U-Boot] [PATCH] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-29 Thread Stefano Babic
;PATCH V2" etc ;-) >>> >>>> Signed-off-by: Eric Nelson >>>> Acked-by: Marek Vasut >>>> --- >>> >>> V2: >>> >>> This is just a nitpick though (and I got about similar scolding in the >>> LAKML today, so don'

Re: [U-Boot] [PATCH] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-29 Thread Stefano Babic
nt u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 F

Re: [U-Boot] Using sata on mx6qsabrelite

2012-04-29 Thread Stefano Babic
st. > > Stefano, I'm not sure if the second patch above is on my plate or yours. Sorry for late answer. From my point of view, I was waiting for new version of the patch. > > I'll review the history and see. I think you had asked for a meaningful > error code instead

Re: [U-Boot] [PATCH v2 2/2] hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c

2012-04-29 Thread Stefano Babic
ou're right, it was n ot my intention, thanks for fixing it. Acked-by: Stefano Babic Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirche

Re: [U-Boot] [PATCH 2/5] imx-common: Factor out get_ahb_clk()

2012-04-29 Thread Stefano Babic
On 29/04/2012 18:43, Dirk Behme wrote: > Hi Stefano, > > On 29.04.2012 16:54, Fabio Estevam wrote: >> Hi Dirk, >> >> On Thu, Apr 26, 2012 at 3:04 AM, Dirk Behme >> wrote: >> >>> We had this patch on a v2012.04.1 based test branch and it showed some >>> strange issues with SD cards on i.MX6. >>> >

Re: [U-Boot] [PATCH] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-29 Thread stefano babic
Am 29/04/2012 20:24, schrieb Eric Nelson: > On 04/29/2012 07:59 AM, Stefano Babic wrote: >> On 26/04/2012 02:14, Eric Nelson wrote: >>> Uses the 'magic_keys' idiom as described in doc/README.kbd: >>> http://lists.denx.de/pipermail/u-boot/2012-April/12

Re: [U-Boot] [PATCH] doc: cleanup - move board READMEs into respective board directories

2012-04-30 Thread Stefano Babic
On 30/04/2012 11:57, Wolfgang Denk wrote: > Also drop a few files referring to no longer / not yet supported > boards. > > Signed-off-by: Wolfgang Denk > Cc: Prafulla Wadaskar > Cc: Stefan Roese > Cc: Kim Phillips > Cc: Andy Fleming > Cc: Jason Jin > C

Re: [U-Boot] USB on mx53loco

2012-05-02 Thread stefano babic
Am 02/05/2012 20:48, schrieb Fabio Estevam: > Hi Wolfgang, > > Have you tested USB host functionality on a mx53loco with a Freescale > MC34708 PMIC ? No, I tested on a board with the Dialog PMIC, and it worked flawlessy. Maybe someone else tesetd with a newer board.. Best regards, S

Re: [U-Boot] [PATCH] mx28evk: add NAND support

2012-05-02 Thread stefano babic
Am 02/05/2012 19:26, schrieb Fabio Estevam: > Hi Stefano, > > On Tue, Apr 17, 2012 at 11:30 AM, Stefano Babic wrote: > >> Well, this is not a fix because it adds a feature that is not yet >> supported. It should be deferred to the next release. > > Can this be a

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: add i2c support

2012-05-06 Thread Stefano Babic
On 25/04/2012 05:33, Troy Kisky wrote: > Signed-off-by: Troy Kisky > --- > board/freescale/mx6qsabrelite/mx6qsabrelite.c | 11 +++ > include/configs/mx6qsabrelite.h |8 > 2 files changed, 19 insertions(+), 0 deletions(-) > Acked-by: St

Re: [U-Boot] [PATCH 1/3] mxc_i2c: specify i2c base address in config file

2012-05-06 Thread Stefano Babic
2 +- > include/configs/mx53ard.h |2 +- > include/configs/mx53evk.h |2 +- > include/configs/mx53smd.h |2 +- > 9 files changed, 19 insertions(+), 28 deletions(-) > Acked

Re: [U-Boot] [PATCH 3/3] mxc_i2c: remove setting speed at each start

2012-05-06 Thread Stefano Babic
gs->ifdr); >>>>>>> >>>>>>> /* Enable I2C controller */ >>>>>>> writeb(0,&i2c_regs->i2sr); >>>>>> >>>>>> Marek would you care to ack/nak this? It is del

Re: [U-Boot] USB on mx53loco

2012-05-06 Thread Stefano Babic
On 05/05/2012 23:20, Fabio Estevam wrote: > Hi Stefano and Wolfgang, > > On Wed, May 2, 2012 at 5:56 PM, stefano babic wrote: >> Am 02/05/2012 20:48, schrieb Fabio Estevam: >>> Hi Wolfgang, >>> >>> Have you tested USB host functionality on a mx53loco wi

Re: [U-Boot] [PATCH 2/3] mx53loco: Allow to print CPU information at a later stage

2012-05-06 Thread Stefano Babic
rd_late_init(), so that the CPU frequency can be printed > correctly. > > Signed-off-by: Fabio Estevam > --- Yes, we already talked about this issue, I resend my: Acked-by: Stefano Babic Best regards, Stefano Babic -- =

Re: [U-Boot] [PATCH 3/3] mx53loco: Add support for 1GHz operation for DA9053-based boards

2012-05-06 Thread Stefano Babic
> running > the CPU at 1GHz. > > Tested on both versions of mx53loco boards. > > In the case of a MC34708-based board the CPU operating voltage remains at > 800MHz. > > Signed-off-by: Fabio Estevam > --- Acked-by

Re: [U-Boot] [PATCH 3/3] mx53loco: Add support for 1GHz operation for DA9053-based boards

2012-05-06 Thread Stefano Babic
> running > the CPU at 1GHz. > > Tested on both versions of mx53loco boards. > > In the case of a MC34708-based board the CPU operating voltage remains at > 800MHz. > > Signed-off-by: Fabio Estevam Applied to u-boo

Re: [U-Boot] [PATCH 1/3] mx5: Add clock config interface

2012-05-06 Thread Stefano Babic
--- Applied to u-boot-imx, thanks Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-

Re: [U-Boot] [PATCH 2/3] mx53loco: Allow to print CPU information at a later stage

2012-05-06 Thread Stefano Babic
rd_late_init(), so that the CPU frequency can be printed > correctly. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wol

Re: [U-Boot] [PATCH 4/4] M28: Enable FDT support

2012-05-06 Thread Stefano Babic
On 03/05/2012 17:47, Marek Vasut wrote: > This will eventually be needed with Linux 3.5, which will be the point when > MXS will be switched to FDT. > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > Cc: Detlev Zundel > Cc: Stefano Babic > Cc: Fabio Estevam

Re: [U-Boot] [resent] New chapter in i.MX51 datasheet an issue?

2012-05-06 Thread Stefano Babic
mx51evk / vision2, setting the pins to PAD_CTL_DRV_VOT_LOW, and they will work as now. We can also drop completely PAD_CTL_DRV_VOT_HIGH from these two boards and use the reset value. Best regards, Stefano Babic -- = DENX Softw

Re: [U-Boot] [PATCH 4/4] M28: Enable FDT support

2012-05-06 Thread Stefano Babic
On 06/05/2012 18:12, Marek Vasut wrote: > Dear Stefano Babic, > > I think the series was cleared either way, wasn't it? I am slowly applying all free of comments patches to u-boot-imx, and reviewing what I have not yet done. So this one is completely independent and I could appl

Re: [U-Boot] [PATCH 3/4 V2] i.MX28: Add delay after CPU bypass is cleared

2012-05-06 Thread Stefano Babic
olfgang Denk > Cc: Detlev Zundel > Cc: Stefano Babic > Cc: Fabio Estevam > --- > > V2: Change the description, this issue seemed to have been caused by not > waiting after frobbing with the CPU bypass, it was unrelated to memory, > but had a direct impact, causing tro

Re: [U-Boot] [PATCH] USB: ehci-mx6: Fix broken IO access

2012-05-06 Thread Stefano Babic
Marek Vasut > CC: Fabio Estevam > Signed-off-by: Wolfgang Grandegger > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB

Re: [U-Boot] [PATCH] i.MX28: Add delay after CPU bypass is cleared

2012-05-06 Thread Stefano Babic
r delay in the imx-bootlets and therefore > they didn't need to add this explicitly. > > For now, this seems good fix enough, but to me, whole that memory > init code in imx-bootlets is completely flunked and it'd need deeper > investigation. > > Signed-off-by: Marek Vas

Re: [U-Boot] [PATCH] mx28evk: add NAND support

2012-05-06 Thread Stefano Babic
On 17/04/2012 12:35, Lauri Hintsala wrote: > NAND support is not enabled by default because Eval Kit is not delivered > with NAND chip. To enable NAND support add CONFIG_CMD_NAND to board config. > > Signed-off-by: Lauri Hintsala > --- Applied to u-boot-imx, thanks Best regards

Re: [U-Boot] [PATCH v2] i.MX6: Add ANATOP regulator init

2012-05-06 Thread Stefano Babic
done in the DCD. The bootloader > prevents access to the ANATOP registers. > > Signed-off-by: Dirk Behme > CC: Jason Chen > CC: Jason Liu > CC: Ranjani Vaidyanathan > CC: Stefano Babic > CC: Fabio Estevam > --- Applied to u

Re: [U-Boot] [PATCH, V2] Resend: i.MX6: add enable_sata_clock()

2012-05-06 Thread Stefano Babic
= (struct imx_ccm_reg *) CCM_BASE_ADDR; + struct mxc_ccm_reg *const imx_ccm + = (struct mxc_ccm_reg *) CCM_BASE_ADDR; /* Enable sata clock */ Change is trivial, but please take a look. Applied to u-boot-imx, thanks.

Re: [U-Boot] [PATCH V5] i.MX6: mx6q_sabrelite: add SATA bindings

2012-05-06 Thread Stefano Babic
e CONFIG_CMD_FAT > #define CONFIG_DOS_PARTITION > > +#define CONFIG_CMD_SATA > +/* > + * SATA Configs > + */ > +#ifdef CONFIG_CMD_SATA > +#define CONFIG_DWC_AHSATA > +#define CONFIG_SYS_SATA_MAX_DEVICE 1 > +#define CONFIG_

Re: [U-Boot] [PATCH V5] i.MX6: mx6q_sabrelite: add SATA bindings

2012-05-06 Thread Stefano Babic
rns an error. > > V4 removes extra #include and addresses a style issue as discussed > on the ML. > > V5 addresses another (hopefully last) style issue. > Hi Eric, applied after rebasing on current u-boot-imx. Best regards, Stefano Babic -- ===

Re: [U-Boot] [PATCH V4 2/8] i.MX25: This architecture has a GPIO4 too

2012-05-06 Thread Stefano Babic
On 19/04/2012 10:55, Timo Ketola wrote: > Signed-off-by: Timo Ketola > --- > > Changes in v2: > - Dropped patches 2 and 3 so this one changed from 4 to 2 > - Rebased to u-boot-imx next > - Fixed too long line Applied to u-boot-imx, thanks. Best r

Re: [U-Boot] [PATCH V4 4/8] imx: nand: Support flash based BBT

2012-05-06 Thread Stefano Babic
- Changed the BBT pattern offsets (patch 4); They are now zero as in > Linux > > Changes in v2: > - Dropped patches 2, 3 and 6 so this one changed from 7 to 4 > - Rebased to u-boot-imx next > Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ==

Re: [U-Boot] [PATCH V4 5/8] i.MX25: usb: Set PORTSCx register

2012-05-06 Thread Stefano Babic
ot-imx next > > drivers/usb/host/ehci-mxc.c |2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD

Re: [U-Boot] [PATCH V4 6/8] imx: usb: There is no such register

2012-05-06 Thread Stefano Babic
nks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80

Re: [U-Boot] [PATCH V4 7/8] i.MX2: Include asm/types.h in arch-mx25/imx-regs.h

2012-05-06 Thread Stefano Babic
e, fsl_esdhc.c needs CONFIG_SYS_FSL_ESDHC_ADDR defined and > a proper thing is to define it with IMX_MMC_SDHCx_BASE in board > configuration file. This patch fixes the build in that case. > > Signed-off-by: Timo Ketola > --- Applied to u-boot-imx, t

Re: [U-Boot] [PATCH V4 1/8] i.MX25: esdhc: Add mxc_get_clock infrastructure

2012-05-06 Thread Stefano Babic
d commit message > > Changes in v2: > - Rebased to u-boot-imx next > > arch/arm/cpu/arm926ejs/mx25/generic.c | 27 +++ > arch/arm/include/asm/arch-mx25/clock.h | 23 +++ > 2 files changed, 50 insertions(+), 0 deletions(-) >

Re: [U-Boot] [resent] New chapter in i.MX51 datasheet an issue?

2012-05-08 Thread Stefano Babic
d not touch the mx51evk / vision2 > BSP files. But the respective maintainers need to be warned IMHO. Go ahead in this direction. Then we can test on these boards (mx51evk / vision2 / efikamx), the only ones having these issue). Best regards, Stefano Babic --

Re: [U-Boot] [resent] New chapter in i.MX51 datasheet an issue?

2012-05-08 Thread Stefano Babic
ntioned), explaining in the commit-id of the patch why we change. We do not care about boards that were not pushed to mainline. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Z

Re: [U-Boot] [PATCH V2] i.MX: fsl_esdhc: allow use with cache enabled.

2012-05-08 Thread Stefano Babic
On 09/05/2012 01:31, Eric Nelson wrote: > Thanks Andy, > > On 05/08/2012 03:59 PM, Andy Fleming wrote: >>> --- a/drivers/mmc/fsl_esdhc.c >>> +++ b/drivers/mmc/fsl_esdhc.c >>> @@ -190,6 +190,10 @@ static int esdhc_setup_data(struct mmc *mmc, >>> struct mmc_data *data) >>> esdhc_clrs

Re: [U-Boot] [PATCH 2/4] mx53loco: Add mc34708 support and set mx53 frequency at 1GHz

2012-05-09 Thread Stefano Babic
On 07/05/2012 22:25, Fabio Estevam wrote: > From: Fabio Estevam > > Add mc34708 support and set mx53 core frequency at its maximum value of 1GHz. > > Signed-off-by: Fabio Estevam > --- Acked-by: Stefano Babic Best rega

Re: [U-Boot] [PATCH v2 4/4] mx53loco: Add CONFIG_REVISION_TAG

2012-05-09 Thread Stefano Babic
the mc34708 based boards. > > Suggested-by: Yu Li > Signed-off-by: Fabio Estevam > --- Acked-by: Stefano Babic Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detle

Re: [U-Boot] [PATCH 3/4] mx53loco: Turn on VUSB regulator

2012-05-09 Thread Stefano Babic
slot (USBH1) and then > issued the > commands: > > usb start > > usb info > > ,which correctly detected and printed the USB pen drive information. > > Signed-off-by: Fabio Estevam > ---

Re: [U-Boot] [PATCH 1/3] pmic: dialog: Avoid name conflicts

2012-05-09 Thread Stefano Babic
onflicts when > both drivers are present. > > Signed-off-by: Fabio Estevam > --- Acked-by: Stefano Babic Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel

Re: [U-Boot] [PATCH 2/4] mx53loco: Add mc34708 support and set mx53 frequency at 1GHz

2012-05-09 Thread Stefano Babic
On 07/05/2012 22:25, Fabio Estevam wrote: > From: Fabio Estevam > > Add mc34708 support and set mx53 core frequency at its maximum value of 1GHz. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks Best rega

Re: [U-Boot] [PATCH 3/4] mx53loco: Turn on VUSB regulator

2012-05-09 Thread Stefano Babic
slot (USBH1) and then > issued the > commands: > > usb start > > usb info > > ,which correctly detected and printed the USB pen drive information. > > Signed-off-by: Fabio Estevam > --- Appl

Re: [U-Boot] [PATCH v2 4/4] mx53loco: Add CONFIG_REVISION_TAG

2012-05-09 Thread Stefano Babic
the mc34708 based boards. > > Suggested-by: Yu Li > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk &am

Re: [U-Boot] [PATCH 1/3] pmic: dialog: Avoid name conflicts

2012-05-09 Thread Stefano Babic
onflicts when > both drivers are present. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & De

Re: [U-Boot] [PATCH] mx53loco: Remove unneeded gpio_set_value()

2012-05-09 Thread Stefano Babic
t. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5,

Re: [U-Boot] [PATCH] mx5: Add workaround for ARM erratum ID 468414

2012-05-09 Thread Stefano Babic
#endif > > + init_arm_erratum > + I have only a small question. It is not for me to put this into MX5 stuff, but because it is ARM related should we not put it into arch/arm/cpu/armv7/start.S ? Best regards, Stefano Babic -- =

Re: [U-Boot] [PATCH] mxs-i2c: Fix internal address byte order

2012-05-09 Thread Stefano Babic
e first. > > The following patch fixes the byte order of the internal address that should > be written to the I2C device. > > Signed-off-by: Torsten Fleischer > > CC: Marek Vasut > CC: Stefano Babic > CC: Fabio Estevam > --- > drivers/i2c/mxs_i2c.c |2 +

Re: [U-Boot] [PATCH 1/2] ARM: omap3: Set SPL stack size to 8KB, image to 54KB.

2012-05-09 Thread Stefano Babic
T S > Cc: Thomas Weber > Cc: Ilya Yanok > Cc: Steve Sakoman > Cc: Stefano Babic > Signed-off-by: Tom Rini > --- Acked-by: Stefano Babic Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH v2 1/2] spi: mxs: Introduce spi_cs_is_valid()

2012-05-09 Thread Stefano Babic
On 23/04/2012 20:30, Fabio Estevam wrote: > Introduce spi_cs_is_valid() for validating spi bus and chip select numbers. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, S

Re: [U-Boot] [PATCH v2 2/2] spi: mxs: Allow other chip selects to work

2012-05-09 Thread Stefano Babic
bits 20 and 21 of the HW_SSP_CTRL0 register. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB

[U-Boot] [PATCH] MX5: PAD_CTL_DRV_VOT_LOW and PAD_CTL_DRV_VOT_HIGH exchanged

2012-05-09 Thread Stefano Babic
quot; The values are currently negated in code - fixed. Reported-by: David Jander Signed-off-by: Stefano Babic CC: Marek Vasut CC: David Jander --- arch/arm/include/asm/arch-mx5/iomux.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/include/asm/arch-mx5/

Re: [U-Boot] [resent] New chapter in i.MX51 datasheet an issue?

2012-05-09 Thread Stefano Babic
On 09/05/2012 11:36, David Jander wrote: > Seems reasonable. Are you also implying that you are willing to propose a > patch? (Swapping the two values seems fairly trivial) Patch is coming Best regards, Stefano

Re: [U-Boot] [PATCH 02/13] M28EVK: Implement support for new board V2.0

2012-05-09 Thread Stefano Babic
On 01/05/2012 23:09, Marek Vasut wrote: > Signed-off-by: Marek Vasut > Cc: Detlev Zundel > Cc: Fabio Estevam > Cc: Stefano Babic > Cc: Wolfgang Denk > --- > board/denx/m28evk/m28evk.c | 20 +++- > board/denx/m28evk/spl_boot.c |8 ++-

Re: [U-Boot] [PATCH 12/13] i.MX28: Check if WP detection is implemented at all

2012-05-09 Thread Stefano Babic
On 01/05/2012 23:09, Marek Vasut wrote: > If the WP function is NULL, simply assume the card is always RW. > > Signed-off-by: Marek Vasut > Cc: Stefano Babic > Cc: Wolfgang Denk > Cc: Detlev Zundel > Cc: Fabio Estevam > --- > drivers/mmc/mxsmmc.c |3 ++- >

Re: [U-Boot] [PATCH 13/13] i.MX28: Avoid redefining serial_put[cs]()

2012-05-09 Thread Stefano Babic
On 01/05/2012 23:09, Marek Vasut wrote: > Do not define serial_putc() and serial_puts() calls if > CONFIG_SPL_SERIAL_SUPPORT is set. > > Signed-off-by: Marek Vasut > Cc: Detlev Zundel > Cc: Fabio Estevam > Cc: Stefano Babic > Cc: Wolfgang Denk > --- > arch/arm

[U-Boot] [PATCH] common/cmd_bootm.c: Fix GCC 4.6 warnings

2012-05-09 Thread Stefano Babic
cmd_bootm.c: In function 'do_bootz': cmd_bootm.c:1590:9: warning: variable 'iflag' set but not used [-Wunused-but-set-variable] Signed-off-by: Stefano Babic --- common/cmd_bootm.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/cmd_bootm.c

Re: [U-Boot] [PATCH 00/13] M28EVK/i.MX28 improvements

2012-05-09 Thread Stefano Babic
if WP detection is implemented at all > i.MX28: Avoid redefining serial_put[cs]() Applied to u-boot-imx, thanks Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 M

Re: [U-Boot] [PATCH 4/4] mx53loco: Add CONFIG_REVISION_TAG

2012-05-09 Thread Stefano Babic
=u-boot/u-boot- >> imx.git;a=commitdiff;h=b9e28549a2b5c8a2d7d6d6238bd0a64e5730c7cc;hp=9 >> b07d877120f9d1a575df14a101966e04867d0b7 > > OK, Stefano, you may need pick up this v2 patch. This is was I already did - V2 is on u-boot-imx Best regards, Stefano Babic -- ==

Re: [U-Boot] LCD Support on mx51 vision2

2012-05-09 Thread Stefano Babic
On 09/05/2012 17:59, Fabio Estevam wrote: > Hi Anatolij, > > On Tue, May 8, 2012 at 7:59 PM, Fabio Estevam wrote: > >> You are clearly right! Now I see the console output on my LCD :-) >> >> Will submit the patch soon. > > I am using the following LCD configuration on my board file (same as >

[U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-05-09 Thread Stefano Babic
to i.MX28 SPL i.MX28: Reorder battery status functions in SPL i.MX28: Add battery boot components to SPL i.MX28: Check if WP detection is implemented at all i.MX28: Avoid redefining serial_put[cs]() Stefano Babic (9): Define UART4 and UART5 base addresses NET:

Re: [U-Boot] [PATCH] mx51evk: Add LCD support

2012-05-10 Thread Stefano Babic
(10 * 1024 * 1024) > > #define CONFIG_BOARD_LATE_INIT > > @@ -123,6 +123,17 @@ > #define CONFIG_MXC_USB_PORTSCPORT_PTS_ULPI > #define CONFIG_MXC_USB_FLAGS MXC_EHCI_POWER_PINS_ENABLED > > +/* Framebuffer and LCD */ > +#define CONFIG_PREBOOT >

Re: [U-Boot] [PATCH 1/3] mx53: Change IPU_CTRL_BASE_ADDR definition

2012-05-11 Thread Stefano Babic
On 11/05/2012 03:07, Fabio Estevam wrote: > From: Fabio Estevam > > The original definition of IPU_CTRL_BASE_ADDR does match the value stated > in the MX53 Reference Manual. > > However, if using such value the IPU driver hangs when trying to access the > IPU registers. > > Looking for this de

Re: [U-Boot] [PATCH 1/2] mx28evk: extend default environment

2012-05-11 Thread Stefano Babic
t;common" environment, that spreads among boards. Each board defines its own set - it is not bad to define some common scripts, that a board maintainer can use. Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

<    2   3   4   5   6   7   8   9   10   11   >