Module Name: src Committed By: rin Date: Tue Dec 1 02:46:19 UTC 2020
Modified Files: src/sys/arch/arm/arm: armv6_start.S cpufunc.c Log Message: Fix earmv6{,hf}eb start-up routines: - Turn on U-bit in SCTLR before E-bit is turned on by ``setend be'', in order to avoid undefined condition. ARM1176JZF-S, at least, halts if only E-bit is turned on. - Turn on EE-bit in SCTLR instead of B-bit as we've switched to BE8. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/arm/arm/armv6_start.S cvs rdiff -u -r1.178 -r1.179 src/sys/arch/arm/arm/cpufunc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.