<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/hw/timer/Kconfig, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/hw/timer/Kconfig?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/hw/timer/Kconfig?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2021-09-20T21:56:49+00:00</updated>
<entry>
<title>hw/timer: Add SiFive PWM support</title>
<updated>2021-09-20T21:56:49+00:00</updated>
<author>
<name>Alistair Francis</name>
</author>
<published>2021-09-09T03:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=5bf6f1acdda980a4ad0e8f01fe515c6d6e130fce'/>
<id>urn:sha1:5bf6f1acdda980a4ad0e8f01fe515c6d6e130fce</id>
<content type='text'>
This is the initial commit of the SiFive PWM timer. This is used by
guest software as a timer and is included in the SiFive FU540 SoC.

Signed-off-by: Justin Restivo &lt;jrestivo@draper.com&gt;
Signed-off-by: Alexandra Clifford &lt;aclifford@draper.com&gt;
Signed-off-by: Amanda Strnad &lt;astrnad@draper.com&gt;
Signed-off-by: Alistair Francis &lt;alistair.francis@wdc.com&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Message-id: 9f70a210acbfaf0e1ea6ad311ab892ac69134d8b.1631159656.git.alistair.francis@wdc.com
</content>
</entry>
<entry>
<title>hw/arm/stellaris: Split stellaris-gptm into its own file</title>
<updated>2021-09-01T10:08:20+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2021-08-12T09:33:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=f3eb7557284db7d9eba8843c5705b4dc90dc6fd3'/>
<id>urn:sha1:f3eb7557284db7d9eba8843c5705b4dc90dc6fd3</id>
<content type='text'>
The implementation of the Stellaris general purpose timer module
device stellaris-gptm is currently in the same source file as the
board model.  Split it out into its own source file in hw/timer.

Apart from the new file comment headers and the Kconfig and
meson.build changes, this is just code movement.

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Reviewed-by: Damien Hedde &lt;damien.hedde@greensocs.com&gt;
Message-id: 20210812093356.1946-24-peter.maydell@linaro.org
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210310' into staging</title>
<updated>2021-03-10T13:57:31+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2021-03-10T13:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=5c6295a45b4fceac913c11abc62488c49c02b9fd'/>
<id>urn:sha1:5c6295a45b4fceac913c11abc62488c49c02b9fd</id>
<content type='text'>
target-arm queue:
 * Add new mps3-an547 board
 * target/arm: Restrict v7A TCG cpus to TCG accel
 * Implement a Xilinx CSU DMA model
 * hw/timer/renesas_tmr: Fix use of uninitialized data in read_tcnt()

# gpg: Signature made Wed 10 Mar 2021 13:56:20 GMT
# gpg:                using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
# gpg:                issuer "peter.maydell@linaro.org"
# gpg: Good signature from "Peter Maydell &lt;peter.maydell@linaro.org&gt;" [ultimate]
# gpg:                 aka "Peter Maydell &lt;pmaydell@gmail.com&gt;" [ultimate]
# gpg:                 aka "Peter Maydell &lt;pmaydell@chiark.greenend.org.uk&gt;" [ultimate]
# Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83  15CF 3C25 25ED 1436 0CDE

* remotes/pmaydell/tags/pull-target-arm-20210310: (54 commits)
  hw/timer/renesas_tmr: Fix use of uninitialized data in read_tcnt()
  hw/timer/renesas_tmr: Prefix constants for CSS values with CSS_
  hw/ssi: xilinx_spips: Remove DMA related dead codes from zynqmp_spips
  hw/ssi: xilinx_spips: Clean up coding convention issues
  hw/arm: xlnx-zynqmp: Connect a Xilinx CSU DMA module for QSPI
  hw/arm: xlnx-zynqmp: Clean up coding convention issues
  hw/dma: Implement a Xilinx CSU DMA model
  target/arm: Restrict v7A TCG cpus to TCG accel
  tests/qtest/sse-timer-test: Test counter scaling changes
  tests/qtest/sse-timer-test: Test the system timer
  tests/qtest/sse-timer-test: Add simple test of the SSE counter
  docs/system/arm/mps2.rst: Document the new mps3-an547 board
  hw/arm/mps2-tz: Add new mps3-an547 board
  hw/arm/mps2-tz: Make initsvtor0 setting board-specific
  hw/arm/mps2-tz: Support running APB peripherals on different clock
  hw/misc/mps2-scc: Implement changes for AN547
  hw/misc/mps2-fpgaio: Support AN547 DBGCTRL register
  hw/misc/mps2-fpgaio: Fold counters subsection into main vmstate
  hw/arm/mps2-tz: Make UART overflow IRQ board-specific
  hw/arm/armsse: Add SSE-300 support
  ...

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
</content>
</entry>
<entry>
<title>hw/timer/sse-timer: Model the SSE Subsystem System Timer</title>
<updated>2021-03-08T17:20:01+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2021-02-19T14:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0b8ceee822ae6d3bc4033c9b406c5f8d8c71ee6d'/>
<id>urn:sha1:0b8ceee822ae6d3bc4033c9b406c5f8d8c71ee6d</id>
<content type='text'>
The SSE-300 includes some timers which are a different kind to
those in the SSE-200. Model them.

These timers are documented in the SSE-123 Example Subsystem
Technical Reference Manual:
 https://developer.arm.com/documentation/101370/latest/

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Tested-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Message-id: 20210219144617.4782-13-peter.maydell@linaro.org
</content>
</entry>
<entry>
<title>hw/timer/sse-counter: Model the SSE Subsystem System Counter</title>
<updated>2021-03-08T17:20:01+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2021-02-19T14:45:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0d10df30384c22c5f683cbfebc42cee6cf83fed4'/>
<id>urn:sha1:0d10df30384c22c5f683cbfebc42cee6cf83fed4</id>
<content type='text'>
The SSE-300 includes a counter module; implement a model of it.

This counter is documented in the SSE-123 Example Subsystem
Technical Reference Manual:
 https://developer.arm.com/documentation/101370/latest/

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Tested-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Message-id: 20210219144617.4782-12-peter.maydell@linaro.org
</content>
</entry>
<entry>
<title>hw/timer: Introduce SH_TIMER Kconfig entry</title>
<updated>2021-03-06T15:18:42+00:00</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
</author>
<published>2021-02-21T18:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=25e79527a882eebdbbe8b7408d17f81a29de7d4b'/>
<id>urn:sha1:25e79527a882eebdbbe8b7408d17f81a29de7d4b</id>
<content type='text'>
We want to be able to use the 'SH4' config for architecture
specific features. Add more fine-grained selection by adding
a CONFIG_SH_TIMER selector for the SH4 timer control unit.

Add the missing MAINTAINERS entries.

Suggested-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Reviewed-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Signed-off-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Acked-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Message-Id: &lt;20210222141514.2646278-6-f4bug@amsat.org&gt;
</content>
</entry>
<entry>
<title>hw/timer: avr: Add limited support for 16-bit timer peripheral</title>
<updated>2020-07-11T09:02:05+00:00</updated>
<author>
<name>Michael Rolnik</name>
</author>
<published>2020-01-24T00:51:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=8ff47bc1a0c798141479530bf9cb3836b49fc5e1'/>
<id>urn:sha1:8ff47bc1a0c798141479530bf9cb3836b49fc5e1</id>
<content type='text'>
These were designed to facilitate testing but should provide enough
function to be useful in other contexts.  Only a subset of the functions
of each peripheral is implemented, mainly due to the lack of a standard
way to handle electrical connections (like GPIO pins).

[AM: Remove word 'Atmel' from filenames and all elements of code]
Suggested-by: Aleksandar Markovic &lt;aleksandar.m.mail@gmail.com&gt;
Signed-off-by: Sarah Harris &lt;S.E.Harris@kent.ac.uk&gt;
Signed-off-by: Ed Robbins &lt;E.J.C.Robbins@kent.ac.uk&gt;
Signed-off-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
[rth: Squash info mtree fixes and a file rename from f4bug]
Signed-off-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
[PMD: Use qemu_log_mask(LOG_UNIMP), replace goto by return]
Signed-off-by: Aleksandar Markovic &lt;aleksandar.m.mail@gmail.com&gt;
Reviewed-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Signed-off-by: Thomas Huth &lt;huth@tuxfamily.org&gt;
Message-Id: &lt;20200705140315.260514-21-huth@tuxfamily.org&gt;
[PMD: Check cpu-frequency-hz property in realize()]
Signed-off-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
</content>
</entry>
<entry>
<title>hw/timer: RX62N compare match timer (CMT)</title>
<updated>2020-06-22T16:37:12+00:00</updated>
<author>
<name>Yoshinori Sato</name>
</author>
<published>2019-03-20T14:16:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=c7f37bafde83a73eedc3bd6e029abba745871dea'/>
<id>urn:sha1:c7f37bafde83a73eedc3bd6e029abba745871dea</id>
<content type='text'>
renesas_cmt: 16bit compare match timer modules.
This part use many renesas's CPU.
Hardware manual.
https://www.renesas.com/us/en/doc/products/mpumcu/doc/rx_family/r01uh0033ej0140_rx62n.pdf

Signed-off-by: Yoshinori Sato &lt;ysato@users.sourceforge.jp&gt;
Reviewed-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;
Signed-off-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Message-Id: &lt;20200224141923.82118-16-ysato@users.sourceforge.jp&gt;
[PMD: Split from TMR, filled VMStateField for migration]
Signed-off-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
</content>
</entry>
<entry>
<title>hw/timer: RX62N 8-Bit timer (TMR)</title>
<updated>2020-06-22T16:37:12+00:00</updated>
<author>
<name>Yoshinori Sato</name>
</author>
<published>2019-03-20T14:16:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=7adca78edaa91069f66e373f5b7e4e7d5fe14879'/>
<id>urn:sha1:7adca78edaa91069f66e373f5b7e4e7d5fe14879</id>
<content type='text'>
renesas_tmr: 8bit timer modules.
This part use many renesas's CPU.
Hardware manual.
https://www.renesas.com/us/en/doc/products/mpumcu/doc/rx_family/r01uh0033ej0140_rx62n.pdf

Signed-off-by: Yoshinori Sato &lt;ysato@users.sourceforge.jp&gt;
Reviewed-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;
Signed-off-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Message-Id: &lt;20200224141923.82118-16-ysato@users.sourceforge.jp&gt;
[PMD: Split from CMT, filled VMStateField for migration]
Signed-off-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
</content>
</entry>
<entry>
<title>hw/timer/Kconfig: Intel 8254 PIT depends of ISA bus</title>
<updated>2020-01-07T11:08:39+00:00</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
</author>
<published>2020-01-06T17:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=dccdaa1f756fedee2f1dac3650e19f29572f76c4'/>
<id>urn:sha1:dccdaa1f756fedee2f1dac3650e19f29572f76c4</id>
<content type='text'>
Since i8254_common.c calls isa_register_ioport() from "hw/isa/isa.h"
we can not select it when ISA_BUS is disabled. Add a 'depends on'
clause.

Signed-off-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Message-Id: &lt;20200106171912.16523-1-philmd@redhat.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
</feed>
