Module Name: src Committed By: marty Date: Sat Nov 28 20:51:36 UTC 2015
Modified Files: src/sys/arch/evbarm/conf: mk.odroid src/sys/arch/evbarm/odroid: odroid_start.S Log Message: Exit hypervisor mode before entering supervisor The Odroid XU4 is booted in hypervisor mode, probably because it is trust zone enabled. Before we can put it in supervisor we must explicitly remove it from hypervisor. This change is from Nick, who figured it out and adapted code from FreeBSD to make the necessary change. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/mk.odroid cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/odroid/odroid_start.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.