From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yxs0d-000415-VP for qemu-devel@nongnu.org; Thu, 28 May 2015 03:13:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yxs0Z-0004e8-5E for qemu-devel@nongnu.org; Thu, 28 May 2015 03:13:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yxs0Y-0004e4-Vj for qemu-devel@nongnu.org; Thu, 28 May 2015 03:13:39 -0400 Message-ID: <1432797215.12688.12.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Thu, 28 May 2015 09:13:35 +0200 In-Reply-To: <1432686576-14816-2-git-send-email-pcacjr@zytor.com> References: <1432686576-14816-1-git-send-email-pcacjr@zytor.com> <1432686576-14816-2-git-send-email-pcacjr@zytor.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS] [PATCH 2/3] target-i386: reserve RCRB mmio space in ACPI DSDT table List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paulo Alcantara Cc: pbonzini@redhat.com, seabios@seabios.org, qemu-devel@nongnu.org Hi, > +Scope(\_SB) { > + OperationRegion (RCRB, SystemMemory, 0xfed1c000, 0x4000) Where does this address come from? Is this a standard location suggested by intel specs? Or is the firmware free to choose it? cheers, Gerd