Searched hist:8904 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/dev/arm/
H A Drtc_pl031.cc8904:1b6d79c9a603 Wed Mar 21 11:34:00 EDT 2012 Ali Saidi <Ali.Saidi@ARM.com> ARM: Fix uninitialized value in ARM RTC model.
/gem5/configs/common/
H A DFSConfig.py13605:8904f6c497e6 Mon Dec 03 12:03:00 EST 2018 Ciro Santilli <ciro.santilli@arm.com> configs, arch-arm: don't search for default DTB and kernel

Before this commit, there were default magic DTB and kernel filenames
for some platforms.

This was inelegant and error prone, as it refered to out-of-tree files,
and set defaults which users almost always want to customize with
explicit command line options.

One result of this is that a wrong exception could be thrown if --kernel
was given but not --machine-type, since the default machine type
VExpress_EMM had a default kernel, and the code would always search for
the default filename even though --kernel was given:

IOError: Can't find file 'vmlinux.aarch32.ll_20131205.0-gem5' on path.

The defaults existed only for older machine types, and not for the
usually recommended VExpress_GEM5_V1, which suggests that this
deprecation should not affect many users.

Change-Id: Ia49298304f658701ea0800bd79e08db404a655c3
Reviewed-on: https://gem5-review.googlesource.com/c/15898
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
/gem5/src/sim/
H A Dsyscall_emul.hh12593:79d55cbe84aa Fri Mar 09 13:58:00 EST 2018 Jason Lowe-Power <jason@lowepower.com> sim-se: Fix fallthrough in prlimit

Change-Id: Ieec4651000b3b4de05ba5ba11fdfa5392a5477e7
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-on: https://gem5-review.googlesource.com/8904
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Brandon Potter <Brandon.Potter@amd.com>

Completed in 81 milliseconds