<div dir="ltr"><div>Hey sandeep,<br><br><br>On Wed, Jan 30, 2013 at 5:30 PM, sandeep kumar &lt;<a href="mailto:coolsandyforyou@gmail.com">coolsandyforyou@gmail.com</a>&gt; wrote:<br>&gt;<br>&gt; Hi All<br>&gt; On ARM, Just for learning i am working on booting with uncompressed kernel.<br>
&gt;<br>&gt; I am meddling with arch/arm/boot/compressed/head.S, and understand the relocation/decompression stuff through putting some logs.<br>&gt;<br>&gt; I want to check how much time it takes for kernel to relocate itself and how much time it takes to decompress etc.,<br>
&gt;<br>&gt; Is there any possibility of seeing the current time stamp here, like a register which keeps on counting immediately after boot..<br><br></div>You&#39;re essentially running at the bootloader level here. You haven&#39;t started the kernel so the only timers that you have are whatever your bootloader has setup, or whatever you want to setup yourself (bare-metal programming here).<br>
<div><br>--<br>Dave Hylands<br>Shuswap, BC, Canada<br><a href="http://www.davehylands.com">http://www.davehylands.com</a></div></div>