Re: [PATCH 07/11] hw/gpio/pl061: Make pullup/pulldown of outputs configurable

2021-07-06 Thread Richard Henderson
On 7/2/21 3:40 AM, Peter Maydell wrote: The PL061 GPIO does not itself include pullup or pulldown resistors to set the value of a GPIO line treated as an output when it is configured as an input (ie when the PL061 itself is not driving it). In real hardware it is up to the board to add suitable p

[PATCH 07/11] hw/gpio/pl061: Make pullup/pulldown of outputs configurable

2021-07-02 Thread Peter Maydell
The PL061 GPIO does not itself include pullup or pulldown resistors to set the value of a GPIO line treated as an output when it is configured as an input (ie when the PL061 itself is not driving it). In real hardware it is up to the board to add suitable pullups or pulldowns. Currently our implem