All of lore.kernel.org
 help / color / mirror / Atom feed
From: jeshkumar555@gmail.com (Jeshwanth Kumar N K)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Firmware Loading every boot?
Date: Sun, 16 Feb 2014 00:04:05 +0530	[thread overview]
Message-ID: <CAC-LjFsgXLv1QnBCputSO07UOibqYCtss0WOjsf74dHDsw0-rA@mail.gmail.com> (raw)
In-Reply-To: <CAHnt0GVhR66-jawFu=mpQqWzTXtcUZg7_tdjOPt7JFHVj-6V5A@mail.gmail.com>

Thanks Peter and Arun,

I can understand now :)

Any good documentation to understand UEFI ?


On Fri, Feb 14, 2014 at 10:32 AM, Peter Teoh <htmldeveloper@gmail.com>wrote:

> FYI, the "firmware" are loaded from flash:
>
> http://en.wikipedia.org/wiki/Flash_memory
>
> which means microcontroller (or microprocessor) + DMA/DDR memory + flash
> are the usual makeup of an embedded system.   flash are non-volatile, but
> normally it is slower and cannot be executed as CPU or microncontroller
> instruction.   which is why you will need to load it into memory to be
> executed:
>
> http://lwn.net/Articles/135472/
>
> cheers.
>
>
> On Mon, Feb 10, 2014 at 9:29 PM, Jeshwanth <jeshkumar555@gmail.com> wrote:
>
>> Hello List,
>>
>> I came to know that, linux loads firmware for my dma everytime it boots.
>> But I don't understand, why it is required to load everytime it boots,
>> don't dma holds which is loaded previously.
>> AFAIK, firmware is a program which runs in devices.
>>
>> Please correct me if I am wrong.
>>
>> Thanks :)
>>
>> Regards,
>> Jeshwanth
>>
>> Sent from my HTC
>>
>>
>> _______________________________________________
>> Kernelnewbies mailing list
>> Kernelnewbies at kernelnewbies.org
>> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>>
>>
>
>
> --
> Regards,
> Peter Teoh
>



-- 
Regards
Jeshwanth Kumar N K
Bangalore, India
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140216/cbd96500/attachment.html 

      reply	other threads:[~2014-02-15 18:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-10 13:29 Firmware Loading every boot? Jeshwanth
2014-02-10 13:57 ` Arun KS
2014-02-10 17:30   ` Jeshwanth Kumar N K
2014-02-11  4:42     ` Arun KS
2014-02-14  5:02 ` Peter Teoh
2014-02-15 18:34   ` Jeshwanth Kumar N K [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAC-LjFsgXLv1QnBCputSO07UOibqYCtss0WOjsf74dHDsw0-rA@mail.gmail.com \
    --to=jeshkumar555@gmail.com \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.