----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3237/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11216:11209ae4206a --------------------------- dev, arm: Split MCC and DCC subsystems Devices behind the Versatile Express configuration controllers are currently all lumped into one SimObject. This will make DTB generation challenging since the DTB assumes them to be in different parts of the hierarchy. It also makes it hard to model other CoreTiles without also replicating devices from the motherboard. This changeset splits the VExpressCoreTileCtrl into two subsystems: VExpressMCC for all motherboard-related devices and CoreTile2A15DCC for Core Tile specific devices. Diffs ----- src/dev/arm/RealView.py 4e70e13c1a2c Diff: http://reviews.gem5.org/r/3237/diff/ Testing ------- Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
