From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6LY0-0006Wa-0H for qemu-devel@nongnu.org; Tue, 08 Dec 2015 11:55:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6LXw-00034a-1x for qemu-devel@nongnu.org; Tue, 08 Dec 2015 11:55:27 -0500 Received: from mail-vk0-x235.google.com ([2607:f8b0:400c:c05::235]:35200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6LXv-000347-SK for qemu-devel@nongnu.org; Tue, 08 Dec 2015 11:55:23 -0500 Received: by vkha189 with SMTP id a189so19899120vkh.2 for ; Tue, 08 Dec 2015 08:55:23 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1447682723-3977-19-git-send-email-peter.maydell@linaro.org> References: <1447682723-3977-1-git-send-email-peter.maydell@linaro.org> <1447682723-3977-19-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Tue, 8 Dec 2015 16:55:03 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [Qemu-arm] [PATCH v2 18/19] [RFC] hw/arm/virt: add secure memory region and UART List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Cc: Paolo Bonzini , qemu-arm , =?UTF-8?Q?Andreas_F=C3=A4rber?= , Patch Tracking On 16 November 2015 at 14:05, Peter Maydell wrote: > Add a secure memory region to the virt board, which is the > same as the nonsecure memory region except that it also has > a secure-only UART in it. This is only created if the > board is started with the '-machine secure=on' property. > > This is an RFC patch, beacuse the device tree bindings for > indicating secure vs nonsecure devices are still under > discussion upstream: > https://lkml.org/lkml/2015/10/29/287 The bindings have been accepted upstream, so we can take the 'RFC' tag off this patch now. thanks -- PMM