[U-Boot] Nursing Homes - 31, 589 Senior Administrators, 11, 288 Nursing Directors in over 14, 706 Nursing Homes (full contact info no emails)

2010-06-03 Thread Mandy Osborn
Here's some of the healthcare lists we have: Hospitals - 23,747 Hospital Administrators in over 7,145 Hospitals (full contact info no emails) Nursing Homes - 31,589 Senior Administrators, 11,288 Nursing Directors in over 14,706 Nursing Homes (full contact info no emails) Visiting Nurses RN's

[U-Boot] Linux kernel hangs in panic

2010-06-03 Thread  Gurumurthy G M
Dear All, I am using MIPS32 AU1350 processor board with 2MB of NOR Flash, I have programmed u-boot and Linux kernel in NOR Flash. U-boot is working able to boot linux kernel but not able to mount root filesystem from SDRAM. I have created uRamdisk and also passed boot arguments.

Re: [U-Boot] [PATCH] Add support for LPC2468 from NXP

2010-06-03 Thread Remco Poelstra
Hi, On 02-06-10 12:03, Wolfgang Denk wrote: diff --git a/arch/arm/cpu/arm720t/lpc24xx/iap_entry.S b/arch/arm/cpu/arm720t/lpc24xx/iap_entry.S new file mode 100644 index 000..c31d519 --- /dev/null +++ b/arch/arm/cpu/arm720t/lpc24xx/iap_entry.S @@ -0,0 +1,7 @@ +IAP_ADDRESS:

Re: [U-Boot] [PATCH v4] da830: Move common code out of da830evm.c file

2010-06-03 Thread Nick Thompson
On 03/06/10 05:25, Sudhakar Rajashekhara wrote: TI's DA850/OMAP-L138 platform is similar to DA830/OMAP-L137 in many aspects. So instead of repeating the same code in multiple files, move the common code to a different file and call those functions from the respective da830/da850 files.

[U-Boot] [PATCH v4 08/19] SPEAr : Network support configured for spear SoCs

2010-06-03 Thread Vipin KUMAR
From: Vipin KUMAR vipin.ku...@st.com Signed-off-by: Vipin Kumar vipin.ku...@st.com --- arch/arm/include/asm/arch-spear/hardware.h |1 + board/spear/spear300/spear300.c| 11 +++ board/spear/spear310/spear310.c| 11 +++

[U-Boot] [PATCH v4 00/19] Network support feedbacks incorporated

2010-06-03 Thread Vipin KUMAR
These patches incorporate the feedbacks provided by Ben. The patch-set contians only 2 patches. All other subpatches remain unchanged from PATCH v3 http://lists.denx.de/pipermail/u-boot/2010-May/071357.html Vipin KUMAR (18): change_bit routine defined SPEAr : SMI erase and write timeouts

[U-Boot] [PATCH v4 09/19] SPEAr : macb driver support added for spear310 and spear320

2010-06-03 Thread Vipin KUMAR
From: Vipin KUMAR vipin.ku...@st.com SPEAr310 and SPEAr320 SoCs have an extra ethernet controller. The driver for this device is already supported by u-boot, so configuring board configuration file and defining base addresses etc to make use of the common driver Signed-off-by: Vipin Kumar

Re: [U-Boot] [PATCH v3 00/19] SPEAr : Network support for spear platforms and SPEAr1300

2010-06-03 Thread Vipin KUMAR
On 5/29/2010 2:01 AM, Ben Warren wrote: Vipin, On 5/28/2010 9:52 AM, Vipin Kumar wrote: Dear Wolfgang, This patch-set as been pending for a long time and it seems Tom is also away from mails. A few patches have already been Acked by respective device owners Please let me know how do I

Re: [U-Boot] [PATCH v4] da830: Move common code out of da830evm.c file

2010-06-03 Thread Sudhakar Rajashekhara
Hi Nick, On Thu, Jun 03, 2010 at 16:23:36, Nick Thompson wrote: On 03/06/10 05:25, Sudhakar Rajashekhara wrote: TI's DA850/OMAP-L138 platform is similar to DA830/OMAP-L137 in many aspects. So instead of repeating the same code in multiple files, move the common code to a different file

[U-Boot] Unable to mount Root File System , initramdisk or initramfs

2010-06-03 Thread  Gurumurthy G M
Hi All, I am using MIPS32 AU1350 processor board with 2MB of NOR Flash, I have programmed u-boot and Linux kernel in NOR Flash. U-boot is working able to boot linux kernel but not able to mount root filesystem from SDRAM. I tried both initramdisk and initramfs. please let me know more

Re: [U-Boot] [PATCH-V3 1/2] AM35x: Add support for AM3517EVM

2010-06-03 Thread Hiremath, Vaibhav
-Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Monday, May 31, 2010 3:11 PM To: Hiremath, Vaibhav Cc: u-boot@lists.denx.de; t...@bumblecow.com; Paulraj, Sandeep; Premi, Sanjeev Subject: Re: [PATCH-V3 1/2] AM35x: Add support for AM3517EVM Dear hvaib...@ti.com,

Re: [U-Boot] [PATCH] watchdog petting during autoboot delay

2010-06-03 Thread Nicolas Ferre
Le 26/05/2010 20:13, Mike Frysinger : On Wednesday 26 May 2010 06:34:49 Nicolas Ferre wrote: --- a/common/main.c +++ b/common/main.c @@ -159,6 +159,7 @@ static __inline__ int abortboot(int bootdelay) * when catch up. */ do { +WATCHDOG_RESET(); /* Trigger

Re: [U-Boot] [PATCH-V3 2/2] AM35x: Add support for EMIF4

2010-06-03 Thread Hiremath, Vaibhav
-Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Monday, May 31, 2010 3:14 PM To: Hiremath, Vaibhav Cc: u-boot@lists.denx.de; t...@bumblecow.com; Paulraj, Sandeep; Premi, Sanjeev Subject: Re: [PATCH-V3 2/2] AM35x: Add support for EMIF4 Dear hvaib...@ti.com,

Re: [U-Boot] [PATCH] watchdog petting during autoboot delay

2010-06-03 Thread Nicolas Ferre
Le 26/05/2010 20:13, Mike Frysinger : On Wednesday 26 May 2010 06:34:49 Nicolas Ferre wrote: --- a/common/main.c +++ b/common/main.c @@ -159,6 +159,7 @@ static __inline__ int abortboot(int bootdelay) * when catch up. */ do { +WATCHDOG_RESET(); /* Trigger

Re: [U-Boot] [PATCH] watchdog petting during autoboot delay

2010-06-03 Thread Mike Frysinger
On Thu, Jun 3, 2010 at 1:39 PM, Nicolas Ferre wrote: Le 26/05/2010 20:13, Mike Frysinger : On Wednesday 26 May 2010 06:34:49 Nicolas Ferre wrote: --- a/common/main.c +++ b/common/main.c @@ -159,6 +159,7 @@ static __inline__ int abortboot(int bootdelay)       * when catch up.       */      

Re: [U-Boot] [PATCH V2 03/10] 83xx/85xx/86xx: LBC register cleanup

2010-06-03 Thread Kim Phillips
On Wed, 2 Jun 2010 13:12:02 -0500 Becky Bruce bec...@kernel.crashing.org wrote: diff --git a/arch/powerpc/include/asm/config.h b/arch/powerpc/include/asm/config.h index fc3facb..01036f3 100644 --- a/arch/powerpc/include/asm/config.h +++ b/arch/powerpc/include/asm/config.h @@ -76,4 +76,10