<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/default-configs/xtensa-softmmu.mak, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/default-configs/xtensa-softmmu.mak?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/default-configs/xtensa-softmmu.mak?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2020-10-03T12:07:35+00:00</updated>
<entry>
<title>default-configs: move files to default-configs/devices/</title>
<updated>2020-10-03T12:07:35+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2020-09-18T10:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1bb4cb1c33805c0da0db5b76852bb73759625c4e'/>
<id>urn:sha1:1bb4cb1c33805c0da0db5b76852bb73759625c4e</id>
<content type='text'>
Make room for target files in default-configs/targets/

Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>hw/xtensa: add virt machine</title>
<updated>2019-10-19T03:38:10+00:00</updated>
<author>
<name>Max Filippov</name>
</author>
<published>2018-09-10T23:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=d9e8553bc8821d72cb72ca95f76b2d8ff6eb628a'/>
<id>urn:sha1:d9e8553bc8821d72cb72ca95f76b2d8ff6eb628a</id>
<content type='text'>
virt machine is a sim machine with generic PCI host controller.
Make common parts of sim machine initialization reusable.
Add PCI controller at 0xf0000000 with PIO space at its base address,
ECAM space at base address + 1M and MMIO space at base address + 64M.
Connect IRQ lines to consecutive CPU external IRQ pins starting from 0.
Instantiate network interfaces on virt machine.

Xtensa linux kernel configuration virt_defconfig can successfully boot
on this machine.

Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;
</content>
</entry>
<entry>
<title>semihosting: introduce CONFIG_SEMIHOSTING</title>
<updated>2019-05-28T09:28:50+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2019-05-13T14:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=16932bb761e52c2ca9397b57af5bdc5bdc5ae6a4'/>
<id>urn:sha1:16932bb761e52c2ca9397b57af5bdc5bdc5ae6a4</id>
<content type='text'>
There isn't much point building semihosting for platforms that don't
support it. Introduce a new symbol and enable it only for the softmmu
targets that need it.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Tested-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
</content>
</entry>
<entry>
<title>xtensa-softmmu.mak: express dependencies with Kconfig</title>
<updated>2019-03-07T20:46:19+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2019-01-29T11:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3a56c2f36c3f53da8ffebd9789a8fbd876d2f1a9'/>
<id>urn:sha1:3a56c2f36c3f53da8ffebd9789a8fbd876d2f1a9</id>
<content type='text'>
%-softmmu.mak only keep boards and optional device
definitions in Kconfig mode.

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>xtensa: rename CONFIG_XTENSA_FPGA to CONFIG_XTENSA_XTFPGA</title>
<updated>2019-03-07T20:45:53+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2019-02-20T17:45:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=28ba6bdd2f0acc1dace44c835aa49438f9929ad9'/>
<id>urn:sha1:28ba6bdd2f0acc1dace44c835aa49438f9929ad9</id>
<content type='text'>
Match the symbol name that is used e.g. in Linux (drivers/spi/Kconfig).

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>hw/xtensa/Makefile.objs: Build xtensa_sim and xtensa_fpga conditionally</title>
<updated>2019-02-05T15:50:20+00:00</updated>
<author>
<name>Ákos Kovács</name>
</author>
<published>2019-02-02T07:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=d84929da9af089f1f50115c07099e3b7a1c2f8d0'/>
<id>urn:sha1:d84929da9af089f1f50115c07099e3b7a1c2f8d0</id>
<content type='text'>
Add the new CONFIG_* values to default-config/xtensa*-softmmu.mak.

Signed-off-by: Ákos Kovács &lt;akoskovacs@gmx.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Acked-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;
Message-Id: &lt;20190202072456.6468-17-yang.zhong@intel.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>xtensa_lx60: add FLASH support</title>
<updated>2011-11-02T01:05:52+00:00</updated>
<author>
<name>Max Filippov</name>
</author>
<published>2011-10-30T17:21:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=82b25dc8b04766fde3982fec448ebfd48233f4d4'/>
<id>urn:sha1:82b25dc8b04766fde3982fec448ebfd48233f4d4</id>
<content type='text'>
LX60 carry 4 Mbyte FLASH and 128 Kbyte SRAM, LX200 carry 16 Mbyte FLASH
and 32 Mbyte SRAM. Either of these memories may be mapped to the system
ROM region.

Select boot from FLASH if -kernel option is not specified, otherwise
boot from SRAM.

Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;
</content>
</entry>
<entry>
<title>target-xtensa: add Avnet LX60/LX110/LX200 boards</title>
<updated>2011-10-16T10:42:21+00:00</updated>
<author>
<name>Max Filippov</name>
</author>
<published>2011-10-15T22:56:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0200db650e6386d44ba2a707d9f22ddf72681cf7'/>
<id>urn:sha1:0200db650e6386d44ba2a707d9f22ddf72681cf7</id>
<content type='text'>
These boards carry similar hardware: SDRAM (48M for LX110, 64M for LX60,
96M for LX200), 16 Mbyte FLASH, FPGA, 10/100 Mbps Ethernet PHY and 16550
UART. FPGA may be loaded with almost any Tensilica processor. It is also
used to implement Ethernet MAC, e.g. OpenCores 10/100 Mbps Ethernet MAC
and LED/DIP switches access.

Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;
Signed-off-by: Blue Swirl &lt;blauwirbel@gmail.com&gt;
</content>
</entry>
<entry>
<title>target-xtensa: add target to the configure script</title>
<updated>2011-09-10T16:57:36+00:00</updated>
<author>
<name>Max Filippov</name>
</author>
<published>2011-09-05T23:55:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=cfa550c6acc6718c3f932e858366e3e1e81266d6'/>
<id>urn:sha1:cfa550c6acc6718c3f932e858366e3e1e81266d6</id>
<content type='text'>
Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;
Signed-off-by: Blue Swirl &lt;blauwirbel@gmail.com&gt;
</content>
</entry>
</feed>
