Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 20:11:49 GMT
From:      mihai@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r287177 - soc2015/mihai/boot-wrapper
Message-ID:  <201506162011.t5GKBnc3019239@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506162011.t5GKBnc3019239>