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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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:
>
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
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
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
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
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
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
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
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
33 matches
Mail list logo