[PATCH 2/6] hw/hppa: Adjust physical addresses of Astro and Elroy

Helge Deller posted 6 patches 2 weeks, 6 days ago
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Helge Deller <deller@gmx.de>
[PATCH 2/6] hw/hppa: Adjust physical addresses of Astro and Elroy
Posted by Helge Deller 2 weeks, 6 days ago
From: Helge Deller <deller@gmx.de>

Adjust the addresses of the Astro and Elroy PCI chips to a
44-bit physical address space when running a PA8700 CPU.

Signed-off-by: Helge Deller <deller@gmx.de>
---
 hw/hppa/hppa_hardware.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/hppa/hppa_hardware.h b/hw/hppa/hppa_hardware.h
index 0a89c3ed52..006aae63b9 100644
--- a/hw/hppa/hppa_hardware.h
+++ b/hw/hppa/hppa_hardware.h
@@ -61,8 +61,8 @@
 #define ASTRO_BUS_MODULE        0x0a            /* C3700: 0x0a, others maybe 0 ? */
 
 /* ASTRO Memory and I/O regions */
-#define ASTRO_BASE_HPA            0xfffed00000
-#define ELROY0_BASE_HPA           0xfffed30000  /* ELROY0_HPA */
+#define ASTRO_BASE_HPA            0xffffed00000
+#define ELROY0_BASE_HPA           0xffffed30000  /* ELROY0_HPA */
 
 #define ROPES_PER_IOC           8       /* per Ike half or Pluto/Astro */
 
-- 
2.53.0
Re: [PATCH 2/6] hw/hppa: Adjust physical addresses of Astro and Elroy
Posted by Anton Johansson via qemu development 2 weeks, 5 days ago
On 17/03/26, Helge Deller wrote:
> From: Helge Deller <deller@gmx.de>
> 
> Adjust the addresses of the Astro and Elroy PCI chips to a
> 44-bit physical address space when running a PA8700 CPU.
> 
> Signed-off-by: Helge Deller <deller@gmx.de>
> ---
>  hw/hppa/hppa_hardware.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/hw/hppa/hppa_hardware.h b/hw/hppa/hppa_hardware.h
> index 0a89c3ed52..006aae63b9 100644
> --- a/hw/hppa/hppa_hardware.h
> +++ b/hw/hppa/hppa_hardware.h
> @@ -61,8 +61,8 @@
>  #define ASTRO_BUS_MODULE        0x0a            /* C3700: 0x0a, others maybe 0 ? */
>  
>  /* ASTRO Memory and I/O regions */
> -#define ASTRO_BASE_HPA            0xfffed00000
> -#define ELROY0_BASE_HPA           0xfffed30000  /* ELROY0_HPA */
> +#define ASTRO_BASE_HPA            0xffffed00000
> +#define ELROY0_BASE_HPA           0xffffed30000  /* ELROY0_HPA */
>  
>  #define ROPES_PER_IOC           8       /* per Ike half or Pluto/Astro */
>  
> -- 
> 2.53.0
> 
> 

Reviewed-by: Anton Johansson <anjo@rev.ng>