<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/arch/microblaze/kernel/cpu/cpuinfo.c, branch v3.14.7</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/arch/microblaze/kernel/cpu/cpuinfo.c?h=v3.14.7</id>
<link rel='self' href='https://git.amat.us/linux/atom/arch/microblaze/kernel/cpu/cpuinfo.c?h=v3.14.7'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2014-01-27T10:31:37Z</updated>
<entry>
<title>microblaze: Add missing v8.50.a version</title>
<updated>2014-01-27T10:31:37Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2013-11-22T08:01:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c0d68cea2db34a510f4d67b90aab1c48bc47461e'/>
<id>urn:sha1:c0d68cea2db34a510f4d67b90aab1c48bc47461e</id>
<content type='text'>
Add PVR value for MB 8.50.a.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Add support for CCF</title>
<updated>2014-01-27T10:24:55Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2013-12-18T16:18:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c1120542b99a67a620cd8a298975d76dca5a13f0'/>
<id>urn:sha1:c1120542b99a67a620cd8a298975d76dca5a13f0</id>
<content type='text'>
Add support for CCF for Microblaze.

Old binding:
system_timer: system-timer@41c00000 {
	clock-frequency = &lt;75000000&gt;;
	...
}

New binding:
system_timer: system-timer@41c00000 {
	clocks = &lt;&amp;clk_bus&gt;;
	...
}

Both should be supported for a while

Microblaze clock binding:
clocks {
	#address-cells = &lt;1&gt;;
	#size-cells = &lt;0&gt;;
	clk_bus: bus {
		#clock-cells = &lt;0&gt;;
		clock-frequency = &lt;75000000&gt;;
		clock-output-names = "bus";
		compatible = "fixed-clock";
		reg = &lt;1&gt;;
	} ;
	clk_cpu: cpu {
		#clock-cells = &lt;0&gt;;
		clock-frequency = &lt;75000000&gt;;
		clock-output-names = "cpu";
		compatible = "fixed-clock";
		reg = &lt;0&gt;;
	} ;
} ;

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Add PVR version string for MB v9.0 and v9.1</title>
<updated>2013-09-03T14:31:16Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2013-09-03T10:35:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=dcd454af221920990cef8000ef1830c94ef846f9'/>
<id>urn:sha1:dcd454af221920990cef8000ef1830c94ef846f9</id>
<content type='text'>
Extend PVR reg decoding.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Add support for new cpu versions and target architecture</title>
<updated>2013-05-09T07:04:31Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2012-12-19T09:52:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6dc92c9c3f209cb07fbf282b470ed76787bbc5f8'/>
<id>urn:sha1:6dc92c9c3f209cb07fbf282b470ed76787bbc5f8</id>
<content type='text'>
Update PVR values based on reference manual.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Fix coding style issues</title>
<updated>2013-02-12T10:24:45Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2012-12-27T09:40:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6bd55f0bbaebb79b39e147aa864401fd0c94db82'/>
<id>urn:sha1:6bd55f0bbaebb79b39e147aa864401fd0c94db82</id>
<content type='text'>
Fix coding style issues reported by checkpatch.pl.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: Add PVR version string for MB 8.20.b and 8.30.a</title>
<updated>2012-03-19T06:30:27Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2012-02-22T12:50:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=2e7ff4784980211187ae9a235ff6cf630e7633c8'/>
<id>urn:sha1:2e7ff4784980211187ae9a235ff6cf630e7633c8</id>
<content type='text'>
Just extend PVR reg decoding.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: Add PVR for Microblaze v8.20.a</title>
<updated>2011-10-14T10:24:28Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2011-05-23T11:06:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=2309f7cfca745ec282c125e79ac80dca2ea8390e'/>
<id>urn:sha1:2309f7cfca745ec282c125e79ac80dca2ea8390e</id>
<content type='text'>
Microblaze v8.20.a has 0x15 version string.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: Unprivileged stream instruction awareness</title>
<updated>2011-07-25T07:13:42Z</updated>
<author>
<name>John A. Williams</name>
<email>john.williams@petalogix.com</email>
</author>
<published>2011-05-24T08:57:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8904976e8ca45be3ec75acc71f5d855ef671a079'/>
<id>urn:sha1:8904976e8ca45be3ec75acc71f5d855ef671a079</id>
<content type='text'>
Add cpuinfo support for the new MicroBlaze option permitting userspace
(unprivileged) access to the streaming instructions (FSL / AXI-stream).

Emit a noisy warning at bootup if this is enabled, because bad user code
can potentially lockup the CPU.

Signed-off-by: John A. Williams &lt;john.williams@petalogix.com&gt;
Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: Add PVR for Microblaze v8.10.a</title>
<updated>2011-03-09T07:09:55Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2011-02-09T13:23:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a9dbe5eb1fcb4b70313cf9cb1b6c1d994ba703d6'/>
<id>urn:sha1:a9dbe5eb1fcb4b70313cf9cb1b6c1d994ba703d6</id>
<content type='text'>
Microblaze v8.10.a has 0x14 version string.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: Add PVR for Microblaze v8.00.b</title>
<updated>2011-01-03T09:08:16Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2010-12-28T13:44:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a3c26959cc893cafc78a8c4e7d7ca6d4ffe4525c'/>
<id>urn:sha1:a3c26959cc893cafc78a8c4e7d7ca6d4ffe4525c</id>
<content type='text'>
Microblaze v8.00.b have 0x13 version string.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
</feed>
