Re: [U-Boot] [PATCH 14/26 v2][NEXT] ARM: implement relocation for ARM V7 (OMAP)

2010-09-18 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4c95a8a0.6080...@denx.de> you wrote: > > > With USE_PRIVATE_LIBGCC=yes these veneer* routines go away and the > > problem is gone. > > Maybe, you can document this in doc/README.arm-relocation, in > a problem/solution chapter? No, I consider this a problem / inc

Re: [U-Boot] [PATCH 14/26 v2][NEXT] ARM: implement relocation for ARM V7 (OMAP)

2010-09-18 Thread Wolfgang Denk
Dear John Rigby, In message you wrote: > > I worded this poorly. I write to memory using mw at the u-boot > command line. I write to the region where u-boot was running prior to > relocation: > > OMAP3 beagleboard.org # mw.b 8000 ff 100 Ah, now I understand. So it seems that in you

Re: [U-Boot] [PATCH 14/26 v2][NEXT] ARM: implement relocation for ARM V7 (OMAP)

2010-09-18 Thread Heiko Schocher
Hello John, John Rigby wrote: > Dear Wolfgang, > > Thanks for the feedback. > > On Fri, Sep 17, 2010 at 4:02 PM, Wolfgang Denk wrote: >> Dear John, >> >> In message >> you wrote: >>> I noticed that when I wrote to ram in the range where u-boot runs >>> before being relocated sometimes the boa

Re: [U-Boot] [PATCH 12/26 v2][NEXT] ARM: add relocation support

2010-09-18 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > Dear Albert ARIBAUD, > > In message <4c953ec4.2090...@free.fr> you wrote: >>> +#if defined(CONFIG_BOARD_EARLY_INIT_F) >>> + board_early_init_f, >>> +#endif >>> + timer_init, /* initialize timer */ >>> +#ifdef CONFIG_FSL_ESDHC >>> + get_cloc

Re: [U-Boot] [PATCH] mmc: fix capacity calculation with high capacity mmc

2010-09-18 Thread Reinhard Meyer
Dear Wolfgang Denk, Lei Wen, Andy Fleming, > Dear Lei Wen, > > In message you > wrote: >> >> How about merge this patch? :-) > > I will wait for a pull request from the responsible custodian. > > Maybe you should have put him on cc: ... (done now). @@ -441,6 +441,11 @@ int mmc_change_freq(struct

Re: [U-Boot] [PATCH 14/26 v2][NEXT] ARM: implement relocation for ARM V7 (OMAP)

2010-09-18 Thread John Rigby
Dear Wolfgang, Thanks for the feedback. On Fri, Sep 17, 2010 at 4:02 PM, Wolfgang Denk wrote: > Dear John, > > In message you > wrote: >> >> I noticed that when I wrote to ram in the range where u-boot runs >> before being relocated sometimes the board hangs.  I then narrowed it > > Stupid que

Re: [U-Boot] [PATCH 00/26 v2][NEXT] arm: add full relocation / cache support

2010-09-18 Thread Wolfgang Denk
Dear Heiko Schocher, In message <1284721853-8298-1-git-send-email...@denx.de> you wrote: > This patch series add full relocation and cache support for arm > based boards. I test this for arm1136, arm_cortexa8 and arm926ejs > based boards. ... > changes since v1: > > - missed to add statistics for

Re: [U-Boot] [PATCH v2] video: cfb_console: add support for 4bpp bitmaps with GDF_32BIT_X888RGB

2010-09-18 Thread Anatolij Gustschin
On Sun, 19 Sep 2010 00:56:37 +0200 Anatolij Gustschin wrote: > From: Timur Tabi > > Add support for 4bpp bitmaps, currently only for GDF_32BIT_X888RGB > frame buffer format. > > Signed-off-by: Timur Tabi > Signed-off-by: Anatolij Gustschin > --- > Hi Timur, > > I slighlty modified original

Re: [U-Boot] [PATCH 12/26 v2][NEXT] ARM: add relocation support

2010-09-18 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4c953ec4.2090...@free.fr> you wrote: > > > +#if defined(CONFIG_BOARD_EARLY_INIT_F) > > + board_early_init_f, > > +#endif > > + timer_init, /* initialize timer */ > > +#ifdef CONFIG_FSL_ESDHC > > + get_clocks, > > +#endif > > + env_init,

[U-Boot] [PATCH v2] video: cfb_console: add support for 4bpp bitmaps with GDF_32BIT_X888RGB

2010-09-18 Thread Anatolij Gustschin
From: Timur Tabi Add support for 4bpp bitmaps, currently only for GDF_32BIT_X888RGB frame buffer format. Signed-off-by: Timur Tabi Signed-off-by: Anatolij Gustschin --- Hi Timur, I slighlty modified original patch, the result is this v2. Hope this is okay. Anatolij v2: - slightly changed c

Re: [U-Boot] [PATCH 12/26 v2][NEXT] ARM: add relocation support

2010-09-18 Thread Albert ARIBAUD
Le 17/09/2010 13:10, Heiko Schocher a écrit : > diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c > index 54519b0..88c6427 100644 > --- a/arch/arm/lib/board.c > +++ b/arch/arm/lib/board.c > @@ -444,6 +457,459 @@ extern void davinci_eth_set_mac_addr (const u_int8_t > *addr); > > /* N

Re: [U-Boot] [PATCH] [NEXT] arm926ejs: add split relocation support

2010-09-18 Thread Albert ARIBAUD
Le 18/09/2010 23:18, Wolfgang Denk a écrit : >> Thanks -- as promised, I will compile the list of u-boot files currently >> encoded in UTF-8 and will provide a patch to reencode them to ISO-8895-1. > > Please wait a couple of days so others have sufficient opportunity to > comment... All right, I

Re: [U-Boot] [PATCH 2/2 v2] tools/env: fail on invalid options

2010-09-18 Thread Wolfgang Denk
Dear Daniel Hobi, In message <1284640569-8527-1-git-send-email-daniel.h...@schmid-telecom.ch> you wrote: > > Signed-off-by: Daniel Hobi > --- > v2: > - print a hint to --help before returning > > tools/env/fw_env_main.c |4 > 1 files changed, 4 insertions(+), 0 deletions(-) Applied

Re: [U-Boot] [PATCH 1/2] tools/env: allow option "-n" for fw_printenv

2010-09-18 Thread Wolfgang Denk
Dear Daniel Hobi, In message <1284572787-9842-1-git-send-email-daniel.h...@schmid-telecom.ch> you wrote: > In commit bd7b26f8 (Tools: set multiple variable with fw_setenv utility), > the option parsing was changed to getopt_long(3), but option "-n" > of fw_printenv was not included. > > This lea

Re: [U-Boot] [PATCH] ARM: Update ARM mach-types

2010-09-18 Thread Wolfgang Denk
Dear Thomas Weber, In message <1284475374-26922-1-git-send-email-we...@corscience.de> you wrote: > This patch updates the mach-types.h based on the latest linux kernel > > Signed-off-by: Thomas Weber > --- > arch/arm/include/asm/mach-types.h | 1230 > - > 1

Re: [U-Boot] [PATCH] mmc: fix capacity calculation with high capacity mmc

2010-09-18 Thread Wolfgang Denk
Dear Lei Wen, In message you wrote: > > How about merge this patch? :-) I will wait for a pull request from the responsible custodian. Maybe you should have put him on cc: ... (done now). Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel

Re: [U-Boot] [PATCH 2/2 V3] mmc: print out avaible partition table

2010-09-18 Thread Wolfgang Denk
Dear Lei Wen, In message <1284386848-4670-2-git-send-email-lei...@marvell.com> you wrote: > Signed-off-by: Lei Wen > --- > V3: add additional space after > > common/cmd_mmc.c | 20 > disk/part.c |3 +++ > 2 files changed, 23 insertions(+), 0 deletions(-) Applie

Re: [U-Boot] [PATCH 1/2 V3] mmc: add boundary check for mmc operation

2010-09-18 Thread Wolfgang Denk
Dear Lei Wen, In message <1284386848-4670-1-git-send-email-lei...@marvell.com> you wrote: > > Signed-off-by: Lei Wen > --- > V2: > Change log: > change the puts to printf to better formating. > > drivers/mmc/mmc.c | 10 ++ > 1 files changed, 10 insertions(+), 0 deletions(-) Applied,

Re: [U-Boot] [STATUS] v2010.09-rc1 is out / v2010.09 delayed by 2 weeks

2010-09-18 Thread Wolfgang Denk
Dear Stefano Babic, In message <4c8de7f0.3020...@denx.de> you wrote: > > a recent post pointed out to the following patch: > > [PATCH] [PATCH v6]Save environment data to mmc. > > http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/78772 > > I see no urgency, but I have not seen any opened is

Re: [U-Boot] [STATUS] v2010.09-rc1 is out / v2010.09 delayed by 2 weeks

2010-09-18 Thread Wolfgang Denk
Dear Reinhard Meyer, In message <4c8cce75.1000...@emk-elektronik.de> you wrote: > Dear Wolfgang Denk, > > Please help testing, and check if all your relevant patches have been > > included. > > Rebasing worked without manual intervention, u-boot still compiles and > works for my board (at91sam9xe

Re: [U-Boot] [STATUS] v2010.09-rc1 is out / v2010.09 delayed by 2 weeks

2010-09-18 Thread Wolfgang Denk
Dear Dirk Behme, In message <4c8b1a02.4070...@googlemail.com> you wrote: > Dear Wolfgang, > > On 10.09.2010 19:54, Wolfgang Denk wrote: > > ... check if all your relevant patches have been > > included. > > What's about > > http://lists.denx.de/pipermail/u-boot/2010-July/074542.html Doesn't ap

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

2010-09-18 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <20100916005042.62575...@wker> you wrote: > Dear Wolfgang, > > The following changes since commit a12555c02d716f62aa1ec4764cf1c42bfeecf07d: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-nand-flash > > are available in the g

Re: [U-Boot] [PATCH] [NEXT] arm926ejs: add split relocation support

2010-09-18 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4c952b3d.9000...@free.fr> you wrote: > > > So far this has not been "officially" decided yet. My personal > > preference is ISO-8859-1, so if nobody protests I suggest we add a > > "[i18n] commitencoding = ISO-8859-1" to the .git/config file. ... > Thanks -- as pro

Re: [U-Boot] [PATCH] logos: add Freescale logo

2010-09-18 Thread Anatolij Gustschin
On Mon, 30 Aug 2010 16:27:31 -0500 Timur Tabi wrote: > Add the Freescale logo and update the Makefile to build it when building > a Freescale board. > > Signed-off-by: Timur Tabi > --- > tools/Makefile|3 +++ > tools/logos/freescale.bmp | Bin 0 -> 46738 bytes > 2 files change

Re: [U-Boot] [PATCH] [NEXT] arm926ejs: add split relocation support

2010-09-18 Thread Albert ARIBAUD
Le 18/09/2010 22:45, Wolfgang Denk a écrit : > Dear Albert ARIBAUD, > > In message<4c90b904.9020...@free.fr> you wrote: >> >>> So far we've been using ISO8859-1 >> >> It is not clear to me whether you're expressing a coding rule or just a >> statement of fact, so I'll ask more precise questions: >

Re: [U-Boot] [PATCH] [NEXT] arm926ejs: add split relocation support

2010-09-18 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4c90b904.9020...@free.fr> you wrote: > > > So far we've been using ISO8859-1 > > It is not clear to me whether you're expressing a coding rule or just a > statement of fact, so I'll ask more precise questions: > > 1) is UTF-8 allowed or not in u-boot? > > 2) if

Re: [U-Boot] [PATCH][v3] mpc8308_p1m: support for MPC8308 P1M board

2010-09-18 Thread Wolfgang Denk
Dear Kim Phillips, In message <20100913201208.461501b3.kim.phill...@freescale.com> you wrote: > > > MAINTAINERS |1 + > > board/mpc8308_p1m/Makefile | 52 > > board/mpc8308_p1m/config.mk |1 + > > board/mpc8308_p1m/mpc8308_p1m.c | 122 + > > bo

Re: [U-Boot] [PATCH 08/11] arm/pxa: increase CONFIG_SYS_MALLOC_LEN to (196Kb + space for environment)

2010-09-18 Thread Wolfgang Denk
Dear Marek Vasut, In message <201008261348.08623.marek.va...@gmail.com> you wrote: > Dne Ct 26. srpna 2010 12:48:03 Mikhail Kshevetskiy napsal(a): > > it looks like u-boot allocates a buffer of CONFIG_ENV_SECT_SIZE > > size when making "saveenv" command. In our case CONFIG_ENV_SECT_SIZE > > is 128

Re: [U-Boot] [PATCH 07/11] arm/pxa: decrease environment size and stack size for vpac270

2010-09-18 Thread Wolfgang Denk
Dear Marek Vasut, In message <201008261345.41408.marek.va...@gmail.com> you wrote: > Dne Ct 26. srpna 2010 12:48:02 Mikhail Kshevetskiy napsal(a): > > it looks like 4Kb for environment and 64Kb for stack is sufficient > > Wolfgang, what's your opinion? I don't think this makes sense on a real-lif

Re: [U-Boot] [PATCH V2] Adds driver for Xilinx' xps_spi SPI controller.

2010-09-18 Thread Wolfgang Denk
Dear Graeme Smecher, In message <1280955847-2999-1-git-send-email-graeme.smec...@mail.mcgill.ca> you wrote: > This code differs in only trivial ways from the altera_spi driver. It plays > nice with Thomas Chou's mmc_spi driver, as well as with SPI flash. Hm... if the core really differs in only

Re: [U-Boot] [PATCH v3 2/4] mtdparts: show net size in mtdparts list

2010-09-18 Thread Wolfgang Denk
Dear Ben Gardiner, In message you wrote: > > Would it be acceptable to do something like the following? > > static void print_partition_table(...) > { > #if defined(CONFIG_CMD_MTDPARTS_SHOW_NET_SIZES) > ... > #else /* !defined(CONFIG_CMD_MTDPARTS_SHOW_NET_SIZES) */ > ... > #endif /* defined(CONF

Re: [U-Boot] at91sam9g20 MAC address in EEPROM?

2010-09-18 Thread Wolfgang Denk
Dear Reinhard Meyer, In message <4c600c3d.3060...@emk-elektronik.de> you wrote: > > > We're not concerned about u-boot's environment not being reliable, we just > > want the ability to completely erase the nand without worrying about losing > > essential data (like a MAC address). I suppose we

Re: [U-Boot] [PATCH 1/2 V3] mmc: add boundary check for mmc operation

2010-09-18 Thread Lei Wen
Continue ping... Best regards, Lei On Fri, Sep 17, 2010 at 11:22 AM, Lei Wen wrote: > Hi, > > Is it ok now for merging? > > Thanks, > Lei > > On Mon, Sep 13, 2010 at 10:07 PM, Lei Wen wrote: >> >> Signed-off-by: Lei Wen >> --- >> V2: >> Change log: >> change the puts to printf to better fo