OSDN Git Service

hw/hppa: Change fw_cfg port address
authorHelge Deller <deller@gmx.de>
Fri, 14 Aug 2020 19:09:40 +0000 (21:09 +0200)
committerHelge Deller <deller@gmx.de>
Wed, 2 Sep 2020 21:16:50 +0000 (23:16 +0200)
commit34743e9633ab4a76a9bbcf55a0daa11cb2be58c4
tree2fa0dcaeb428cd8957a42d64fe9934910521a083
parent32ff8bf248add5f2e64e75d3706c29a4f323832e
hw/hppa: Change fw_cfg port address

Devices on hppa occupy at least 4k starting at the HPA, so MEMORY_HPA+4k is
blocked (by Linux) for the memory module.  I noticed this when testing the new
Linux kernel patch to let the fw_cfg entries show up in Linux under /proc.
The Linux kernel driver could not allocate the region for fw_cfg.
This new base address seems to not conflict.

Signed-off-by: Helge Deller <deller@gmx.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
hw/hppa/hppa_hardware.h