<div dir="ltr"><div>Hey sandeep,<br><br><br>On Wed, Jan 30, 2013 at 5:30 PM, sandeep kumar <<a href="mailto:coolsandyforyou@gmail.com">coolsandyforyou@gmail.com</a>> wrote:<br>><br>> Hi All<br>> On ARM, Just for learning i am working on booting with uncompressed kernel.<br>
><br>> I am meddling with arch/arm/boot/compressed/head.S, and understand the relocation/decompression stuff through putting some logs.<br>><br>> I want to check how much time it takes for kernel to relocate itself and how much time it takes to decompress etc.,<br>
><br>> 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're essentially running at the bootloader level here. You haven'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>