socsvn commit: r287177 - soc2015/mihai/boot-wrapper

mihai at FreeBSD.org mihai at FreeBSD.org
Tue Jun 16 20:11:49 UTC 2015


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
 


More information about the svn-soc-all mailing list