<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://elinux.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://elinux.org/index.php?title=Szwg_Spec_Xip&amp;feed=atom&amp;action=history</id>
		<title>Szwg Spec Xip - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://elinux.org/index.php?title=Szwg_Spec_Xip&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://elinux.org/index.php?title=Szwg_Spec_Xip&amp;action=history"/>
		<updated>2013-05-19T15:19:05Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21alpha</generator>

	<entry>
		<id>http://elinux.org/index.php?title=Szwg_Spec_Xip&amp;diff=5522&amp;oldid=prev</id>
		<title>Glenn: +Category:Consumer Electronics Linux</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/index.php?title=Szwg_Spec_Xip&amp;diff=5522&amp;oldid=prev"/>
				<updated>2008-02-10T19:59:10Z</updated>
		
		<summary type="html">&lt;p&gt;+&lt;a href=&quot;/Category:Consumer_Electronics_Linux&quot; title=&quot;Category:Consumer Electronics Linux&quot;&gt;Category:Consumer Electronics Linux&lt;/a&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr style='vertical-align: top;'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 19:59, 10 February 2008&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 25:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 25:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;== Remaining Issues ==&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;== Remaining Issues ==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;** Some data on the platform are still missing.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;** Some data on the platform are still missing.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;[[Category:Consumer Electronics Linux]]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key elinux:diff:version:1.11a:oldid:2113:newid:5522 --&gt;
&lt;/table&gt;</summary>
		<author><name>Glenn</name></author>	</entry>

	<entry>
		<id>http://elinux.org/index.php?title=Szwg_Spec_Xip&amp;diff=2113&amp;oldid=prev</id>
		<title>RBot: Bot (Edward's framework)</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/index.php?title=Szwg_Spec_Xip&amp;diff=2113&amp;oldid=prev"/>
				<updated>2007-03-06T03:38:17Z</updated>
		
		<summary type="html">&lt;p&gt;Bot (Edward&amp;#039;s framework)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Introduction ==&lt;br /&gt;
* This method is for Kernel RAM size reduction.&lt;br /&gt;
* XIP(eXecution In Place) is the technique that kernel image is directly executed from ROM/Flash, instead of copying.&lt;br /&gt;
== Rationale ==&lt;br /&gt;
* This technique saves Kernel RAM usage by not making copy on RAM, while it requires a little bit more ROM because the kernel in ROM is the executable image - not compressed.&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* Please refer to the BTWG Kernel XIP page:&lt;br /&gt;
&lt;br /&gt;
     [[KernelXIPSpecification_R2]]&lt;br /&gt;
&lt;br /&gt;
== Notes(informational and non-normative) ==&lt;br /&gt;
Pros and Cons:&lt;br /&gt;
* Compared to typical boot(normalizer), RAM usage decreases more than 80% (or 1Mbyte to 1.4Mbyte).&lt;br /&gt;
* ROM usage increases about twice (or 600Kbyte to 680Kbyte).&lt;br /&gt;
* As positive side effect, the boot up time becomes 30% faster. This is because of the following reason.&lt;br /&gt;
### XIP avoids copying the executable and read-only data portions, but not the read/write data segments;&lt;br /&gt;
### Technically, a non-XIP kernel need not be stored compressed, although some amount of additional time would be needed to copy the uncompressed data from ROM to RAM.&lt;br /&gt;
* As negative side effect, the execution speed is slow. (note: bigger number shows faster execution in Unix Bench. The number of 10 correspond the performance of SPARC 60MHz). This is because of the memory access speed.&lt;br /&gt;
* There may be some limitation on Kernel debug. Usually, debugger replace the program code with &amp;quot;trap instruction&amp;quot; to set breakpoint. This method can be used only when the code is in re-writable memory (RAM). Flash can be re-writable memory but it requires sector by sector write. It would be too slow if the debugger does that way.&lt;br /&gt;
&lt;br /&gt;
 Actual data is shown in Appendix  ( [wiki:[[Appendix A_R2]]])&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
  XIP is implemented in CELF 1.0.&lt;br /&gt;
== Remaining Issues ==&lt;br /&gt;
** Some data on the platform are still missing.&lt;/div&gt;</summary>
		<author><name>RBot</name></author>	</entry>

	</feed>