tests: add squashfs make to m5-exit
authorCiro Santilli <ciro.santilli@arm.com>
Wed, 23 Oct 2019 17:01:07 +0000 (18:01 +0100)
committerCiro Santilli <ciro.santilli@arm.com>
Fri, 1 Nov 2019 11:41:35 +0000 (11:41 +0000)
commit55eef302d49f28598e1284449e7cb4ee5987a3aa
tree3c879da6ad9773072df6390c25e38cfade310281
parent3783d653690b654e40091f93392cecea93e15032
tests: add squashfs make to m5-exit

An ARM squashfs rootfs that runs m5 exit can be generated for example
with:

make ARCH=arm_A64 CROSS_COMPILE=aarch64-linux-gnu- squashfs

The existing Makefile.x86 was not used as a basis because we would
like to provide a setup that allows users to use their own compilers
if they wish, without requiring dockcross.

Change-Id: I19c54cf0575b405f191f45aaf1e4a05c3f2e69ae
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22223
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Tested-by: kokoro <noreply+kokoro@google.com>
tests/test-progs/m5-exit/src/.gitignore [new file with mode: 0644]
tests/test-progs/m5-exit/src/Makefile [new file with mode: 0644]