misc: Merge branch stable into develop branch
This ensures both branches are in-sync and have not diverged. Change-Id: Ib487d8596037017b9ec03d7e8a76229373c153db
This commit is contained in:
@@ -62,7 +62,7 @@ See `INSTALL.md`.
|
||||
Downloading the built bootloader containing a Linux Kernel and a workload,
|
||||
|
||||
```sh
|
||||
wget http://dist.gem5.org/dist/v22-0/misc/riscv/bbl-busybox-boot-exit
|
||||
wget http://dist.gem5.org/dist/v22-1/misc/riscv/bbl-busybox-boot-exit
|
||||
```
|
||||
|
||||
Running the simulation
|
||||
@@ -87,7 +87,7 @@ extract them under the $M5_PATH directory (make sure M5_PATH points to a valid
|
||||
directory):
|
||||
|
||||
```sh
|
||||
wget http://dist.gem5.org/dist/v22-0/arm/aarch-sst-20211207.tar.bz2
|
||||
wget http://dist.gem5.org/dist/v22-1/arm/aarch-sst-20211207.tar.bz2
|
||||
tar -xf aarch-sst-20211207.tar.bz2
|
||||
|
||||
# copying bootloaders
|
||||
|
||||
@@ -213,7 +213,7 @@ def define_defaults(defaults):
|
||||
os.pardir,
|
||||
os.pardir))
|
||||
defaults.result_path = os.path.join(os.getcwd(), 'testing-results')
|
||||
defaults.resource_url = 'http://dist.gem5.org/dist/develop'
|
||||
defaults.resource_url = 'http://dist.gem5.org/dist/v22-1'
|
||||
defaults.resource_path = os.path.abspath(os.path.join(defaults.base_dir,
|
||||
'tests',
|
||||
'gem5',
|
||||
|
||||
Reference in New Issue
Block a user