Re: [U-Boot-Users] [PATCH] sh: Add support Renesas Solutions Migo-R board

2008-01-25 Thread Nobuhiro Iwamatsu
Hi ,Wolfgang.

2008/1/25, Wolfgang Denk [EMAIL PROTECTED]:

 In message [EMAIL PROTECTED]
 Nobuhiro Iwamatsu wrote:
 
   +#define CONFIG_NETMASK 255.255.255.0
   +#define CONFIG_IPADDR  192.168.10.100
   +#define CONFIG_SERVERIP192.168.10.77
   +#define CONFIG_GATEWAYIP   192.168.10.77
   +#define CONFIG_ETHADDR 00:00:00:07:08:09
 
  Please change MAC address.
  Does this board have Ether ROM?
  If this board doesn't have it, please set the MAC address in
  your company. This MAC address is not good.

 The MAC address shout NOT be set in the board config file at all.

 Don't do it, it is a very bad idea!

Thank you for your comments.
Sorry. I understood the problem concerning the MAC address from ML's log.

To Goda-san:
 Please remove CONFIG_ETHADDR line from config file and resend patches.

Thanks,
 Nobuhiro

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


Re: [U-Boot-Users] Edit U-Boot Env with fw_printenv fw_saveenv

2008-01-25 Thread Markus Klotzbücher
Hi Destrukto,

Destrukto [EMAIL PROTECTED] writes:

 Well just a simple question, how can I use these commands. I found the
 commands in the tools folder of U-Boot but they can't be compiled. So

Compiles ok here:

[EMAIL PROTECTED]:~/src/git/u-boot$ make env
make -C tools/env all MTD_VERSION= || exit 1
make[1]: Entering directory `/home/mk/src/git/u-boot/tools/env'
make[1]: Leaving directory `/home/mk/src/git/u-boot/tools/env'
make[1]: Entering directory `/home/mk/src/git/u-boot/tools/env'
ppc_4xxFP-gcc -Wall -DUSE_HOSTCC crc32.c  fw_env.c  fw_env_main.c -o fw_printenv
make[1]: Leaving directory `/home/mk/src/git/u-boot/tools/env'

You have to use top of tree U-Boot as a compile fix was just merged
recently. Also make sure to read tools/env/README.

Best regards

Markus Klotzbuecher

--
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: [EMAIL PROTECTED]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


Re: [U-Boot-Users] [PATCH] ColdFire: Added M5275EVB support.

2008-01-25 Thread Liew Tsi Chung
David,
 
After you applied the 5275 patches, did you perform a git rebase? One 
ColdFire patch Fix CFI Flash low level Read/Write macro is required. The 
original macros have address and value swap, and it will cause exception 
whenever there is a CFI flash low level read/write performs.

Your current branch set to patched. Use git-rebase master patched to 
update the patches from master branch (after 
f188896c2f1594fe749fdb99bbc8c54023cfab3a) to patched branch.

Regards,
TsiChung

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


Re: [U-Boot-Users] [ARM] Add support for AT91CAP9 cpu andAT91CAP9A-DK board

2008-01-25 Thread Stelian Pop
Le vendredi 25 janvier 2008 à 17:35 +, Peter Pearse a écrit :
 Stelian
 
 Your patch was badly formed and/or mangled by your mail client.

Hmmm, strange.

 I have reformed it as best I can and it is available from
 
 git://linux-arm.org/u-boot-armdev.git#080116_at91cap9
 
 However you seem to have omitted the file 
 
   include/asm-arm/arch-at91cap9/AT91CAP9.h
 
 needed by 
 
   ./cpu/arm926ejs/at91cap9/ether.c
   ./include/asm-arm/arch-at91cap9/hardware.h  
 
 (or was it to be a link?)

As I said in my original posting:

 For size reasons, the patch has been hand edited, splitted in several
 chunks, and the AT91CAP9.h file (440 kB !) is not in the patch at all.
 Please download the full version from:
 http://www.popies.net/tmp/uboot-at91cap9-full.patch
 instead.

 Please supply a patch to the branch so I can
 examine it further. 

Can you redo from the patch above ?

If you want I could redo a patch against your branch but I feel it will
be easier for you to revert the reconstructed changeset and apply the
patch above instead.

Stelian.
-- 
Stelian Pop [EMAIL PROTECTED]


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


Re: [U-Boot-Users] MPC83xx requieres dts aliases nodes to assign MAC addresses?

2008-01-25 Thread Kumar Gala

On Jan 25, 2008, at 9:20 AM, Joakim Tjernlund wrote:

 Seems to me that mpc83xx now needs to have alias nodes in dts to  
 assign
 MAC addresses to eth devices when booting linux. Seems a bit
 premature to drop the old way so soon.
 Maybe I am missing something?

Maybe.  but if you are going to flash a new u-boot you can reasonable  
update your .dts as well.

- k

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


[U-Boot-Users] ARM[] voiceblue update

2008-01-25 Thread Peter Pearse
Ladislav

Your patch is available for test from 

git://linux-arm.org/u-boot-armdev.git#071212_voiceblue

Sorry for the delay.

Please confirm that it builds and runs on a voiceblue.

You have removed the voiceblue_smallflash_config board.

Can we be certain all such boards have disappeared?

Regards

Peter



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users