Re: [U-Boot] Does U-boot supports Spansion S29GL01GS NOR Flash?

2012-03-11 Thread Balaji Sivakumar, ERS, HCLTech
Hi Dirk, Thanks for your resonse. I have just added into this thread beacuse both are spansion flash. my responses to your query: 1.am using u-boot_2099-08 U-boot. it came with imx6q saberlite board. 2.NOR Flash is connected to WEIM Bus Chip select 0 and 16 bit Data bus(D16:D31), I have done We

Re: [U-Boot] Does U-boot supports Spansion S29GL01GS NOR Flash?

2012-03-11 Thread Balaji Sivakumar, ERS, HCLTech
Hi Wolf, Thanks for your responses. Board is same like IMX6q sabelite board, only difference is we have Spansion Nor Flash S29GL01GS in our board, which is connected via WEIM Bus Chip slect 0 and Data bus is 16 bit(D16-D31). I have weim bus io mux config and cs0 initialization in mx6q_saberlite

Re: [U-Boot] Does U-boot supports Spansion S29GL01GS NOR Flash?

2012-03-11 Thread Balaji Sivakumar, ERS, HCLTech
Hi Derk, Thanks for your response. I will download the latest one and check it. Currently am booting the u-boot from DDR3 only and checking the flash information using "flinfo" command, but that itself fails for me. I have not programmed the u-boot into NOR FLASH yet. To detect ,print flash in

Re: [U-Boot] Does U-boot supports Spansion S29GL01GS NOR Flash?

2012-03-11 Thread Wolfgang Denk
Dear "Balaji Sivakumar, ERS, HCLTech", please stop top posting / full quoting. Please read http://www.netmeister.org/news/learn2quote.html In message you wrote: > Hi Wolf, My name is Wolfgang. > Thanks for your responses. > > Board is same like IMX6q sabelite board, only difference is we ha

[U-Boot] [PATCH 1/2] nds32: fix ptrace and interrupt register overflow

2012-03-11 Thread Macpaul Lin
Fix ptrace and interrupt register overflow warning. Add missing P0 and P1 (r26 and r27) into register lists. These register are usually used in OS. Signed-off-by: Macpaul Lin --- arch/nds32/include/asm/ptrace.h |2 ++ arch/nds32/lib/interrupts.c |2 +- 2 files changed, 3 insertions(+

[U-Boot] [PATCH 2/2] nds32/n1213: correct vector table in start.S

2012-03-11 Thread Macpaul Lin
Correct definition of vector table in start.S Signed-off-by: Macpaul Lin --- arch/nds32/cpu/n1213/start.S | 22 +++--- 1 files changed, 19 insertions(+), 3 deletions(-) diff --git a/arch/nds32/cpu/n1213/start.S b/arch/nds32/cpu/n1213/start.S index 1d1fcf7..518628a 100644 --- a

[U-Boot] [PATCH v2 1/2] nds32: fix ptrace and interrupt register overflow

2012-03-11 Thread Macpaul Lin
Fix ptrace and interrupt register overflow warning. Add missing P0 and P1 (r26 and r27) into register lists. These register are usually used in OS. Signed-off-by: Macpaul Lin --- Change for V2: - no change. arch/nds32/include/asm/ptrace.h |2 ++ arch/nds32/lib/interrupts.c |2 +-

[U-Boot] [PATCH v2 2/2] nds32/n1213: correct vector table in start.S

2012-03-11 Thread Macpaul Lin
Correct definition of vector table in start.S Signed-off-by: Macpaul Lin --- Changes for v2: - fix symbol declaration error in start.S arch/nds32/cpu/n1213/start.S | 22 +++--- 1 files changed, 19 insertions(+), 3 deletions(-) diff --git a/arch/nds32/cpu/n1213/start.S b/arc

Re: [U-Boot] Does U-boot supports Spansion S29GL01GS NOR Flash?

2012-03-11 Thread Balaji Sivakumar, ERS, HCLTech
Hi Wolfgang, Am sorry to misspell your name. I have modified u-boot according to our board design. We are able to load the u-boot into ddr3 ram and execute it. I have mentioned that design is same like imx6q saberlite board. My query is that When I try to read the flash information from u-boo

[U-Boot] "make env" now requires a configured tree

2012-03-11 Thread Loïc Minier
Hi Grant, "make env" worked from an unconfigured u-boot tree until aa701b94336b358798d676eef12a7b90bdac23f5; now it requires a config.h to build. For the Debian/Ubuntu u-boot-tools packages, we're shipping fw_printenv/_setenv along other tools built with no particular config as a co

[U-Boot] [PATCH] Strip fw_printenv like the other tools

2012-03-11 Thread Loïc Minier
Signed-off-by: Loïc Minier --- tools/env/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/env/Makefile b/tools/env/Makefile index 28b73da..07634bc 100644 --- a/tools/env/Makefile +++ b/tools/env/Makefile @@ -41,6 +41,7 @@ all: $(obj)fw_printenv # Some file

Re: [U-Boot] Enabling nand createbbt command

2012-03-11 Thread Charles Manning
Bud Yaffs can work without mtdpart. To do that you just need to configure the start and end blocks manually instead of using the partition info to do this. On Friday 09 March 2012 13:58:48 Bud Miljkovic wrote: > Thank you Scott and Fabio, > > You help is much appreciated. > > I will try to add t

Re: [U-Boot] [PATCH] Strip fw_printenv like the other tools

2012-03-11 Thread Mike Frysinger
personally i don't see the point of automatically calling HOSTSTRIP, but this is what the standard is already in u-boot, so ... Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list

Re: [U-Boot] "make env" now requires a configured tree

2012-03-11 Thread Mike Frysinger
On Sunday 11 March 2012 11:38:11 Loïc Minier wrote: > "make env" worked from an unconfigured u-boot tree until > aa701b94336b358798d676eef12a7b90bdac23f5; now it requires a config.h to > build. please search the list. patches have already been posted. -mike signature.asc Description: This is

[U-Boot] [PATCHi v2] PowerPC: correct the SATA for p1/p2 rdb-pc platform

2012-03-11 Thread Chang-Ming.Huang
From: Jerry Huang For p1/p2 rdb-pc platform, use the PCIe-SATA Silicon Image SATA controller. Therefore, the SATA driver will use sata_sil, instead sata_sil3114. Signed-off-by: Jerry Huang CC: Andy Fleming --- change for v2: - correct the subject include/configs/p1_p2_rdb_pc.h |