Re: [U-Boot] A question about "Initialize GOT pointer"

2009-10-26 Thread Jello huang
Sorry,i thought the code is like this(intel asm): mov ax, 40h mov ds, ax ax as an temp registor 2009/10/26 Andrew Dyer > On Mon, Oct 26, 2009 at 1:41 AM, XR SU wrote: > > hi,all: > > here is a question, who can tell me? thanks. > > > > in uboot file : cpu/mips/start.S > > > > /* Ini

[U-Boot] why there is no code boot from nand flash?

2009-10-26 Thread Jello huang
Dear list, why is there no code boot from nand flash and nor flash in / cpu / arm920t / start.S? I am puzzle. anybody can show me some reason? Thanks a lot! -- JUST DO IT,NOTHING IS IMPOSSIBLE ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.d

Re: [U-Boot] Compiling with arm-eabi and YAFFS2

2009-10-26 Thread Jello huang
if u use eabi compiler to compile u-boot,there r some error. why not use abi compiler for u-boot.it can compile successful 2009/10/26 Chris Isbell > On Sat, 2009-10-24 at 13:31 -0500, Tom wrote: > > Chris Isbell wrote: > > > U-Boot 2009.08 fails to compile with the arm-eabi compiler (V4.1.0 and

Re: [U-Boot] A question about "Initialize GOT pointer"

2009-10-26 Thread Jello huang
I am not familiar with mips instruction.but i think it mean: pg=ra t1=0(ra) then move t1 to gp. so u cannot remove it . 2009/10/26 XR SU > hi,all: > here is a question, who can tell me? thanks. > > in uboot file : cpu/mips/start.S > > /* Initialize GOT pointer. */ > bal 1f >