]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/gpio/pl061: Document a shortcoming in our implementation
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Jul 2021 10:40:17 +0000 (11:40 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 9 Jul 2021 15:09:12 +0000 (16:09 +0100)
commit0642e159d2351a8fd7d03f78b5d97010cd514561
tree64748aa62f53d6dc55db94c6e5d482f295f879e3
parentef4989b0a898ae20a974d261b14d4e5c1c097292
hw/gpio/pl061: Document a shortcoming in our implementation

The Luminary PL061s in the Stellaris LM3S9695 don't all have the same
reset value for GPIOPUR.  We can get away with not letting the board
configure the PUR reset value because we don't actually wire anything
up to the lines which should reset to pull-up.  Add a comment noting
this omission.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
hw/gpio/pl061.c