]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/hppa/machine: Map the PDC memory region with higher priority
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 9 Jan 2020 00:05:25 +0000 (01:05 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 27 Jan 2020 18:49:51 +0000 (10:49 -0800)
commit4debfdac03babcf858fb45204157a05236635a21
tree24e7b0d7bdd492f89416ff8d85db26549dd30859
parentb7746b1194c8b15d8a31ba0cc308175bcb4b96f8
hw/hppa/machine: Map the PDC memory region with higher priority

The region in range [0xf0000000 - 0xf1000000] is the PDC area
(Processor Dependent Code), where the firmware is loaded.
This region has higher priority than the main memory.

When the machine has more than 3840MB of RAM, there is an
overlap. Since the PDC is closer to the CPU in the bus
hierarchy, it gets accessed first, and the CPU does not have
access to the RAM in this range.

To model the same behavior and keep a simple memory layout,
reduce the priority of the RAM region. The PDC region ends
overlapping the RAM.

Acked-by: Helge Deller <deller@gmx.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200109000525.24744-4-f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
hw/hppa/machine.c