<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtd-utils.git/load_nandsim.sh, branch v2.3.1</title>
<subtitle>A mirror of http://git.infradead.org/mtd-utils.git</subtitle>
<id>https://git.infraroot.at/mtd-utils.git/atom?h=v2.3.1</id>
<link rel='self' href='https://git.infraroot.at/mtd-utils.git/atom?h=v2.3.1'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/'/>
<updated>2015-11-11T22:38:40+00:00</updated>
<entry>
<title>mtd-utils: Restructure the mtd-utils source.</title>
<updated>2015-11-11T22:38:40+00:00</updated>
<author>
<name>Dongsheng Yang</name>
<email>yangds.fnst@cn.fujitsu.com</email>
</author>
<published>2015-10-31T03:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=7d81790ced345585b1e647ca9d0f6678e7062fa4'/>
<id>urn:sha1:7d81790ced345585b1e647ca9d0f6678e7062fa4</id>
<content type='text'>
* There is no code modification in this commit, only moving
* the files to proper place.

The user tools looks a little messy as we place almost
the all tools in the root directory of mtd-utils. To make
it more clear, I propose to introduce the following structure
for our source code.

mtd-utils/
	|-- lib
	|-- include
	|-- misc-utils
	|-- jffsX-utils
	|-- nand-utils
	|-- nor-utils
	|-- ubi-utils
	|-- ubifs-utils
	`-- tests

Signed-off-by: Dongsheng Yang &lt;yangds.fnst@cn.fujitsu.com&gt;
Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;
</content>
</entry>
<entry>
<title>load_nandsim: switch to sh</title>
<updated>2012-08-03T07:35:36+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>artem.bityutskiy@linux.intel.com</email>
</author>
<published>2012-08-03T07:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=f28ddd5a9259f399e042c819f6a076738b5ea89a'/>
<id>urn:sha1:f28ddd5a9259f399e042c819f6a076738b5ea89a</id>
<content type='text'>
We do not use bashizms any longer, so we can switch to 'sh'. Also, use
strict sh options.

Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>load_nandsim.sh: simplify the code</title>
<updated>2012-08-03T07:33:35+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>artem.bityutskiy@linux.intel.com</email>
</author>
<published>2012-08-03T07:33:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=f90ca3d493d78fc270ce6cd9142aeea9ce43bc54'/>
<id>urn:sha1:f90ca3d493d78fc270ce6cd9142aeea9ce43bc54</id>
<content type='text'>
First find out what the kernel module parameters should be, then load it
once, instead of doing it in each 'case' section.

Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>load_nandsim.sh: rename variable</title>
<updated>2012-08-03T07:22:40+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>artem.bityutskiy@linux.intel.com</email>
</author>
<published>2012-08-03T07:22:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=a79e8d32b9c2ee20da1258688948ff409d6fb46b'/>
<id>urn:sha1:a79e8d32b9c2ee20da1258688948ff409d6fb46b</id>
<content type='text'>
Rename local variables - make them more descriptive and stop using capital
letters.

Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>load_nandsim.sh: introduce a separate usage function</title>
<updated>2012-08-03T07:19:07+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>artem.bityutskiy@linux.intel.com</email>
</author>
<published>2012-08-03T07:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=6837ec6fe9b9d915c7bc6605e2ae252ffc1a3316'/>
<id>urn:sha1:6837ec6fe9b9d915c7bc6605e2ae252ffc1a3316</id>
<content type='text'>
Just because this is more readable.

Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>load_nandsim.sh: intruduce fatal function</title>
<updated>2012-08-03T07:18:04+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>artem.bityutskiy@linux.intel.com</email>
</author>
<published>2012-08-03T07:18:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=37d14ad9bd706a035c6ce3050bfede6c9ac6f12a'/>
<id>urn:sha1:37d14ad9bd706a035c6ce3050bfede6c9ac6f12a</id>
<content type='text'>
And used it, which simplifies the code.

Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>load_nandsim.sh: use dochere for help output</title>
<updated>2012-08-03T07:14:33+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>artem.bityutskiy@linux.intel.com</email>
</author>
<published>2012-08-03T07:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=332e159dd29ec7a54d3483b6fdb6ce858e377afc'/>
<id>urn:sha1:332e159dd29ec7a54d3483b6fdb6ce858e377afc</id>
<content type='text'>
Because it is cleaner.

Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>load_nandsim.sh: use less bashisms + cleanups</title>
<updated>2012-08-03T07:09:17+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>artem.bityutskiy@linux.intel.com</email>
</author>
<published>2012-08-03T07:09:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=1504e9c9d305e2ad24f0bba57e37eb18a18ddc4e'/>
<id>urn:sha1:1504e9c9d305e2ad24f0bba57e37eb18a18ddc4e</id>
<content type='text'>
Use posix shell constructs in the "if" statements.
Additionally, use quotes everywhere for variables.

Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>load_nandsim.sh: remove useless function</title>
<updated>2012-08-03T07:03:30+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>artem.bityutskiy@linux.intel.com</email>
</author>
<published>2012-08-03T07:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=98c73936ffe9ad7d308b619f9ec985555493d095'/>
<id>urn:sha1:98c73936ffe9ad7d308b619f9ec985555493d095</id>
<content type='text'>
We do not really need a separate complex function to check if nandsim
is already loaded or not. Besides, it is safer to check /proc/mtd
in case nandsim is compiled-in.

Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Add load_nandsim.sh script</title>
<updated>2008-02-08T10:10:54+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2008-02-08T10:10:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=7f186db411783575cc8839e2303c9dde175d35c8'/>
<id>urn:sha1:7f186db411783575cc8839e2303c9dde175d35c8</id>
<content type='text'>
This script makes it easier to load nandsim and emulate a NAND flash
of specified geometry

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
</feed>
