Searched hist:4380 (Results 1 - 2 of 2) sorted by relevance

/gem5/configs/example/arm/
H A Dfs_bigLITTLE.pydiff 12166:1e88ad5f1a47 Thu Aug 03 08:52:00 EDT 2017 Andreas Sandberg <andreas.sandberg@arm.com> configs, arm: Fix incorrect use of mem_range in bL example

The change "config: Change mem_range attribute naming in ARM
SimpleSystem" modified the SimpleSystem class to be compatible with
the MemConfig utility script. While doing so, the way we report the
memory ranges supported by the system changed, which broke the bL
example configration. This changeset introduces the necessary changes
to make the script work again.

Change-Id: I789987950ff04b6c5ae1c8b807355bcba34f6b3c
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/4380
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
/gem5/src/python/m5/
H A Dparams.pydiff 4380:1cbb5d3e4288 Thu Apr 12 11:37:00 EDT 2007 Nathan Binkert <binkertn@umich.edu> Fix NextEthernetAddr.
unproxy() needs to return a new object otherwise all
instances will use the same value. This fix is more
or less unique to NextEthernetAddr because its use of
the proxy stuff is a bit different than everything else.

Completed in 80 milliseconds