Lines Matching +full:- +full:60000
2 -----------
4 In the U-Boot Image for the pcs440ep board is a SHA1 checksum integrated.
5 This SHA1 sum is used, to check, if the U-Boot Image in Flash is not
12 -p calculate the SHA1 sum from the U-Boot image in flash and print
13 -c check the U-Boot image in flash
15 "sha1 -p"
18 "sha1 -c"
33 "cp.b fffa0000 300000 60000"
38 for the pcs440ep Flash: 0xfffa0000 + 0x60000 + -0x20
40 for the example in RAM: 0x300000 + 0x60000 + -0x20
50 "sha1 300000 60000 35ffe0"
52 Now you have a U-Boot-Image for the pcs440ep board with the correct SHA1 sum.
54 If you do a "buildman -k pcs440ep" or a "make all" to get the U-Boot image,
55 which will be found in ../current/ipam390/ - the correct SHA1 sum will be
56 automagically included in the U-Boot image.