From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyeSo-0007up-Kd for qemu-devel@nongnu.org; Sat, 30 May 2015 06:58:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YyeSl-0002Nc-FR for qemu-devel@nongnu.org; Sat, 30 May 2015 06:58:02 -0400 Received: from terminus.zytor.com ([2001:1868:205::10]:32968 helo=mail.zytor.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyeSl-0002Mn-7X for qemu-devel@nongnu.org; Sat, 30 May 2015 06:57:59 -0400 Date: Sat, 30 May 2015 07:57:29 -0300 From: Paulo Alcantara Message-ID: <20150530075729.0d2d28ff@zytor.com> In-Reply-To: <1432797215.12688.12.camel@nilsson.home.kraxel.org> References: <1432686576-14816-1-git-send-email-pcacjr@zytor.com> <1432686576-14816-2-git-send-email-pcacjr@zytor.com> <1432797215.12688.12.camel@nilsson.home.kraxel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Gerd Hoffmann Cc: pbonzini@redhat.com, seabios@seabios.org, Paulo Alcantara , qemu-devel@nongnu.org Hi Gerd, On Thu, 28 May 2015 09:13:35 +0200 Gerd Hoffmann wrote: > > +Scope(\_SB) { > > + OperationRegion (RCRB, SystemMemory, 0xfed1c000, 0x4000) > > Where does this address come from? This address is reserved in an ACPI DSDT table for Intel Haswell in Coreboot project, Vlv2DeviceRefCodePkg package in EDK II as well as my Haswell laptop on which I can see it through `dmesg` :-) > Is this a standard location suggested by intel specs? I haven't found any Intel spec or any other document that suggests such address, but from "9.4 Memory Map" section in ICH9 spec, it seems safe to use that MMIO region for the 16KiB of chipset configuration registers. > Or is the firmware free to choose it? Given that, I would say so. Thanks, Paulo -- Paulo Alcantara, C.E.S.A.R Speaking for myself only.