aboutsummaryrefslogtreecommitdiff
path: root/external/boot-tests
diff options
context:
space:
mode:
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>2015-07-30 15:59:50 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-07-31 15:32:43 +1000
commit869228384267a2a4f23e563879e2a1f4b16f376e (patch)
tree9c01c01071fb1b4da22fdd370c1ea19fcea98dfc /external/boot-tests
parentedae9f7463b8a7129e0caaaec8912a2f16cba62b (diff)
downloadskiboot-869228384267a2a4f23e563879e2a1f4b16f376e.zip
skiboot-869228384267a2a4f23e563879e2a1f4b16f376e.tar.gz
skiboot-869228384267a2a4f23e563879e2a1f4b16f376e.tar.bz2
external/boot-tests: update boot-test.sh usage for BMC single partition flashing
Update boot-test.sh usage to document single partition flashing on BMC platforms. Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'external/boot-tests')
-rwxr-xr-xexternal/boot-tests/boot_test.sh11
1 files changed, 7 insertions, 4 deletions
diff --git a/external/boot-tests/boot_test.sh b/external/boot-tests/boot_test.sh
index 303f78e..fd6972b 100755
--- a/external/boot-tests/boot_test.sh
+++ b/external/boot-tests/boot_test.sh
@@ -131,15 +131,18 @@ There are three usage modes.
(FSP or BMC) with the -b option.
3) boot_test.sh [-vdp] -b bmc -t target -P pnor
+ boot_test.sh [-vdp] -b bmc -t target [-1 PAYLOAD] [-2 BOOTKERNEL]
boot_test.sh [-vdp] -b fsp -t target [-1 lid1] [-2 lid2] [-3 lid3]
Flash the given firmware before boot testing.
- If -P is given, the file is assumed to be a PNOR for BMC based
- flashing.
+ For a BMC target, -P specifies a full PNOR.
- If -1/-2/-3 are given, the files are assumed to be lids for FSP based
- flashing. Any combination of lids is acceptable.
+ For a BMC target, -1/-2 specify the PAYLOAD and BOOTKERNEL PNOR partitions
+ respectively. Only the given partitions will be flashed.
+
+ For an FSP target, -1/-2/-3 specify lids. Any combination of lids is
+ acceptable.
Common Options: