On Wed, 2 Jun 2010 13:12:02 -0500
Becky Bruce 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 @@
> /* Relocation to
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.
>>
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();
> -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.
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();
> -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...
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 i
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 fi
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
From: Vipin KUMAR
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
---
arch/arm/include/as
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 incr
From: Vipin KUMAR
Signed-off-by: Vipin Kumar
---
arch/arm/include/asm/arch-spear/hardware.h |1 +
board/spear/spear300/spear300.c| 11 +++
board/spear/spear310/spear310.c| 11 +++
board/spear/spear320/spear320.c| 11 +++
boar
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.
>
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_ADDR
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.
Below
15 matches
Mail list logo