From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgGnu-0003LT-K7 for qemu-devel@nongnu.org; Sun, 27 Sep 2015 14:36:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZgGnt-0004Cq-Ta for qemu-devel@nongnu.org; Sun, 27 Sep 2015 14:36:06 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:38224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgGnt-0004CV-OY for qemu-devel@nongnu.org; Sun, 27 Sep 2015 14:36:05 -0400 Received: by wiclk2 with SMTP id lk2so74928782wic.1 for ; Sun, 27 Sep 2015 11:36:05 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1443374214-27149-1-git-send-email-jcmvbkbc@gmail.com> <1443374214-27149-3-git-send-email-jcmvbkbc@gmail.com> Date: Sun, 27 Sep 2015 11:36:05 -0700 Message-ID: From: Peter Crosthwaite Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 2/3] target-xtensa: xtfpga: attach FLASH to system IO List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Filippov Cc: "qemu-devel@nongnu.org Developers" On Sun, Sep 27, 2015 at 11:01 AM, Max Filippov wrote: > On Sun, Sep 27, 2015 at 8:42 PM, Peter Crosthwaite > wrote: >> On Sun, Sep 27, 2015 at 10:16 AM, Max Filippov wrote: >>> XTFPGA FLASH is tied to XTFPGA system IO block. It's not very important >>> for systems with MMU where system IO block is visible at single >>> location, >> >> Are your relying on a matching change in the guest for MMU setup here? >> >> Can you explain a little more how the MMU allows a physical address >> remap of the underlying hardware as this looks like a non >> backwards-compatible board design rev. > > No change is needed as this change doesn't affect memory map. > It only detaches FLASH from the system memory and attaches it > to the system IO region, at the same physical address as before. > Ok I get it now :). Commit message confused me a little with the MMU stuff but reading it again it makes sense. Change looks good. I'll wait for resolution on P1 before putting an RB. Regards, Peter > -- > Thanks. > -- Max