test-2nodes-AArch64.sh (11291:9d2364203316) test-2nodes-AArch64.sh (11444:219c5fe8fa0e)
1#! /bin/bash
2
3#
4# Copyright (c) 2015 ARM Limited
5# All rights reserved
6#
7# The license below extends only to copyright in the software and shall
8# not be construed as granting a license to any other intellectual

--- 38 unchanged lines hidden (view full) ---

47
48GEM5_DIR=$(pwd)/$(dirname $0)/../../..
49
50IMG=$M5_PATH/disks/aarch64-ubuntu-trusty-headless.img
51VMLINUX=$M5_PATH/binaries/vmlinux.aarch64.20140821
52DTB=$M5_PATH/binaries/vexpress.aarch64.20140821.dtb
53
54FS_CONFIG=$GEM5_DIR/configs/example/fs.py
1#! /bin/bash
2
3#
4# Copyright (c) 2015 ARM Limited
5# All rights reserved
6#
7# The license below extends only to copyright in the software and shall
8# not be construed as granting a license to any other intellectual

--- 38 unchanged lines hidden (view full) ---

47
48GEM5_DIR=$(pwd)/$(dirname $0)/../../..
49
50IMG=$M5_PATH/disks/aarch64-ubuntu-trusty-headless.img
51VMLINUX=$M5_PATH/binaries/vmlinux.aarch64.20140821
52DTB=$M5_PATH/binaries/vexpress.aarch64.20140821.dtb
53
54FS_CONFIG=$GEM5_DIR/configs/example/fs.py
55SW_CONFIG=$GEM5_DIR/configs/example/sw.py
55SW_CONFIG=$GEM5_DIR/configs/dist/sw.py
56GEM5_EXE=$GEM5_DIR/build/ARM/gem5.opt
57
58BOOT_SCRIPT=$GEM5_DIR/util/dist/test/simple_bootscript.rcS
59GEM5_DIST_SH=$GEM5_DIR/util/dist/gem5-dist.sh
60
61DEBUG_FLAGS="--debug-flags=DistEthernet"
62#CHKPT_RESTORE="-r1"
63

--- 19 unchanged lines hidden ---
56GEM5_EXE=$GEM5_DIR/build/ARM/gem5.opt
57
58BOOT_SCRIPT=$GEM5_DIR/util/dist/test/simple_bootscript.rcS
59GEM5_DIST_SH=$GEM5_DIR/util/dist/gem5-dist.sh
60
61DEBUG_FLAGS="--debug-flags=DistEthernet"
62#CHKPT_RESTORE="-r1"
63

--- 19 unchanged lines hidden ---