Skip to content

Commit f0835aa

Browse files
midnightveilwom-bat
authored andcommitted
Rename cheshire1/2 to serengeti1/2
We're moving these genesys2 FPGA boards to run serengeti images by default, so calling them Serengeti is easier. Signed-off-by: Julia Vassiliki <julia.vassiliki@unsw.edu.au>
1 parent 27e9720 commit f0835aa

2 files changed

Lines changed: 32 additions & 32 deletions

File tree

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,54 +9,54 @@ if [ "${SCRIPT_PATH}" = "" ]; then
99
exit -1
1010
fi
1111

12-
SystemNumFiles_cheshire1() {
12+
SystemNumFiles_serengeti1() {
1313
echo 1
1414
}
1515

16-
SystemName_cheshire1() {
17-
echo "cheshire1"
16+
SystemName_serengeti1() {
17+
echo "serengeti1"
1818
}
1919

20-
SystemPowerOff_cheshire1() {
21-
RebootShutdown cheshire1
20+
SystemPowerOff_serengeti1() {
21+
RebootShutdown serengeti1
2222
}
2323

24-
Arch_cheshire1() {
24+
Arch_serengeti1() {
2525
echo "riscv"
2626
}
2727

28-
ISA_cheshire1() {
28+
ISA_serengeti1() {
2929
echo "rv64imafdcsuh"
3030
}
3131

32-
SOC_cheshire1() {
32+
SOC_serengeti1() {
3333
echo "PULP Platform Cheshire"
3434
}
3535

36-
CPU_cheshire1() {
36+
CPU_serengeti1() {
3737
echo "CVA6"
3838
}
3939

40-
Cores_cheshire1() {
40+
Cores_serengeti1() {
4141
echo "1"
4242
}
4343

44-
RAM_cheshire1() {
44+
RAM_serengeti1() {
4545
echo "1GB"
4646
}
4747

48-
MaxCLK_cheshire1() {
48+
MaxCLK_serengeti1() {
4949
echo "50MHz"
5050
}
5151

52-
Sel4Plat_cheshire1() {
53-
echo "cheshire"
52+
Sel4Plat_serengeti1() {
53+
echo "serengeti"
5454
}
5555

56-
PXELinux_cheshire1() {
56+
PXELinux_serengeti1() {
5757
echo "no"
5858
}
5959

60-
DTB_cheshire1() {
60+
DTB_serengeti1() {
6161
echo "no"
6262
}
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,54 +9,54 @@ if [ "${SCRIPT_PATH}" = "" ]; then
99
exit -1
1010
fi
1111

12-
SystemNumFiles_cheshire2() {
12+
SystemNumFiles_serengeti2() {
1313
echo 1
1414
}
1515

16-
SystemName_cheshire2() {
17-
echo "cheshire2"
16+
SystemName_serengeti2() {
17+
echo "serengeti2"
1818
}
1919

20-
SystemPowerOff_cheshire2() {
21-
RebootShutdown cheshire2
20+
SystemPowerOff_serengeti2() {
21+
RebootShutdown serengeti2
2222
}
2323

24-
Arch_cheshire2() {
24+
Arch_serengeti2() {
2525
echo "riscv"
2626
}
2727

28-
ISA_cheshire2() {
28+
ISA_serengeti2() {
2929
echo "rv64imafdcsuh"
3030
}
3131

32-
SOC_cheshire2() {
32+
SOC_serengeti2() {
3333
echo "PULP Platform Cheshire"
3434
}
3535

36-
CPU_cheshire2() {
36+
CPU_serengeti2() {
3737
echo "CVA6"
3838
}
3939

40-
Cores_cheshire2() {
40+
Cores_serengeti2() {
4141
echo "1"
4242
}
4343

44-
RAM_cheshire2() {
44+
RAM_serengeti2() {
4545
echo "1GB"
4646
}
4747

48-
MaxCLK_cheshire2() {
48+
MaxCLK_serengeti2() {
4949
echo "50MHz"
5050
}
5151

52-
Sel4Plat_cheshire2() {
53-
echo "cheshire"
52+
Sel4Plat_serengeti2() {
53+
echo "serengeti"
5454
}
5555

56-
PXELinux_cheshire2() {
56+
PXELinux_serengeti2() {
5757
echo "no"
5858
}
5959

60-
DTB_cheshire2() {
60+
DTB_serengeti2() {
6161
echo "no"
6262
}

0 commit comments

Comments
 (0)