arm: Remove unused DumpStatsPCEventF class in FreeBSD systemThe DumpStatsPCEventF is declared but lacks an implementation. Thisconfuses RTTI in clang. Remove this class since it is clearly notneeded.Change-Id: Ib95f09f2ba8593f8d0e072b96afd5f8a9ed31070Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>Reviewed-on: https://gem5-review.googlesource.com/3240Reviewed-by: B.A. Zeeb <baz21@cam.ac.uk>
arm: Remove unnecessary boot uncachabilityWith the recent patches addressing how we deal with uncacheableaccesses there is no longer need for the work arounds put in place toenforce certain sections of memory to be uncacheable during boot.
arch, base, dev, kern, sym: FreeBSD supportThis adds support for FreeBSD/aarch64 FS and SE mode (basic set of syscalls only)Committed by: Nilay Vaish <nilay@cs.wisc.edu>