<div>Hi ,</div>
<div>Here is my question.</div>
<div>when we put &#39;printk&#39;s in kernel code the logs will go to the log_buffer.(i observed that from implementation)</div>
<div>But when UART is enabled(in the bootloader), the same printk logs are going to the serial console.</div>
<div>
<div>As per my study printk doesnot implementing anything that writes to the UART console.</div>
<div> </div></div>
<div>Now here are my questions, </div>
<div>how this is being achieved? Where this is implemented?(which file)</div>
<div> </div>
<div>Where wil be the parsing of the cmdline string sent from the bootloader is done?</div>
<div> </div>
<div> </div>
<div>Thanking you,</div>
<div>sandeep kumar.</div>