<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/arch/microblaze/boot, branch linux-3.1.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-3.1.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-3.1.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<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://universe.0xinfinity.dev/distro/kernel/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://universe.0xinfinity.dev/distro/kernel/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://universe.0xinfinity.dev/distro/kernel/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://universe.0xinfinity.dev/distro/kernel/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://universe.0xinfinity.dev/distro/kernel/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://universe.0xinfinity.dev/distro/kernel/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://universe.0xinfinity.dev/distro/kernel/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://universe.0xinfinity.dev/distro/kernel/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://universe.0xinfinity.dev/distro/kernel/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>
form class='right' method='get' action='/distro/kernel/log/arch/powerpc/kernel/head_44x.S'>
<input type='hidden' name='id' value='8636df94ec917019c4cb744ba0a1f94cf9057790'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/distro/kernel/log/?id=8636df94ec917019c4cb744ba0a1f94cf9057790'>root</a>/<a href='/distro/kernel/log/arch?id=8636df94ec917019c4cb744ba0a1f94cf9057790'>arch</a>/<a href='/distro/kernel/log/arch/powerpc?id=8636df94ec917019c4cb744ba0a1f94cf9057790'>powerpc</a>/<a href='/distro/kernel/log/arch/powerpc/kernel?id=8636df94ec917019c4cb744ba0a1f94cf9057790'>kernel</a>/<a href='/distro/kernel/log/arch/powerpc/kernel/head_44x.S?id=8636df94ec917019c4cb744ba0a1f94cf9057790'>head_44x.S</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/distro/kernel/log/arch/powerpc/kernel/head_44x.S?id=8636df94ec917019c4cb744ba0a1f94cf9057790&amp;showmsg=1'>Expand</a>)</th><th class='left'>Author</th></tr>
<tr><td><span title='2022-02-07 21:03:10 +1100'>2022-02-07</span></td><td><a href='/distro/kernel/commit/arch/powerpc/kernel/head_44x.S?id=27e21e8f128a56d3462f0fe2fd3a59c02cc002b1'>powerpc/32: Remove _ENTRY() macro</a></td><td>Christophe Leroy</td></tr>
<tr><td><span title='2021-12-09 22:41:20 +1100'>2021-12-09</span></td><td><a href='/distro/kernel/commit/arch/powerpc/kernel/head_44x.S?id=f6fad4fb55936f0d613cea08341d187d691d6440'>powerpc/kuap: Wire-up KUAP on 44x</a></td><td>Christophe Leroy</td></tr>
<tr><td><span title='2021-12-09 22:41:17 +1100'>2021-12-09</span></td><td><a href='/distro/kernel/commit/arch/powerpc/kernel/head_44x.S?id=ee2631603fdbab6f76e86ea87f7a03ebc3a1ef85'>powerpc/44x: Activate KUEP at all time</a></td><td>Christophe Leroy</td></tr>
<tr><td><span title='2021-08-25 13:35:47 +1000'>2021-08-25</span></td><td><a href='/distro/kernel/commit/arch/powerpc/kernel/head_44x.S?id=f5007dbf4da729baa850b33a64dc3cc53757bdf8'>powerpc/booke: Avoid link stack corruption in several places</a></td><td>Christophe Leroy</td></tr>
<tr><td><span title='2021-06-17 00:09:10 +1000'>2021-06-17</span></td><td><a href='/distro/kernel/commit/arch/powerpc/kernel/head_44x.S?id=e72421a085a8dc81c71b0daeb89612279c2c621c'>powerpc: Define swapper_pg_dir[] in C</a></td><td>Christophe Leroy</td></tr>
<tr><td><span title='2021-06-17 00:09:10 +1000'>2021-06-17</span></td><td><a href='/distro/kernel/commit/arch/powerpc/kernel/head_44x.S?id=45b30fafe528601f1a4449c9d68d8ebe7bbc39ad'>powerpc: Define empty_zero_page[] in C</a></td><td>Christophe Leroy</td></tr>
<tr><td><span title='2021-06-17 00:09:09 +1000'>2021-06-17</span></td><td><a href='/distro/kernel/commit/arch/powerpc/kernel/head_44x.S?id=a56ab7c7290f5922363d1ee11bbafc4da2b9bf51'>powerpc/nohash: Convert set_context() to C</a></td><td>Christophe Leroy</td></tr>
<tr><td><span title='2021-06-17 00:09:09 +1000'>2021-06-17</span></td><td><a href='/distro/kernel/commit/arch/powerpc/kernel/head_44x.S?id=25910260ff69fa0c37e26541aac4e8f978e1f17f'>powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()</a></td><td>Christophe Leroy</td></tr>
<tr><td><span title='2021-06-17 00:09:07 +1000'>2021-06-17</span></td><td><a href='/distro/kernel/commit/arch/powerpc/kernel/head_44x.S?id=10248dcba1205042a3a0ea65eb441030702d97cd'>powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)</a></td><td>Christophe Leroy</td></tr>
<tr><td><span title='2021-03-29 13:22:09 +1100'>2021-03-29</span></td><td><a href='/distro/kernel/commit/arch/powerpc/kernel/head_44x.S?id=acc142b6230eb2d9cec9b9e3baac1bc074df8ba3'>powerpc/32: Remove the xfer parameter in EXCEPTION() macro</a></td><td>Christophe Leroy</td></tr>
<tr><td><span title='2021-02-09 00:10:51 +1100'>2021-02-09</span></td><td><a href='/distro/kernel/commit/arch/powerpc/kernel/head_44x.S?id=ea7826583f5ed7abca97e6e56441caadcbbd957a'>powerpc/44x: Fix a spelling mismach to mismatch in head_44x.S</a></td><td>Bhaskar Chowdhury</td></tr>
<tr><td><span title='2020-06-09 09:39:13 -0700'>2020-06-09</span></td><td><a href='/distro/kernel/commit/arch/powerpc/kernel/head_44x.S?id=65fddcfca8ad14778f71a57672fd01e8112d30fa'>mm: reorder includes after introduction of linux/pgtable.h</a></td><td>Mike Rapoport</td></tr>
<tr><td><span title='2020-06-09 09:39:13 -0700'>2020-06-09</span></td><td><a href='/distro/kernel/commit/arch/powerpc/kernel/head_44x.S?id=ca5999fde0a1761665a38e4c9a72dbcd7d190a81'>mm: introduce include/linux/pgtable.h</a></td><td>Mike Rapoport</td></tr>
