From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRPzL-0001Yh-Vc for qemu-devel@nongnu.org; Tue, 09 Sep 2014 14:18:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRPzH-0007k7-56 for qemu-devel@nongnu.org; Tue, 09 Sep 2014 14:17:59 -0400 Received: from mail-lb0-f172.google.com ([209.85.217.172]:51907) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRPzG-0007k1-Ts for qemu-devel@nongnu.org; Tue, 09 Sep 2014 14:17:55 -0400 Received: by mail-lb0-f172.google.com with SMTP id w7so4565477lbi.3 for ; Tue, 09 Sep 2014 11:17:54 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1409930126-28449-1-git-send-email-ard.biesheuvel@linaro.org> <1409930126-28449-7-git-send-email-ard.biesheuvel@linaro.org> From: Peter Maydell Date: Tue, 9 Sep 2014 19:17:34 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 6/6] hw/arm/boot: enable DTB support when booting ELF images List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ard Biesheuvel Cc: Fu Wei , QEMU Developers , Christoffer Dall On 9 September 2014 19:15, Ard Biesheuvel wrote: > On 9 September 2014 20:08, Peter Maydell wrote: >> (Thinking about it, that implies we either need a >> rom_del_blob() or we need to tell load_dtb() about >> areas of address space it needs to check for overlap >> with before it registers the rom blob for the dtb.) >> > > ... or we just call load_elf() again That won't work, because we'll still trip the overlap check in rom_load_all(), won't we? -- PMM