From 869228384267a2a4f23e563879e2a1f4b16f376e Mon Sep 17 00:00:00 2001 From: Andrew Donnellan Date: Thu, 30 Jul 2015 15:59:50 +1000 Subject: 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 Signed-off-by: Stewart Smith --- external/boot-tests/boot_test.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'external') 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: -- cgit v1.1