Dear Gigin Jose,
please do not send HTML, send plain text only.
And make sure to restrict your line length to < 70 characters.
In message <850635.7691...@web95511.mail.in.yahoo.com> you wrote:
> After loading on the nand flash, I copied the ramdisk to 0x3080 ("cp.b
> 14 3080 4b5e1
Dear Thomas Chou,
In message <1294211855-18584-1-git-send-email-tho...@wytron.com.tw> you wrote:
> Flash might be in unknown state when u-boot is started with jtag.
> And got wrong env data. So reset it in board early init.
>
> Signed-off-by: Thomas Chou
> ---
> board/altera/nios2-generic/nios2
Faraday's ftpmu010 is a power managemnet unit which support cpu
sleep and frequency scaling. It has been integrated into many SoC.
This patch also move ftpmu010 to a proper place for later enhancement.
Signed-off-by: Macpaul Lin
---
Note:
This patch is the correct design with writing a new dri
Replace built-in ftpmu010 related code in timer.c for shared driver support.
Signed-off-by: Macpaul Lin
---
arch/arm/cpu/arm920t/a320/timer.c | 22 ++
include/configs/a320evb.h |5 +
2 files changed, 7 insertions(+), 20 deletions(-)
diff --git a/arch/arm/cp
Faraday's ftpmu010 is a power managemnet unit which support cpu
sleep and frequency scaling. It has been integrated into many SoC.
This patch also move ftpmu010 to a proper place for later enhancement.
Signed-off-by: Macpaul Lin
---
Note:
This patch is the correct design with writing a new dri
Replace built-in ftpmu010 related code in timer.c for shared driver support.
Signed-off-by: Macpaul Lin
---
Change v2
- Code cleanup
arch/arm/cpu/arm920t/a320/timer.c | 22 ++
include/configs/a320evb.h |5 +
2 files changed, 7 insertions(+), 20 deletions(
Hi,
See below ...
On 4 Jan 2011, at 22:09, Wolfgang Denk wrote:
> Dear "Andrew Holt (SE)",
>
> In message <1697cdb1-f968-4361-8895-c52ec77ec...@electrans.com> you wrote:
>>
>> I want disable the ability to interrupt the boot process.
>>
>> Setting bootdelay to 0 speeds the start, but if I hi
> -Original Message-
> From: Lei Wen [mailto:lei...@marvell.com]
> Sent: Tuesday, January 04, 2011 8:21 PM
> To: u-boot@lists.denx.de; Prafulla Wadaskar; Yu Tang; Ashish Karkare;
> Prabhanjan Sarnaik; adrian.w...@gmail.com
> Subject: [U-BOOT] [PATCH 1/6] Armada100: change the definition p
> -Original Message-
> From: Lei Wen [mailto:lei...@marvell.com]
> Sent: Tuesday, January 04, 2011 8:21 PM
> To: u-boot@lists.denx.de; Prafulla Wadaskar; Yu Tang; Ashish Karkare;
> Prabhanjan Sarnaik; adrian.w...@gmail.com
> Subject: [U-BOOT] [PATCH 2/6] mv: seperate kirkwood and mmp from
Dear Macpaul Lin,
> Replace built-in ftpmu010 related code in timer.c for shared driver support.
>
> Signed-off-by: Macpaul Lin
> ---
> static ulong timestamp;
> static ulong lastdec;
This is going to fail if used before relocation
Best Regards,
Reinhard
__
> -Original Message-
> From: Lei Wen [mailto:lei...@marvell.com]
> Sent: Tuesday, January 04, 2011 8:21 PM
> To: u-boot@lists.denx.de; Prafulla Wadaskar; Yu Tang; Ashish Karkare;
> Prabhanjan Sarnaik; adrian.w...@gmail.com
> Subject: [U-BOOT] [PATCH 4/6] serial: add pantheon soc support
>
> -Original Message-
> From: Lei Wen [mailto:lei...@marvell.com]
> Sent: Tuesday, January 04, 2011 8:21 PM
> To: u-boot@lists.denx.de; Prafulla Wadaskar; Yu Tang; Ashish Karkare;
> Prabhanjan Sarnaik; adrian.w...@gmail.com
> Subject: [U-BOOT] [PATCH 3/6] ARM: Add Support for Marvell Panth
> -Original Message-
> From: Lei Wen [mailto:lei...@marvell.com]
> Sent: Tuesday, January 04, 2011 8:21 PM
> To: u-boot@lists.denx.de; Prafulla Wadaskar; Yu Tang; Ashish Karkare;
> Prabhanjan Sarnaik; adrian.w...@gmail.com
> Subject: [U-BOOT] [PATCH 5/6] mvmfp: add MFP configuration suppo
> -Original Message-
> From: Lei Wen [mailto:lei...@marvell.com]
> Sent: Tuesday, January 04, 2011 8:21 PM
> To: u-boot@lists.denx.de; Prafulla Wadaskar; Yu Tang; Ashish Karkare;
> Prabhanjan Sarnaik; adrian.w...@gmail.com
> Subject: [U-BOOT] [PATCH 6/6] Pantheon: Add Board Support for Ma
Dear Reinhard,
On Wed, Jan 5, 2011 at 5:46 PM, Reinhard Meyer wrote:
> Dear Macpaul Lin,
>>
>> Replace built-in ftpmu010 related code in timer.c for shared driver
>> support.
>>
>> Signed-off-by: Macpaul Lin
>> ---
>> static ulong timestamp;
>> static ulong lastdec;
>
> This is going to fail if
HI Reinhard,
2011/1/5 Reinhard Meyer :
> Dear Macpaul Lin,
>> Replace built-in ftpmu010 related code in timer.c for shared driver support.
>>
>> Signed-off-by: Macpaul Lin
>> ---
>> static ulong timestamp;
>> static ulong lastdec;
>
> This is going to fail if used before relocation
I've f
Dear "Andrew Holt (SE)",
In message <9c907c9e-9155-494e-9d4f-6e7c0f010...@electrans.com> you wrote:
>
> > Did your try adding a "#define BOOTDELAY -1" in your board config
> > file?
>
> Will this help ?
Try it...
> By the board config file I guess you mean ./board///board.c ?
No. The board co
Hi all-
I've got some issues with getting POST to work with my board (mpc85xx
architecture):
In my config I set
#define CONFIG_POST (CONFIG_SYS_POST_MEMORY | ..._CPU | ..._UART | ..._ETHER)
I also implemented the stubs for uart_post_test and ether_post_test, as these
are not covered by defaul
Hi,
In the config file I commented out:
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
And that seems to do it :)
Regards,
Andrew
On 5 Jan 2011, at 10:05, Wolfgang Denk wrote:
> Dear "Andrew Holt (SE)",
>
> In message <9c907c9e-9155-494e-9d4f-6e7c0f010...@elec
Hi Prafulla,
On Wed, Jan 5, 2011 at 5:24 PM, Prafulla Wadaskar wrote:
>
>
>> -Original Message-
>> From: Lei Wen [mailto:lei...@marvell.com]
>> Sent: Tuesday, January 04, 2011 8:21 PM
>> To: u-boot@lists.denx.de; Prafulla Wadaskar; Yu Tang; Ashish Karkare;
>> Prabhanjan Sarnaik; adrian.w
On Wed, Jan 5, 2011 at 5:40 PM, Prafulla Wadaskar wrote:
>
>
>> -Original Message-
>> From: Lei Wen [mailto:lei...@marvell.com]
>> Sent: Tuesday, January 04, 2011 8:21 PM
>> To: u-boot@lists.denx.de; Prafulla Wadaskar; Yu Tang; Ashish Karkare;
>> Prabhanjan Sarnaik; adrian.w...@gmail.com
>
On Wed, Jan 5, 2011 at 5:44 PM, Prafulla Wadaskar wrote:
>
>
>> -Original Message-
>> From: Lei Wen [mailto:lei...@marvell.com]
>> Sent: Tuesday, January 04, 2011 8:21 PM
>> To: u-boot@lists.denx.de; Prafulla Wadaskar; Yu Tang; Ashish Karkare;
>> Prabhanjan Sarnaik; adrian.w...@gmail.com
>
On 01/05/2011 03:04 PM, Minkyu Kang wrote:
> Dear seedshope,
>
> On 4 January 2011 23:56, seedshope wrote:
>> On 01/04/2011 10:46 PM, seedshope wrote:
>>> On 01/04/2011 04:14 PM, Minkyu Kang wrote:
Use the global data instead of bss variable, replace as follow.
timer_load_val -> timer_
We set the L1 dache register with a bogus register value. Need to be
using 'r3' instead of 'r0'.
Reported-by: John Traill
Signed-off-by: Kumar Gala
---
arch/powerpc/cpu/mpc85xx/start.S |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/cpu/mpc85xx/start.S
> -Original Message-
> From: Lei Wen [mailto:adrian.w...@gmail.com]
> Sent: Wednesday, January 05, 2011 8:59 PM
> To: Prafulla Wadaskar
> Cc: Lei Wen; u-boot@lists.denx.de; Yu Tang; Ashish Karkare; Prabhanjan
> Sarnaik
> Subject: Re: [U-BOOT] [PATCH 2/6] mv: seperate kirkwood and mmp from
Hi
I'm Genady Chapovetsky - s/w developer.
For new project - base on Toradex Colibri SBC (PXA320 ) I should turn-on
VxWorks 6.x. I have successful Uboot running.
Can I ask Your recommendation for modify/customized VxWorks for loud and
boot?
GenaChap
BR Genady Chapovetsky
_
Le 30/12/2010 17:36, s-paul...@ti.com a écrit :
> Albert,
>
> Please pull u-boot-ti/master
>
> Regards,
> Sandeep
>
> The following changes since commit b722e646f9a6e2ebcae4845afc596b4dad4f7bcb:
>Sandeep Paulraj (1):
> DaVinci DM6467: Enhance board Support
>
> are available in the git
On Mon, Jan 03, 2011 at 09:09:20PM +0800, Lei Wen wrote:
> This patch add addition suffix to nand write to give the uboot
> the power to directly burn the yaffs image to nand.
>
> Signed-off-by: Lei Wen
> ---
> common/cmd_nand.c| 12 --
> drivers/mtd/nand/nand_util.c | 43
On Tue, Jan 04, 2011 at 11:39:04AM +0800, Lei Wen wrote:
> @@ -2580,13 +2579,15 @@ static const struct nand_flash_dev
> *nand_get_flash_type(struct mtd_info *mtd,
> * nand_scan_ident - [NAND Interface] Scan for the NAND device
> * @mtd: MTD device structure
> * @maxchips:
Linker needs to use the proper endian/bfd flags even when doing partial linking.
LDFLAGS_u-boot sets linker option which is called it when U-boot is built
(u-boot final).
LDFLAGS sets necessary option by partial linking (use in cmd_link_o_target).
CC: Mike Frysinger
Signed-off-by: Nobuhiro Iwamat
This patch sync with David's patch on Linux for handling nand_scan_ident.
commit 5e81e88a4c140586d9212999cea683bcd66a15c6
Author: David Woodhouse
Date: Fri Feb 26 18:32:56 2010 +
mtd: nand: Allow caller to pass alternative ID table to
nand_scan_ident()
On 01/05/2011 04:15 PM, Wolfgang Denk wrote:
> Instead of making fixed assumptions about flash type and it's
> properties here you should use generic routines from the CFI driver to
> do the reset.
>
Dear Wolfgang,
env_init() goes before flash_init() in board.c. So we don't know the
flash type a
This patch add addition suffix to nand write to give the uboot
the power to directly burn the yaffs image to nand.
Signed-off-by: Lei Wen
---
V2: fix compile warning, and add CONFIG_CMD_NAND_YAFFS to reduce code
when not use this function.
common/cmd_nand.c| 15 +-
hi:
My question is why e500 unlock_ram_in_cache in board.c ,and e300
unlock_ram_in_cache in bootm.c?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Prafula,
On Thu, Jan 6, 2011 at 2:23 AM, Prafulla Wadaskar wrote:
>
>
>> -Original Message-
>> From: Lei Wen [mailto:adrian.w...@gmail.com]
>> Sent: Wednesday, January 05, 2011 8:59 PM
>> To: Prafulla Wadaskar
>> Cc: Lei Wen; u-boot@lists.denx.de; Yu Tang; Ashish Karkare; Prabhanjan
>>
Change lib$(BOARD).a to lib$(BOARD).o
Signed-off-by: Nobuhiro Iwamatsu
---
board/shmin/Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/shmin/Makefile b/board/shmin/Makefile
index be04e2c..06888cd 100644
--- a/board/shmin/Makefile
+++ b/board/shmin/Makefil
This patch supports T-SH7706LSR board.
This is constitution almost same as shmin (T-SH7706LAN).
Therefore, most functions work by a change of the setting of config.
http://web.kyoto-inet.or.jp/people/takagaki/T-SH7706/T-SH7706LSR.htm
Signed-off-by: Nobuhiro Iwamatsu
---
board/shmin/config.mk
Arghhh
Didn't see the original message was not sent to the list...
So my reply was neither...
On 06.01.2011 04:46, Reinhard Meyer wrote:
Dear ,
Please, dear Henry, ALL u-boot related questions MUST go to the mailing list,
too.
I will porting U-Boot mmc part to my own board, still us
38 matches
Mail list logo