From owner-svn-soc-all@FreeBSD.ORG Tue Jun 16 20:11:49 2015 Return-Path: Delivered-To: svn-soc-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F1ADEE2 for ; Tue, 16 Jun 2015 20:11:49 +0000 (UTC) (envelope-from mihai@FreeBSD.org) Received: from socsvn.freebsd.org (socsvn.freebsd.org [IPv6:2001:1900:2254:206a::50:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D6DDBB6 for ; Tue, 16 Jun 2015 20:11:49 +0000 (UTC) (envelope-from mihai@FreeBSD.org) Received: from socsvn.freebsd.org ([127.0.1.124]) by socsvn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5GKBnar019242 for ; Tue, 16 Jun 2015 20:11:49 GMT (envelope-from mihai@FreeBSD.org) Received: (from www@localhost) by socsvn.freebsd.org (8.14.9/8.14.9/Submit) id t5GKBnc3019239 for svn-soc-all@FreeBSD.org; Tue, 16 Jun 2015 20:11:49 GMT (envelope-from mihai@FreeBSD.org) Date: Tue, 16 Jun 2015 20:11:49 GMT Message-Id: <201506162011.t5GKBnc3019239@socsvn.freebsd.org> X-Authentication-Warning: socsvn.freebsd.org: www set sender to mihai@FreeBSD.org using -f From: mihai@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r287177 - soc2015/mihai/boot-wrapper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2015 20:11:49 -0000 Author: mihai Date: Tue Jun 16 20:11:48 2015 New Revision: 287177 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=287177 Log: soc2015:mihai: boot-wrapper: enter HypMode before entering the SO Modified: soc2015/mihai/boot-wrapper/boot.S Modified: soc2015/mihai/boot-wrapper/boot.S ============================================================================== --- soc2015/mihai/boot-wrapper/boot.S Tue Jun 16 20:11:20 2015 (r287176) +++ soc2015/mihai/boot-wrapper/boot.S Tue Jun 16 20:11:48 2015 (r287177) @@ -25,7 +25,7 @@ @ then return to us in NS-SVC smc #0 @ Now we're in NS-SVC, make a Hyp call to get into Hyp mode -// hvc #0 + hvc #0 @ We will end up here in NS-Hyp. .endm