<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/fs/yaffs2, branch v2011.06</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/fs/yaffs2?h=v2011.06</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/fs/yaffs2?h=v2011.06'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2010-11-17T20:02:18Z</updated>
<entry>
<title>Switch from archive libraries to partial linking</title>
<updated>2010-11-17T20:02:18Z</updated>
<author>
<name>Sebastien Carlier</name>
<email>sebastien.carlier@gmail.com</email>
</author>
<published>2010-11-05T14:48:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6d8962e814c15807dd6ac5757904be2a02d187b8'/>
<id>urn:sha1:6d8962e814c15807dd6ac5757904be2a02d187b8</id>
<content type='text'>
Before this commit, weak symbols were not overridden by non-weak symbols
found in archive libraries when linking with recent versions of
binutils.  As stated in the System V ABI, "the link editor does not
extract archive members to resolve undefined weak symbols".

This commit changes all Makefiles to use partial linking (ld -r) instead
of creating library archives, which forces all symbols to participate in
linking, allowing non-weak symbols to override weak symbols as intended.
This approach is also used by Linux, from which the gmake function
cmd_link_o_target (defined in config.mk and used in all Makefiles) is
inspired.

The name of each former library archive is preserved except for
extensions which change from ".a" to ".o".  This commit updates
references accordingly where needed, in particular in some linker
scripts.

This commit reveals board configurations that exclude some features but
include source files that depend these disabled features in the build,
resulting in undefined symbols.  Known such cases include:
- disabling CMD_NET but not CMD_NFS;
- enabling CONFIG_OF_LIBFDT but not CONFIG_QE.

Signed-off-by: Sebastien Carlier &lt;sebastien.carlier@gmail.com&gt;
</content>
</entry>
<entry>
<title>Make the YAFFS filesystem work</title>
<updated>2008-08-21T19:05:33Z</updated>
<author>
<name>Remy Bohmer</name>
<email>linux@bohmer.net</email>
</author>
<published>2008-08-20T18:46:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0bb86d823b6c150c7ee17de0cfca9ffccc16463b'/>
<id>urn:sha1:0bb86d823b6c150c7ee17de0cfca9ffccc16463b</id>
<content type='text'>
Recently the YAFFS filesystem support has been added to U-boot.
However, just enabling CONFIG_YAFFS2 is not enough to get it working.

ymount will generate an exception (when dereferencing mtd-&gt;readoob()), because
the genericDevice is a null pointer. Further, a lot of logging is produced
while using YAFFS fs, so logging should also be disabled.
Both issues are solved by this patch.

With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
in U-boot, as well as in Linux.

Tested on a Atmel AT91SAM9261EK board.

Signed-off-by: Remy Bohmer &lt;linux@bohmer.net&gt;
Acked-by: William Juul &lt;william.juul@tandberg.com&gt;
Signed-off-by: Scott Wood &lt;scottwood@freescale.com&gt;
</content>
</entry>
<entry>
<title>Coding Style cleanup, update CHANGELOG</title>
<updated>2008-08-14T12:41:06Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-08-14T12:41:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4b0708093e15b412296328bf81325cf9b69fe512'/>
<id>urn:sha1:4b0708093e15b412296328bf81325cf9b69fe512</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks</title>
<updated>2008-08-12T16:31:21Z</updated>
<author>
<name>William Juul</name>
<email>william.juul@datarespons.no</email>
</author>
<published>2007-11-19T13:46:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=43ea36fb8fdcbc6e26f0caffe808c63633b18838'/>
<id>urn:sha1:43ea36fb8fdcbc6e26f0caffe808c63633b18838</id>
<content type='text'>
Signed-off-by: William Juul &lt;william.juul@tandberg.com&gt;
</content>
</entry>
<entry>
<title>Clean out unneeded files</title>
<updated>2008-08-12T16:31:20Z</updated>
<author>
<name>William Juul</name>
<email>william.juul@tandberg.com</email>
</author>
<published>2008-06-10T21:18:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=98824ce3f95e6c4d08d439b779c0acb0048045a6'/>
<id>urn:sha1:98824ce3f95e6c4d08d439b779c0acb0048045a6</id>
<content type='text'>
Signed-off-by: William Juul &lt;william.juul@tandberg.com&gt;
</content>
</entry>
<entry>
<title>Create symlinks from yaffs2/direct to yaffs2</title>
<updated>2008-08-12T16:31:19Z</updated>
<author>
<name>William Juul</name>
<email>william.juul@datarespons.no</email>
</author>
<published>2007-11-16T07:44:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ec29a32b5a71b203f7d9087f1f4d786e7f13dd23'/>
<id>urn:sha1:ec29a32b5a71b203f7d9087f1f4d786e7f13dd23</id>
<content type='text'>
Signed-off-by: William Juul &lt;william.juul@tandberg.com&gt;
</content>
</entry>
<entry>
<title>Incorporate yaffs2 into U-boot</title>
<updated>2008-08-12T16:31:19Z</updated>
<author>
<name>William Juul</name>
<email>william.juul@datarespons.no</email>
</author>
<published>2007-11-15T11:23:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=90ef117b68387d66763291af0117677644166611'/>
<id>urn:sha1:90ef117b68387d66763291af0117677644166611</id>
<content type='text'>
To use YAFFS2 define CONFIG_YAFFS2

Signed-off-by: William Juul &lt;william.juul@tandberg.com&gt;
Signed-off-by: Scott Wood &lt;scottwood@freescale.com&gt;
</content>
</entry>
<entry>
<title>YAFFS2 import</title>
<updated>2008-08-12T16:31:18Z</updated>
<author>
<name>William Juul</name>
<email>william.juul@datarespons.no</email>
</author>
<published>2007-11-15T10:13:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0e8cc8bd92257da2e1df88cbc985e166e472ce61'/>
<id>urn:sha1:0e8cc8bd92257da2e1df88cbc985e166e472ce61</id>
<content type='text'>
Direct import of yaffs as a tarball as of 20071113 from their public
CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/

The code can also be imported on the command line with:
export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
(Hit return when asked for a password)
cvs checkout yaffs2

Signed-off-by: William Juul &lt;william.juul@tandberg.com&gt;
Signed-off-by: Stig Olsen &lt;stig.olsen@tandberg.com&gt;
</content>
</entry>
</feed>
