From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JHuKI-0002WF-Pu for qemu-devel@nongnu.org; Thu, 24 Jan 2008 00:08:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JHuKI-0002W3-4K for qemu-devel@nongnu.org; Thu, 24 Jan 2008 00:08:34 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHuKH-0002W0-UQ for qemu-devel@nongnu.org; Thu, 24 Jan 2008 00:08:33 -0500 Received: from pop-knobcone.atl.sa.earthlink.net ([207.69.195.64]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JHuKH-0004e2-Tt for qemu-devel@nongnu.org; Thu, 24 Jan 2008 00:08:34 -0500 Received: from user-142h2k8.cable.mindspring.com ([72.40.138.136] helo=earthlink.net) by pop-knobcone.atl.sa.earthlink.net with esmtp (Exim 3.36 #1) id 1JHuKG-0000uC-00 for qemu-devel@nongnu.org; Thu, 24 Jan 2008 00:08:32 -0500 Message-ID: <47981D51.20100@earthlink.net> Date: Thu, 24 Jan 2008 00:08:33 -0500 From: Robert Reif MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------060903080309080400000902" Subject: [Qemu-devel] [PATCH] hw/sun4m.c fix power addresses Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is a multi-part message in MIME format. --------------060903080309080400000902 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit --------------060903080309080400000902 Content-Type: text/plain; name="power.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="power.diff.txt" diff -p -u -r1.81 sun4m.c --- hw/sun4m.c 17 Jan 2008 21:04:16 -0000 1.81 +++ hw/sun4m.c 24 Jan 2008 05:06:38 -0000 @@ -687,7 +687,7 @@ static const struct hwdef hwdefs[] = { .dma_base = 0x78400000, .esp_base = 0x78800000, .le_base = 0x78c00000, - .power_base = 0x7a000000, + .power_base = 0x71910000, .ecc_base = -1, .sun4c_intctl_base = -1, .sun4c_counter_base = -1, @@ -727,7 +727,7 @@ static const struct hwdef hwdefs[] = { .dma_base = 0xef0400000ULL, .esp_base = 0xef0800000ULL, .le_base = 0xef0c00000ULL, - .power_base = 0xefa000000ULL, + .power_base = 0xff1a01000ULL, .ecc_base = 0xf00000000ULL, .ecc_version = 0x10000000, // version 0, implementation 1 .sun4c_intctl_base = -1, @@ -811,7 +811,7 @@ static const struct hwdef hwdefs[] = { .dma_base = 0xef0400000ULL, .esp_base = 0xef0800000ULL, .le_base = 0xef0c00000ULL, - .power_base = 0xefa000000ULL, + .power_base = 0xff1a01000ULL, .ecc_base = 0xf00000000ULL, .ecc_version = 0x20000000, // version 0, implementation 2 .sun4c_intctl_base = -1, --------------060903080309080400000902--