From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0bb5-0000RY-4D for qemu-devel@nongnu.org; Mon, 15 Dec 2014 14:46:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0bax-0005Fo-1r for qemu-devel@nongnu.org; Mon, 15 Dec 2014 14:46:23 -0500 Received: from mail-lb0-f180.google.com ([209.85.217.180]:46018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0baw-0005Fh-RH for qemu-devel@nongnu.org; Mon, 15 Dec 2014 14:46:14 -0500 Received: by mail-lb0-f180.google.com with SMTP id l4so9596869lbv.39 for ; Mon, 15 Dec 2014 11:46:14 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1418669479-23908-11-git-send-email-greg.bellows@linaro.org> References: <1418669479-23908-1-git-send-email-greg.bellows@linaro.org> <1418669479-23908-11-git-send-email-greg.bellows@linaro.org> From: Peter Maydell Date: Mon, 15 Dec 2014 19:45:53 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v3 10/15] target-arm: Add arm_boot_info secure_boot control List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Bellows Cc: Sergey Fedorov , QEMU Developers , Fabian Aggeler , "Edgar E. Iglesias" On 15 December 2014 at 18:51, Greg Bellows wrote: > Adds the secure_boot boolean field to the arm_boot_info descriptor. This > fields is used to indicate whether Linux should boot into secure or non-secure > state if the ARM EL3 feature is enabled. The default is to leave the CPU in an > unaltered reset state. On EL3 enabled systems, the reset state is secure and > can be overridden by setting the added field to false. > > Signed-off-by: Greg Bellows Reviewed-by: Peter Maydell thanks -- PMM