diff options
author | Helge Deller <deller@gmx.de> | 2020-09-02 21:21:01 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2020-09-02 23:16:51 +0200 |
commit | 245760074a74500ce285cf1a08b3ea6a6e91128a (patch) | |
tree | a4fe8d9436d0f544402ca2f35d9f3b8ef430ce97 /hw/hppa/hppa_hardware.h | |
parent | 34743e9633ab4a76a9bbcf55a0daa11cb2be58c4 (diff) |
hw/hppa: Tell SeaBIOS port address of fw_cfg
Change QEMU_FW_CFG_IO_BASE to shorter variant FW_CFG_IO_BASE and hand
over the actual port address in %r19 to SeaBIOS.
Signed-off-by: Helge Deller <deller@gmx.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/hppa/hppa_hardware.h')
-rw-r--r-- | hw/hppa/hppa_hardware.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/hppa/hppa_hardware.h b/hw/hppa/hppa_hardware.h index b2fbbc2eec..bc258895c9 100644 --- a/hw/hppa/hppa_hardware.h +++ b/hw/hppa/hppa_hardware.h @@ -38,7 +38,7 @@ #define PORT_PCI_CMD (PCI_HPA + DINO_PCI_ADDR) #define PORT_PCI_DATA (PCI_HPA + DINO_CONFIG_DATA) -#define QEMU_FW_CFG_IO_BASE 0xfffa0000 +#define FW_CFG_IO_BASE 0xfffa0000 #define PORT_SERIAL1 (DINO_UART_HPA + 0x800) #define PORT_SERIAL2 (LASI_UART_HPA + 0x800) |