Home
last modified time | relevance | path

Searched full:raw (Results 1 – 25 of 1316) sorted by relevance

12345678910>>...53

/openbmc/u-boot/include/environment/ti/
H A Ddfu.h16 "MLO.raw raw 0x100 0x100;" \
17 "u-boot.img.raw raw 0x300 0x1000;" \
18 "u-env.raw raw 0x1300 0x200;" \
19 "spl-os-args.raw raw 0x1500 0x200;" \
20 "spl-os-image.raw raw 0x1700 0x6900;" \
28 "rawemmc raw 0 3751936;" \
32 "MLO.raw raw 0x100 0x100;" \
33 "u-boot.img.raw raw 0x300 0x1000;" \
34 "u-env.raw raw 0x1300 0x200;" \
35 "spl-os-args.raw raw 0x1500 0x200;" \
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dipmi_utils.robot15 [Documentation] Execute set of IPMI raw KCS interface commands and verify it is
16 ... executable from os host. Set of IPMI raw commands includes system interface
19 #### raw cmd for get device ID.
20 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['Device ID']['Get'][0]}
22 #### Raw cmd for cold reset.
23 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['Cold Reset']['reset'][0]}
29 ... Run Inband IPMI Raw Command ${IPMI_RAW_CMD['Device ID']['Get'][0]}
31 #### raw cmd for get device GUID.
32 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['Device GUID']['Get'][0]}
34 #### raw cmd for get IP addr.
[all …]
/openbmc/libcper/examples/
H A Dnvidia_cmet_info.json77 "raw": 0, number
87 "raw": 0, number
97 "raw": 0, number
107 "raw": 0, number
117 "raw": 0, number
127 "raw": 0, number
137 "raw": 0, number
147 "raw": 0, number
157 "raw": 0, number
167 "raw": 0, number
[all …]
/openbmc/openbmc-test-automation/data/
H A Dipmi_raw_cmd_table.py4 IPMI raw commands table:
24 # raw command, expected output(s), comment
34 # raw command, expected output, comment
40 # raw command, expected output, comment
48 # raw command, expected output(s), comment
56 # raw command, expected output, comment
62 # raw command, expected output, comment
70 # raw command, expected output, comment
76 # raw command
80 # raw command, expected output(s)
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D08132 _rm_test_img "$TEST_DIR/1.raw"
33 _rm_test_img "$TEST_DIR/2.raw"
34 _rm_test_img "$TEST_DIR/3.raw"
42 _supported_fmt raw
62 quorum="driver=raw,file.driver=quorum,file.vote-threshold=2"
63 quorum="$quorum,file.children.0.file.filename=$TEST_DIR/1.raw"
64 quorum="$quorum,file.children.1.file.filename=$TEST_DIR/2.raw"
65 quorum="$quorum,file.children.2.file.filename=$TEST_DIR/3.raw"
66 quorum="$quorum,file.children.0.driver=raw"
67 quorum="$quorum,file.children.1.driver=raw"
[all …]
H A D1094 # Test writing image headers of other formats into raw images
43 _supported_fmt raw
57 _launch_qemu -drive file="${source_img}",format=raw,cache=${CACHEMODE},aio=${AIOMODE},id=src
78 echo "=== Writing a $fmt header into raw ==="
91 # When raw was explicitly specified, the same must succeed
92 run_qemu "$TEST_IMG" "$TEST_IMG.src" "'format': 'raw'," "BLOCK_JOB_READY"
93 $QEMU_IMG compare -f raw -F raw "$TEST_IMG" "$TEST_IMG.src"
102 echo "=== Copying sample image $sample_img into raw ==="
114 run_qemu "$TEST_IMG" "$TEST_IMG.src" "'format': 'raw'," "BLOCK_JOB_READY"
115 $QEMU_IMG compare -f raw -F raw "$TEST_IMG" "$TEST_IMG.src"
[all …]
H A D24140 _supported_fmt raw
49 # raw file (either because the server doesn't advertise alignment too
56 echo "=== Exporting unaligned raw image, natural alignment ==="
62 $QEMU_IMG map -f raw --output=json "$TEST_IMG" | _filter_qemu_img_map
63 $QEMU_IO -f raw -c map "$TEST_IMG"
67 echo "=== Exporting unaligned raw image, forced server sector alignment ==="
75 $QEMU_IMG map -f raw --output=json "$TEST_IMG" | _filter_qemu_img_map
76 $QEMU_IO -f raw -c map "$TEST_IMG"
81 echo "=== Exporting unaligned raw image, forced client sector alignment ==="
94 # nbdkit -U - memory size=513 --run 'qemu-io -f raw -c "r 512 512" $nbd'
H A D241.out3 === Exporting unaligned raw image, natural alignment ===
14 === Exporting unaligned raw image, forced server sector alignment ===
23 WARNING: Image format was not specified for 'TEST_DIR/t.raw' and probing guessed raw.
24 …Automatically detecting the format is dangerous for raw images, write operations on block 0 will b…
25 Specify the 'raw' format explicitly to remove the restrictions.
27 === Exporting unaligned raw image, forced client sector alignment ===
H A D07171 TEST_IMG="$TEST_IMG.base" IMGFMT="raw" _make_test_img --no-opts $IMG_SIZE \
77 $QEMU_IO -c "open -o driver=raw,file.driver=blkverify,file.raw.filename=$TEST_IMG.base $TEST_IMG" \
82 $QEMU_IO -c "open -o driver=raw,file.driver=blkverify,file.raw.filename=$TEST_IMG.base $TEST_IMG" \
89 TEST_IMG="$TEST_IMG.base" IMGFMT="raw" _make_test_img --no-opts $IMG_SIZE \
94 $QEMU_IO -c "open -o driver=raw,file.driver=blkverify,file.raw.filename=$TEST_IMG.base,file.test.dr…
99 $QEMU_IO -c "open -o driver=raw,file.driver=blkverify,file.raw.filename=$TEST_IMG.base $TEST_IMG" \
171 "raw": {
186 echo "=== Testing blkverify on existing raw block device ==="
209 "raw": "drive0"
/openbmc/qemu/python/qemu/qmp/
H A Dmodels.py25 :param raw: The raw object to be validated.
29 def __init__(self, raw: Mapping[str, Any]):
30 self._raw = raw
59 :param raw: The raw Greeting object.
63 def __init__(self, raw: Mapping[str, Any]):
64 super().__init__(raw)
87 :param raw: The raw QMPGreeting object.
91 def __init__(self, raw: Mapping[str, Any]):
92 super().__init__(raw)
109 :param raw: The raw ErrorResponse object.
[all …]
/openbmc/u-boot/drivers/net/
H A Dpic32_mdio.c24 wait_for_bit_le32(&mii_regs->mind.raw, MIIMIND_BUSY, in pic32_mdio_write()
29 writel(v, &mii_regs->madr.raw); in pic32_mdio_write()
32 writel(value, &mii_regs->mwtd.raw); in pic32_mdio_write()
38 wait_for_bit_le32(&mii_regs->mind.raw, MIIMIND_BUSY, in pic32_mdio_write()
50 wait_for_bit_le32(&mii_regs->mind.raw, MIIMIND_BUSY, in pic32_mdio_read()
55 writel(v, &mii_regs->madr.raw); in pic32_mdio_read()
58 writel(MIIMCMD_READ, &mii_regs->mcmd.raw); in pic32_mdio_read()
64 wait_for_bit_le32(&mii_regs->mind.raw, in pic32_mdio_read()
69 writel(0, &mii_regs->mcmd.raw); in pic32_mdio_read()
72 v = readl(&mii_regs->mrdd.raw); in pic32_mdio_read()
[all …]
/openbmc/phosphor-host-ipmid/include/ipmid/message/
H A Dpack.hpp94 p.raw.resize(p.raw.size() + sizeof(T)); in op()
95 uint8_t* out = p.raw.data() + p.raw.size() - sizeof(T); in op()
252 p.raw.reserve(p.raw.size() + t.size()); in op()
253 p.raw.insert(p.raw.end(), t.begin(), t.end()); in op()
268 p.raw.reserve(p.raw.size() + t.size()); in op()
269 p.raw.insert(p.raw.end(), t.begin(), t.end()); in op()
284 p.raw.reserve(p.raw.size() + t.size()); in op()
285 p.raw.insert(p.raw.end(), t.begin(), t.end()); in op()
300 p.raw.reserve(p.raw.size() + t.size()); in op()
301 p.raw.insert(p.raw.end(), t.begin(), t.end()); in op()
[all …]
H A Dunpack.hpp94 if (p.raw.size() < (p.rawIndex + sizeof(t))) in op()
98 auto iter = p.raw.data() + p.rawIndex; in op()
144 if (p.rawIndex > (p.raw.size() - sizeof(uint8_t))) in op()
148 uint8_t len = p.raw[p.rawIndex++]; in op()
283 if (p.raw.size() - p.rawIndex < N) in op()
289 std::copy(p.raw.begin() + p.rawIndex, p.raw.begin() + p.rawIndex + N, in op()
302 while (p.rawIndex < p.raw.size()) in op()
327 t.reserve(p.raw.size() - p.rawIndex); in op()
328 t.insert(t.begin(), p.raw.begin() + p.rawIndex, p.raw.end()); in op()
329 p.rawIndex = p.raw.size(); in op()
[all …]
/openbmc/pldm/pldmtool/
H A Dpldmtool.cpp14 namespace raw namespace
37 app->add_option("-d,--data", rawData, "raw data") in RawOp()
58 auto raw = in registerCommand() local
59 app.add_subcommand("raw", "send a raw request and print response"); in registerCommand()
60 commands.push_back(std::make_unique<RawOp>("raw", "raw", raw)); in registerCommand()
63 } // namespace raw
71 pldmtool::raw::registerCommand(app); in main()
H A DREADME.md43 directly send the request message with the help of **pldmtool raw -d \<data\>**
60 raw send a raw request and print response
118 ## pldmtool raw command usage
120 pldmtool raw command option accepts request message in the hexadecimal bytes and
124 $ pldmtool raw -h
125 send a raw request and print response
126 Usage: pldmtool raw [OPTIONS]
132 -d,--data UINT REQUIRED raw data
138 pldmtool raw --data 0x80 <pldmType> <cmdType> <payloadReq>
156 $ pldmtool raw -d 0x80 0x00 0x04 0x00 0x00
[all …]
/openbmc/u-boot/arch/sandbox/cpu/
H A DMakefile12 obj-$(CONFIG_ETH_SANDBOX_RAW) += eth-raw-os.o
25 # eth-raw-os.c is built in the system env, so needs standard includes
26 # CFLAGS_REMOVE_eth-raw-os.o cannot be used to drop header include path
27 quiet_cmd_cc_eth-raw-os.o = CC $(quiet_modtag) $@
28 cmd_cc_eth-raw-os.o = $(CC) $(filter-out -nostdinc, \
31 $(obj)/eth-raw-os.o: $(src)/eth-raw-os.c FORCE
32 $(call if_changed_dep,cc_eth-raw-os.o)
/openbmc/u-boot/include/configs/
H A Dodroid_xu3.h69 "u-boot raw 0x3e 0x800 mmcpart 1;" \
70 "bl1 raw 0x0 0x1e mmcpart 1;" \
71 "bl2 raw 0x1e 0x1d mmcpart 1;" \
72 "tzsw raw 0x83e 0x200 mmcpart 1;" \
73 "params.bin raw 0x1880 0x20\0"
76 "u-boot raw 0x3f 0x800;" \
77 "bl1 raw 0x1 0x1e;" \
78 "bl2 raw 0x1f 0x1d;" \
79 "tzsw raw 0x83f 0x200;" \
80 "params.bin raw 0x1880 0x20\0"
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dlog.py64 print('Raw ptest logs not found')
71 print('Raw reproducible logs not found')
101 parser.add_argument('--raw', action='store_true',
102 help='show raw (ptest) logs. Deprecated. Alias for "--raw-ptest"', dest='raw_ptest')
103 parser.add_argument('--raw-ptest', action='store_true',
104 help='show raw ptest log')
105 parser.add_argument('--raw-reproducible', action='store_true',
106 help='show raw reproducible build logs')
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dmessage.hpp120 explicit Payload(SecureBuffer&& data) : raw(std::move(data)) {} in Payload()
124 if (raw.size() != 0 && std::uncaught_exceptions() == 0 && !trailingOk && in ~Payload()
128 "Failed to check request for full unpack: raw size: {RAW_SIZE}", in ~Payload()
129 "RAW_SIZE", raw.size()); in ~Payload()
134 * raw vector access
137 * @brief return the size of the underlying raw buffer
141 return raw.size(); in size()
144 * @brief resize the underlying raw buffer to a new size
150 raw.resize(sz); in resize()
153 * @brief return a pointer to the underlying raw buffer
[all …]
/openbmc/qemu/docs/system/
H A Dgeneric-loader.rst76 U-Boot, and Intel HEX executable formats as well as raw images. The syntax is
79 -device loader,file=<file>[,addr=<addr>][,cpu-num=<cpu-num>][,force-raw=<raw>]
86 for raw images and ignored for non-raw files.
91 memory address where the raw file is loaded or the entry point
97 ``<force-raw>``
98 Setting 'force-raw=on' forces the file to be treated as a raw image.
100 were raw.
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_get_bios_post_code.robot16 Test Get BIOS POST Code via IPMI Raw Command
17 [Documentation] Get BIOS POST Code via IPMI raw command.
22 ${resp}= Run IPMI Standard Command raw ${IPMI_RAW_CMD['BIOS_POST_Code']['Get'][0]}
25 Test Get BIOS POST Code via IPMI Raw Command After Power Cycle
26 [Documentation] Get BIOS POST Code via IPMI raw command after power cycle.
33 ${resp}= Run IPMI Standard Command raw ${IPMI_RAW_CMD['BIOS_POST_Code']['Get'][0]}
36 Test Get BIOS POST Code via IPMI Raw Command With Host Powered Off
37 [Documentation] Get BIOS POST Code via IPMI raw command after power off.
44 …${resp}= Run IPMI Standard Command raw ${IPMI_RAW_CMD['BIOS_POST_Code']['Get'][0]} fail_on_err=0
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dwrite-zeroes-unmap.out11 1.0M TEST_DIR/t.raw
21 1.0M TEST_DIR/t.raw
31 1.0M TEST_DIR/t.raw
41 1.0M TEST_DIR/t.raw
51 1.0M TEST_DIR/t.raw
61 1.0M TEST_DIR/t.raw
71 1.0M TEST_DIR/t.raw
81 0 TEST_DIR/t.raw
H A Dreopen-file37 # add another raw node ('raw') on top of 'file' so for the reopen we
38 # can just switch from 'file' to 'raw'
50 'driver': 'raw',
51 'node-name': 'raw',
70 'file': 'raw'
86 iotests.main(supported_fmts=['qcow', 'qcow2', 'qed', 'raw', 'vdi', 'vhdx',
/openbmc/bmcweb/test/http/
H A Dhttp_body_test.cpp31 EXPECT_EQ(value2.encodingType, EncodingType::Raw); in TEST()
42 EXPECT_EQ(value2.encodingType, EncodingType::Raw); in TEST()
53 EXPECT_EQ(value2.encodingType, EncodingType::Raw); in TEST()
64 EXPECT_EQ(value2.encodingType, EncodingType::Raw); in TEST()
65 EXPECT_EQ(value2.compressionType, CompressionType::Raw); in TEST()
72 HttpBody::value_type value(EncodingType::Base64, CompressionType::Raw); in TEST()
84 EXPECT_EQ(value2.compressionType, CompressionType::Raw); in TEST()
97 HttpBody::value_type value(EncodingType::Base64, CompressionType::Raw); in TEST()
109 EXPECT_EQ(value2.compressionType, CompressionType::Raw); in TEST()
121 HttpBody::value_type value(EncodingType::Base64, CompressionType::Raw); in TEST()
/openbmc/phosphor-dbus-interfaces/yaml/com/intel/Protocol/PECI/
H A DRaw.interface.yaml2 Implement to provide D-Bus raw PECI access to the CPU.
7 Send raw PECI command(s) to the CPU
16 An array of byte arrays where each byte array holds the raw
23 An array of byte arrays where each byte array holds the raw

12345678910>>...53