Hi Moran.
create one message filter in your email client. :)
On 07/18/2010 09:08 PM, Moran, Jack wrote:
> How can I go about configuring u-boot email to only send emails that
> pertain to a response to my question?
>
> Thanks
> Jack
>
> John M Moran
> General Dynamics C4S
> 77 "A" St.
> Needham,
Hi all
in this file :" example/standalone/mips.lds "
it indicate compile example as BIG mips. but my device is LITTLE mips.
so I simply comment this line[1]. I found other boards compile fine. without
any error.
do I must compile this example?
is that ok to comment this line?
or what I need to t
Hi Wolfgang
thanks for reply.
before I apply the new board patches. the "MAKEALL" compile 359 boards.
after I applied the new board patches. the "MAKEALL" still compile 359 boards.
and the build log is the same. is that mean my patch is ok to send to mailist
list??
if I am wrong just correct me
On 7/16/2010 4:54 PM, Wolfgang Denk wrote:
> Dear Vipin KUMAR,
>
> I wrote:
>
>>> --- a/Makefile
>>> +++ b/Makefile
>>> @@ -2088,12 +2088,27 @@ omap730p2_cs3boot_config : unconfig
>>> @$(MKCONFIG) -n $@ -a omap730p2 arm arm926ejs omap730p2 ti omap
>>>
>>> spear300_config \
>>> +spear300_n
From: Xiangfu Liu
Hi Wolfgang Denk
in my Ben Nanonote board. there is no flash. I got a error
about no "CONFIG_SYS_FLASH_BASE" define. so I move this
line to "#ifndef CONFIG_SYS_NO_FLASH"
I have tested with "MAKEALL". no warning or error relate this
patch.
this patch is base on [master] bran
From: Xiangfu Liu
Hi Wolfgang Denk
in my Ben Nanonote board. there is no flash. I got a error
about no "CONFIG_SYS_FLASH_BASE" define. so I move this
line to "#ifndef CONFIG_SYS_NO_FLASH"
I have tested with "MAKEALL". no warning or error relate this
patch.
this patch is base on [master] bran
From: Xiangfu Liu
Hi Wolfgang Denk
in my Ben Nanonote board. there is no flash. I got a error
about no "CONFIG_SYS_FLASH_BASE" define. so I move this
line to "#ifndef CONFIG_SYS_NO_FLASH"
I have tested with "MAKEALL". no warning or error relate this
patch.
this patch is base on [master] bran
From: Xiangfu Liu
Hi Wolfgang Denk
in my Ben Nanonote board. there is no flash. I got a error
about no "CONFIG_SYS_FLASH_BASE" define. so I move this
line to "#ifndef CONFIG_SYS_NO_FLASH"
I have tested with "MAKEALL". no warning or error relate this
patch.
this patch is base on [master] bran
hi:
dm9000a works as 16bit bus width. however, i have not seen any init code for
the dm355's chipselect.
and by default ,the cs1 is 8bit bus width at reset. how doew it work?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listin
Dear wesley xie,
In message you
wrote:
>
> for u-boot-2010.03(also u-boot-2010.05 I belive) on s3c2440,
You don't mention release 2010.06 - does that mean the problem is
fixed in the recent code?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev
On 18 July 2010 16:58, Sudipta Basu wrote:
> Hi All,
>
> I want to boot-up OMAP3530 Mistral EVM. Please let me know the correct link
> for the U-Boot boot-loader. Also let me know the procedure.
>
Open mistralsolutions.com
go to Products, OMAP3EVM,
go to Docs and S/W
go to WL1271 SDK Demo
Package
Hi, guys here.
for u-boot-2010.03(also u-boot-2010.05 I belive) on s3c2440,
if I "usb start" and then "usb stop", all of the nand operate will report
failure.
I look into the u-boot code, and found that it seems something wrong in
s3c24x0 usb code, see below.
>From s3c2440 and s3c2410 datasheet
resending this.
Please do reply
-Sagar
On Fri, Jul 16, 2010 at 3:12 PM, Sagar Heroorkar
wrote:
> Hi Joakim,
>
> Graeme referred me to contact you for this.
>
> I am working on U-boot making it PIC for ppc 405ex based boards.
> I see in the following link
> http://www.mail-archive.com/u-boot@lis
Hello Moran, Jack,
Am 2010-07-18 09:08:05, hacktest Du folgendes herunter:
> How can I go about configuring u-boot email to only send emails that
> pertain to a response to my question?
You can't.
But maybe you setup a local filter (procmail, maildrop, sieve, ...)
and filter messages to a seper
Dear "Moran, Jack",
In message <3dffb0670a395946974ce996c72073241bf28...@ndhmc4sxch.gdc4s.com> you
wrote:
>
> How can I go about configuring u-boot email to only send emails that
> pertain to a response to my question?
You cannot. This is a mailing list.
If you don;t want to receive thelist mes
How can I go about configuring u-boot email to only send emails that
pertain to a response to my question?
Thanks
Jack
John M Moran
General Dynamics C4S
77 "A" St.
Needham, MA, 02494
Phone: 781-455-4071
Email: jack.mo...@gdc4s.com
___
U-Boot m
Dear Jerry Van Baren,
In message <4c42f8de.5040...@gmail.com> you wrote:
>
> > drop the "= 0" so that errno ends up in the bss ?
> > -mike
>
> Is this going to be a problem during early startup (pre-relocation) vs.
> normal running? Pre-relocation, we only have a temporary stack and RAM
> is n
On 07/17/2010 05:17 PM, Mike Frysinger wrote:
> On Saturday, July 17, 2010 15:45:44 Wolfgang Denk wrote:
>> --- /dev/null
>> +++ b/lib/errno.c
>> @@ -0,0 +1 @@
>> +int errno = 0;
>
> drop the "= 0" so that errno ends up in the bss ?
> -mike
Is this going to be a problem during early startup (pre-r
Hi All,
I want to boot-up OMAP3530 Mistral EVM. Please let me know the correct link for
the U-Boot boot-loader. Also let me know the procedure.
Regards,
Sudipta Basu
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/
Dear Reinhard Meyer,
In message <4c4291ee.5060...@emk-elektronik.de> you wrote:
>
> But, how does the timing look in the current implementation when the CRC
> calculation
> is done only in the saveenv command?
I don't know. Much better for the old code, obviously. But you still
have the efforts
20 matches
Mail list logo