summaryrefslogtreecommitdiffstats
path: root/src/build/citest/etc/workarounds
blob: 7b7a5286794c3ae6ca0519c912861e21b5fc8a69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

# This workaround is fixed in b0722a_1132.750 according to Ched."
echo "+++ Workaround for SMM error starting simics."
/afs/rchland/usr2/ched/public/hostboot/fix_ph110510.sh

echo "+++ Copy desired SALERNO config file to sandbox and modify L3 to 8MB."
mkdir -p $sb/simu/configs
cp $BACKING_BUILD/src/simu/configs/P8_SALERNO.config $sb/simu/configs
sed -i -e's/SETENV GFW_P8_SALERNO_L3_MB_SIZE.*/SETENV GFW_P8_SALERNO_L3_MB_SIZE 8/' $sb/simu/configs/P8_SALERNO.config
sed -i -e's/SETENV GFW_P8_SALERNO_MODEL_EC.*/SETENV GFW_P8_SALERNO_MODEL_EC 910431/' $sb/simu/configs/P8_SALERNO.config

echo "+++ Copy in the P8 scomdef."
mkdir -p $sb/engd/scomdef 
cp /gsa/ausgsa/home/a/n/andrewg/web/public/hostboot/simics/p8_910431.scomdef $sb/engd/scomdef/

OpenPOWER on IntegriCloud