[U-Boot] [PATCH V2 22/24] SPEAr: Correct SoC ID offset in misc configuration space

2012-03-30 Thread Amit Virdi
From: Shiraz Hashim SoC Core ID offset is 0x30 in miscellaneous configuration address space. It was wrongly mentioned as periph2 clk enable. Signed-off-by: Shiraz Hashim Signed-off-by: Amit Virdi Acked-by: Stefan Roese --- arch/arm/include/asm/arch-spear/spr_misc.h |2 +- 1 files changed

[U-Boot] [PATCH V2 23/24] cleanup/SPEAr: Remove unnecessary parenthesis

2012-03-30 Thread Amit Virdi
In SPEAr configuration files, unnecessary paranthesis are used in some \#defines. Remove them as they serve no purpose Signed-off-by: Amit Virdi Acked-by: Stefan Roese --- arch/arm/include/asm/arch-spear/spr_gpt.h |4 ++-- include/configs/spear-common.h|8 include/c

[U-Boot] [PATCH V2 24/24] cleanup/SPEAr: Define configuration flags more elegantly

2012-03-30 Thread Amit Virdi
In SPEAr, some of the configuration flags eg. CONFIG_SPEAR_EMI, were given value "1", which isn't required. Define the flags without assigning any value Signed-off-by: Amit Virdi Acked-by: Stefan Roese --- include/configs/spear-common.h | 16 include/configs/spear3xx_evb.h |

Re: [U-Boot] [ARM] Status for 2012.03

2012-03-30 Thread Albert ARIBAUD
Le 27/03/2012 22:18, Albert ARIBAUD a écrit : Hi all, I have been away from the list quite a few days, and will have a very tricky time catching up, so with my apologies, I ask people who need me to apply patches or pull requests for the upcoming release to please send me a private e-mail and po

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

2012-03-30 Thread Albert ARIBAUD
Hi Wolfgang, The following changes since commit 7cb30b13f12077c7eec8ce2419cd96cd65ace8e2: Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash (2012-03-23 21:59:16 +0100) are available in the git repository at: git://git.denx.de/u-boot-arm master Anatolij Gustschin (4): nhk

Re: [U-Boot] [PATCH 4/5] ARM: EXYNOS: support EXYNOS display driver

2012-03-30 Thread Minkyu Kang
Donghwa, On 30 March 2012 10:59, Donghwa Lee wrote: > This patch is for EXYNOS Display driver. > > Signed-off-by: Donghwa Lee > Signed-off-by: Inki Dae > Signed-off-by: Kyungmin Park > --- >  drivers/video/exynos_fb.c   |  160 + >  drivers/video/exynos_fb.h   |   62 +++ >  

Re: [U-Boot] [PATCH 5/5] ARM: EXYNOS: add Makefile for exynos display driver

2012-03-30 Thread Minkyu Kang
On 30 March 2012 10:59, Donghwa Lee wrote: > Update Makefile for EXYNOS display driver. > > Signed-off-by: Donghwa Lee > Signed-off-by: Inki Dae > Signed-off-by: Kyungmin Park > --- >  drivers/video/Makefile |    1 + >  1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/v

Re: [U-Boot] [PATCH 3/5] ARM: EXYNOS: add exynos lcd clock interface

2012-03-30 Thread Minkyu Kang
Donghwa, On 30 March 2012 10:59, Donghwa Lee wrote: > To get lcd source clock in EXYNOS display driver, added get_lcd_clk() > interface. > > Signed-off-by: Donghwa Lee > Signed-off-by: Inki Dae > Signed-off-by: Kyungmin Park > --- >  arch/arm/cpu/armv7/exynos/clock.c |   50 > +++

Re: [U-Boot] [PATCH 2/5]: ARM: EXYNOS: add data structure for EXYNOS display driver

2012-03-30 Thread Minkyu Kang
On 30 March 2012 10:59, Donghwa Lee wrote: > add vidinfo data structure for EXYNOS display driver. > > Signed-off-by: Donghwa Lee > Signed-off-by: Inki Dae > Signed-off-by: Kyungmin Park > --- >  include/lcd.h |   63 > - >  1 files change

[U-Boot] BDI2000 config file for mx35pdk

2012-03-30 Thread Gabriel Tisan
Hi ! Does someone has a working BDI2000 configuration file for Freescale's mx35pdk ? Thanks ! Gabriel ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] BDI2000 config file for mx35pdk

2012-03-30 Thread Stefano Babic
On 30/03/2012 11:12, Gabriel Tisan wrote: > Hi ! > > Does someone has a working BDI2000 configuration file for Freescale's mx35pdk > ? > Hi Gabriel, we are OT here. Anyway, the following configuration worked for me: [INIT] WCP15 0x0001 0x00050078; CP15 control register WCP15 0x0707

Re: [U-Boot] [PATCH v2] lsxl: add support for lschlv2 and lsxhl

2012-03-30 Thread Prafulla Wadaskar
> -Original Message- > From: Michael Walle [mailto:mich...@walle.cc] > Sent: 29 March 2012 20:09 > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de > Subject: Re: [PATCH v2] lsxl: add support for lschlv2 and lsxhl > > Am Donnerstag 29 März 2012, 16:24:23 schrieb Prafulla Wadaskar: > > >

Re: [U-Boot] [PATCH v2] spi/kirkwood: add weak functions board_spi_bus_claim/release

2012-03-30 Thread Prafulla Wadaskar
> -Original Message- > From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] > Sent: 29 March 2012 21:15 > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Gerlando Falauto; Holger Brunck > Subject: Re: [PATCH v2] spi/kirkwood: add weak functions > board_spi_bus_claim/release

Re: [U-Boot] [PATCH v2] spi/kirkwood: add weak functions board_spi_bus_claim/release

2012-03-30 Thread Valentin Longchamp
Hi Prafulla, For the simplicity of the discussion, I have removed everything in the discussion that is not relevant for the current open point. On 03/30/2012 01:34 PM, Prafulla Wadaskar wrote: > In Kirkwood specific claim_bus API, you will backup default configuration > (which is NF in your case

Re: [U-Boot] [PATCH v2 1/3] env: unify logic to check and apply changes

2012-03-30 Thread Gerlando Falauto
On 03/29/2012 10:19 PM, Marek Vasut wrote: Dear Gerlando Falauto, WD prodded me too long to review this patchset ;-D Well, better late than never! ;-) [...] +#if defined(CONFIG_CMD_NET) + else if (strcmp(name, "bootfile") == 0) { + copy_filename(BootFile, newval, sizeof(B

Re: [U-Boot] [PATCH v2 3/3] env: make "env default" selective, check and apply

2012-03-30 Thread Gerlando Falauto
On 03/29/2012 10:25 PM, Marek Vasut wrote: Dear Gerlando Falauto, Changes in the syntax (user API) for "env default": -f: override write-once variables -a: all (resetting the whole env is NOT the default behavior) Signed-off-by: Gerlando Falauto I have to admit I'm not much of a fan of

Re: [U-Boot] [PATCH v2 2/3] mmc: use sdhci.c intead of s5p_mmc.c

2012-03-30 Thread Minkyu Kang
On 30 March 2012 11:39, Jaehoon Chung wrote: > In driver mmc, generic sdhci code is implemented. > s5p_mmc file  is dupulicated. > we are good that use the generic sdhci. > This patch supported the sdhci  for Samsung-SoC. > > Signed-off-by: Jaehoon Chung > Signed-off-by: Kyungmin Park > --- >  a

Re: [U-Boot] [PATCH v2 3/3] ARM: SAMSUNG: support sdhci controller

2012-03-30 Thread Minkyu Kang
On 30 March 2012 11:39, Jaehoon Chung wrote: > To support sdhci controller, remove the CONFIG_S5P_MMC.. > Instead, use the CONFIG_S5P_SDHCI/CONFIG_SDHCI. > > Signed-off-by: Jaehoon Chung > Signed-off-by: Kyungmin Park > --- >  include/configs/origen.h            |    3 ++- >  include/configs/s5p

Re: [U-Boot] [PATCH v2] spi/kirkwood: add weak functions board_spi_bus_claim/release

2012-03-30 Thread Prafulla Wadaskar
> -Original Message- > From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] > Sent: 30 March 2012 17:45 > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Gerlando Falauto; Holger Brunck > Subject: Re: [PATCH v2] spi/kirkwood: add weak functions > board_spi_bus_claim/release

Re: [U-Boot] [PATCH v2 1/3] env: unify logic to check and apply changes

2012-03-30 Thread Marek Vasut
Dear Gerlando Falauto, > On 03/29/2012 10:19 PM, Marek Vasut wrote: > > Dear Gerlando Falauto, > > > > WD prodded me too long to review this patchset ;-D > > Well, better late than never! ;-) > > [...] > > >> +#if defined(CONFIG_CMD_NET) > >> + else if (strcmp(name, "bootfile") == 0) { > >> +

Re: [U-Boot] [PATCH v2 3/3] env: make "env default" selective, check and apply

2012-03-30 Thread Marek Vasut
Dear Gerlando Falauto, > On 03/29/2012 10:25 PM, Marek Vasut wrote: > > Dear Gerlando Falauto, > > > >> Changes in the syntax (user API) for "env default": > >>-f: override write-once variables > >>-a: all (resetting the whole env is NOT the default behavior) > >> > >> Signed-off-by: Ger

Re: [U-Boot] [ARM] Status for 2012.03

2012-03-30 Thread Simon Glass
+Marek Hi Albert, On Fri, Mar 30, 2012 at 12:08 AM, Albert ARIBAUD wrote: > Le 27/03/2012 22:18, Albert ARIBAUD a écrit : >> >> Hi all, >> >> >> I have been away from the list quite a few days, and will have a very >> tricky time catching up, so with my apologies, I ask people who need me >> to

Re: [U-Boot] [PATCH v2 1/3] env: unify logic to check and apply changes

2012-03-30 Thread Gerlando Falauto
On 03/30/2012 03:08 PM, Marek Vasut wrote: Dear Gerlando Falauto, On 03/29/2012 10:19 PM, Marek Vasut wrote: Dear Gerlando Falauto, WD prodded me too long to review this patchset ;-D Well, better late than never! ;-) [...] +#if defined(CONFIG_CMD_NET) + else if (strcmp(name, "bootf

Re: [U-Boot] [PATCH v2 3/3] env: make "env default" selective, check and apply

2012-03-30 Thread Gerlando Falauto
On 03/30/2012 03:09 PM, Marek Vasut wrote: Dear Gerlando Falauto, On 03/29/2012 10:25 PM, Marek Vasut wrote: Dear Gerlando Falauto, Changes in the syntax (user API) for "env default": -f: override write-once variables -a: all (resetting the whole env is NOT the default behavior) Sig

[U-Boot] [PATCH] post: remove #warning for kirkwood CPUs

2012-03-30 Thread Valentin Longchamp
Since commit 96f5c4b the needed functions (get_ticks() and get_tbclk() ) are defined for kirkwood CPUs as well. This warning is then not relevant anymore. Signed-off-by: Valentin Longchamp cc: Holger Brunck cc: Prafulla Wadaskar cc: Albert Aribaud --- post/post.c |3 +-- 1 files changed,

Re: [U-Boot] [ARM] Status for 2012.03

2012-03-30 Thread Valentin Longchamp
Hi Albert, On 03/30/2012 09:08 AM, Albert ARIBAUD wrote: > Le 27/03/2012 22:18, Albert ARIBAUD a écrit : >> Hi all, >> >> I have been away from the list quite a few days, and will have a very >> tricky time catching up, so with my apologies, I ask people who need me >> to apply patches or pull req

Re: [U-Boot] [ARM] Status for 2012.03

2012-03-30 Thread Marek Vasut
Dear Simon Glass, > +Marek > > Hi Albert, > > On Fri, Mar 30, 2012 at 12:08 AM, Albert ARIBAUD > > wrote: > > Le 27/03/2012 22:18, Albert ARIBAUD a écrit : > >> Hi all, > >> > >> > >> I have been away from the list quite a few days, and will have a very > >> tricky time catching up, so with

Re: [U-Boot] [PATCH v2 1/3] env: unify logic to check and apply changes

2012-03-30 Thread Marek Vasut
Dear Gerlando Falauto, > On 03/30/2012 03:08 PM, Marek Vasut wrote: > > Dear Gerlando Falauto, > > > >> On 03/29/2012 10:19 PM, Marek Vasut wrote: > >>> Dear Gerlando Falauto, > >>> > >>> WD prodded me too long to review this patchset ;-D > >> > >> Well, better late than never! ;-) > >> > >> [

Re: [U-Boot] [ARM] Status for 2012.03

2012-03-30 Thread Simon Glass
Hi Marek, On Fri, Mar 30, 2012 at 6:52 AM, Marek Vasut wrote: > Dear Simon Glass, > >> +Marek >> >> Hi Albert, >> >> On Fri, Mar 30, 2012 at 12:08 AM, Albert ARIBAUD >> >> wrote: >> > Le 27/03/2012 22:18, Albert ARIBAUD a écrit : >> >> Hi all, >> >> >> >> >> >> I have been away from the list qui

Re: [U-Boot] [PATCH v2] lsxl: add support for lschlv2 and lsxhl

2012-03-30 Thread Michael Walle
Hi Prafulla, [ I'm CCing Wolfgang on this, because i don't know who's responsible for the build/make infrastructure. ] > AFAIK, you need to pass only "u-boot.kwb" to the make (no $(okj) needed) Sorry you're wrong here, that won't work for out-of-tree builds, see below. [mw@thanatos b-u-boot]$

[U-Boot] [PATCH] km_arm: use filesize for erase in update command

2012-03-30 Thread Valentin Longchamp
We used to have an arbitrary value, which can be a problem if we have a u-boot image that is bigger than this value. This patch is dependant on the whole km/arm series and will be included in the v3 of the series if there is one. Signed-off-by: Valentin Longchamp cc: Holger Brunck cc: Gerlando

[U-Boot] [PATCH] ARM1136: add cache flush and invalidate operations

2012-03-30 Thread Anatolij Gustschin
Since commit 5c1ad3e6f8ae578bbe30e09652f1531e9bc22031 (net: fec_mxc: allow use with cache enabled) the FEC_MXC driver uses flush_dcache_range() and invalidate_dcache_range() functions. This driver is also configured for ARM1136 based 'flea3' and 'mx35pdk' boards which currently do not build as ther

Re: [U-Boot] [PATCH v2 1/3] env: unify logic to check and apply changes

2012-03-30 Thread Gerlando Falauto
On 03/30/2012 03:55 PM, Marek Vasut wrote: Dear Gerlando Falauto, On 03/30/2012 03:08 PM, Marek Vasut wrote: Dear Gerlando Falauto, On 03/29/2012 10:19 PM, Marek Vasut wrote: [...] + return 0; + } +#endif + return 0; +} + [...] --- a/include/search.h +++ b/in

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

2012-03-30 Thread Tom Rini
On Thu, Mar 29, 2012 at 10:35 PM, Albert ARIBAUD wrote: > Hi Tom, > > Le 30/03/2012 02:58, Tom Rini a écrit : > >> On Thu, Mar 29, 2012 at 4:51 PM, Albert ARIBAUD >>  wrote: >>> >>> Hi Tom, >>> >>> Le 29/03/2012 20:01, Tom Rini a écrit : On Wed, Mar 28, 2012 at 2:54 PM, Tom Rini  

Re: [U-Boot] [PATCH] ARM1136: add cache flush and invalidate operations

2012-03-30 Thread Stefano Babic
On 30/03/2012 16:02, Anatolij Gustschin wrote: > Since commit 5c1ad3e6f8ae578bbe30e09652f1531e9bc22031 Hi Antolji, > (net: fec_mxc: allow use with cache enabled) the FEC_MXC > driver uses flush_dcache_range() and invalidate_dcache_range() > functions. This driver is also configured for ARM1136 ba

Re: [U-Boot] [PATCH v2 1/3] env: unify logic to check and apply changes

2012-03-30 Thread Marek Vasut
Dear Gerlando Falauto, > On 03/30/2012 03:55 PM, Marek Vasut wrote: > > Dear Gerlando Falauto, > > > >> On 03/30/2012 03:08 PM, Marek Vasut wrote: > >>> Dear Gerlando Falauto, > >>> > On 03/29/2012 10:19 PM, Marek Vasut wrote: > [...] > > >> + return 0; > >> + } >

Re: [U-Boot] [ARM] Status for 2012.03

2012-03-30 Thread Marek Vasut
Dear Simon Glass, > Hi Marek, > > On Fri, Mar 30, 2012 at 6:52 AM, Marek Vasut wrote: > > Dear Simon Glass, > > > >> +Marek > >> > >> Hi Albert, > >> > >> On Fri, Mar 30, 2012 at 12:08 AM, Albert ARIBAUD > >> > >> wrote: > >> > Le 27/03/2012 22:18, Albert ARIBAUD a écrit : > >> >> Hi all, >

Re: [U-Boot] [PATCH] ARM1136: add cache flush and invalidate operations

2012-03-30 Thread Anatolij Gustschin
Hi Stefano, On Fri, 30 Mar 2012 16:20:19 +0200 Stefano Babic wrote: > On 30/03/2012 16:02, Anatolij Gustschin wrote: > > Since commit 5c1ad3e6f8ae578bbe30e09652f1531e9bc22031 > > Hi Antolji, > > > (net: fec_mxc: allow use with cache enabled) the FEC_MXC > > driver uses flush_dcache_range() and

Re: [U-Boot] [PATCH] ARM1136: add cache flush and invalidate operations

2012-03-30 Thread Stefano Babic
On 30/03/2012 16:35, Anatolij Gustschin wrote: > Hi Stefano, > > On Fri, 30 Mar 2012 16:20:19 +0200 > Stefano Babic wrote: > >> On 30/03/2012 16:02, Anatolij Gustschin wrote: >>> Since commit 5c1ad3e6f8ae578bbe30e09652f1531e9bc22031 >> >> Hi Antolji, >> >>> (net: fec_mxc: allow use with cache en

Re: [U-Boot] [PATCH] ARM1136: add cache flush and invalidate operations

2012-03-30 Thread Marek Vasut
Dear Stefano Babic, > On 30/03/2012 16:35, Anatolij Gustschin wrote: > > Hi Stefano, > > > > On Fri, 30 Mar 2012 16:20:19 +0200 > > > > Stefano Babic wrote: > >> On 30/03/2012 16:02, Anatolij Gustschin wrote: > >>> Since commit 5c1ad3e6f8ae578bbe30e09652f1531e9bc22031 > >> > >> Hi Antolji, > >

Re: [U-Boot] ext2 file system performance

2012-03-30 Thread Jason
On Thu, Mar 15, 2012 at 09:20:34PM -0400, jonsm...@gmail.com wrote: > The ext2 file system code is reading the kernel image off from my SD > card one sector at a time. Of course this takes 61 seconds to get the > kernel in to memory. Loading the same kernel off from the same SD on > FAT takes less

[U-Boot] zImage and raw ramdisk support -- test

2012-03-30 Thread Marek Vasut
Guys, I need final test on as much platforms as possible. Can you please run these two following patches and tell me if they work with zImage and raw ramdisk for you? http://patchwork.ozlabs.org/patch/146848/ http://patchwork.ozlabs.org/patch/147440/ I can't promise they will make it to this r

Re: [U-Boot] [PATCH] ARM1136: add cache flush and invalidate operations

2012-03-30 Thread Anatolij Gustschin
Hi, On Fri, 30 Mar 2012 17:28:03 +0200 Marek Vasut wrote: ... > > > I pulled u-boot-arm.git master for build tests and see this > > > change on the FEC driver in resulting tree. > > > > However, Albert has sent a report > > http://www.mail-archive.com/u-boot@lists.denx.de/msg80566.html > > > >

[U-Boot] [PATCH] mx28evk: fix build error

2012-03-30 Thread Anatolij Gustschin
Fix: drivers/mmc/libmmc.o: In function `mxsmmc_send_cmd': /home/ag/git/u-boot/drivers/mmc/mxsmmc.c:210: undefined reference to `mxs_dma_desc_append' /home/ag/git/u-boot/drivers/mmc/mxsmmc.c:211: undefined reference to `mxs_dma_go' drivers/mmc/libmmc.o: In function `mxsmmc_initialize': /home/ag/gi

Re: [U-Boot] [PATCH] mx28evk: fix build error

2012-03-30 Thread Fabio Estevam
On Fri, Mar 30, 2012 at 12:45 PM, Anatolij Gustschin wrote: > Fix: > drivers/mmc/libmmc.o: In function `mxsmmc_send_cmd': > /home/ag/git/u-boot/drivers/mmc/mxsmmc.c:210: undefined reference to > `mxs_dma_desc_append' > /home/ag/git/u-boot/drivers/mmc/mxsmmc.c:211: undefined reference to > `mxs_d

Re: [U-Boot] [PATCH v2 1/3] mmc: sdhci: fix the wrong operation when response type is R1b

2012-03-30 Thread Lei Wen
Hi Jaehoon, On Fri, Mar 30, 2012 at 2:23 PM, Jaehoon Chung wrote: > On 03/30/2012 02:24 PM, Lei Wen wrote: > >> Hi Jaehoon, >> >> On Fri, Mar 30, 2012 at 12:36 PM, Jaehoon Chung >> wrote: >>> Hi Lei. >>> >>> First, thanks for implemented the generic sdhci controller. >> >> It is my pleasure to

Re: [U-Boot] [PATCH] ARM1136: add cache flush and invalidate operations

2012-03-30 Thread Stefano Babic
On 30/03/2012 17:28, Marek Vasut wrote: >> >> However, Albert has sent a report >> http://www.mail-archive.com/u-boot@lists.denx.de/msg80566.html >> >> a none of these boards was broken. But I see now that other boards are >> affected (the mx28evk does not compile due to missing CONFIG_APBH_DMA).

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

2012-03-30 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message you wrote: > Dear Wolfgang Denk. > > Please pull u-boot-sh/master. > > The following changes since commit 7cb30b13f12077c7eec8ce2419cd96cd65ace8e2= > : > > Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash > (2012-03-23 21:59:16 +0100) > > are a

Re: [U-Boot] Pull request - microblaze

2012-03-30 Thread Wolfgang Denk
Dear Michal Simek, In message <4f71b03a.8050...@monstr.eu> you wrote: > Dear Wolfgang Denk, > > Please pull this one patch when merge window is open. > > Thanks, > Michal > > > The following changes since commit 7cb30b13f12077c7eec8ce2419cd96cd65ace8e2: >Wolfgang Denk (1): > Merge

Re: [U-Boot] [PATCH] ARM1136: add cache flush and invalidate operations

2012-03-30 Thread Marek Vasut
Dear Stefano Babic, > On 30/03/2012 17:28, Marek Vasut wrote: > >> However, Albert has sent a report > >> > >> http://www.mail-archive.com/u-boot@lists.denx.de/msg80566.html > >> > >> a none of these boards was broken. But I see now that other boards are > >> affected (the mx28evk does not comp

Re: [U-Boot] [PATCH] mx6qsabrelite: Fix the serial console port

2012-03-30 Thread Fabio Estevam
Hi Stefano, On Wed, Mar 28, 2012 at 4:45 PM, Fabio Estevam wrote: > On mx6qsabrelite the console is ttymxc1. > > Signed-off-by: Fabio Estevam Along with the mx28 README patches, this one would be nice to get into 12.03 as well. Thanks, Fabio Estevam ___

Re: [U-Boot] [PATCH] ARM1136: add cache flush and invalidate operations

2012-03-30 Thread Stefano Babic
On 30/03/2012 18:05, Marek Vasut wrote: >> >> I am testing Anatolij's patch on mx35pdk. >> >> TFTP from server 192.168.2.14; our IP address is 192.168.2.97 >> Filename 'mx35pdk/uImage'. >> Load address: 0x8080 >> Loading: Misaligned cache operation [8fe726e8, 8fe72728] >> >> However, data is co

Re: [U-Boot] [PATCH] post: remove #warning for kirkwood CPUs

2012-03-30 Thread Wolfgang Denk
Dear Valentin Longchamp, In message <1333114168-7151-1-git-send-email-valentin.longch...@keymile.com> you wrote: > Since commit 96f5c4b the needed functions (get_ticks() and get_tbclk() ) > are defined for kirkwood CPUs as well. This warning is then not relevant > anymore. > > Signed-off-by: Val

Re: [U-Boot] ext2 file system performance

2012-03-30 Thread jonsm...@gmail.com
Much better 3.5 seconds versus the old 61 seconds. It is still slower than FAT which can load in less than one second. Can those 40 sequential reads starting at 1034 be combined? Read trace from EXT2. EA3131-NXP # ext2load mmc 0:3 0x3000 uImage Loading file "uImage" from mmc device 0:3 (x

Re: [U-Boot] [PATCH v2 1/3] env: unify logic to check and apply changes

2012-03-30 Thread Gerlando Falauto
On 03/30/2012 03:00 PM, Gerlando Falauto wrote: On 03/29/2012 10:19 PM, Marek Vasut wrote: [...] +#if defined(CONFIG_CMD_NET) + else if (strcmp(name, "bootfile") == 0) { + copy_filename(BootFile, newval, sizeof(BootFile)); Can you remove the camel-case here please? That's code I just moved

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

2012-03-30 Thread Anatolij Gustschin
Hello Wolfgang, Please pull various fixes and patches that have been submitted before merge window was closed. There is one patch from me, I know that I may not push my own patches through the staging tree. But this patch is trivial and has been acked by two people, so I hope this is okay. The fo

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

2012-03-30 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4f755c4a.5090...@aribaud.net> you wrote: > Hi Wolfgang, > > The following changes since commit 7cb30b13f12077c7eec8ce2419cd96cd65ace8e2: > >Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash > (2012-03-23 21:59:16 +0100) > > are available in the gi

[U-Boot] [PATCH v2] OMAP: Move omap1510inn to Unmaintained / Orphaned

2012-03-30 Thread Tom Rini
After removing omap1610inn for not building, move omap1510inn to orphaned as it had the same maintainer. Signed-off-by: Tom Rini --- MAINTAINERS |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 72f8b64..708ded7 100644 --- a/MAINTAINER

Re: [U-Boot] Pull request: u-boot-staging

2012-03-30 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <20120330192423.3cd8e85c@wker> you wrote: > Hello Wolfgang, > > Please pull various fixes and patches that have been submitted > before merge window was closed. There is one patch from me, I know > that I may not push my own patches through the staging tree. Bu

Re: [U-Boot] [PATCH v2 02/20] i2c: Add TPS6586X driver

2012-03-30 Thread Simon Glass
Hi Heiko, On Sat, Jan 14, 2012 at 11:30 PM, Heiko Schocher wrote: > Hello Simon, > > Simon Glass wrote: >> This power management chip supports battery charging and a large number >> of power supplies. This initial driver only provides the ability to adjust >> the two synchronous buck converters S

Re: [U-Boot] [PATCH v2 0/20] tegra: warmboot (suspend / resume) support

2012-03-30 Thread Simon Glass
+Nvidia warmboot authors Hi Tom, On Sat, Jan 14, 2012 at 8:06 PM, Mike Frysinger wrote: > there are a few patches here where the Author hasn't provided his s-o-b tag, > so that'll need fixing ... > -mike I am going to post a new v3 series - can you please organise people to replace to each patc

Re: [U-Boot] zImage and raw ramdisk support -- test

2012-03-30 Thread Robert Nelson
On Fri, Mar 30, 2012 at 10:38 AM, Marek Vasut wrote: > Guys, > > I need final test on as much platforms as possible. Can you please run these > two > following patches and tell me if they work with zImage and raw ramdisk for > you? > > http://patchwork.ozlabs.org/patch/146848/ > http://patchwork

Re: [U-Boot] [PATCH] drivers/mmc/tegra2_mmc.c: fix GCC 4.6 warning

2012-03-30 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1332942000-4992-1-git-send-email-ag...@denx.de> you wrote: > Fix: > tegra2_mmc.c: In function 'mmc_send_cmd': > tegra2_mmc.c:230:3: warning: 'mask' may be used uninitialized in this > function [-Wuninitialized] > > Signed-off-by: Anatolij Gustschin > Cc: Doug

Re: [U-Boot] [PATCH] drivers/mmc/mmc.c: Fix build warning

2012-03-30 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1333005872-4325-1-git-send-email-ag...@denx.de> you wrote: > Fix: > mmc.c: In function 'mmc_bounce_buffer_start': > mmc.c:132:13: warning: no return statement in function returning > non-void [-Wreturn-type] > > Signed-off-by: Anatolij Gustschin > Cc: Andy Fl

[U-Boot] [PULL] u-boot-usb/master

2012-03-30 Thread Marek Vasut
The following changes since commit 7cb30b13f12077c7eec8ce2419cd96cd65ace8e2: Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash (2012-03-23 21:59:16 +0100) are available in the git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to f9da0f8943288

Re: [U-Boot] zImage and raw ramdisk support -- test

2012-03-30 Thread Marek Vasut
Dear Robert Nelson, > On Fri, Mar 30, 2012 at 10:38 AM, Marek Vasut wrote: > > Guys, > > > > I need final test on as much platforms as possible. Can you please run > > these two following patches and tell me if they work with zImage and raw > > ramdisk for you? > > > > http://patchwork.ozlabs.o

Re: [U-Boot] [PATCH] command, log: print with "log show" a full logbuffer

2012-03-30 Thread Wolfgang Denk
Dear Heiko Schocher, In message <1329390141-5356-1-git-send-email...@denx.de> you wrote: > If the logbuffer contains LOGBUFF_LEN chars, they never got > printed with the "log show" command, because chars get > printed with the following for loop: > > for (i = 0; i < (size & LOGBUFF_MASK); i++) {

Re: [U-Boot] [PATCH v2 1/2] cosmetic: command, log: Coding Style cleanup

2012-03-30 Thread Wolfgang Denk
Dear Heiko Schocher, In message <1329724730-22694-1-git-send-email...@denx.de> you wrote: > Signed-off-by: Heiko Schocher > Acked-by: Detlev Zundel > > --- > - changes for v2: > add cosmetic prefix as Detlev Zundel suggested. > > common/cmd_log.c | 98 -

[U-Boot] standalone hello_world example crashes on PowerPC

2012-03-30 Thread Manukumar
I have also experienced the same problem, by using command md.w E8008080 10. according to our memory map of our custom board. please give solution or what is the cause for this problem. manukumar signal-networks ___ U-Boot mailing list U-Boot@lists.

Re: [U-Boot] [PATCH 2/2] command, log: print log->v2.con value in the "log info" command

2012-03-30 Thread Wolfgang Denk
Dear Heiko Schocher, In message <1329294067-4472-2-git-send-email...@denx.de> you wrote: > print in the "log info" command, if "log_version = 2" also the > value from "log->v2.con". > > Signed-off-by: Heiko Schocher > --- > [hs@pollux u-boot]$ ./tools/checkpatch.pl > 20120215/0002-command-log-p

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

2012-03-30 Thread Anatolij Gustschin
Hello Wolfgang, On Fri, 24 Feb 2012 11:39:24 +0800 Thomas Chou wrote: > Dear Wolfgang, > > The following changes since commit 2acca35ce4604dcef933f07d90aa9c9c930e1049: > > Merge branch 'master' of git://git.denx.de/u-boot-mmc (2012-02-17 23:54:46 > +0100) > > are available in the git repos

Re: [U-Boot] [PATCH V4] MAKEALL: Add -m/-M option to determine maintainers

2012-03-30 Thread Wolfgang Denk
Dear Marek Vasut, In message <1330996251-24214-1-git-send-email-ma...@denx.de> you wrote: > The -m option tries to find the board in MAINTAINERS file and figure out the > email. The -M option lists boards including their maintainers emails and all > affiliated emails. There are multiple strategies

Re: [U-Boot] [PATCH 2/2] Add support for loading and saving the environment to a FAT partition

2012-03-30 Thread Wolfgang Denk
Dear Maximilian Schwerin, In message <1331632670-14874-2-git-send-email-...@tigris.de> you wrote: > The following must be defined: > > CONFIG_ENV_IS_IN_FAT > Enable this saving environment to FAT. > > FAT_ENV_INTERFACE > Interface the FAT resides on (e.g. mmc). > > FAT_ENV_DEVICE >

Re: [U-Boot] [PATCH 1/2] pci: get rid of local prototypes

2012-03-30 Thread Wolfgang Denk
Dear "Linus Walleij", In message <1332713585-11084-1-git-send-email-linus.wall...@linaro.org> you wrote: > two boards were redeclaring pciauto_region_allocate() in their local > scope for no obvious reason, the function is in anyway, > this is probably just copying artifacts and old cruft. > >

Re: [U-Boot] [PATCH 2/2] pci: declare pciauto functions in header

2012-03-30 Thread Wolfgang Denk
Dear "Linus Walleij", In message <1332713595-11120-1-git-send-email-linus.wall...@linaro.org> you wrote: > The FSL PCI driver uses local prototypes for > pciauto_[pre|post]scan_setup_bridge(), this does not seem right, > so move them to the file. > > Fixed a small extern declaration too, this i

Re: [U-Boot] [PATCH V4] MAKEALL: Add -m/-M option to determine maintainers

2012-03-30 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <1330996251-24214-1-git-send-email-ma...@denx.de> you wrote: > > The -m option tries to find the board in MAINTAINERS file and figure out > > the email. The -M option lists boards including their maintainers emails > > and all affiliated emai

Re: [U-Boot] [PATCH 2/2] pci: declare pciauto functions in header

2012-03-30 Thread Wolfgang Denk
Dear "Linus Walleij", In message <1332713595-11120-1-git-send-email-linus.wall...@linaro.org> you wrote: > The FSL PCI driver uses local prototypes for > pciauto_[pre|post]scan_setup_bridge(), this does not seem right, > so move them to the file. > > Fixed a small extern declaration too, this i

Re: [U-Boot] [PATCH] mx28evk: fix build error

2012-03-30 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1333122327-5033-1-git-send-email-ag...@denx.de> you wrote: > Fix: > drivers/mmc/libmmc.o: In function `mxsmmc_send_cmd': > /home/ag/git/u-boot/drivers/mmc/mxsmmc.c:210: undefined reference to > `mxs_dma_desc_append' > /home/ag/git/u-boot/drivers/mmc/mxsmmc.c:2

Re: [U-Boot] [PATCH V6] BOOT: Add "bootz" command to boot Linux zImage on ARM

2012-03-30 Thread Wolfgang Denk
Dear Marek Vasut, In message <1331797965-7415-1-git-send-email-ma...@denx.de> you wrote: > From: Marek Vasut > > This command boots Linux zImage from where the zImage is loaded to. Passing > initrd and fdt is supported. > > Tested on i.MX28 based DENX M28EVK > Tested on PXA270 based Voipac PXA2

Re: [U-Boot] [PATCH v2 0/20] tegra: warmboot (suspend / resume) support

2012-03-30 Thread Tom Warren
Will do. Jimmy/Wei/Yen - I'll send you an update when Simon posts v3 to u-boot@lists.denx.de, and you'll have to respond with a review (Acked-by) and Signed-off-by for each part of the patch series you originally authored. Thanks, Tom > -Original Message- > From: s...@google.com [mail

Re: [U-Boot] [PATCH] BOOT: Add RAW ramdisk support to bootz

2012-03-30 Thread Wolfgang Denk
Dear Rob Herring, In message <1332107278-24123-1-git-send-email-robherri...@gmail.com> you wrote: > From: Marek Vasut > > This patch allows loading RAW ramdisk via bootz command. The raw ramdisk is > loaded only in case it's size is specified: > > bootz : > > For example: > > bootz 0x42

Re: [U-Boot] [PATCH v2 0/3] Enable access to FAT filesystem in an ISO9660 El-Torito volume

2012-03-30 Thread Wolfgang Denk
Dear Marek Vasut, In message <201202270008.56572.ma...@denx.de> you wrote: > > This series fixes several bugs in the FAT code and the USB storage > > stack to make it possible to read from a FAT filesystem image embedded > > as an "El-Torito boot image" in an ISO9660 volume (IE: a CD or DVD). > >

Re: [U-Boot] [PATCH] BOOT: Add RAW ramdisk support to bootz

2012-03-30 Thread Wolfgang Denk
Dear Rob & Marek, In message <1332107278-24123-1-git-send-email-robherri...@gmail.com> you wrote: > From: Marek Vasut > > This patch allows loading RAW ramdisk via bootz command. The raw ramdisk is > loaded only in case it's size is specified: > > bootz : > > For example: > > bootz 0x42

[U-Boot] [PATCH] RAMDISK: Fix unused variable issue caused by raw rd support

2012-03-30 Thread Marek Vasut
image.c: In function ‘boot_get_ramdisk’: image.c:800:8: warning: unused variable ‘end’ [-Wunused-variable] Signed-off-by: Marek Vasut Cc: Wolfgang Denk --- common/image.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/common/image.c b/common/image.c index 103e0e6..342

[U-Boot] [PATCH] RAMDISK: Fix unused variable issue caused by raw rd support

2012-03-30 Thread Marek Vasut
image.c: In function ‘boot_get_ramdisk’: image.c:800:8: warning: unused variable ‘end’ [-Wunused-variable] Signed-off-by: Marek Vasut --- common/image.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/image.c b/common/image.c index 103e0e6..d55d448 100644 --- a/c

Re: [U-Boot] zImage and raw ramdisk support -- test

2012-03-30 Thread Wolfgang Denk
Dear Marek Vasut, In message <201203302224.20196.marek.va...@gmail.com> you wrote: > > > and used todays u-boot git head: > > http://git.denx.de/?p=u-boot.git;a=commit;h=7cb30b13f12077c7eec8ce2419cd96c > > d65ace8e2 > > And it makes u-boot about 20% cooler, doesn't it ;-) No. Just so many more

Re: [U-Boot] [PATCH] RAMDISK: Fix unused variable issue caused by raw rd support

2012-03-30 Thread Wolfgang Denk
Dear Marek Vasut, In message <1333142566-30899-1-git-send-email-ma...@denx.de> you wrote: > image.c: In function ‘boot_get_ramdisk’: > image.c:800:8: warning: unused variable ‘end’ [-Wunused-variable] > > Signed-off-by: Marek Vasut > --- > common/image.c |2 +- > 1 files changed, 1 insertio

Re: [U-Boot] [PATCH] RAMDISK: Fix unused variable issue caused by raw rd support

2012-03-30 Thread Wolfgang Denk
Dear Marek Vasut, In message <1333142350-27117-1-git-send-email-ma...@denx.de> you wrote: > image.c: In function ‘boot_get_ramdisk’: > image.c:800:8: warning: unused variable ‘end’ [-Wunused-variable] > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > --- > common/image.c |2 ++ > 1 file

Re: [U-Boot] [PULL] u-boot-usb/master

2012-03-30 Thread Wolfgang Denk
Dear Marek Vasut, In message <201203302223.18444.ma...@denx.de> you wrote: > The following changes since commit 7cb30b13f12077c7eec8ce2419cd96cd65ace8e2: > > Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash (2012-03-23 > 21:59:16 +0100) > > are available in the git repository at: >

Re: [U-Boot] [PATCH 1/3] net/ethoc: use flush_dcache_range instead of flush_dcache

2012-03-30 Thread Wolfgang Denk
Dear Stefan Kristiansson, In message <1320410288-15008-2-git-send-email-stefan.kristians...@saunalahti.fi> you wrote: > flush_dcache is not declared in the common.h API, > flush_dcache_range however is > > Signed-off-by: Stefan Kristiansson > Cc: Ben Warren > Cc: Thomas Chou > --- > drivers/

Re: [U-Boot] [PATCH 2/3] net/altera_tse: use flush_dcache_range instead of flush_dcache

2012-03-30 Thread Wolfgang Denk
Dear Stefan Kristiansson, In message <1320410288-15008-3-git-send-email-stefan.kristians...@saunalahti.fi> you wrote: > flush_dcache is not declared in the common.h API, > flush_dcache_range however is > > Signed-off-by: Stefan Kristiansson > Cc: Ben Warren > Cc: Thomas Chou > --- > drivers/

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

2012-03-30 Thread Wolfgang Denk
Dear Anatolij, In message <20120330223420.10a5d121@wker> you wrote: > Hello Wolfgang, > > On Fri, 24 Feb 2012 11:39:24 +0800 > Thomas Chou wrote: > > > Dear Wolfgang, > > > > The following changes since commit 2acca35ce4604dcef933f07d90aa9c9c930e1049: > > > > Merge branch 'master' of git://

[U-Boot] [U-boot][INQUIRY] Intel 82599 10Gbe ethernet driver

2012-03-30 Thread Timothy Smyth
Hello, This email is in regards to the i82599 driver being ported to U-Boot. Is anyone currently working on it? If not, I'm going to start adding it in. I should have something usable in a couple of weeks and I will conduct my testing on a P4080DS. Thank you. Regards, Timothy M. Smyth ___

Re: [U-Boot] [PATCH 1/4] net: ll_temac: Add LL TEMAC driver to u-boot

2012-03-30 Thread Stephan Linz
Hello Joe and Michal, Am Mittwoch, den 28.03.2012, 09:53 +0200 schrieb Michal Simek: > Hi Joe, > > >> Stephan Linz wrote: > >>> Xilinx LocalLink Tri-Mode Ether MAC driver can be > >>> used by Xilinx Microblaze or Xilinx ppc405/440 in > >>> SDMA and FIFO mode. DCR or XPS bus can be used. > >> Joe

[U-Boot] [STATUS] v2012.04-rc1 is out

2012-03-30 Thread Wolfgang Denk
Hi everybody, after long struggeling we finally have a -rc1. Please help testing, so we can fix the remaining issues before the release, which I decided to shift to April 21, 2012. Thanks to all who helped. Please note: Any help with processing patch backlog, for example through the u-boot-st

[U-Boot] How to distinguish between the Linux kernel version above 3.0

2012-03-30 Thread 徐阳
Dear list, On the http://www.kernel.org/ , there are three stable version:3.0 ,3.1,and 3.2. Linux like crazy has introduced a new version.Present's edition naming method is as if different with 2.x. What do these editions have to distinguish? Best regards, Xu Yang ___

Re: [U-Boot] How to distinguish between the Linux kernel version above 3.0

2012-03-30 Thread Mike Frysinger
On Friday 30 March 2012 21:53:23 徐阳 wrote: > On the http://www.kernel.org/ , there are three stable version:3.0 ,3.1,and > 3.2. > Linux like crazy has introduced a new version.Present's edition naming > method is as if different with 2.x. > What do these editions have to distinguish? this list is

Re: [U-Boot] [PATCH] Malloc: Fix -Wundef warnings

2012-03-30 Thread Mike Frysinger
On Thursday 29 March 2012 15:28:15 Marek Vasut wrote: > In file included from arch/arm/lib/board.c:43:0: > include/malloc.h:490:5: warning: "HAVE_MMAP" is not defined [-Wundef] > include/malloc.h:590:5: warning: "HAVE_USR_INCLUDE_MALLOC_H" is not defined > [-Wundef] include/malloc.h:757:5: warning:

Re: [U-Boot] How to distinguish between the Linux kernel version above 3.0

2012-03-30 Thread James W.
head Makefile On Sat, Mar 31, 2012 at 9:53 AM, 徐阳 wrote: > Dear list, > On the http://www.kernel.org/ , there are three stable version:3.0 > ,3.1,and > 3.2. > Linux like crazy has introduced a new version.Present's edition naming > method is as if different with 2.x. > What do these editions hav

Re: [U-Boot] [STATUS] v2012.04-rc1 is out

2012-03-30 Thread Dirk Behme
On 31.03.2012 01:40, Wolfgang Denk wrote: Hi everybody, after long struggeling we finally have a -rc1. :) Please help testing, so we can fix the remaining issues before the release, which I decided to shift to April 21, 2012. Thanks to all who helped. Please note: Any help with processing

  1   2   >