[gem5-dev] Change in gem5/gem5[develop]: util: Implement PIC assembly for the aarch64.

2020-04-08 Thread Gabe Black (Gerrit)
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27212 ) Change subject: util: Implement PIC assembly for the aarch64. .. util: Implement PIC assembly for the aarch64. When

Re: [gem5-dev] m5 utility patch series

2020-04-08 Thread Gabe Black
On Wed, Apr 8, 2020 at 5:39 PM Jason Lowe-Power wrote: > Hey Gabe, > > I still don't feel like this gives me enough context to do a good job > reviewing these changesets. For instance, before, I would go to util/m5 and > run `make -f Makefile.` to create the m5 utility. What is the new >

Re: [gem5-dev] Proposal: Replace license headers with SPDX identifiers

2020-04-08 Thread Bobby Bruce
I think this is a great idea. My only question is that some of our code has a slightly extended BSD license. In particular I'm thinking about code ARM is involved in (E.g. : https://gem5.googlesource.com/public/gem5/+/refs/heads/develop/src/arch/arm/decoder.cc ). Is the solution here something

Re: [gem5-dev] m5 utility patch series

2020-04-08 Thread Jason Lowe-Power
Hey Gabe, I still don't feel like this gives me enough context to do a good job reviewing these changesets. For instance, before, I would go to util/m5 and run `make -f Makefile.` to create the m5 utility. What is the new process? It seems to be done with scons? Where is the binary created when

[gem5-dev] [UPDATE] gem5 Workshop with ISCA 2020

2020-04-08 Thread Jason Lowe-Power
Hi all, As you all likely already know, ISCA is going to be taking place virtually due to the COVID-19 pandemic. See https://iscaconf.org/isca2020/ for more information. On the plus side, we believe this will make the gem5 workshop more inclusive! Rather than limiting attendees to those that can

[gem5-dev] Change in gem5/gem5[develop]: mem-ruby: Replace SLICC queueMemory calls with enqueue

2020-04-08 Thread Matthew Poremba (Gerrit)
Matthew Poremba has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27427 ) Change subject: mem-ruby: Replace SLICC queueMemory calls with enqueue .. mem-ruby: Replace SLICC queueMemory calls

[gem5-dev] Proposal: Replace license headers with SPDX identifiers

2020-04-08 Thread Jason Lowe-Power
Hi all, I propose to replace all of the BSD text in the headers of all files with the following: /* * Copyright (c) * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ We will also update the LICENSE file to say the following: ``` Note: Individual files contain the

[gem5-dev] Change in gem5/gem5[develop]: configs: add option for memory channel intlv.

2020-04-08 Thread Adrian Herrera (Gerrit)
Adrian Herrera has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/27629 ) Change subject: configs: add option for memory channel intlv. .. configs: add option for memory channel

[gem5-dev] Change in gem5/gem5[develop]: arch-arm, dev-arm: Autogen PSCI node in DTB

2020-04-08 Thread Giacomo Travaglini (Gerrit)
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27387 ) Change subject: arch-arm, dev-arm: Autogen PSCI node in DTB .. arch-arm, dev-arm: Autogen PSCI node in DTB This is

[gem5-dev] Change in gem5/gem5[develop]: arch-sparc: MAP_32BIT does not exist on solaris

2020-04-08 Thread Giacomo Travaglini (Gerrit)
Hello Richard Cooper, I'd like you to do a code review. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/27647 to review the following change. Change subject: arch-sparc: MAP_32BIT does not exist on solaris

[gem5-dev] Change in gem5/gem5[develop]: util: Standardize console output in the m5 writefile command.

2020-04-08 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/27627 ) Change subject: util: Standardize console output in the m5 writefile command. .. util: Standardize console

[gem5-dev] Change in gem5/gem5[develop]: util: Add a "writefile" unit test to the m5 utility.

2020-04-08 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/27628 ) Change subject: util: Add a "writefile" unit test to the m5 utility. .. util: Add a "writefile" unit test to the

[gem5-dev] Change in gem5/gem5[develop]: util: Add unit tests for most remaining m5 utility commands.

2020-04-08 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/27607 ) Change subject: util: Add unit tests for most remaining m5 utility commands. .. util: Add unit tests for most

[gem5-dev] Change in gem5/gem5[develop]: util: Add a unit test for the m5 utility's "readfile" command.

2020-04-08 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/27608 ) Change subject: util: Add a unit test for the m5 utility's "readfile" command. .. util: Add a unit test for