Re: [U-Boot] Kernel copy from NOR to RAM

2010-08-23 Thread Stefano Babic
Nicolas Luna wrote: > In fact I'm using OMAPL138 platform and I think that it is not UBL that is > copying kernel under that platform. The UBL set up the processor in a fixed way, and have no knowledge about the kernel. It loads u-boot, and the kernel is copied inside u-boot. > I added printf/put

Re: [U-Boot] Kernel copy from NOR to RAM

2010-08-23 Thread Nicolas Luna
In fact I'm using OMAPL138 platform and I think that it is not UBL that is copying kernel under that platform. I have been able to find the kernel image relocation in cmd_bootm.c but that is not the inital copy. I added printf/puts into the code to find where exactly it happens and my last print

Re: [U-Boot] Kernel copy from NOR to RAM

2010-08-23 Thread Detlev Zundel
Hi Nicolas, > I'm using OMAP-L138 (ARM based) with NOR flash and I'll like to know in > which file uboot copies kernel from NOR to RAM? This will be the UBL which runs before U-Boot gets a chance to run. Just before Stefano Babic's work on the dm365 platform all davinci U-Boot ports configured CO

Re: [U-Boot] Kernel copy from NOR to RAM

2010-08-23 Thread Rogan Dawes
On 2010/08/23 5:19 PM, Nicolas Luna wrote: > Well I mean at the boot time not in uboot prompt. > > Regards, > Nicolas The cp command may be executed as part of the automatic boot script. Alternatively, the bootm command may perform the copy from NOR to RAM automatically as part of the boot sequen

Re: [U-Boot] Kernel copy from NOR to RAM

2010-08-23 Thread Nicolas Luna
Well I mean at the boot time not in uboot prompt. Regards, Nicolas On Mon, Aug 23, 2010 at 11:16 AM, Nishanth Menon wrote: > On Mon, Aug 23, 2010 at 10:14 AM, Nicolas Luna wrote: > > Ok > > > > I would like to improve the copy of linux kernel from NOR to RAM. I would > > like to replace the c

Re: [U-Boot] Kernel copy from NOR to RAM

2010-08-23 Thread Nishanth Menon
On Mon, Aug 23, 2010 at 10:14 AM, Nicolas Luna wrote: > Ok > > I would like to improve the copy of linux kernel from NOR to RAM. I would > like to replace the current copy and use EDMA instead. I traced the uboot > code but I can't find in which file (uboot source code) the copy (from NOR > to RAM

Re: [U-Boot] Kernel copy from NOR to RAM

2010-08-23 Thread Nicolas Luna
Ok I would like to improve the copy of linux kernel from NOR to RAM. I would like to replace the current copy and use EDMA instead. I traced the uboot code but I can't find in which file (uboot source code) the copy (from NOR to RAM) takes place. Thanks. Regards, Nicolas On Mon, Aug 23, 2010

Re: [U-Boot] Kernel copy from NOR to RAM

2010-08-23 Thread Albert ARIBAUD
Le 23/08/2010 16:48, Nicolas Luna a écrit : > Hi guys, > > I'm using OMAP-L138 (ARM based) with NOR flash and I'll like to know in > which file uboot copies kernel from NOR to RAM? > > Thanks > > Nicolas Nicolas, Your question, as it is expressed, does not make much sense to me. What kind of 'fi

[U-Boot] Kernel copy from NOR to RAM

2010-08-23 Thread Nicolas Luna
Hi guys, I'm using OMAP-L138 (ARM based) with NOR flash and I'll like to know in which file uboot copies kernel from NOR to RAM? Thanks Nicolas ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot