<?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_Typicalboot&amp;feed=atom&amp;action=history</id>
		<title>Szwg Spec Typicalboot - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://elinux.org/index.php?title=Szwg_Spec_Typicalboot&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://elinux.org/index.php?title=Szwg_Spec_Typicalboot&amp;action=history"/>
		<updated>2013-05-23T15:08:39Z</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_Typicalboot&amp;diff=5521&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_Typicalboot&amp;diff=5521&amp;oldid=prev"/>
				<updated>2008-02-10T19:58:56Z</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:58, 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 38:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 38:&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;&amp;#160;&amp;#160;  * TimRiker comments: the inclusion of this specification in the CELF spec seems to forbid XIP. which is '''required''' elsewhere in the spec. This conflict should be resolved.&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;&amp;#160;&amp;#160;  * TimRiker comments: the inclusion of this specification in the CELF spec seems to forbid XIP. which is '''required''' elsewhere in the spec. This conflict should be resolved.&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;#noprint&amp;lt;/pre&amp;gt;&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;#noprint&amp;lt;/pre&amp;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;&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:2112:newid:5521 --&gt;
&lt;/table&gt;</summary>
		<author><name>Glenn</name></author>	</entry>

	<entry>
		<id>http://elinux.org/index.php?title=Szwg_Spec_Typicalboot&amp;diff=2112&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_Typicalboot&amp;diff=2112&amp;oldid=prev"/>
				<updated>2007-03-06T03:38:15Z</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;
* Embedded Linux boot procedure is very different from enterprise/pc linux. First of all, in most cases, there is no mass storage devices. Typically, Linux kernel is stored in ROM/Flash on the target system. In order to save the area where Linux kernel is stored, the kernel is compressed as zImage.&lt;br /&gt;
* The following is the procedure.&lt;br /&gt;
### Boot loader copies zImage kernel from ROM/Flash to the specified RAM area and let zImage kernel execute.&lt;br /&gt;
### zImage kernel (precisely speaking, the routine attached to zImage kernel) decompress the zImage Kernel and load the image on the specified RAM address.&lt;br /&gt;
### Boot loader let the newly loaded kernel start.&lt;br /&gt;
* Depending on the conditions, several different file systems are used. We picked ext2 as typical file system and as normalizer.&lt;br /&gt;
== Rational ==&lt;br /&gt;
* This method saves ROM size (a little bit) because the kernel is stored compressed.&lt;br /&gt;
== Specifications ==&lt;br /&gt;
  &amp;lt; Recommended implementation for boot loader &amp;gt;&lt;br /&gt;
*** Boot loader SHALL initialize accessible RAM&lt;br /&gt;
**** Boot loader SHALL initialize CPU - cache,MMU,interrupt&lt;br /&gt;
**** Boot loader SHALL initialize memory controller,if necessary&lt;br /&gt;
**** Boot loader MAY initialize serial controller to get debug message&lt;br /&gt;
*** Boot loader MAY check Linux kernel stored in ROM/Flash whether it is XIP executable image or zImage&lt;br /&gt;
*** Boot loader SHALL copy zImage kernel from ROM/Flash to the specified RAM area&lt;br /&gt;
*** Boot loader SHALL let zImage kernel (in RAM) start.&lt;br /&gt;
  &amp;lt; Specification for the Kernel &amp;gt;&lt;br /&gt;
*** zImage Linux kernel SHALL copy the executable Linux image to the specified address.&lt;br /&gt;
*** zImage Linux kernel SHALL let the executable Linux image start.&lt;br /&gt;
== Notes(informational and non-normative) ==&lt;br /&gt;
Pros and Cons:&lt;br /&gt;
* This method saves Kernel ROM size because the kernel is stored compressed, but require RAM space for Kernel image to run.&lt;br /&gt;
* It takes time to make kernel copy(from ROM to RAM) and decompress (RAM to RAM) before kernel boot.&lt;br /&gt;
* Kernel execution speed shall be fast as the kernel code is located on RAM. note memory access speed to/from RAM is faster than ROM/Flash.&lt;br /&gt;
* In this configuration, File System is located in ROM/Flash as ext2 file system and it shall be used as Read Only,  unless the driver has special implementation.&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;
** This feature is implemented in CELF 1.0 as well as master Linux (2.4 kernel at least)&lt;br /&gt;
== Remaining Issues ==&lt;br /&gt;
** Some data on the platform are still missing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#noprint&lt;br /&gt;
   * TimRiker asks: why ext2? It's much larger and slower than romfs or cramfs&lt;br /&gt;
   * TimRiker comments: the inclusion of this specification in the CELF spec seems to forbid XIP. which is '''required''' elsewhere in the spec. This conflict should be resolved.&lt;br /&gt;
#noprint&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>RBot</name></author>	</entry>

	</feed>