Re: [U-Boot] malloc failing in U-Boot

2012-05-29 Thread Sandeep Kumar
Hi everyone, Any update on the following query?? Thanks, Sandeep -Original Message- From: Sandeep Kumar Sent: 24 May 2012 17:53 To: u-boot@lists.denx.de Cc: Sandeep Kumar Subject: malloc failing in U-Boot Hi Everyone, I am facing some issue while using malloc on my system. The "mallo

Re: [U-Boot] FDT: Question about embedded fdt enable

2012-05-29 Thread Simon Glass
HI Donghwa, On Wed, May 23, 2012 at 12:39 AM, Donghwa Lee wrote: > Dear, Simon Glass > > I am preparing device tree in Exynos SoC and had already tested by using > CONFIG_OF_SEPARATE. But, I couldn't test by using CONFIG_OF_EMBED because > it has a compiler problem to make a binary in the dts/Ma

Re: [U-Boot] [PATCH 4/8] mxsboot: stop referring to i.MX28 as this ought to work for all i.MXS SoCs

2012-05-29 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Otavio Salvador, > > In message <1336866018-614-5-git-send-email-ota...@ossystems.com.br> you wrote: > > Signed-off-by: Otavio Salvador > > --- > > > > tools/mxsboot.c | 110 > > +++ 1 file changed, > > 55 insert

Re: [U-Boot] [PATCH v2] mx28evk: Scan only first 128MB of DRAM to avoid memory wraparound

2012-05-29 Thread Marek Vasut
Dear Fabio Estevam, > Hi Marek, > > On Tue, May 29, 2012 at 5:43 PM, Marek Vasut wrote: > > I've been thinking about it, maybe you can use the memory configuration > > adjustment function -- mx28_adjust_memory_params(). You shouldn't have > > the > > Care to send a patch to fix this? I thought

[U-Boot] [PATCH] i.MX28: Add function to adjust memory parameters

2012-05-29 Thread Marek Vasut
This function can be overridden at run-time and allows implementors of new boards based on the i.MX28 chip to fine-tune the memory params. It is possible to write into the dram_vals array because when the SPL runs, it is located SRAM. Therefore the location is writable. There is no possibility of t

Re: [U-Boot] [PATCH 1/2] patman: Change the location of patman config file

2012-05-29 Thread Simon Glass
On Wed, May 23, 2012 at 11:58 AM, Vikram Narayanan wrote: > Move the config file from ~/.config/patman to ~/.patman as it is > more appropriate to have it there. Update the same in the README. > > Signed-off-by: Vikram Narayanan > Cc: Simon Glass > Cc: Wolfgang Denk > Acked-by: Simon Glass

[U-Boot] [PATCH 0/3] OMAP: Detect reset type and handle sdram init after warm rese

2012-05-29 Thread Lokesh Vutla
Certain modules are not affected by means of a warm reset and need not be configured again. Adding an API to detect a warm reset. Emif is one such module that need not be configured after warm reset. All the registers are retained.So, skipping DDR init after warm reset. Freq_update is done to ma

[U-Boot] [PATCH 2/3] OMAP4+: Handle sdram init after warm reset

2012-05-29 Thread Lokesh Vutla
EMIF and DDR device state are preserved in warmreset. Redoing the full initialisation would cause unexpected behaviour. Do only partial initialisation to account for frequency change. Signed-off-by: Lokesh Vutla Signed-off-by: R Sricharan Signed-off-by: Senthilvadivu Guruswamy --- arch/arm/c

[U-Boot] [PATCH 1/3] ARM: OMAP3+: Detect reset type

2012-05-29 Thread Lokesh Vutla
Certain modules are not affected by means of a warm reset and need not be configured again. Adding an API to detect the reset reason warm/cold. This will be used to skip the module configurations that are retained across a warm reset. Signed-off-by: Lokesh Vutla Signed-off-by: R Sricharan ---

[U-Boot] [PATCH 3/3] OMAP4+: Force DDR in self-refresh after warm reset

2012-05-29 Thread Lokesh Vutla
Errata ID:i727 Description: The refresh rate is programmed in the EMIF_SDRAM_REF_CTRL[15:0] REG_REFRESH_RATE parameter taking into account frequency of the device. When a warm reset is applied on the system, the OMAP processor restarts with another OPP and so frequency is not the same. Due to this

[U-Boot] [PATCH] mmc: s5p_sdhci: fix wrong value for samsung-soc

2012-05-29 Thread Jaehoon Chung
Samsung-SoC need to set QUIRK_BROKEN_R1B. And Feedback clock delay value is set to wrong value. This patch is fixed them. Signed-off-by: Jaehoon Chung Signed-off-by: Kyungmin Park --- drivers/mmc/s5p_sdhci.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/mm

[U-Boot] problem while making kernel up

2012-05-29 Thread Manukumar
hello, I was able to solve nand erase and nand write and saveenv. Now,I am making kernel up and followed below steps.. 1) tf 100 uImage_icm_v1.1 nand erase 0x0020 361483 nand write 100 0x0020 361483 2) tf c0 p1021rdb_32b.dtb nand erase 0x0010 3000 nand wr

Re: [U-Boot] [PATCH 09/10] mx6qarm2: Remove unused SOBJS

2012-05-29 Thread Liu Hui-R64343
>-Original Message- >From: Estevam Fabio-R49496 >Sent: Wednesday, May 30, 2012 1:40 AM >To: u-boot@lists.denx.de >Cc: sba...@denx.de; Estevam Fabio-R49496; Liu Hui-R64343 >Subject: [PATCH 09/10] mx6qarm2: Remove unused SOBJS > >There is no .S file in this directory, so just remove SOBJS. >

Re: [U-Boot] [PATCH 10/10] mx6qsabrelite: Remove unused SOBJS

2012-05-29 Thread Liu Hui-R64343
>-Original Message- >From: Estevam Fabio-R49496 >Sent: Wednesday, May 30, 2012 1:40 AM >To: u-boot@lists.denx.de >Cc: sba...@denx.de; Estevam Fabio-R49496; Liu Hui-R64343 >Subject: [PATCH 10/10] mx6qsabrelite: Remove unused SOBJS > >There is no .S file in this directory, so just remove SOBJ

Re: [U-Boot] [PATCH 1/3] tegra: add a method to query RAM size from hardware

2012-05-29 Thread Stephen Warren
On 05/29/2012 05:19 PM, Tom Warren wrote: > On Tue, May 29, 2012 at 3:12 PM, Stephen Warren wrote: >> On 05/29/2012 03:47 PM, Lucas Stach wrote: >>> The RAM configuration is set by the bootrom to values specified by the BCT. >>> To query the available RAM size of a board we can easily read back th

Re: [U-Boot] [PATCH v2] mx28evk: Scan only first 128MB of DRAM to avoid memory wraparound

2012-05-29 Thread Fabio Estevam
Hi Marek, On Tue, May 29, 2012 at 5:43 PM, Marek Vasut wrote: > I've been thinking about it, maybe you can use the memory configuration > adjustment function -- mx28_adjust_memory_params(). You shouldn't have the Care to send a patch to fix this? As the patch in this thread will not be accepte

Re: [U-Boot] [PATCH 3/3] tegra: usb: fix wrong error check

2012-05-29 Thread Tom Warren
Lucas, On Tue, May 29, 2012 at 3:18 PM, Stephen Warren wrote: > On 05/29/2012 03:47 PM, Lucas Stach wrote: >> Just stumbled upon this, while looking through the usb code. loop_count >> runs down from 1, so the correct condition to error out is ==0. > > The code change is probably fine, but it

Re: [U-Boot] [PATCH 1/3] tegra: add a method to query RAM size from hardware

2012-05-29 Thread Tom Warren
On Tue, May 29, 2012 at 3:12 PM, Stephen Warren wrote: > On 05/29/2012 03:47 PM, Lucas Stach wrote: >> The RAM configuration is set by the bootrom to values specified by the BCT. >> To query the available RAM size of a board we can easily read back those >> values instead of using the hardcoded OD

Re: [U-Boot] [PATCH v3 02/21] net: Move MAC-seeded rand out of bootp.c

2012-05-29 Thread Michael Walle
Hi Joe, Am Mittwoch 30 Mai 2012, 00:40:18 schrieb Joe Hershberger: > > Ah now i get it. But which other code may run and seed the NG with the > > timer only, while we are in the link local netloop? Shouldn't it be safe > > to first call srand(mac+timer) and then rand() multiple times? No other > >

Re: [U-Boot] [PATCH v3 02/21] net: Move MAC-seeded rand out of bootp.c

2012-05-29 Thread Joe Hershberger
Hi Michael, On Tue, May 29, 2012 at 5:06 PM, Michael Walle wrote: > > Hi Joe, > > Am Dienstag 29 Mai 2012, 23:08:23 schrieb Joe Hershberger: >> Hi Michael, >> >> On Tue, May 29, 2012 at 1:23 PM, Michael Walle wrote: >> > Hi Joe, >> > >> > Am Dienstag 29 Mai 2012, 20:08:26 schrieb Joe Hershberger

Re: [U-Boot] [PATCH 3/3] tegra: usb: fix wrong error check

2012-05-29 Thread Stephen Warren
On 05/29/2012 03:47 PM, Lucas Stach wrote: > Just stumbled upon this, while looking through the usb code. loop_count > runs down from 1, so the correct condition to error out is ==0. The code change is probably fine, but it'd be better if the commit description stated just what was being chang

Re: [U-Boot] [PATCH 2/3] tegra: add ULPI on USB2 funcmux entry

2012-05-29 Thread Stephen Warren
On 05/29/2012 03:47 PM, Lucas Stach wrote: > Signed-off-by: Lucas Stach Acked-by: Stephen Warren Although two comments: * A commit description would be a good idea * The indentation change to the KBC case might be better as a separate commit. ___ U-Bo

Re: [U-Boot] [PATCH 1/3] tegra: add a method to query RAM size from hardware

2012-05-29 Thread Stephen Warren
On 05/29/2012 03:47 PM, Lucas Stach wrote: > The RAM configuration is set by the bootrom to values specified by the BCT. > To query the available RAM size of a board we can easily read back those > values instead of using the hardcoded ODMdata. This allows for a single > u-boot image on similar boa

Re: [U-Boot] [PATCH v3 02/21] net: Move MAC-seeded rand out of bootp.c

2012-05-29 Thread Michael Walle
Hi Joe, Am Dienstag 29 Mai 2012, 23:08:23 schrieb Joe Hershberger: > Hi Michael, > > On Tue, May 29, 2012 at 1:23 PM, Michael Walle wrote: > > Hi Joe, > > > > Am Dienstag 29 Mai 2012, 20:08:26 schrieb Joe Hershberger: > >> If you can verify that the functionality of the > >> CONFIG_BOOTP_RANDO

Re: [U-Boot] [PATCH 4/8] mxsboot: stop referring to i.MX28 as this ought to work for all i.MXS SoCs

2012-05-29 Thread Otavio Salvador
On Tue, May 29, 2012 at 6:32 PM, Wolfgang Denk wrote: > Dear Otavio, > > In message 3...@mail.gmail.com> you wrote: > > > > > But I haven't seen "i.MXS" used before, and to me it makes no sense as > > > it mixes unrelated name spaces. > > > > > > Please either use the Freescale name(s), or use "

[U-Boot] [PATCH 3/3] tegra: usb: fix wrong error check

2012-05-29 Thread Lucas Stach
Just stumbled upon this, while looking through the usb code. loop_count runs down from 1, so the correct condition to error out is ==0. Signed-off-by: Lucas Stach CC: Stephen Warren CC: Tom Warren --- arch/arm/cpu/armv7/tegra2/usb.c |2 +- 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Ze

[U-Boot] [PATCH 1/3] tegra: add a method to query RAM size from hardware

2012-05-29 Thread Lucas Stach
The RAM configuration is set by the bootrom to values specified by the BCT. To query the available RAM size of a board we can easily read back those values instead of using the hardcoded ODMdata. This allows for a single u-boot image on similar boards with different amount of RAM. Note that the re

[U-Boot] [PATCH 2/3] tegra: add ULPI on USB2 funcmux entry

2012-05-29 Thread Lucas Stach
Signed-off-by: Lucas Stach CC: Stephen Warren CC: Tom Warren --- arch/arm/cpu/armv7/tegra2/funcmux.c| 13 - arch/arm/include/asm/arch-tegra2/funcmux.h |3 +++ 2 Dateien geändert, 15 Zeilen hinzugefügt(+), 1 Zeile entfernt(-) diff --git a/arch/arm/cpu/armv7/tegra2/func

Re: [U-Boot] [PATCH] mx53: Fix mask for SATA reference clock

2012-05-29 Thread Fabio Estevam
On Fri, May 11, 2012 at 9:39 PM, Fabio Estevam wrote: > From: Fabio Estevam > > SATA_ALT_REF_CLK field corresponds to bits 1 and 2 of offset 0x180c. Just in case someone would like to check the mx53 fuse map, it is now available at: http://cache.freescale.com/files/dsp/doc/ref_manual/IMX53RMAD.p

Re: [U-Boot] [PATCH 4/8] mxsboot: stop referring to i.MX28 as this ought to work for all i.MXS SoCs

2012-05-29 Thread Wolfgang Denk
Dear Otavio, I wrote: > In message > you > wrote: > > > > > But I haven't seen "i.MXS" used before, and to me it makes no sense as > > > it mixes unrelated name spaces. > > > > > > Please either use the Freescale name(s), or use "mxs". > > > > http://www.freescale.com/webapp/sps/site/prod_sum

Re: [U-Boot] [PATCH 4/8] mxsboot: stop referring to i.MX28 as this ought to work for all i.MXS SoCs

2012-05-29 Thread Wolfgang Denk
Dear Otavio, In message you wrote: > > > But I haven't seen "i.MXS" used before, and to me it makes no sense as > > it mixes unrelated name spaces. > > > > Please either use the Freescale name(s), or use "mxs". > > http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MXS It seems y

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

2012-05-29 Thread Wolfgang Denk
Dear Marek, In message <201205292314.04143.ma...@denx.de> you wrote: > > > Not because I consider it inherently bad, but for example because it > > is different from what we, our customers, our documentation and our > > test scripts are used to. > > Then I guess some kind of "common env" for all

Re: [U-Boot] [PATCH 4/8] mxsboot: stop referring to i.MX28 as this ought to work for all i.MXS SoCs

2012-05-29 Thread Otavio Salvador
On Tue, May 29, 2012 at 5:44 PM, Wolfgang Denk wrote: > > /* > > - * Freescale i.MX28 image generator > > + * Freescale i.MXS image generator > > I'm unhappy about the name "i.MXS". Either we say "i.MX28" - then > it's clear we mean a specific FSL SoC, identified by it's product > name. Or we

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

2012-05-29 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Otavio Salvador, > > In message you wrote: > > I can work on that as far as I know what people expect to have. In > > meanwhile I'd prefer to have this in since it allow the default > > environment to just work in our BSP layer for OpenEmbedded. > > There is no such t

Re: [U-Boot] [PATCH v3 02/21] net: Move MAC-seeded rand out of bootp.c

2012-05-29 Thread Joe Hershberger
Hi Michael, On Tue, May 29, 2012 at 1:23 PM, Michael Walle wrote: > Hi Joe, > > Am Dienstag 29 Mai 2012, 20:08:26 schrieb Joe Hershberger: >> If you can verify that the functionality of the >> CONFIG_BOOTP_RANDOM_DELAY and CONFIG_CMD_LINK_LOCAL are uneffected, >> then I'm OK with it. >> >> One th

Re: [U-Boot] [PATCH] Add gc-section support for ARM

2012-05-29 Thread Wolfgang Denk
Dear Charles Manning, In message <201205150901.30710.mannin...@actrix.gen.nz> you wrote: > > > > +PLATFORM_RELFLAGS += -ffunction-sections > > > > where's the -fdata-sections ? > > I tried that once before and could not get that to work with u-boot. I figure > doing just the function sections is

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

2012-05-29 Thread Otavio Salvador
On Tue, May 29, 2012 at 5:57 PM, Wolfgang Denk wrote: > Starting by now, I will NAK all these patches that get posted and > reposted and reposted again continuously ignoring the rules for patch > submissions. > I sent the last version of the patch changing only the Freescable board. As I said,

Re: [U-Boot] [PATCH 0/8] Minor fixes and start of consolidation onto mxs SoC

2012-05-29 Thread Otavio Salvador
On Tue, May 29, 2012 at 5:47 PM, Wolfgang Denk wrote: > So is this an update dversion that obsoletes older submissions? If > so, why is there no indication like a "[PATCH v2]" in the subjec > tline? WHy are there no change logs in any of the patches? > Yes; I sent it two times. I have some wo

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

2012-05-29 Thread Wolfgang Denk
Dear Otavio Salvador, In message <1337117472-15907-1-git-send-email-ota...@ossystems.com.br> you wrote: > The environment has been based on mx53loco and m28evk but keeping the > possibility to easy change the default console device as Freescale and > mainline kernels differ on the device name. >

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

2012-05-29 Thread Wolfgang Denk
Dear Otavio Salvador, In message you wrote: > > I can work on that as far as I know what people expect to have. In > meanwhile I'd prefer to have this in since it allow the default > environment to just work in our BSP layer for OpenEmbedded. There is no such thing as "the default environment".

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

2012-05-29 Thread Wolfgang Denk
Dear Otavio Salvador, In message <1337115571-14115-3-git-send-email-ota...@ossystems.com.br> you wrote: > The environment has been based on mx53loco and m28evk but keeping the > possibility to easy change the default console device as Freescale and > mainline kernels differ on the device name. N

Re: [U-Boot] [PATCH 0/8] Minor fixes and start of consolidation onto mxs SoC

2012-05-29 Thread Wolfgang Denk
Dear Otavio Salvador, In message <1336866018-614-1-git-send-email-ota...@ossystems.com.br> you wrote: > This patchset include some small fixes found while looking at code to > start converting it to use a common mxs SoC code in preparation for > inclusion of i.MX23 support. > > Otavio Salvador (8

Re: [U-Boot] [PATCH 1/8] m28evk: use same notation to alloc the 128kB stack

2012-05-29 Thread Wolfgang Denk
Dear Otavio Salvador, In message <1336866018-614-2-git-send-email-ota...@ossystems.com.br> you wrote: > Signed-off-by: Otavio Salvador > --- > include/configs/m28evk.h |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Wolfgang Denk Best regards, Wolfgang Denk -- DENX Sof

Re: [U-Boot] [PATCH 4/8] mxsboot: stop referring to i.MX28 as this ought to work for all i.MXS SoCs

2012-05-29 Thread Wolfgang Denk
Dear Otavio Salvador, In message <1336866018-614-5-git-send-email-ota...@ossystems.com.br> you wrote: > Signed-off-by: Otavio Salvador > --- > tools/mxsboot.c | 110 > +++ > 1 file changed, 55 insertions(+), 55 deletions(-) > > diff --git a/

Re: [U-Boot] [PATCH v2] mx28evk: Scan only first 128MB of DRAM to avoid memory wraparound

2012-05-29 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Fabio Estevam, > > In message you wrote: > > Also, on the other i.MX boards we put the total size of RAM in the > > config files, and I did the same here with this patch. > > This is a really bad habit that I would like to see eradicated rather > sooner than later.

Re: [U-Boot] [PATCH 2/8] m28evk: use "M28EVK U-Boot =>" as prompt

2012-05-29 Thread Wolfgang Denk
Dear Otavio Salvador, In message <1336866018-614-3-git-send-email-ota...@ossystems.com.br> you wrote: > Signed-off-by: Otavio Salvador > --- > include/configs/m28evk.h |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h

Re: [U-Boot] [PATCH v2] mx28evk: Scan only first 128MB of DRAM to avoid memory wraparound

2012-05-29 Thread Wolfgang Denk
Dear Fabio Estevam, In message you wrote: > > Also, on the other i.MX boards we put the total size of RAM in the > config files, and I did the same here with this patch. This is a really bad habit that I would like to see eradicated rather sooner than later. Best regards, Wolfgang Denk --

Re: [U-Boot] R: Re: Question about md output

2012-05-29 Thread Wolfgang Denk
Dear "ffile...@libero.it", In message <809266.7065381336839126651.JavaMail.defaultUser@defaultHost> you wrote: > > for example, I have a block of 8 words, starting at 0x0: > > : a b c d > 0010: e f g h > > where a is the crc32 computed on b,c,d,e,f,g,h > > Within uboot, I would li

[U-Boot] u-boot flow

2012-05-29 Thread Shiju T
can you send me the u-boot flow for powerpc mpc85xx. Thanks. Shiju ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Detecting board revision that needs to be done after relocation

2012-05-29 Thread Andrew E. Mileski
On 05/28/2012 11:25 PM, Fabio Estevam wrote: I need to provide a get_board_rev() function that depends on I2C probe of a PMIC to decide between the board revision. I2C is only available after relocation, so what is the correct way to "delay" get_board_rev, so that it gets called only at a time

Re: [U-Boot] [PATCH v3 02/21] net: Move MAC-seeded rand out of bootp.c

2012-05-29 Thread Michael Walle
Hi Joe, Am Dienstag 29 Mai 2012, 20:08:26 schrieb Joe Hershberger: > Hi Michael, > > On Mon, May 28, 2012 at 5:03 PM, Michael Walle wrote: > > [sorry for my first mail.. wasn't intented to be send] > > > > > > Sorry for being too late on this. > > > > Am Mittwoch 23 Mai 2012, 19:57:58 schrieb

Re: [U-Boot] [PATCH v3 02/21] net: Move MAC-seeded rand out of bootp.c

2012-05-29 Thread Joe Hershberger
Hi Michael, On Mon, May 28, 2012 at 5:03 PM, Michael Walle wrote: > [sorry for my first mail.. wasn't intented to be send] > > > Sorry for being too late on this. > > Am Mittwoch 23 Mai 2012, 19:57:58 schrieb Joe Hershberger: >> Make the MAC-seeded random number generator available to /net in >>

[U-Boot] [PATCH 06/10] efikamx: Remove unused SOBJS

2012-05-29 Thread Fabio Estevam
There is no .S file in this directory, so just remove SOBJS. Cc: Marek Vasut Signed-off-by: Fabio Estevam --- board/efikamx/Makefile |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/board/efikamx/Makefile b/board/efikamx/Makefile index fdd188e..bd2174f 100644 --- a

[U-Boot] [PATCH 02/10] mx53evk: Remove unused SOBJS

2012-05-29 Thread Fabio Estevam
There is no .S file in this directory, so just remove SOBJS. Cc: Jason Liu Signed-off-by: Fabio Estevam --- board/freescale/mx53evk/Makefile |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/board/freescale/mx53evk/Makefile b/board/freescale/mx53evk/Makefile index b

Re: [U-Boot] [PATCH 06/10] efikamx: Remove unused SOBJS

2012-05-29 Thread Marek Vasut
Dear Fabio Estevam, > There is no .S file in this directory, so just remove SOBJS. > > Cc: Marek Vasut > Signed-off-by: Fabio Estevam Looks ok, Acked-by: Marek Vasut > --- > board/efikamx/Makefile |7 +++ > 1 files changed, 3 insertions(+), 4 deletions(-) > > diff --git a/board/ef

[U-Boot] IOMUX setting for NAND boot

2012-05-29 Thread Vikram Narayanan
Hello, If I were to use NAND as a boot device on a custom i.Mx6 based hardware, should I mention the IOMUX ALT settings in the DCD headers for the NAND pins? Thanks, Vikram ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/li

[U-Boot] [PATCH 05/10] mx51evk: Remove unused SOBJS

2012-05-29 Thread Fabio Estevam
There is no .S file in this directory, so just remove SOBJS. Signed-off-by: Fabio Estevam --- board/freescale/mx51evk/Makefile |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/board/freescale/mx51evk/Makefile b/board/freescale/mx51evk/Makefile index 470588e..224eaa3

[U-Boot] [PATCH 07/10] vision2: Remove unused SOBJS

2012-05-29 Thread Fabio Estevam
There is no .S file in this directory, so just remove SOBJS. Signed-off-by: Fabio Estevam --- board/ttcontrol/vision2/Makefile |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/board/ttcontrol/vision2/Makefile b/board/ttcontrol/vision2/Makefile index 393ad68..1e018b0 1

[U-Boot] [PATCH 03/10] mx53ard: Remove unused SOBJS

2012-05-29 Thread Fabio Estevam
There is no .S file in this directory, so just remove SOBJS. Signed-off-by: Fabio Estevam --- board/freescale/mx53ard/Makefile |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/board/freescale/mx53ard/Makefile b/board/freescale/mx53ard/Makefile index eac4b2a..335af11

[U-Boot] [PATCH 08/10] ima3-mx53: Remove unused SOBJS

2012-05-29 Thread Fabio Estevam
There is no .S file in this directory, so just remove SOBJS. Signed-off-by: Fabio Estevam --- board/esg/ima3-mx53/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/esg/ima3-mx53/Makefile b/board/esg/ima3-mx53/Makefile index f3b13bc..ab18944 100644 --- a/boa

[U-Boot] [PATCH 09/10] mx6qarm2: Remove unused SOBJS

2012-05-29 Thread Fabio Estevam
There is no .S file in this directory, so just remove SOBJS. Cc: Jason Liu Signed-off-by: Fabio Estevam --- board/freescale/mx6qarm2/Makefile |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/board/freescale/mx6qarm2/Makefile b/board/freescale/mx6qarm2/Makefile ind

[U-Boot] [PATCH 10/10] mx6qsabrelite: Remove unused SOBJS

2012-05-29 Thread Fabio Estevam
There is no .S file in this directory, so just remove SOBJS. Cc: Jason Liu Signed-off-by: Fabio Estevam --- board/freescale/mx6qsabrelite/Makefile |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/board/freescale/mx6qsabrelite/Makefile b/board/freescale/mx6qsabreli

[U-Boot] [PATCH 01/10] mx53loco: Remove unused SOBJS

2012-05-29 Thread Fabio Estevam
There is no .S file in this directory, so just remove SOBJS. Cc: Jason Liu Signed-off-by: Fabio Estevam --- board/freescale/mx53loco/Makefile |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/board/freescale/mx53loco/Makefile b/board/freescale/mx53loco/Makefile ind

[U-Boot] [PATCH 04/10] mx53smd: Remove unused SOBJS

2012-05-29 Thread Fabio Estevam
There is no .S file in this directory, so just remove SOBJS. Signed-off-by: Fabio Estevam --- board/freescale/mx53smd/Makefile |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/board/freescale/mx53smd/Makefile b/board/freescale/mx53smd/Makefile index ed8e473..8a404c8

Re: [U-Boot] [PATCH 1/3] kirkwood: add kirkwood_mpp_save/restore functions

2012-05-29 Thread Michael Walle
Am Dienstag 29 Mai 2012, 14:42:08 schrieb Prafulla Wadaskar: > And const will be a problem since mpp_ctrl will be array that will be > dynamically modified. But not within kirkwood_mpp_restore(), right? So an mpp_ctrl array would be implicitly casted from u32* to const u32*. so we would have the

Re: [U-Boot] [PATCH v2 5/7] tegra: Implement gpio_early_init() on Tamonten

2012-05-29 Thread Stephen Warren
On 05/29/2012 08:57 AM, Thierry Reding wrote: > * Kai Poggensee wrote: >> >> Hi Thierry, >> >> On 25.05.2012 19:40, Thierry Reding wrote: >>> * Stephen Warren wrote: On 05/25/2012 07:46 AM, Thierry Reding wrote: > The PI4 GPIO is used on Tamonten to reset carrier board > peripherals.

[U-Boot] [PATCH v2] mx53loco: Fix revision of Dialog boards

2012-05-29 Thread Fabio Estevam
Original code was assuming that the fuse revision version for all mx53loco boards based on Dialog PMIC was the same, which is not the case. Force the revision of all Dialog-based boards to 0. This fixes a kernel crash when PMIC is accessed in the 2.6.35 kernel for Dialog rev E boards. Signed-of

Re: [U-Boot] Detecting board revision that needs to be done after relocation

2012-05-29 Thread Fabio Estevam
On Tue, May 29, 2012 at 11:45 AM, Marek Vasut wrote: > Well ... implement board-specific hack in your boardfile that detects the PMIC > early? Yes, you are right. This works ;-) Regards, Fabio Estevam ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] [PATCH v2 5/7] tegra: Implement gpio_early_init() on Tamonten

2012-05-29 Thread Thierry Reding
* Kai Poggensee wrote: > > Hi Thierry, > > On 25.05.2012 19:40, Thierry Reding wrote: > > * Stephen Warren wrote: > >> On 05/25/2012 07:46 AM, Thierry Reding wrote: > >> > The PI4 GPIO is used on Tamonten to reset carrier board peripherals. > >> > Power sequencing hardware on the carrier pulls th

Re: [U-Boot] [PATCH 1/5] ARM: cache: Move the cp15 CR register read before flushing the cache.

2012-05-29 Thread R, Sricharan
Hi Albert, Are you planning to take up the below patch ? Thanks, Sricharan On Thu, May 17, 2012 at 3:22 PM, R Sricharan wrote: > The following is the cleanup sequence in arch/arm/cpu/armv7/cpu.c > > int cleanup_before_linux(void) > { >  ... >  ... >  dcache_disable(); >  v7_outer_cache_disabl

Re: [U-Boot] [PATCH 1/3] kirkwood: add kirkwood_mpp_save/restore functions

2012-05-29 Thread Marek Vasut
Dear Prafulla Wadaskar, this is offtopic in this thread, but I tried contacting you about thrice by now via email, maybe you didn't get those mails. To get quickly to the point, can you please try cleaning up the patches in patchwork? Thanks! Best regards, Marek Vasut _

Re: [U-Boot] Detecting board revision that needs to be done after relocation

2012-05-29 Thread Marek Vasut
Dear Fabio Estevam, > Hi, > > I need to provide a get_board_rev() function that depends on I2C probe > of a PMIC to decide between the board revision. > > I2C is only available after relocation, On arm? Not at all ;-) check arch/arm/lib/board.c > so what is the correct way to > "delay" get_boa

Re: [U-Boot] How to debug uboot code on Samsung S5pv210 chip by eclipse and JTAG?

2012-05-29 Thread Marek Vasut
Dear 坚石, > I have found some tutorials to debug uboot an samsung 2440 and > 6410 chip by JTAG .I also known I must write a init program or script > first .But I don't known to debug uboot on S5pv210 and write the init > DDR script.Anyone gives me a guide to establish the process. >Thanks.

Re: [U-Boot] [PATCH 1/3] common/cmd_rsmode.c: add imx reset mode command

2012-05-29 Thread Eric Nelson
Hi Dirk, On 05/28/2012 10:36 AM, Dirk Behme wrote: On 27.05.2012 19:16, Eric Nelson wrote: Hi Dirk, On 05/26/2012 11:04 PM, Dirk Behme wrote: Hi Troy, On 26.05.2012 23:01, Troy Kisky wrote: This is useful for forcing the ROM's usb downloader to activate upon a watchdog reset. Or, you can bo

Re: [U-Boot] [PATCH 1/3] kirkwood: add kirkwood_mpp_save/restore functions

2012-05-29 Thread Prafulla Wadaskar
> -Original Message- > From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] > Sent: 29 May 2012 18:20 > To: Prafulla Wadaskar > Cc: holger.bru...@keymile.com; u-boot@lists.denx.de > Subject: Re: [PATCH 1/3] kirkwood: add kirkwood_mpp_save/restore > functions > > On 05/29/2012

Re: [U-Boot] [PATCH 1/3] kirkwood: add kirkwood_mpp_save/restore functions

2012-05-29 Thread Valentin Longchamp
On 05/29/2012 02:06 PM, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] >> Sent: 29 May 2012 16:59 >> To: Prafulla Wadaskar >> Cc: holger.bru...@keymile.com; u-boot@lists.denx.de >> Subject: Re: [PATCH 1/3] kirkwood: a

Re: [U-Boot] [PATCH 1/3] kirkwood: add kirkwood_mpp_save/restore functions

2012-05-29 Thread Prafulla Wadaskar
> -Original Message- > From: Michael Walle [mailto:mich...@walle.cc] > Sent: 29 May 2012 03:38 > To: u-boot@lists.denx.de > Cc: Prafulla Wadaskar; Valentin Longchamp; holger.bru...@keymile.com > Subject: Re: [U-Boot] [PATCH 1/3] kirkwood: add > kirkwood_mpp_save/restore functions > > Am

Re: [U-Boot] [PATCH 3/3] spi/kirkwood: add weak functions board_spi_claim/release_bus

2012-05-29 Thread Prafulla Wadaskar
> -Original Message- > From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] > Sent: 29 May 2012 14:03 > To: Prafulla Wadaskar > Cc: holger.bru...@keymile.com; u-boot@lists.denx.de > Subject: Re: [PATCH 3/3] spi/kirkwood: add weak functions > board_spi_claim/release_bus > > On

Re: [U-Boot] [PATCH 1/3] kirkwood: add kirkwood_mpp_save/restore functions

2012-05-29 Thread Prafulla Wadaskar
> -Original Message- > From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] > Sent: 29 May 2012 16:59 > To: Prafulla Wadaskar > Cc: holger.bru...@keymile.com; u-boot@lists.denx.de > Subject: Re: [PATCH 1/3] kirkwood: add kirkwood_mpp_save/restore > functions > > >> -Origi

Re: [U-Boot] [PATCH] MMC: MSHCI: Add MSHCI driver

2012-05-29 Thread Jaehoon Chung
Hi Rajeshwari, i added Some comments. On 05/25/2012 08:51 PM, Rajeshwari Shinde wrote: > Add MSHCI driver support and resgister description for same. > > Signed-off-by: Alim Akhtar > Signed-off-by: Terry Lambert > Signed-off-by: Rajeshwari Shinde > --- > arch/arm/include/asm/arch-exynos/msh

Re: [U-Boot] [PATCH 2/3] spi/kirkwood: support spi_claim/release_bus functions

2012-05-29 Thread Valentin Longchamp
On 05/29/2012 12:29 PM, Prafulla Wadaskar wrote: >> -Original Message- >> From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] >> Sent: 29 May 2012 14:02 >> To: Prafulla Wadaskar >> Cc: holger.bru...@keymile.com; u-boot@lists.denx.de >> Subject: Re: [PATCH 2/3] spi/kirkwood: sup

Re: [U-Boot] [PATCH 1/3] kirkwood: add kirkwood_mpp_save/restore functions

2012-05-29 Thread Valentin Longchamp
>> -Original Message- >> From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] >> Sent: 29 May 2012 14:15 >> To: Prafulla Wadaskar >> Cc: holger.bru...@keymile.com; u-boot@lists.denx.de >> Subject: Re: [PATCH 1/3] kirkwood: add kirkwood_mpp_save/restore >> functions >> > ...snip.

Re: [U-Boot] [PATCH 2/3] spi/kirkwood: support spi_claim/release_bus functions

2012-05-29 Thread Prafulla Wadaskar
> -Original Message- > From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] > Sent: 29 May 2012 14:02 > To: Prafulla Wadaskar > Cc: holger.bru...@keymile.com; u-boot@lists.denx.de > Subject: Re: [PATCH 2/3] spi/kirkwood: support spi_claim/release_bus > functions > > On 05/24/

Re: [U-Boot] [PATCH 1/3] kirkwood: add kirkwood_mpp_save/restore functions

2012-05-29 Thread Prafulla Wadaskar
> -Original Message- > From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] > Sent: 29 May 2012 14:15 > To: Prafulla Wadaskar > Cc: holger.bru...@keymile.com; u-boot@lists.denx.de > Subject: Re: [PATCH 1/3] kirkwood: add kirkwood_mpp_save/restore > functions > ...snip... > >

Re: [U-Boot] [PATCH] MPC8xxx: Define cache ops for USB

2012-05-29 Thread Marek Vasut
Dear Liu Gang, > Dear Marek, > > On Fri, 2012-05-25 at 14:24 +0200, Marek Vasut wrote: > > arch/powerpc/cpu/mpc83xx/Makefile |3 +++ > > arch/powerpc/cpu/mpc83xx/cache.c | 33 > > + arch/powerpc/cpu/mpc85xx/Makefile | > > 3 +++ > > arch/powerpc/cpu/mpc

Re: [U-Boot] [PATCH] MPC8xxx: Define cache ops for USB

2012-05-29 Thread Liu Gang
Dear Marek, On Fri, 2012-05-25 at 14:24 +0200, Marek Vasut wrote: > arch/powerpc/cpu/mpc83xx/Makefile |3 +++ > arch/powerpc/cpu/mpc83xx/cache.c | 33 + > arch/powerpc/cpu/mpc85xx/Makefile |3 +++ > arch/powerpc/cpu/mpc85xx/cache.c | 33 +

Re: [U-Boot] [PATCH 1/3] kirkwood: add kirkwood_mpp_save/restore functions

2012-05-29 Thread Valentin Longchamp
On 05/24/2012 10:26 AM, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] >> Sent: 16 May 2012 16:24 >> To: Prafulla Wadaskar; holger.bru...@keymile.com >> Cc: Valentin Longchamp; u-boot@lists.denx.de; Holger Brunck; Pra

Re: [U-Boot] [PATCH 3/4 V2] USB: Drop cache flush bloat in EHCI-HCD

2012-05-29 Thread Marek Vasut
Dear Liu Gang, > Hi Marek, > > On Thu, 2012-05-24 at 15:21 +0200, Marek Vasut wrote: > > > > drivers/usb/host/ehci-hcd.c | 127 > > > > +-- 1 files changed, 27 > > > > insertions(+), 100 deletions(-) > > > > > > Unfortunately this patch breaks compiling

Re: [U-Boot] [PATCH 3/3] spi/kirkwood: add weak functions board_spi_claim/release_bus

2012-05-29 Thread Valentin Longchamp
On 05/24/2012 10:38 AM, Prafulla Wadaskar wrote: >> -Original Message- >> From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] >> Sent: 16 May 2012 16:24 >> To: Prafulla Wadaskar; holger.bru...@keymile.com >> Cc: Valentin Longchamp; u-boot@lists.denx.de; Holger Brunck; Prafulla

Re: [U-Boot] [PATCH 2/3] spi/kirkwood: support spi_claim/release_bus functions

2012-05-29 Thread Valentin Longchamp
On 05/24/2012 10:35 AM, Prafulla Wadaskar wrote: >> -Original Message- >> From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] >> Sent: 16 May 2012 16:24 >> To: Prafulla Wadaskar; holger.bru...@keymile.com >> Cc: Valentin Longchamp; u-boot@lists.denx.de; Holger Brunck; Prafulla

Re: [U-Boot] [PATCH 3/4 V2] USB: Drop cache flush bloat in EHCI-HCD

2012-05-29 Thread Liu Gang
Hi Marek, On Thu, 2012-05-24 at 15:21 +0200, Marek Vasut wrote: > > > drivers/usb/host/ehci-hcd.c | 127 > > > +-- 1 files changed, 27 > > > insertions(+), 100 deletions(-) > > > > Unfortunately this patch breaks compiling for many powerpc boards, mpc5

Re: [U-Boot] [PATCH v3] ATMEL/PIO: Enable new feature of PIO on Atmel device

2012-05-29 Thread Andreas Bießmann
Dear Bo Shen, On 28.05.2012 09:43, Bo Shen wrote: > Hi All, > > On 5/21/2012 9:50, Bo Shen wrote: >> Enable new PIO feature supported by Atmel SoC. >> Using CPU_HAS_PIO3 micro to enable PIO new feature. >> >> Signed-off-by: Bo Shen >> --- >> Changes since v1: >> - remove the legacy interface. >