Hi Kumar,
On Saturday 05 September 2009 20:28:11 Kumar Gala wrote:
> LOG/TQM8548_BE.ERR:common/libcommon.a(cmd_mtdparts.o): In function
> `part_validate_eraseblock':
> LOG/TQM8548_BE.ERR:/local/home/galak/git/u-boot-85xx/common/
> cmd_mtdparts.c:316: undefined reference to `get_mtd_device_nm'
> LO
On Mon, 07 Sep 2009 09:26:17 +0200
Daniel Gorsulowski wrote:
>> nack this will be done when u-boot will need to use the macb#
> Just imagine: U-boot boots a Linux kernel from NAND flash. It does NOT need
> the
> ethernet interface, so it does NOT initialize ethernet, so the ethernet
> address
>
Wolfgang Denk schrieb:
> Dear Daniel Gorsulowski,
>
> In message <4aa0f7b2.2010...@esd.eu> you wrote:
>> Hi,
>>
>> according to http://lists.denx.de/pipermail/u-boot/2008-September/040553.html
>> I request an update.
>>
>> It is needed for MACH_TYPE_ETHERCAN2 (based on MEESC board, patch will come
Hello Wolfgang, Jean-Christophe,
Wolfgang Denk wrote:
> Dear Daniel,
>
> In message <20090904211358.gr30...@game.jcrosoft.org> Jean-Christophe wrote:
>>> +#ifdef CONFIG_REVISION_TAG
>>> +u32 get_board_rev(void)
>>> +{
>>> + return hw_rev | 0x100;
>>> +}
>>> +#endif
>>> +
>>> +int misc_init_r(vo
Hi Wolfgang,
I added all Microblaze changes to my repo.
Ben: Can you finally check LL-Temac driver? I haven't got any your reaction.
I know you have just a lot of work.
Wolfgang: There are two patches for you. First remove xilinx_emac.c driver
and second cleanup license in xilinx_emaclite.c file
Hi,
I'm working on the DM365evm,
and i was wondering if there is a way to burn new U-Boot version over
network, instead of Code Composer and a JTAG?
Thanks,
Alex
--
View this message in context:
http://www.nabble.com/-U-Boot--How-to-burn-new-U-Boot-over-network-tp25327003p25327003.html
Sent fro
> -Original Message-
> From: Wolfgang Denk [mailto:w...@denx.de]
> Sent: Saturday, September 05, 2009 3:43 AM
> To: Hu Mingkai-B21284
> Cc: Kumar Gala; Wood Scott-B07421; U-Boot-Users ML; Mike Frysinger
> Subject: Re: [PATCH 01/10] mkconfig: parse top level makefile
> target to multipl
> -Original Message-
> From: Simon Kagstrom [mailto:simon.kagst...@netinsight.net]
> Sent: Monday, September 07, 2009 11:54 AM
> To: Wolfgang Denk
> Cc: u-boot@lists.denx.de; Prafulla Wadaskar; Jean-Christophe
> PLAGNIOL-VILLARD
> Subject: Re: [U-Boot] [PATCH] ARM: compiler options cle
Hi Wolfgang,
2009/9/4 Wolfgang Denk :
> Hello everybody,
>
> After much thinking I therefor suggest to implement the following
> change for the ARM architecture:
>
>
> master ARM repository: Tom Rix
>
> Atmel (AT91): Jean-Christophe Plagniol-Villard
>
> Freescale (i.MX)
On Mon, 7 Sep 2009 01:59:13 -0700
Prafulla Wadaskar wrote:
> > Well, I sent a patch "[PATCH, RFC] Make arm926ejs use -march=armv5t to
> > avoid problems with EABI", which corrects this for me, although I'd
> > like some input on if it really makes any sense.
>
> I have tested this with Sheevaplug,
Dear "Hu Mingkai-B21284",
In message
<73839b4a0818e747864426270ac332c30447e...@zmy16exm20.fsl.freescale.net> you
wrote:
>
> > It should be enough to pass the make target name to the
> > mkconfig script resp. the board config file, i. e. in this
> > case either "CONFIG_MPC8536DS_NAND" or
> > "
Dear Magnus,
In message <59b21cf20909070206t189fe96bpac3cce2770b6b...@mail.gmail.com> you
wrote:
>
> > Freescale (i.MX) Magnus Lilja?
> >Or are there any volunteers at Freescale?
>
> I don't have the time to handle this in a good way. It would be goo
alex889 wrote:
> Hi,
> I'm working on the DM365evm,
> and i was wondering if there is a way to burn new U-Boot version over
> network, instead of Code Composer and a JTAG?
>
> Thanks,
> Alex
Hi Alex,
of course it's possible!
But it depends on the location of your U-Boot.
I.e. your U-Boot is loca
> -Original Message-
> From: Wolfgang Denk [mailto:w...@denx.de]
> Sent: Monday, September 07, 2009 6:18 PM
> To: Hu Mingkai-B21284
> Cc: Kumar Gala; Wood Scott-B07421; U-Boot-Users ML; Mike Frysinger
> Subject: Re: [PATCH 01/10] mkconfig: parse top level makefile
> target to multiple
Dear "Hu Mingkai-B21284",
In message
<73839b4a0818e747864426270ac332c30447e...@zmy16exm20.fsl.freescale.net> you
wrote:
>
> > > > It should be enough to pass the make target name to the mkconfig
> > > > script resp. the board config file, i. e. in this case either
> > > > "CONFIG_MPC8536DS_NA
Dear Kyungmin Park,
In message <9c9fda240909061806j5ecc26c3ie53215e8aa017...@mail.gmail.com> you
wrote:
>
> > Samsung (s3c, s5pc):Are there any volunteers at Samsung?
> >
>
> I recommended the Minky Kang. He's working for several years for
> u-boot from pxa, omap3, s3c6410 and s5pc1xx
This patch fixes the following compilation warning:
miiphy.c: In function 'emac4xx_miiphy_read':
miiphy.c:353: warning: dereferencing type-punned pointer will break
strict-aliasing rules
Signed-off-by: Stefan Roese
---
cpu/ppc4xx/miiphy.c |2 +-
1 files changed, 1 insertions(+), 1 deletions
Hi,
the reason for this problem is the definition of
#define DATAFLASH_BUSY 0x00
#define DATAFLASH_OK0x01
in the file /include/dataflash.h.
All functions return DATAFLASH_OK and in the file /common/cmd_nvedit.c
function do_saveenv()
return (saveenv() ? 1 :
Thanks for your answer.
I tried this before i posted the question, and it didn't work.
Do you know the exact address of the U-Boot on the NAND?
Is there an additional header before the U-Boot?
Alex
Daniel Gorsulowski wrote:
>
> alex889 wrote:
>> Hi,
>> I'm working on the DM365evm,
>> and i was
> -Original Message-
> From: Wolfgang Denk [mailto:w...@denx.de]
> Sent: Monday, September 07, 2009 6:59 PM
> To: Hu Mingkai-B21284
> Cc: Kumar Gala; Wood Scott-B07421; U-Boot-Users ML; Mike Frysinger
> Subject: Re: [PATCH 01/10] mkconfig: parse top level makefile
> target to multiple
Dear "Hu Mingkai-B21284",
In message
<73839b4a0818e747864426270ac332c30447e...@zmy16exm20.fsl.freescale.net> you
wrote:
>
...
[Full quote deleted]
...
> > You already know the board name, because the board config=20
> > file is clearly related ot one (or eventually more) boards.=20
> > The rest
Hello everybody,
I wrote on
| Hello everybody,
|
| ARM has always been one of the architectures that generated a big
| number of different processors and SoCs, but recently the activitiy in
| this area is literally exploding. This is partially due to the fact
| that ARM is currently used in man
Hi Stefan,
> > I didn't flush the cache (seemed a bit pointless since they're not
in
> > use at that point anyway, right?). I'll give it a whirl. I'll also
look
> > into the other ECC initialization.
>
> Good.
>
> > I actually thought ECC initialization was only done in sdram.c
(after a
> > quic
Dear Wolfgang,
2009/9/7 Wolfgang Denk
> Hello everybody,
>
> I wrote on
>
> | Hello everybody,
> |
> | ARM has always been one of the architectures that generated a big
> | number of different processors and SoCs, but recently the activitiy in
> | this area is literally exploding. This is parti
On Sat, 05 Sep 2009 16:33:13 +0100
"kevin.morf...@fearnside-systems.co.uk"
wrote:
> This sets CONFIG_SYS_HZ to 1000 for all boards that use the s3c2400 and
> s3c2410 cpu's which fixes various problems such as the timeouts in tftp being
> too short.
>
> Tested on an Embest SBC2440-II Board with
Hi Peter
Peter Tyser xes-inc.com> writes:
>
> Hi Marcel,
> This patch also appears to be line wrapped.
Sorry, obviously gmane can't be used for patch submission. Unfortunately I am
not in a very Linux friendly environment right now, meaning M$ proxies and such.
Trying to find a cleaner submissi
Hi Heiko
Heiko Schocher denx.de> writes:
> ... I couldn;t apply your patch, because your patch is line wrapped.
> Can you fix your mailer?
Sorry, obviously gmane can't be used for patch submission. Unfortunately I am
not in a very Linux friendly environment right now, meaning M$ proxies and such
On Monday 07 September 2009 15:57:19 Wouter Eckhardt wrote:
> Well, I've been trying to work this into my U-Boot. I haven't succeeded
> so far. Basically, the cache stuff in 4xx_spd_ddr2.c consists of setting
> up a TLB without the CACHE_INHIBITED bit and then using some cache
> instructions to fil
This patch adds the CONFIG_PCI_4xx_PTM_OVERWRITE option and replaces
the ugly 'if defined(BOARD1) || ... || defined(BOARDn)' construct
in 4xx pci code.
When CONFIG_PCI_4xx_PTM_OVERWRITE is defined the default ptm register
setup can be overwritten through environment variables ptm1la, ptm1ms,
ptm2l
Signed-off-by: Matthias Fuchs
---
include/configs/CPCI405.h |2 ++
include/configs/CPCI4052.h |2 ++
include/configs/CPCI405AB.h |2 ++
include/configs/CPCI405DT.h |2 ++
include/configs/PMC405.h|2 ++
include/configs/PMC405DE.h |2 ++
6 files changed, 12 insertion
Hello Marc,
Marcel Ziswiler wrote:
> Heiko Schocher denx.de> writes:
>> ... I couldn;t apply your patch, because your patch is line wrapped.
>> Can you fix your mailer?
>
> Sorry, obviously gmane can't be used for patch submission. Unfortunately I am
> not in a very Linux friendly environment ri
Tom wrote:
> Dirk Behme wrote:
>> Peter Tyser wrote:
>>
>>> On Sun, 2009-09-06 at 19:59 +0200, Dirk Behme wrote:
>>>
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 09:12 Sun 06 Sep , Dirk Behme wrote:
>
>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>
Dear Minkyu Kang,
Minkyu Kang wrote:
> Dear Dirk,
>
> 2009/9/5 Dirk Behme
>
>> Minkyu Kang wrote:
>>
>>> Dear, Dirk
>>>
>>> 2009/9/4 Dirk Behme
>>>
>>> Kyungmin Park wrote:
> On Fri, Sep 4, 2009 at 7:45 PM, Dirk Behme
>
wrote:
> Kyungmin Park wrote:
> ...
> +
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <20090905013643.gk30...@game.jcrosoft.org> you wrote:
> Hi,
>
> Please pull
> The following changes since commit 3aa8b68d80dbcb6829af60485c1e388b39af793d:
> Wolfgang Denk (1):
> Merge branch 'next' of ../next
>
> are available in the gi
Dear Heiko Schocher,
In message <4aa37e48.5070...@denx.de> you wrote:
> Hello Wolfgang,
>
> The following changes since commit 9f23ca42b3ba19b24e66fade572f2b86d929b6e8:
> Wolfgang Denk (1):
> ARM: Update mach-types
>
> are available in the git repository at:
>
> git://git.denx.de/u-
Dear Michal Simek,
In message <4aa4c096.7060...@monstr.eu> you wrote:
> Hi Wolfgang,
>
> I added all Microblaze changes to my repo.
>
> Ben: Can you finally check LL-Temac driver? I haven't got any your reaction.
> I know you have just a lot of work.
>
> Wolfgang: There are two patches for you.
Dear "kevin.morf...@fearnside-systems.co.uk",
In message <4aa284b9.8030...@fearnside-systems.co.uk> you wrote:
> This sets CONFIG_SYS_HZ to 1000 for all boards that use the s3c2400 and
> s3c2410 cpu's which fixes various problems such as the timeouts in tftp being
> too short.
I still wonder if t
Commit 65f6f07b added support for the atmel_df_pow2 standalone program
but missed to add a rule to remove it to the "clean" make target.
Signed-off-by: Wolfgang Denk
---
Makefile |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 0449a5b..54610c6 1
t the reason was.
I'm happy to withdraw the patch if it's OK to set CONFIG_SYS_HZ to a different
value than 1000?
__ Information from ESET NOD32 Antivirus, version of virus signature
database 4403 (20090907) __
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Dear "kevin.morf...@fearnside-systems.co.uk",
In message <4aa583ac.3050...@fearnside-systems.co.uk> you wrote:
>
> > In message <4aa284b9.8030...@fearnside-systems.co.uk> you wrote:
> >> This sets CONFIG_SYS_HZ to 1000 for all boards that use the s3c2400 and
> >> s3c2410 cpu's which fixes various
_SYS_HZ to a
>> different
>> value than 1000?
>
> CONFIG_SYS_HZ is a constant with the value 1000. Board that use
> different values shall be fixed.
>
> Best regards,
>
> Wolfgang Denk
>
__ Information from ESET NOD32 Antivirus, version of virus signature
database 4403 (20090907) __
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Dear Dirk,
>>> I have two request.
>>
>> 1. I want to replace CONFIG_L2_OFF define to other function
>>
>> for example..
>>
>>if (need_cache_flush()) { /* or !l2_off() */
>>/* turn off L2 cache */
>>l2_cache_disable();
>>/* invalidate L2 cache also */
>>v7_flu
Minkyu Kang wrote:
> Dear Dirk,
>
>
I have lost track of this thread.
When last I worked this, it seemed like the cache routines were going to
be split.
1. generic cache routines
2. legacy soc cache routines.
Are the generic cache routines in place and can you use them?
Else can you handle yo
Dear Jean-Christophe
2009/9/5 Jean-Christophe PLAGNIOL-VILLARD :
>> diff --git a/board/samsung/smdkc100/onenand.c
>> b/board/samsung/smdkc100/onenand.c
> I guess this is not board specific but soc specific
> so please move it to drivers/mtd/onenand/
no, this is related with onenand clock.
It is
Hi,
I want to enable D/I Cache in ARM Cortex, whenever i enable cache bit in
control register, system hangs. I feel i dont have to flush the cache since
u-boot in single threaded app.
Can u please let me know the steps to be followed to enable.
I have enabled MMU and it is working fine. I have
Wolfgang Denk wrote:
> Dear Michal Simek,
>
> In message <4aa4c096.7060...@monstr.eu> you wrote:
>> Hi Wolfgang,
>>
>> I added all Microblaze changes to my repo.
>>
>> Ben: Can you finally check LL-Temac driver? I haven't got any your reaction.
>> I know you have just a lot of work.
>>
>> Wolfgang
> -Original Message-
> From: Simon Kagstrom [mailto:simon.kagst...@netinsight.net]
> Sent: Tuesday, August 25, 2009 1:00 PM
> To: U-Boot ML
> Cc: Prafulla Wadaskar; Nicolas Pitre
> Subject: Re: [U-Boot] U-boot environment on Sheevaplug
>
> Hi again!
>
> I just wanted to check if there
47 matches
Mail list logo