Home
last modified time | relevance | path

Searched full:echo (Results 1 – 25 of 2040) sorted by relevance

12345678910>>...82

/openbmc/openbmc-test-automation/tools/
H A Dgenerate_argumentfile.sh3 echo "--variable OPENBMC_HOST:$OPENBMC_HOST" > $ARG_FILE
4 echo "--variable OPENBMC_MODEL:$OPENBMC_MODEL" >> $ARG_FILE
5 echo "--variable OPENBMC_USERNAME:$OPENBMC_USERNAME" >> $ARG_FILE
6 echo "--variable OPENBMC_PASSWORD:$OPENBMC_PASSWORD" >> $ARG_FILE
7 echo "--variable OPENBMC_SYSTEMMODEL:$OPENBMC_SYSTEMMODEL" >> $ARG_FILE
8 echo "--variable GUI_BROWSER:$GUI_BROSWER" >> $ARG_FILE
9 echo "--variable GUI_MODE:$GUI_MODE" >> $ARG_FILE
10 echo "--variable PDU_TYPE:$PDU_TYPE" >> $ARG_FILE
11 echo "--variable PDU_IP:$PDU_IP" >> $ARG_FILE
12 echo "--variable PDU_USERNAME:$PDU_USERNAME" >> $ARG_FILE
[all …]
/openbmc/qemu/python/
H A DMakefile7 @echo "python packaging help:"
8 @echo ""
9 @echo "make check-minreqs:"
10 @echo " Run tests in the minreqs virtual environment."
11 @echo " These tests use the oldest dependencies."
12 @echo " Requires: Python 3.9"
13 @echo " Hint (Fedora): 'sudo dnf install python3.9'"
14 @echo ""
15 @echo "make check-tox:"
16 @echo " Run tests against multiple python versions."
[all …]
/openbmc/openbmc/meta-raspberrypi/docs/
H A DMakefile19 @echo "Please use \`make <target>' where <target> is one of"
20 @echo " html to make standalone HTML files"
21 @echo " dirhtml to make HTML files named index.html in directories"
22 @echo " singlehtml to make a single large HTML file"
23 @echo " pickle to make pickle files"
24 @echo " json to make JSON files"
25 @echo " htmlhelp to make HTML files and a HTML help project"
26 @echo " qthelp to make HTML files and a qthelp project"
27 @echo " applehelp to make an Apple Help Book"
28 @echo " devhelp to make HTML files and a Devhelp project"
[all …]
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dsetup.sh5 echo "ERROR: wadir not specified"
6 echo ""
24 allmods=`cd "$wadir"; echo */module.info | sed -e 's/\/module.info//g'`
26 echo "ERROR: Failed to get module list"
27 echo ""
30 echo ""
33 echo "ERROR: Username 'webmin' is reserved for internal use"
34 echo ""
39 echo $perl > $config_dir/perl-path
40 echo $var_dir > $config_dir/var-path
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dzoned7 echo "QA output created by $seq"
33 echo "Testing a null_blk device:"
34 echo "case 1: if the operations work"
38 echo "(1) report the first zone:"
40 echo
41 echo "report the first 10 zones"
43 echo
44 echo "report the last zone:"
46 echo
47 echo
[all …]
H A Dqcow2-internal-snapshots26 echo "QA output created by $seq"
63 echo
64 echo "=== Write some data, take a snapshot and overwrite part of it ==="
65 echo
68 echo 'qemu-io disk0 "write -P0x11 0 1M"'
71 echo "savevm snap0"
72 echo 'qemu-io disk0 "write -P0x22 0 512k"'
73 echo "quit"
76 echo
80 echo
[all …]
H A Dwrite-zeroes-unmap23 echo "QA output created by $seq"
49 echo
50 echo "=== defaults - write zeros ==="
51 echo
54 echo -e 'qemu-io none0 "write -z 0 1m"\nquit' \
59 echo
60 echo "=== defaults - write zeros unmap ==="
61 echo
64 echo -e 'qemu-io none0 "write -zu 0 1m"\nquit' \
70 echo
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D14626 echo "QA output created by $seq"
50 echo
51 echo === Testing VPC Autodetect ===
52 echo
59 echo
60 echo === Testing VPC with current_size force ===
61 echo
67 echo
68 echo === Testing VPC with chs force ===
69 echo
[all …]
H A D17127 echo "QA output created by $seq"
66 echo
67 echo "write to image"
70 echo
71 echo "read the image"
74 echo
75 echo "check that offset is respected"
78 echo
79 echo "write before image boundary"
82 echo
[all …]
H A D04626 echo "QA output created by $seq"
48 echo
49 echo "== creating backing file for COW tests =="
67 echo "$op -P $pattern $((cur_sec * 64))k 64k"
76 echo
77 echo "== Some concurrent requests touching the same cluster =="
193 echo
194 echo "== Verify image content =="
208 echo read -P 0 0 0x10000
210 echo read -P 1 0x10000 0x2000
[all …]
H A D07726 echo "QA output created by $seq"
49 echo
50 echo "== Some concurrent requests involving RMW =="
54 echo "open -o driver=$IMGFMT,file.align=4k blkdebug::$TEST_IMG"
194 echo
195 echo "== Verify image content =="
200 echo read -P 0 0 0x200
201 echo read -P 10 0x200 0x200
202 echo read -P 0 0x400 0xc00
205 echo read -P 0 0x1000 0x200
[all …]
H A D00426 echo "QA output created by $seq"
50 echo
51 echo "write before image boundary"
54 echo
55 echo "write into image boundary"
58 echo
59 echo "write at image boundary"
62 echo
63 echo "write past image boundary"
66 echo
[all …]
H A D06126 echo "QA output created by $seq"
57 echo
58 echo "=== Testing version downgrade with zero expansion ==="
59 echo
68 echo
69 echo "=== Testing version downgrade with zero expansion and 4K cache entries ==="
70 echo
84 echo
85 echo "=== Testing dirty version downgrade ==="
86 echo
[all …]
H A D06026 echo "QA output created by $seq"
71 echo
72 echo "=== Testing L2 reference into L1 ==="
73 echo
105 echo
106 echo "=== Testing cluster data reference into refcount block ==="
107 echo
131 echo
132 echo "=== Testing cluster data reference into inactive L2 table ==="
133 echo
[all …]
/openbmc/openbmc/meta-amd/meta-daytonax/recipes-amd/amd-fpga/files/
H A Dfpgardu.sh2 echo
3 echo "-----FPGA Daytona<x> CRB Register Dump Utility"
4 echo
11 echo ----------FPGAreg$FPGA_REG-------------------------
12 echo M_ABCD_EVENT_R_BUF_N----- : $(((DATA & 0x80) >> 7))
13 echo M_EFGH_EVENT_R_BUF_N----- : $(((DATA & 0x40) >> 6))
14 echo M_IJKL_EVENT_R_BUF_N----- : $(((DATA & 0x20) >> 5))
15 echo M_MNOP_EVENT_R_BUF_N----- : $(((DATA & 0x10) >> 4))
19 echo ----------FPGAreg$FPGA_REG-------------------------
20 echo BMC_NVDIMM_PRSNT_R_N----- : $(((DATA & 0x80) >> 7))
[all …]
/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/files/
H A Dfpgardu.sh2 echo
3 echo "-----FPGA Ethanol<x> CRB Register Dump Utility"
4 echo
13 echo FPGA FW Version: $MAJOR.$MINOR
48 echo ----------FPGAreg$FPGA_REG-----P$SOCKET VDD "$VDD_LOOP_CNT_TXT"
49 echo VDD_18_DUAL : $((DATA & 0x01))
50 echo VDD_SOC_DUAL: $(((DATA & 0x02) >> 1))
51 echo VDD_SPD_ABCD: $(((DATA & 0x04) >> 2))
52 echo VDD_VPP_ABCD: $(((DATA & 0x08) >> 3))
53 echo VDD_VTT_ABCD: $(((DATA & 0x10) >> 4))
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtoolchain-scripts.bbclass43echo '# Check for LD_LIBRARY_PATH being set, which can break SDK and generally is a bad practice' …
44 echo '# http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html#AEN80' >> $script
45 echo '# http://xahlee.info/UnixResource_dir/_/ldpath.html' >> $script
46 echo '# Only disable this check if you are absolutely know what you are doing!' >> $script
47 echo 'if [ ! -z "${LD_LIBRARY_PATH:-}" ]; then' >> $script
48echo " echo \"Your environment is misconfigured, you probably need to 'unset LD_LIBRARY_PATH'\"…
49echo " echo \"but please check why this was set in the first place and that it's safe to unset.…
50echo ' echo "The SDK will not operate correctly in most cases when LD_LIBRARY_PATH is set."' >>…
51 echo ' echo "For more references see:"' >> $script
52echo ' echo " http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html#AEN80"' >> $sc…
[all …]
/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-sys-utility/mori-cmd/
H A Dmori.sh9 echo " mori rst [parameter]"
10 echo " system --> reset the host"
11 echo " btn --> trigger a power button event"
12 echo " shutdown --> send out shutdown signal to CPU"
13 echo " display --> "
17 echo " mori led 'attn'/'boot' [parameter]"
18 echo " on --> turn led on"
19 echo " off --> turn led off"
20 echo " toggle --> toggle led"
21 echo " status --> get status of led"
[all …]
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-cmd/
H A Dkudo-ras.sh250 echo "System is currently Powered off S6"
252 echo "System is currently in ${powerState} "
256 echo " "
257 echo " Error Count: "
258 echo " Memory Errors: Correctable $((MemCE >> 8)) Uncorrectable $((MemUE >> 8)) "
259 echo " Core Errors: Correctable $((CoreCE >> 8)) Uncorrectable $((CoreUE >> 8))"
260 echo " PCIe Errors: Correctable $((PCIeCE >> 8)) Uncorrectable $((PCIeUE >> 8)) "
261 echo " Other Errors: Correctable $((OtherCE >> 8)) Uncorrectable $((OtherUE >> 8)) "
265 echo " "
266 echo " GPI Source Registers: "
[all …]
H A Dkudo.sh9 echo " kudo rst [parameter]"
10 echo " hotswap --> reset the whole kudo node"
11 echo " system --> reset the host"
12 echo " btn --> trigger a power button event"
13 echo " shutdown --> send out shutdown signal to CPU"
14 echo " display --> "
18 echo " kudo led 'att'/'boot' [parameter]"
19 echo " on --> change to CPU console"
20 echo " off --> change to CPU 0 SCP console"
21 echo " status --> change to CPU 1 SCP console"
[all …]
/openbmc/openbmc/poky/scripts/contrib/
H A Dtest_build_time.sh34 echo "syntax: $0 <script> <time> <tolerance> [patchrevlist]"
35 echo ""
36 echo " script - worker script file (if in current dir, prefix with ./)"
37 echo " time - time threshold (in seconds, suffix m for minutes)"
38 echo " tolerance - tolerance (in seconds, suffix m for minutes or % for"
39 echo " percentage, can be 0)"
40 echo " patchrevlist - optional file listing revisions to apply as patches on top"
41 echo ""
42 echo "You must set TEST_BUILDDIR to point to a previously created build directory,"
43 echo "however please note that this script will wipe out the TMPDIR defined in"
[all …]
/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/flash/phosphor-software-manager/
H A Dbios-update20 echo "switch bios GPIO to bmc"
23 echo $GPIO > "export"
30 echo "out" > direction
34 echo 1 > value
41 echo "switch bios GPIO to pch"
44 echo $GPIO > "export"
51 echo "out" > direction
55 echo 0 > value
57 echo "in" > direction
58 echo $GPIO > /sys/class/gpio/unexport
[all …]
/openbmc/openbmc-tools/ipkdbg/
H A Dipkdbg.in15 /bin/echo -e "$@" | fold >&2
19 /bin/echo -e "$@" | fold
23 /bin/echo -e "\033[1mNAME\033[0m"
24 /bin/echo -e "\tipkdbg - debug OpenBMC applications from an (internally) released firmware"
25 /bin/echo -e
26 /bin/echo -e "\033[1mSYNOPSIS\033[0m"
27 /bin/echo -e "\tipkdbg [-q] RELEASE FILE CORE [PACKAGE...]"
28 /bin/echo -e
29 /bin/echo -e "\033[1mDESCRIPTION\033[0m"
30 /bin/echo -e "\tRELEASE is the firmware release whose packages to install"
[all …]
/openbmc/openbmc/poky/scripts/
H A Drunqemu-gen-tapdevs17 echo "Usage: sudo $0 <gid> <num>"
18 echo "Where <gid> is the numeric group id the tap devices will be owned by"
19 echo "<num> is the number of tap devices to create (0 to remove all)"
20 echo "For example:"
21 echo "$ bitbake qemu-helper-native"
22 echo "$ sudo $0 $gid 4"
23 echo ""
29 echo "Error: Incorrect number of arguments"
33 echo "Warning: Ignoring the <native-sysroot-basedir> parameter. It is no longer needed."
36 echo "Warning: Ignoring the <uid> parameter. It is no longer needed."
[all …]
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu-gen-tapdevs17 echo "Usage: sudo $0 <gid> <num>"
18 echo "Where <gid> is the numeric group id the tap devices will be owned by"
19 echo "<num> is the number of tap devices to create (0 to remove all)"
20 echo "For example:"
21 echo "$ bitbake qemu-helper-native"
22 echo "$ sudo $0 $gid 4"
23 echo ""
29 echo "Error: Incorrect number of arguments"
33 echo "Warning: Ignoring the <native-sysroot-basedir> parameter. It is no longer needed."
36 echo "Warning: Ignoring the <uid> parameter. It is no longer needed."
[all …]

12345678910>>...82