<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/default-configs/arm-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/arm-softmmu.mak?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/default-configs/arm-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/arm: Add two NPCM7xx-based machines</title>
<updated>2020-09-14T13:24:58+00:00</updated>
<author>
<name>Havard Skinnemoen</name>
</author>
<published>2020-09-11T05:20:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b773acf4a6326c4e81ad91cce9376abdd81dff17'/>
<id>urn:sha1:b773acf4a6326c4e81ad91cce9376abdd81dff17</id>
<content type='text'>
This adds two new machines, both supported by OpenBMC:

  - npcm750-evb: Nuvoton NPCM750 Evaluation Board.
  - quanta-gsj: A board with a NPCM730 chip.

They rely on the NPCM7xx SoC device to do the heavy lifting. They are
almost completely identical at the moment, apart from the SoC type,
which currently only changes the reset contents of one register
(GCR.MDLR), but they might grow apart a bit more as more functionality
is added.

Both machines can boot the Linux kernel into /bin/sh.

Reviewed-by: Tyrone Ting &lt;kfting@nuvoton.com&gt;
Reviewed-by: Joel Stanley &lt;joel@jms.id.au&gt;
Reviewed-by: Cédric Le Goater &lt;clg@kaod.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Tested-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Tested-by: Alexander Bulekov &lt;alxndr@bu.edu&gt;
Signed-off-by: Havard Skinnemoen &lt;hskinnemoen@google.com&gt;
Message-id: 20200911052101.2602693-6-hskinnemoen@google.com
Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
</content>
</entry>
<entry>
<title>ACPI: Build related register address fields via hardware error fw_cfg blob</title>
<updated>2020-05-14T14:03:09+00:00</updated>
<author>
<name>Dongjiu Geng</name>
</author>
<published>2020-05-12T03:06:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=aa16508f1d1bce2411fdbe82aa20e559bbd90e48'/>
<id>urn:sha1:aa16508f1d1bce2411fdbe82aa20e559bbd90e48</id>
<content type='text'>
This patch builds error_block_address and read_ack_register fields
in hardware errors table , the error_block_address points to Generic
Error Status Block(GESB) via bios_linker. The max size for one GESB
is 1kb, For more detailed information, please refer to
document: docs/specs/acpi_hest_ghes.rst

Now we only support one Error source, if necessary, we can extend to
support more.

Suggested-by: Laszlo Ersek &lt;lersek@redhat.com&gt;
Signed-off-by: Xiang Zheng &lt;zhengxiang9@huawei.com&gt;
Reviewed-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;
Reviewed-by: Igor Mammedov &lt;imammedo@redhat.com&gt;
Signed-off-by: Dongjiu Geng &lt;gengdongjiu@huawei.com&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Message-id: 20200512030609.19593-5-gengdongjiu@huawei.com
Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
</content>
</entry>
<entry>
<title>hw/arm: add Allwinner H3 System-on-Chip</title>
<updated>2020-03-12T16:27:33+00:00</updated>
<author>
<name>Niek Linnenbank</name>
</author>
<published>2020-03-11T22:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=740dafc0ba0787abddb0ec8daf8f23759112ac81'/>
<id>urn:sha1:740dafc0ba0787abddb0ec8daf8f23759112ac81</id>
<content type='text'>
The Allwinner H3 is a System on Chip containing four ARM Cortex A7
processor cores. Features and specifications include DDR2/DDR3 memory,
SD/MMC storage cards, 10/100/1000Mbit Ethernet, USB 2.0, HDMI and
various I/O modules. This commit adds support for the Allwinner H3
System on Chip.

Signed-off-by: Niek Linnenbank &lt;nieklinnenbank@gmail.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Reviewed-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Tested-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Message-id: 20200311221854.30370-2-nieklinnenbank@gmail.com
Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
</content>
</entry>
<entry>
<title>hw/misc: Add the STM32F4xx Sysconfig device</title>
<updated>2020-01-17T14:09:29+00:00</updated>
<author>
<name>Alistair Francis</name>
</author>
<published>2020-01-17T14:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=870c034da0be2207e1b535cb6897958556fa0380'/>
<id>urn:sha1:870c034da0be2207e1b535cb6897958556fa0380</id>
<content type='text'>
Signed-off-by: Alistair Francis &lt;alistair@alistair23.me&gt;
Reviewed-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Message-id: 49b01423a09cef2ca832ff73a84a996568f1a8fc.1576658572.git.alistair@alistair23.me
Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&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>hw/arm: Remove hard-enablement of the remaining PCI devices</title>
<updated>2019-05-13T07:36:32+00:00</updated>
<author>
<name>Thomas Huth</name>
</author>
<published>2019-02-08T12:37:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=704d9892561d3b7ac4728296240a1b3ccfa2045a'/>
<id>urn:sha1:704d9892561d3b7ac4728296240a1b3ccfa2045a</id>
<content type='text'>
The PCI devices should be pulled in by default if PCI_DEVICES
is set, so there is no need anymore to enforce them in the configs
file.

Tested-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
</content>
</entry>
<entry>
<title>hw/arm: Express dependencies of the microbit / nrf51 machine with Kconfig</title>
<updated>2019-05-13T07:36:32+00:00</updated>
<author>
<name>Thomas Huth</name>
</author>
<published>2019-02-08T12:33:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=c1c60b0d14ae2ff822f1761954a4a1ccdcf09b91'/>
<id>urn:sha1:c1c60b0d14ae2ff822f1761954a4a1ccdcf09b91</id>
<content type='text'>
Add Kconfig dependencies for the NRF51 / microbit machine.

Reviewed-by: Alistair Francis &lt;alistair.francis@wdc.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Tested-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
</content>
</entry>
<entry>
<title>hw/arm: Express dependencies of the remaining IMX boards with Kconfig</title>
<updated>2019-05-13T07:36:32+00:00</updated>
<author>
<name>Thomas Huth</name>
</author>
<published>2019-02-08T12:18:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=02047622b7d49837b55bfbbae4c53d4bda068362'/>
<id>urn:sha1:02047622b7d49837b55bfbbae4c53d4bda068362</id>
<content type='text'>
IMX25, IMX7 and IMX6UL were still missing the Kconfig dependencies.

Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Tested-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
</content>
</entry>
<entry>
<title>hw/arm: Express dependencies of the MSF2 / EMCRAFT_SF2 machine with Kconfig</title>
<updated>2019-05-13T07:36:32+00:00</updated>
<author>
<name>Thomas Huth</name>
</author>
<published>2019-02-08T11:00:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b6e2b2200c5e9404074443ec721a280c2c5e7335'/>
<id>urn:sha1:b6e2b2200c5e9404074443ec721a280c2c5e7335</id>
<content type='text'>
Add Kconfig dependencies for the emcraft-sf2 machine - we also
distinguish between the machine (CONFIG_EMCRAFT_SF2) and the SoC
(CONFIG_MSF2) now.

Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Tested-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
</content>
</entry>
</feed>
