Home
last modified time | relevance | path

Searched refs:blobs (Results 51 – 75 of 235) sorted by relevance

12345678910

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_firmware.c152 if (pfirmware->blobs[i].size == 0) { in rtl92e_init_fw()
164 &pfirmware->blobs[i], in rtl92e_init_fw()
171 mapped_file = pfirmware->blobs[i].data; in rtl92e_init_fw()
172 file_length = pfirmware->blobs[i].size; in rtl92e_init_fw()
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_write_unittest.cpp36 static_cast<std::uint16_t>(blobs::OpenFlags::write) | in TEST_F()
54 static_cast<std::uint16_t>(blobs::OpenFlags::write) | in TEST_F()
80 static_cast<std::uint16_t>(blobs::OpenFlags::write) | in TEST_F()
H A Dfirmware_writemeta_unittest.cpp30 static_cast<std::uint16_t>(blobs::OpenFlags::write) | in TEST_F()
46 static_cast<std::uint16_t>(blobs::OpenFlags::write) | in TEST_F()
H A Dfirmware_state_verificationpending_unittest.cpp157 blobs::BlobMeta meta; in TEST_F()
166 blobs::BlobMeta meta; in TEST_F()
176 blobs::BlobMeta meta; in TEST_F()
198 blobs::BlobMeta meta = {}; in TEST_F()
304 blobs::BlobMeta meta, expectedMeta = {}; in TEST_F()
H A Dfirmware_close_unittest.cpp36 static_cast<std::uint16_t>(blobs::OpenFlags::write) | in TEST_F()
66 static_cast<std::uint16_t>(blobs::OpenFlags::write) | in TEST_F()
/openbmc/openbmc/meta-google/recipes-google/ipmi/
H A Dmetrics-ipmi-blobs_git.bb3 GOOGLE_MISC_PROJ = "metrics-ipmi-blobs"
12 phosphor-ipmi-blobs \
/openbmc/phosphor-ipmi-flash/tools/
H A Dhandler.cpp54 std::vector<std::string> blobs = blob->getBlobList(); in checkAvailable() local
56 auto blobInst = std::find_if(blobs.begin(), blobs.end(), in checkAvailable()
65 if (blobInst == blobs.end()) in checkAvailable()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-qemu_fw_cfg22 intended to display discoverable blobs (i.e., those registered
24 presence or size of "legacy" blobs (with selector keys between
35 **Discoverable fw_cfg blobs by selector key**
37 All discoverable blobs listed in the fw_cfg file directory are
63 **Listing fw_cfg blobs by file name**
66 convention on the blobs registered in the file directory,
/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/image/
H A Dobmc-phosphor-image.bbappend1 OBMC_IMAGE_EXTRA_INSTALL:append:kudo = " phosphor-ipmi-blobs"
2 OBMC_IMAGE_EXTRA_INSTALL:append:kudo = " phosphor-ipmi-blobs-binarystore"
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-blobs_git.bb3 HOMEPAGE = "http://github.com/openbmc/phosphor-ipmi-blobs"
15 SRC_URI = "git://github.com/openbmc/phosphor-ipmi-blobs;branch=master;protocol=https"
/openbmc/qemu/backends/tpm/
H A Dtrace-events31 tpm_emulator_set_state_blobs(void) "setting state blobs"
32 tpm_emulator_set_state_blobs_error(const char *msg) "error while setting state blobs: %s"
33 tpm_emulator_set_state_blobs_done(void) "Done setting state blobs"
/openbmc/phosphor-ipmi-blobs/example/
H A Dexample.cpp11 namespace blobs namespace
193 std::unique_ptr<blobs::GenericBlobInterface> createHandler() in createHandler()
195 return std::make_unique<blobs::ExampleBlobHandler>(); in createHandler()
H A Dexample.hpp19 std::unique_ptr<blobs::GenericBlobInterface> createHandler();
25 namespace blobs namespace
/openbmc/phosphor-ipmi-blobs/
H A Dmanager.cpp25 namespace blobs namespace
48 std::vector<std::string> blobs = h->getBlobIds(); in buildBlobList() local
49 ids.insert(ids.end(), blobs.begin(), blobs.end()); in buildBlobList()
H A DREADME.md4 interface. This document does not specify how blobs are stored; that is left up
11 - Enumerating blobs
20 Some blobs will only support a subset of these operations. For example, firmware
28 implementation-specific blob identifiers; some blobs may have single well-known
62 return the number of enumerable blobs:
95 Delete calls that modify the number of enumerable blobs, this operation will be
125 down and the open will succeed. Alternatively, blobs may allow multiple write
213 conditions, blobs should not allow concurrent sessions that modify state.
251 blobs must support this command; this is only useful when blob_id semantics are
305 However, this command operates on sessions, rather than blob IDs. Not all blobs
[all …]
/openbmc/u-boot/tools/
H A Dimx8m_image.sh11 blobs=`awk '/^SIGNED_HDMI/ {print $2} /^LOADER/ {print $2} /^SECOND_LOADER/ {print $2} /^DDR_FW/ {p…
12 for f in $blobs; do
/openbmc/phosphor-ipmi-blobs/blobs-ipmid/
H A Dblobs.hpp8 namespace blobs namespace
190 std::unique_ptr<blobs::GenericBlobInterface> createHandler();
/openbmc/qemu/docs/system/
H A Dguest-loader.rst14 - load blobs (kernels and initial ram disks) into memory
48 Indicates the filename of the kernel or initrd blob. Both blobs will
53 This is an optional field for kernel blobs which will pass command
/openbmc/qemu/pc-bios/
H A Dmeson.build26 blobs = [ variable
100 blobs += out
105 install_data(blobs, install_dir: qemu_datadir)
/openbmc/u-boot/doc/
H A DREADME.bloblist9 A bloblist provides a way to store collections of binary information (blobs) in
49 multiple blobs it does not seem useful to allow multiple bloblists. Of course
50 there could be reasons for this, such as needing to spread the blobs around in
58 Bloblist provides a fairly simple API which allows blobs to be created and
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dmain.cpp74 std::unique_ptr<blobs::GenericBlobInterface> createHandler();
77 std::unique_ptr<blobs::GenericBlobInterface> createHandler() in createHandler()
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_updater_unittest.cpp238 readVersionResponse.blob_state = blobs::StateFlags::open_read | in TEST_F()
239 blobs::StateFlags::committed; in TEST_F()
256 readVersionResponse.blob_state = blobs::StateFlags::open_read | in TEST_F()
257 blobs::StateFlags::committed; in TEST_F()
275 readVersionResponse.blob_state = blobs::StateFlags::commit_error; in TEST_F()
291 readVersionResponse.blob_state = blobs::StateFlags::open_read | in TEST_F()
292 blobs::StateFlags::committed; in TEST_F()
/openbmc/u-boot/board/dfi/
H A DKconfig18 It requires some binary blobs - see README.x86 for details.
31 It requires some binary blobs - see README.x86 for details.
/openbmc/u-boot/board/congatec/
H A DKconfig20 It requires some binary blobs - see README.x86 for details.
31 out. It requires some binary blobs - see README.x86 for details.
/openbmc/docs/designs/
H A Dbinarystore-via-blobs.md20 The BMC generic IPMI blobs binary store, or "binary store" in short, serves a
22 blobs transport layer to allow users to store binary data on persistent
41 [here](https://github.com/openbmc/phosphor-ipmi-blobs/blob/master/README.md).
43 Under the hood, the binary blobs are stored as a binary
49 1. BMC image should have `phosphor-ipmi-blobs` installed.
58 This section describes how the handler `phosphor-ipmi-blobs-binarystore` defines
102 blobs, each having a unique blob_id string with the base id as a common prefix.
126 Initially only the base id will appear when enumerating the existing blobs. Once

12345678910