]> git.ipfire.org Git - thirdparty/qemu.git/commit
rust: pl011: Cut down amount of text quoted from PL011 TRM
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 14 May 2025 13:29:47 +0000 (14:29 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 14 May 2025 13:29:47 +0000 (14:29 +0100)
commit6414b7709d404bf410da360bab865133832ade85
treefae8ff87602ba4b5950c469682c4704ed4fae3a2
parentec7e5a90fea996f04ea24e81b680a87bc975354a
rust: pl011: Cut down amount of text quoted from PL011 TRM

Currently the comments in the Rust pl011 register.rs file include
large amounts of text from the PL011 TRM.  This is much more
commentary than we typically quote from a device reference manual,
and much of it is not relevant to QEMU.  Compress and rephrase the
comments so that we are not quoting such a large volume of TRM text.

We add a URL for the TRM; readers who need more detail on the
function of the register bits can find it there, presented in
context with the overall description of the hardware.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
rust/hw/char/pl011/src/registers.rs