[U-Boot-Users] unassigned-patches/9: [PATCH 0/2] MPC8xx: Fix libfdt support introduced in commit 77ff7b74

2008-04-08 Thread u-boot
--- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace ___ U-Boot-Users mailing list U-Boot-Use

[U-Boot-Users] unassigned-patches/12: [PATCH 2/2] ds174x: Fix warning on return in rtc_get and rtc_set function

2008-04-08 Thread u-boot
about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace ___ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users -

[U-Boot-Users] unassigned-patches/11: [PATCH] cmd_nand: Fix warning: dereferencing type-punned pointer will break strict-aliasing rules

2008-04-08 Thread u-boot
s for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

[U-Boot-Users] unassigned-patches/10: [PATCH 1/2] cmd_log.c: Fix assignment differ in signedness

2008-04-08 Thread u-boot
t;buf; #endif /* Set up log version */ -- 1.5.4.5 - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace ____

[U-Boot-Users] unassigned-patches/13: [PATCH] mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'

2008-04-08 Thread u-boot
es for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists

Re: [U-Boot-Users] unassigned-patches/11

2008-07-16 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH] cmd_nand: Fix warning: dereferencing type-punned pointer will break strict-aliasing rules Responsible-Changed-From-To: patch-coord->gu-mpc8xx Responsible-Changed-By: wd Responsible-Changed-When: Wed, 16 Jul 2008 22:32:41 +0200 Responsible-Changed-Why: J

[U-Boot-Users] unassigned-patches/3: [PATCH] Merged serial_pl010.c and serial_pl011.c.

2008-07-21 Thread u-boot
to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA - */ - -/* Simple U-Boot driver for the PrimeCell PL011 UARTs on the IntegratorCP */ -/* Should be fairly simple to make it work with the PL010 as well */ - -#include - -#ifdef CFG_PL011_SERIAL - -#incl

[U-Boot-Users] unassigned-patches/4: [PATCH] Fix duplicated flash state

2008-07-23 Thread u-boot
t.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 - This SF.Net email is sponsored by the Mobl

[U-Boot-Users] unassigned-patches/5: [PATCH] Fix warnings if compiling with IDE support.

2008-07-23 Thread u-boot
Hello, this patch fixes the following warnings, if compiling u-boot with ide support. [EMAIL PROTECTED] u-boot]$ make -s all cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior cmd_ide.c:839: Warnung: weak declaration of `ide_inb' a

Re: [U-Boot-Users] bugs/5

2008-07-23 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH] Fix warnings if compiling with IDE support. Responsible-Changed-From-To: patch-coord->wd Responsible-Changed-By: wd Responsible-Changed-When: Thu, 24 Jul 2008 04:50:54 +0200 Responsible-Changed-Why: I take that

[U-Boot-Users] unassigned-patches/6: [PATCH] Add include for config.h in command.h.

2008-07-24 Thread u-boot
source file includes before or after . The effect is that u-boot crashes when tries to relocate the command table (for ppc) or try to access to the command table for other architectures. The problem can happen on board-depending commands.All general commands under /common are unaffected, because

[U-Boot-Users] unassigned-patches/7: [PATCH] Move mpc5121 iopoin feature from board specific to common files.

2008-07-29 Thread u-boot
GIT - 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

[U-Boot-Users] unassigned-patches/9: [PATCH] I2C EEPROM simulator

2008-07-29 Thread u-boot
ffer, int len) +{ + int i; + + if (addr+len>CONFIG_EEPROM_SIMUL_LEN) + return -1; + + for(i=0;iCONFIG_EEPROM_SIMUL_LEN) + return -1; + + for(i=0;ihttp://moblin-contest.org/redirect.php?banner_id=100&url=/ ______

[U-Boot-Users] unassigned-patches/8: [PATCH] I2C Monitor chip ADT7460 support

2008-07-29 Thread u-boot
K & 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/

[U-Boot-Users] unassigned-patches/11: [PATCH v2] sh: Renesas R0P7785LC0011RL board support

2008-07-29 Thread u-boot
1 +#define CFG_ENV_SECT_SIZE (256 * 1024) +#define CFG_ENV_SIZE (CFG_ENV_SECT_SIZE) +#define CFG_ENV_ADDR (CFG_FLASH_BASE + CFG_MONITOR_LEN) +#define CFG_ENV_OFFSET (CFG_ENV_ADDR - CFG_FLASH_BASE) +#define CFG_ENV_SIZE_REDUND(CFG_ENV_SECT_SIZE) + +/* Board Clock */ +/*

Re: [U-Boot-Users] bugs/4

2008-07-29 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH] Fix duplicated flash state Responsible-Changed-From-To: patch-coord->gu-nand-flash Responsible-Changed-By: wd Responsible-Changed-When: Tue, 29 Jul 2008 23:02:19 +0200 Responsible-Changed-Why: Assign to Sc

Re: [U-Boot-Users] usb/10

2008-07-29 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH v2] usb: add support for R8A66597 usb controller Responsible-Changed-From-To: patch-coord->gu-usb Responsible-Changed-By: wd Responsible-Changed-When: Tue, 29 Jul 2008 23:14:34 +0200 Responsible-Changed-Why: Assigned to mar

Re: [U-Boot-Users] mpc512x/7

2008-07-29 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH] Move mpc5121 iopoin feature from board specific to common files. Responsible-Changed-From-To: patch-coord->gu-mpc512x Responsible-Changed-By: wd Responsible-Changed-When: Tue, 29 Jul 2008 23:15:15 +0200 Responsible-Changed-Why: Assigned to J

Re: [U-Boot-Users] sh/11

2008-07-29 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH v2] sh: Renesas R0P7785LC0011RL board support Responsible-Changed-From-To: patch-coord->gu-sh Responsible-Changed-By: wd Responsible-Changed-When: Tue, 29 Jul 2008 23:17:30 +0200 Responsible-Changed-Why: Assign to Nobuhiro Iwama

[U-Boot-Users] unassigned-patches/14: [PATCH] Update Freescale 85xx boards to sys_eeprom.c

2008-07-29 Thread u-boot
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-Boo

Re: [U-Boot-Users] mpc85xx/14

2008-07-29 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH] Update Freescale 85xx boards to sys_eeprom.c Responsible-Changed-From-To: patch-coord->gu-mpc85xx Responsible-Changed-By: wd Responsible-Changed-When: Tue, 29 Jul 2008 23:33:58 +0200 Responsible-Changed-Why: Assign to A

[U-Boot-Users] unassigned-patches/15: [Patch 1/1] Re-Submit: QE UEC: Add MII Commands

2008-07-29 Thread u-boot
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] unassigned-patches/16: [PATCH] ppc4xx: ml507: Use of get_ram_size in board ml507

2008-07-29 Thread u-boot
ur 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=/ ______

Re: [U-Boot-Users] ppc4xx/16

2008-07-29 Thread u-boot
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] bugs/5

2008-07-29 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH] Fix warnings if compiling with IDE support. State-Changed-From-To: open->closed State-Changed-By: wd State-Changed-When: Wed, 30 Jul 2008 00:31:02 +0200 State-Changed-Why: Applied as commit 36d59bd9da9e15d19b867b48449408830f4e2

Re: [U-Boot-Users] bugs/6

2008-07-29 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH] Add include for config.h in command.h. State-Changed-From-To: open->closed State-Changed-By: wd State-Changed-When: Wed, 30 Jul 2008 00:53:05 +0200 State-Changed-Why: Applied as commit 5d1d00fb36005482e1803a00ddc46efa11d71

[U-Boot-Users] unassigned-patches/17: [PATCH] Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c

2008-07-29 Thread u-boot
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=/ ______

Re: [U-Boot-Users] net/15

2008-07-29 Thread u-boot
Synopsis: [U-Boot-Users] [Patch 1/1] Re-Submit: QE UEC: Add MII Commands Responsible-Changed-From-To: patch-coord->gu-net Responsible-Changed-By: wd Responsible-Changed-When: Wed, 30 Jul 2008 01:32:59 +0200 Responsible-Changed-Why: Assigned to Ben. State-Changed-From-To: open->feedback

Re: [U-Boot-Users] usb/17

2008-07-29 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH] Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c Responsible-Changed-From-To: patch-coord->gu-usb Responsible-Changed-By: wd Responsible-Changed-When: Wed, 30 Jul 2008 01:33:37 +0200 Responsible-Changed-Why: Assigned to Mar

Re: [U-Boot-Users] unassigned-patches/8

2008-09-01 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH] I2C Monitor chip ADT7460 support State-Changed-From-To: open->closed State-Changed-By: dzu State-Changed-When: Mon, 01 Sep 2008 15:43:30 +0200 State-Changed-Why: Applied in commit d0039d4ed275e6ca09fb417895024ad02be11

Re: [U-Boot-Users] mpc85xx/14

2008-09-08 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH] Update Freescale 85xx boards to sys_eeprom.c State-Changed-From-To: open->closed State-Changed-By: AndyFleming State-Changed-When: Tue, 09 Sep 2008 03:53:16 +0200 State-Changed-Why: Appl

[U-Boot-Users] [SPAM] Re: Mystery/Shopper [$850/week]

2009-06-04 Thread u-boot-users
.net/sfu/opensolaris-get___ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

[U-Boot-Users] [SPAM] Re: Mystery/Shopper [$700/week]

2009-06-05 Thread u-boot-users
.net/sfu/opensolaris-get___ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

[U-Boot-Users] [SPAM] Re: Mystery Shopper [$800/week]

2009-06-20 Thread u-boot-users
e Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org___

[U-Boot-Users] [SPAM] Re: Mystery/Shopper [$850/week]

2009-06-30 Thread u-boot-users
to our database and we will look for locations in your area that needs to be evaluated. Thank you, Loraine McDowell WA Surveys 410 Roosevelt Way NE Seattle, WA 98105 -- ___ U-Boo

[U-Boot-Users] I need Help in U-Boot Interrupt support

2008-04-18 Thread U-Boot User
Hi all,    I Enable Interrupt support (by defining CONFIG_USE_IRQ) and unmasked some specific Interrupt in U-Boot for omap5912 . In Flash, U-boot without  interrupt Support has been flashed.  When Iam Running  Interrupt Enabled U-Boot from RAM (with go command) , When Interrupt Comes its just

[U-Boot-Users] problems with CRC in fw_printenv and fw_setenv utility and use

2008-01-11 Thread u-boot user
about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace ___ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users