Jonas Gorski 09d13cd8d8 x86: geode: fix hwrng register accesses
When the membase and pci_dev pointer were moved to a new struct in priv,
the actual membase users were left untouched, and they started reading
out arbitrary memory behind the struct instead of registers. This
unfortunately turned the RNG into a constant number generator, depending
on the content of what was at that offset.

To fix this, update geode_rng_data_{read,present}() to also get the
membase via amd_geode_priv, and properly read from the right addresses
again.

Closes #13417.

Reported-by: Timur I. Davletshin <timur.davletshin@gmail.com>
Tested-by: Timur I. Davletshin <timur.davletshin@gmail.com>
Suggested-by: Jo-Philipp Wich <jo@mein.io>
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
2023-09-11 21:34:16 +02:00
..
2023-08-09 22:06:24 +02:00
2023-08-09 22:06:24 +02:00
2023-09-01 21:01:08 +02:00
2023-09-01 20:34:16 +02:00
2023-08-09 22:06:24 +02:00
2023-08-13 13:03:43 +02:00
2023-08-09 20:39:20 -04:00
2023-08-10 19:31:37 +02:00
2023-08-09 22:06:24 +02:00
2023-09-08 23:49:00 +02:00
2023-07-01 12:54:30 +02:00
2023-08-09 22:06:24 +02:00
2023-07-30 18:02:47 +02:00
2023-08-09 22:06:24 +02:00
2023-06-16 19:44:28 +02:00
2023-08-24 18:52:06 +02:00
2023-08-09 22:06:24 +02:00