<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blackbird-op-linux/include/asm-mips/mach-qemu, branch master</title>
<subtitle>Blackbird™ Linux sources for OpenPOWER</subtitle>
<id>https://git.raptorcs.com/git/blackbird-op-linux/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/blackbird-op-linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/'/>
<updated>2008-01-29T10:15:02+00:00</updated>
<entry>
<title>[MIPS] Qemu: Remove platform.</title>
<updated>2008-01-29T10:15:02+00:00</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2008-01-29T10:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=302922e5f6901eb6f29c58539631f71b3d9746b8'/>
<id>urn:sha1:302922e5f6901eb6f29c58539631f71b3d9746b8</id>
<content type='text'>
The Qemu platform was originally implemented to have an easily supportable
platform until Qemu reaches a state where it emulates a real world system.
Since the latest release Qemu is capable of emulating the MIPSsim and
Malta platforms, so this goal has been reached.  The Qemu plaform is also
rather underfeatured so less useful than a Malta emulation.

Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[MIPS] Fix and cleanup the MIPS part of the (ab)use of CLOCK_TICK_RATE.</title>
<updated>2007-11-02T16:13:48+00:00</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2007-11-01T15:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=72fc19ff51cc32fe85ddb085cb0622b7b97b2158'/>
<id>urn:sha1:72fc19ff51cc32fe85ddb085cb0622b7b97b2158</id>
<content type='text'>
This is the clock rate of the i8253 PIT.  A MIPS system may not have
a PIT by the symbol is used all over the kernel including some APIs.
So keeping it defined to the number for the PIT is the only sane thing
for now.

Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[MIPS] Split up war.h</title>
<updated>2007-10-11T22:46:07+00:00</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2007-10-11T22:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=baf22c1e7aedf264e264b15d2595e5e76564bd4e'/>
<id>urn:sha1:baf22c1e7aedf264e264b15d2595e5e76564bd4e</id>
<content type='text'>
It was getting a little big, ugly and a primary source for merge conflicts.
Also the old method was a bit too forgiving in that the workaround did
default to off, so now there is an explicit #error forcing platform
maintainers to think if they should enable a workaround for a particular
platform.

Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[MIPS] Disable MT runtime detection on platforms which never support MT.</title>
<updated>2007-07-20T17:57:39+00:00</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2007-07-13T17:54:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=798d9023e440085f00b352f1c1af8894959ff63e'/>
<id>urn:sha1:798d9023e440085f00b352f1c1af8894959ff63e</id>
<content type='text'>
Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[MIPS] Qemu does not have D-cache aliases</title>
<updated>2006-09-27T12:37:49+00:00</updated>
<author>
<name>Atsushi Nemoto</name>
<email>anemo@mba.ocn.ne.jp</email>
</author>
<published>2006-08-19T15:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=3c70f12bfaec6e1a1c4bfb94aec0c17675bc9310'/>
<id>urn:sha1:3c70f12bfaec6e1a1c4bfb94aec0c17675bc9310</id>
<content type='text'>
Signed-off-by: Atsushi Nemoto &lt;anemo@mba.ocn.ne.jp&gt;
Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[MIPS] Make timer interrupt frequency configurable from kconfig.</title>
<updated>2006-06-19T16:39:27+00:00</updated>
<author>
<name>Atsushi Nemoto</name>
<email>anemo@mba.ocn.ne.jp</email>
</author>
<published>2006-06-19T15:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=1723b4a34af85447684c9696af83929d2c1e8e6b'/>
<id>urn:sha1:1723b4a34af85447684c9696af83929d2c1e8e6b</id>
<content type='text'>
Make HZ configurable.  DECSTATION can select 128/256/1024 HZ, JAZZ can
only select 100 HZ, others can select 100/128/250/256/1000/1024 HZ if
not explicitly specified).  Also remove all mach-xxx/param.h files and
update all defconfigs according to current HZ value.

Signed-off-by: Atsushi Nemoto &lt;anemo@mba.ocn.ne.jp&gt;
Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[MIPS] Qemu: Qemu is emulating a 1193.182kHz i8254 PIC.</title>
<updated>2005-12-01T11:05:15+00:00</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2005-11-28T13:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=e76beeebff09b6a5eb338f306349ddc451a7804d'/>
<id>urn:sha1:e76beeebff09b6a5eb338f306349ddc451a7804d</id>
<content type='text'>
    
From Daniel Jacobowitz &lt;dan@debian.org&gt;.
    
Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] mips: add support for Qemu system architecture</title>
<updated>2005-09-05T07:06:04+00:00</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2005-09-03T22:56:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=07119621e62de0a2c8db6e4896e762c498bfdd17'/>
<id>urn:sha1:07119621e62de0a2c8db6e4896e762c498bfdd17</id>
<content type='text'>
Add support for the virtual MIPS system that is emulated by Qemu.  See
http://www.linux-mips.org/wiki/Qemu for a detailed current status.

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
