<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/mips/cpu/mips64, branch v2013.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/mips/cpu/mips64?h=v2013.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/mips/cpu/mips64?h=v2013.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-12-08T20:33:07Z</updated>
<entry>
<title>MIPS: fix a latent bug on initialize $gp</title>
<updated>2012-12-08T20:33:07Z</updated>
<author>
<name>Zhi-zhou Zhang</name>
<email>zhizhou.zh@gmail.com</email>
</author>
<published>2012-11-24T05:07:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0d69d918abff1437c78610dac8b18e8f91917674'/>
<id>urn:sha1:0d69d918abff1437c78610dac8b18e8f91917674</id>
<content type='text'>
If bal is 8 bytes aligned, the _gp will not be 8 bytes aligned.
then the following ld insntrustion generates a Adel exception.
So here make _gp be always aligned in 8 bytes.

Signed-off-by: Zhi-zhou Zhang &lt;zhizhou.zh@gmail.com&gt;
Signed-off-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>MIPS: do not initialize timestamp variable before relocate_code</title>
<updated>2012-11-25T20:50:43Z</updated>
<author>
<name>Zhi-zhou Zhang</name>
<email>zhizhou.zh@gmail.com</email>
</author>
<published>2012-11-24T05:07:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8ab36d2e5490ea7bd5a39fd65210533a6c478e28'/>
<id>urn:sha1:8ab36d2e5490ea7bd5a39fd65210533a6c478e28</id>
<content type='text'>
Because timestamp is declared as `static', we needn't initialize
it by writing it a zero. If we do it before relocate_code, we
will write into a flash address(0xffffffffbfc0xxxx).

Signed-off-by: Zhi-zhou Zhang &lt;zhizhou.zh@gmail.com&gt;
Signed-off-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>MIPS: add board qemu-mips64 support</title>
<updated>2012-10-16T13:02:08Z</updated>
<author>
<name>Zhi-zhou Zhang</name>
<email>etou.zh@gmail.com</email>
</author>
<published>2012-10-16T13:02:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=32afad783eb5a372c276fcb9fb30dfb838615909'/>
<id>urn:sha1:32afad783eb5a372c276fcb9fb30dfb838615909</id>
<content type='text'>
Both big-endian and little-endian are tested with below commands:
Rom version: (Default, Now we config it as rom version)
qemu-system-mips64el -M mips -bios u-boot.bin -cpu MIPS64R2-generic -nographic
qemu-system-mips64 -M mips -bios u-boot.bin -cpu MIPS64R2-generic -nographic
Ram version:
qemu-system-mips64el -M mips -cpu MIPS64R2-generic -kernel u-boot -nographic
qemu-system-mips64 -M mips -cpu MIPS64R2-generic -kernel u-boot -nographic

Signed-off-by: Zhizhou Zhang &lt;etou.zh@gmail.com&gt;
Signed-off-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
</feed>
