Re: [U-Boot] A question in lowlevel_init.S

2011-01-23 Thread krrish53
s as there is no RAM in the picture yet. This is the I would > greatly appreciate a little detailed response. > > Thanks very much. > > Le 22/01/2011 05:18, krrish53 a écrit : >> >> Hello everybody, >> I have a question pertaining to almost every lowlevel_init.S.

Re: [U-Boot] A question in lowlevel_init.S

2011-01-22 Thread krrish53
Sorry for not mentioning the file name. its here uboot/arch/arm/cpu/arm920t/at91rm9200/lowlevel_init.S and also in uboot/board/samsung/smdk2410/lowlevel_init.S Thanks for all your responses so far people. Reinhard Meyer wrote: > > Dear Eric Bénard wrote: >> Hi, >> >> On 22/01/2011 08:39, Reinh

[U-Boot] A question in lowlevel_init.S

2011-01-21 Thread krrish53
Hello everybody, I have a question pertaining to almost every lowlevel_init.S. The code goes like /*make r0 relative the current location so that it*/ /*reads SMRDATA out of flash rather than memory*/ ldr r0,=SMRDATA ldr r1,_TEXT_BASE sub r10,r0,r1 I couldn't relate the code to comments made ahe