<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/arch/microblaze/boot, branch v3.2</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/arch/microblaze/boot?h=v3.2</id>
<link rel='self' href='https://git.amat.us/linux/atom/arch/microblaze/boot?h=v3.2'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2010-12-23T21:59:52Z</updated>
<entry>
<title>microblaze/of: Use generic rule to build dtb's</title>
<updated>2010-12-23T21:59:52Z</updated>
<author>
<name>Dirk Brandewie</name>
<email>dirk.brandewie@gmail.com</email>
</author>
<published>2010-12-22T19:57:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=710fc04da1abe48a33d54afb1ba33dbeceafb6e1'/>
<id>urn:sha1:710fc04da1abe48a33d54afb1ba33dbeceafb6e1</id>
<content type='text'>
Modify arch/powerpc/boot/Makefile to use dtc command in
scripts/Makefile.lib

Signed-off-by: Dirk Brandewie &lt;dirk.brandewie@gmail.com&gt;
Signed-off-by: Grant Likely &lt;grant.likely@secretlab.ca&gt;
</content>
</entry>
<entry>
<title>microblaze: Do not use _start in vmlinux</title>
<updated>2010-08-04T08:22:41Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2010-07-28T07:29:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ca28b510163a55df6260652056bfc60c4cf8aca1'/>
<id>urn:sha1:ca28b510163a55df6260652056bfc60c4cf8aca1</id>
<content type='text'>
_start symbol stores physical address where kernel is.
Gdb uses this symbol for their purpose that's why
we have to rename it.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: Cleanup boot/Makefile</title>
<updated>2010-08-04T08:22:40Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2010-07-28T05:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=61b403af8b0af4225802da60406045faf0e5d612'/>
<id>urn:sha1:61b403af8b0af4225802da60406045faf0e5d612</id>
<content type='text'>
Remove spaces and use tabs instead.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: Makefile cleanups</title>
<updated>2010-04-01T06:38:19Z</updated>
<author>
<name>Arun Bhanu</name>
<email>arun@bhanu.net</email>
</author>
<published>2010-03-17T08:06:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6fa114e0f18fb33b66fd5ee9037052830198a8c4'/>
<id>urn:sha1:6fa114e0f18fb33b66fd5ee9037052830198a8c4</id>
<content type='text'>
If CONFIG_INITRAMFS_SOURCE is set, "scripts/gen_initramfs_list.sh"
checks if the cpio image exists. Remove the duplicate check from the
Makefile.

Remove the "clean-kernel" variable which is unused in the Makefile and
is not used by the Kbuild.

Signed-off-by: Arun Bhanu &lt;arun@bhanu.net&gt;
Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: Fix Makefile to delete build generated files</title>
<updated>2010-04-01T06:38:19Z</updated>
<author>
<name>Arun Bhanu</name>
<email>arun@bhanu.net</email>
</author>
<published>2010-03-17T08:06:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8a8804f1ab2d3226bfa9f9a64c4316f9a01f8ee9'/>
<id>urn:sha1:8a8804f1ab2d3226bfa9f9a64c4316f9a01f8ee9</id>
<content type='text'>
'make clean' does not to delete the following build generated file:
	arch/microblaze/boot/linux.bin.ub

'make mrproper' does not to delete the following build generated files:
	arch/microblaze/boot/simpleImage.*

Fix the Makefile to delete these build generated files.

See [1] for a discussion on why simpleImage.* files are deleted with 'make
mrproper' and not with 'make clean'.
	[1] http://lkml.org/lkml/2010/3/12/96

Signed-off-by: Arun Bhanu &lt;arun@bhanu.net&gt;
Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: support U-BOOT image format</title>
<updated>2009-12-14T07:44:59Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2009-10-14T15:38:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6a8dfe1cac5c591aecf88b38b8f4b206ee636761'/>
<id>urn:sha1:6a8dfe1cac5c591aecf88b38b8f4b206ee636761</id>
<content type='text'>
Two version are generated.
linux.bin.ub which is created from linux.bin file
and
simpleImage.&lt;dts&gt;.ub which is created from stripped simpleImage.&lt;dts&gt; file

Load address and entry point is for microblaze first instruction
which is CONFIG_KERNEL_BASE_ADDR variable.

There is possible for simpleImage format parse _start symbol too.

simpleImage.&lt;dts&gt; is still stripped elf file

I cleared simpleImage.&lt;dts&gt;.unstrip file because there are so big.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: Support simpleImage.dts make target</title>
<updated>2009-09-24T08:28:22Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2009-09-14T13:15:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=f05131cd7a9521031ccb1afd6234ce57ff03ae45'/>
<id>urn:sha1:f05131cd7a9521031ccb1afd6234ce57ff03ae45</id>
<content type='text'>
Instead of remembering to specify DTB= on the make commandline, this commit
allows the much friendlier make simpleImage.&lt;dts&gt;
where &lt;dts&gt;.dts is expected to be found in arch/microblaze/boot/dts/
The resulting vmlinux, with the compiled DTS linked in, will be copied to
boot/simpleImage.&lt;dts&gt;

This mirrors the same functionality as on PowerPC,
albeit achieving it in a slightly different way.

+ strip simpleImage file
The size of output file is very similar to linux.bin.

vmlinux - full elf without fdt blob
simpleImage.&lt;dtb name&gt;.unstrip - full elf with fdt blob
simpleImage.&lt;dtb name&gt; - stripped elf with fdt blob

Add symlink to generic system.dts in platform folder

Signed-off-by: John Williams &lt;john.williams@petalogix.com&gt;
Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze_mmu_v2: Makefiles</title>
<updated>2009-05-26T14:45:24Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2009-05-26T14:30:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4b2368ffd6e3563b73b8391c133822a58b1b432a'/>
<id>urn:sha1:4b2368ffd6e3563b73b8391c133822a58b1b432a</id>
<content type='text'>
Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze_v8: Makefiles for Microblaze cpu</title>
<updated>2009-03-27T13:25:51Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2009-03-27T13:25:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5f8ffb5f6649a261372547a5841285c23409ab68'/>
<id>urn:sha1:5f8ffb5f6649a261372547a5841285c23409ab68</id>
<content type='text'>
Reviewed-by: Ingo Molnar &lt;mingo@elte.hu&gt;
Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Acked-by: John Linn &lt;john.linn@xilinx.com&gt;
Acked-by: Stephen Neuendorffer &lt;stephen.neuendorffer@xilinx.com&gt;
Acked-by: John Williams &lt;john.williams@petalogix.com&gt;
Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
</feed>
