Re: [U-Boot-Users] DNS support in U-Boot

2008-10-14 Thread Wolfgang Denk
Dear Pieter,

In message <[EMAIL PROTECTED]> you wrote:
> 
> I recently made a simple DNS implementation in U-Boot.
> The attached file is a patch to U-Boot 1.2.0.

Thanks a lot.

We need a formal Signed-off-by: line for you for this patch.

Index: net/dns.c
===
--- net/dns.c   (revision 0)
+++ net/dns.c   (revision 0)
@@ -0,0 +1,213 @@
...
+/*
+ * Copyright (c) 2004-2005 Sergey Lyubka <[EMAIL PROTECTED]>
+ *
+ * "THE BEER-WARE LICENSE" (Revision 42):
+ * Sergey Lyubka wrote this file.  As long as you retain this notice you
+ * can do whatever you want with this stuff. If we meet some day, and you think
+ * this stuff is worth it, you can buy me a beer in return.
+ */

I think that such a license will not conflict with the GPL, but I  am
not  a lawyer, and it would be easier if it was released under GPLv2.
Do you think you could ask the author  to  re-release  it  (at  least
alternatively) under GPLv2 ?

Thanks in advance.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
I don't want to be young again, I just don't want to get any older.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


[U-Boot-Users] Fwd: [U-Boot] EP93XX Uboot support

2008-10-14 Thread Stuart Wood
I'm currently using u-boot 1.3.3 with the EP9302 processor.
I've not had time to try and submit patches yet, and most of the work
was scraped
together from other patches found on the net..

Stuart

On Tue, Oct 14, 2008 at 11:59 AM, Alessandro Rubini
<[EMAIL PROTECTED]> wrote:
>
>> is there the uboot support for the ep93xx cpu? is there some board
>> supported? Thanks.
>
> A few months ago Rodolfo Giometti sent me to
>
> http://stud3.tuwien.ac.at/%7Ee9725348/Projects/ep93xx/u-boot-1.2.0-edb93xx_support.diff
>
> I successfully used it as a start to port to my target.
>
> /alessandro
> ___
> U-Boot mailing list
> [EMAIL PROTECTED]
> http://lists.denx.de/mailman/listinfo/u-boot
>



--
Stuart Wood

Lab X Technologies, LLC
176 Anderson Ave.
Suite 302
Rochester, NY 14607
Phone: (585) 271-7790 x207
Fax: (585) 473.4707



-- 
Stuart Wood

Lab X Technologies, LLC
176 Anderson Ave.
Suite 302
Rochester, NY 14607
Phone: (585) 271-7790 x207
Fax: (585) 473.4707

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


[U-Boot-Users] Problems with PCI-E Switch on 460EX

2008-10-14 Thread Ayman M. El-Khashab
I hope somebody can shed some light on our problem.  The summary is
that when we use a pci-e switch, we don't see anything on the downstream
side of the switch in Linux.  U-Boot may or may not see the downstream
side (details below).

We are using the stock canyonlands (460EX) board with both original and
new kernels.  We have the 1L port as an end-point and the 4L as a RC.
We've purchased a PLX 8509 PCI-E Switch and PLX 8612 PCI-E Switch add-in
cards.  Each of them fits into the 4 lane port.  We also have another 
COTS pci-e sata controller (our control if you will).  

sata card to the canyonlands, everything works correctly.  This tells
me that pci-e, discovery, etc are configured / working.

sata to the 8509 and the 8509 to the canyonlands, u-boot will detect 
the sata card, but for whatever reason, Linux does not see it
(via lspci or our own tool).

sata to the 8612 and the 8612 to the canyonlands, u-boot does not see
the card (and obviously linux does not see the card either).

One more data point, we have an NI PCI-E GPIB controller.  It has a
pci-e to pci bridge on board.  U-Boot sees the bridge, but again nothing
on the downstream port.

We have looked at all of these cases using a lecroy pci-e analyzer.  In
most cases the u-boot code looks to be doing the right thing.  The 8612
being the only odd case.  We did notice the pci-e bus number change on
the analyzer from 3 to (I think 129) -- I still cannot explain this.

1) Do I have to add anything to the device tree for the switch (I did 
not believe that it was required)

2) Since it appears no switch/bridge downstream device is visible, is 
something needed in Linux to make these go?  I checked both the u-boot
and kernel config and saw nothing obvious other than enabling pci-e

3) Does u-boot require any special configuration to enable all these 
pci-e devices

4) Anything else to try?

Thanks
- ame


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
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] strings cmd: drop old CONFIG_CFG_STRINGS define

2008-10-14 Thread Wolfgang Denk
Dear Mike Frysinger,

In message <[EMAIL PROTECTED]> you wrote:
> We don't need CONFIG_CFG_STRINGS anymore now that we have the define
> CONFIG_CMD_STRINGS and Makefile control.
> 
> Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
> ---
>  common/cmd_strings.c |4 
>  1 files changed, 0 insertions(+), 4 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
The high cost of living hasn't affected its popularity.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


[U-Boot-Users] [PATCH] strings cmd: drop old CONFIG_CFG_STRINGS define

2008-10-14 Thread Mike Frysinger
We don't need CONFIG_CFG_STRINGS anymore now that we have the define
CONFIG_CMD_STRINGS and Makefile control.

Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
 common/cmd_strings.c |4 
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/common/cmd_strings.c b/common/cmd_strings.c
index bbf56a0..db54f29 100644
--- a/common/cmd_strings.c
+++ b/common/cmd_strings.c
@@ -10,8 +10,6 @@
 #include 
 #include 
 
-#ifdef CONFIG_CFG_STRINGS
-
 static char *start_addr, *last_addr;
 
 int do_strings(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
@@ -45,5 +43,3 @@ U_BOOT_CMD(strings, 3, 1, do_strings,
"strings - display strings\n",
" [byte count]\n"
"- display strings at  for at least [byte count] or first 
double NUL\n");
-
-#endif
-- 
1.6.0.1


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


[U-Boot-Users] [PATCH] cmd_spi: remove broken signed casting for display

2008-10-14 Thread Mike Frysinger
Since we're working with unsigned data, you can't apply a signed pointer
cast and then attempt to print the result.  Otherwise you get wrong output
when the sign bit is set like "0xFF" incorrectly extended to "0x".

Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
 common/cmd_spi.c |3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/common/cmd_spi.c b/common/cmd_spi.c
index 40ee7e7..1f0727b 100644
--- a/common/cmd_spi.c
+++ b/common/cmd_spi.c
@@ -123,9 +123,8 @@ int do_spi (cmd_tbl_t *cmdtp, int flag, int argc, char 
*argv[])
printf("Error with the SPI transaction.\n");
rcode = 1;
} else {
-   cp = (char *)din;
for(j = 0; j < ((bitlen + 7) / 8); j++) {
-   printf("%02X", *cp++);
+   printf("%02X", din[j]);
}
printf("\n");
}
-- 
1.6.0.1


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


[U-Boot-Users] :税=票=代=开:

2008-10-14 Thread 张先生
  
  您好:
 我公司在(深圳、东莞、广州等地)有良好的企业形象。
 现本公司有一部分专用发--票代开;
  贵公司如有需要,欢迎您的来电与我联系:
 
  联系人:   张先生(0)13691802585

 如有打扰敬请见谅!

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users