* Partial Array Self-Refresh on linux embedded systems
@ 2010-05-08 11:15 Henrik Kjellberg
0 siblings, 0 replies; only message in thread
From: Henrik Kjellberg @ 2010-05-08 11:15 UTC (permalink / raw)
To: mel
Cc: linux-mm, linux-kernel, akpm, linus.walleij, Per Andersson,
Per Fridén, Rickard Andersson
[-- Attachment #1: Type: text/plain, Size: 2033 bytes --]
Hello,
I have done my master thesis on the subject of Partial Array Self-refresh in
an embedded Linux environment at STEricsson. I have now finished my thesis,
started working and has verry little time (read: no time) to spend on Linux
hacking. There fore I would like to pass my work on, in hope that someone
else will find it interesting and worth puting som effort in.
One of the greatest challenges in mobile systems, like cell-phones, is
battery time. All unnecessary power consumers of a mobile system have to be
minimized. One such consumer is the dynamic memory. Dynamic Random Access
Memory (DRAM), is a volatile memory, where every bit of memory consists of a
capacitor and a transistor. When the capacitor is charged, the bit is set to
one, and when it is uncharged, the bit is set to zero.
The main advantage with the construction is that only two components are
needed, which leads to a high memory density on the chip.
The disadvantage is the physical properties of a capacitor as a component.
The physical capacitor has leak currents, which drains the capacitor. The
leakage itself does not lead to noticeable losses, but the data will get
corrupted unless it is constantly refreshed by recharging the capacitor. The
recharging is done by reading out and writing back all the data of the
memory.
During normal operation, the refresh is handled by the operating system.
When in idle mode, on the other hand, the refresh is done by the memory
itself, in a so called self-refresh mode, since the processor is powered
down. To refresh the whole memory if only a part of it is in use is a super
uous waste of power. That is why Partial Array Self-refresh (PASR) was
introduced.
There is no software implementation making use of PASR in the Linux kernel
as of today. The article is based on my master thesis, which aims to present
a possible implementation of PASR and evaluate its e ciency.
An article summarizing what I have done is found below:
http://sam.cs.lth.se/ExjobGetFile?id=240
Best regards
Henrik Kjellberg
[-- Attachment #2: Type: text/html, Size: 2152 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-08 11:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-08 11:15 Partial Array Self-Refresh on linux embedded systems Henrik Kjellberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).