| /openbmc/openbmc-test-automation/pldm/ |
| H A D | test_pldm_bios_attributes.robot | 3 Documentation Module to test PLDM BIOS attribute types. 27 [Documentation] Verify get BIOS attribute with invalid attribute name. 36 # Can not find the attribute hjkhkj 39 Should Contain ${pldm_output} Can not find the attribute 43 [Documentation] Verify set BIOS attribute with invalid attribute name. 52 # Could not find attribute :hjkhkj 55 Should Contain ${pldm_output} Could not find attribute 59 [Documentation] Verify set invalid optional value for BIOS enumeration attribute type. 77 [Documentation] Verify set out of range integer value for BIOS integer attribute type. 96 [Documentation] Verify set out of range string value for BIOS string attribute type. [all …]
|
| H A D | test_redfish_bios_attributes.robot | 28 [Documentation] Verify set BIOS attribute with invalid attribute name using 38 [Documentation] Verify set invalid optional value for BIOS enumeration attribute type 51 [Documentation] Verify set out of range integer value for BIOS integer attribute type 66 [Documentation] Verify set out of range string value for BIOS string attribute type 81 [Documentation] Verify set BIOS string attribute type for various BIOS 82 ... attribute handle with random values with in the range using Redfish. 103 [Documentation] Verify set BIOS integer attribute type for various BIOS 104 ... attribute handle with random values with in the range using Redfish. 124 [Documentation] Validate get and update BIOS attribute optional values 125 ... and set back to original BIOS attribute values using Redfish. [all …]
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | bios_attr_utils.robot | 2 Documentation Utilities for redfish BIOS attribute operations. 19 [Documentation] Set BIOS attribute handle with attribute value and verify. 24 # @{attr_val} Attribute value for the given attribute handle. 27 # Check if the BIOS attribute value type is string. 31 # Handling the case when the BIOS attribute value is an empty string. 42 # BIOS attribute with _current are ReadOnly can not be updated. 44 Log To Console BIOS attribute with _current are ReadOnly can not be updated !! 55 [Documentation] For the given BIOS attribute handle update with optional 56 ... attribute values and verify. 61 # @{attr_val_list} List of the attribute values for the given attribute handle. [all …]
|
| H A D | bmc_redfish_utils.py | 57 def get_attribute(self, resource_path, attribute, verify=None): argument 75 if resp.dict[attribute] == verify: 76 return resp.dict[attribute] 79 elif attribute in resp.dict: 80 return resp.dict[attribute] 96 def get_members_uri(self, resource_path, attribute): argument 129 if self.get_attribute(child_path_idx, attribute):
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/ |
| H A D | libsmi-fix-the-test-dump-files.patch | 27 <attribute name="text"> 29 <attribute name="string"> 32 </attribute> 33 <attribute name="font"> 37 </attribute> 38 <attribute name="obj_bb"> 41 </attribute> 42 <attribute name="orth_points"> 46 </attribute> 47 <attribute name="obj_bb"> [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnetfilter/files/ |
| H A D | 0001-libnetfilter-acct-Declare-the-define-visivility-attribute-together.patch | 4 Subject: [PATCH] Declare the define visivility attribute together 6 clang ignores the visibility attribute if its not 77 * nfacct_attr_set - set one attribute of the accounting object 79 * \param type attribute type you want to set 80 * \param data pointer to data that will be used to set this attribute 94 * nfacct_attr_set_str - set one attribute the accounting object 96 * \param type attribute type you want to set 97 * \param name string that will be used to set this attribute 109 * nfacct_attr_set_u64 - set one attribute the accounting object 111 * \param type attribute type you want to set [all …]
|
| /openbmc/pldm/libpldmresponder/examples/bios/ |
| H A D | integer_attrs.json | 9 // This BIOS attribute has a D-Bus property as backend. 18 // This is an example of BIOS Integer Read only attribute 26 // This attribute has invalid default value or scalar_increment, when
|
| H A D | string_attrs.json | 13 // This BIOS attribute has a D-Bus property as backend. 36 // This is an example of BIOS String Read only attribute
|
| H A D | enum_attrs.json | 8 // This BIOS attribute has a D-Bus property as backend. 47 // This is an example of BIOS Enumeration Read only attribute
|
| /openbmc/bios-settings-mgr/ |
| H A D | README.md | 46 - **SetAttribute** Sets a specific BIOS attribute to a new value. 47 - **GetAttribute** Retrieves the current and pending values of a BIOS attribute. 76 - **Attribute Name (string)**: The name of the BIOS attribute. 77 - **Attribute Type (enum)**: The type of the BIOS attribute (e.g., String, 79 - **Read-only Status (boolean)**: Whether the attribute is read-only. 80 - **Display Name (string)**: The human-readable name of the attribute. 81 - **Description (string)**: A description of what the attribute does. 82 - **Menu Path (string)**: The BIOS menu path where this attribute can be found. 84 attribute. 86 attribute. [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/ |
| H A D | 0007-libsodium-aarch64-set-compiler-attributes-after-including-arm_.patch | 29 - # pragma clang attribute push(__attribute__((target("neon,crypto,aes"))), apply_to = functi… 42 + # pragma clang attribute push(__attribute__((target("neon,crypto,aes"))), apply_to = functi… 58 -#pragma clang attribute push(__attribute__((target("neon,crypto,aes"))), apply_to = function) 71 +#pragma clang attribute push(__attribute__((target("neon,crypto,aes"))), apply_to = function) 88 -#pragma clang attribute push(__attribute__((target("neon,crypto,aes"))), apply_to = function) 101 +#pragma clang attribute push(__attribute__((target("neon,crypto,aes"))), apply_to = function) 118 -#pragma clang attribute push(__attribute__((target("neon,crypto,aes"))), apply_to = function) 131 +#pragma clang attribute push(__attribute__((target("neon,crypto,aes"))), apply_to = function)
|
| /openbmc/pldm/libpldmresponder/test/ |
| H A D | libpldmresponder_systemspecific_bios_test.cpp | 143 auto header = table::attribute::decodeHeader(entry); in TEST_F() 152 auto stringField = table::attribute::decodeStringEntry(entry); in TEST_F() 173 auto integerField = table::attribute::decodeIntegerEntry(entry); in TEST_F() 188 defInds] = table::attribute::decodeEnumEntry(entry); in TEST_F() 218 table::attribute::findByHandle(*attrTable, header.attrHandle); in TEST_F() 219 auto attrHeader = table::attribute::decodeHeader(attrEntry); in TEST_F() 288 auto header = table::attribute::decodeHeader(entry); in TEST_F() 300 table::attribute::decodeStringEntry(entry); in TEST_F() 312 table::attribute::decodeIntegerEntry(entry); in TEST_F() 323 defInds] = table::attribute::decodeEnumEntry(entry); in TEST_F() [all …]
|
| H A D | mocked_bios.hpp | 22 auto attrHeader = pldm::responder::bios::table::attribute::decodeHeader( in checkHeader() 50 void checkConstructEntry(pldm::responder::bios::BIOSAttribute& attribute, in checkConstructEntry() argument 56 attribute.constructEntry(stringTable, attrEntry, attrValueEntry); in checkConstructEntry()
|
| H A D | libpldmresponder_bios_config_test.cpp | 136 auto header = table::attribute::decodeHeader(entry); in TEST_F() 145 auto stringField = table::attribute::decodeStringEntry(entry); in TEST_F() 166 auto integerField = table::attribute::decodeIntegerEntry(entry); in TEST_F() 181 defInds] = table::attribute::decodeEnumEntry(entry); in TEST_F() 211 table::attribute::findByHandle(*attrTable, header.attrHandle); in TEST_F() 212 auto attrHeader = table::attribute::decodeHeader(attrEntry); in TEST_F() 341 auto header = table::attribute::decodeHeader(entry); in TEST_F()
|
| /openbmc/pldm/docs/ |
| H A D | bios_implementation.md | 5 attribute registry support in openBMC, BmcWeb is designed to read data from the 11 are structured within JSON files. Each attribute is defined by its name, type, 28 attribute table, and attribute value table as per Section7 in 32 `bios attribute json files are kept under OEM` 50 "help_text": "Help text about attribute usage", 68 … "An array of character strings of variable to indicate the possible values of the BIOS attribute" 71 "help_text": "Help text about attribute usage", 92 "help_text": "Help text about attribute usage", 112 To enable system-specific BIOS attribute support within PLDM, the meson option
|
| /openbmc/openbmc/meta-security/recipes-mac/smack/ |
| H A D | mmap-smack-test_1.0.bb | 1 SUMMARY = "Mmap binary used to test smack mmap attribute" 2 DESCRIPTION = "Mmap binary used to test smack mmap attribute"
|
| /openbmc/bios-settings-mgr/src/ |
| H A D | manager.cpp | 35 void Manager::setAttribute(AttributeName attribute, AttributeValue value) in setAttribute() argument 38 auto iter = pendingAttrs.find(attribute); in setAttribute() 58 pendingAttrs.emplace(attribute, attributeValue); in setAttribute() 64 Manager::AttributeDetails Manager::getAttribute(AttributeName attribute) in getAttribute() argument 69 auto iter = table.find(attribute); in getAttribute() 79 auto pendingIter = pending.find(attribute); in getAttribute()
|
| /openbmc/phosphor-mrw-tools/docs/ |
| H A D | mrw-xml-requirements.md | 19 - Set the `FRU_NAME` attribute of that target. 61 spi-master-unit on the BMC that has its `SPI_FUNCTION` attribute set to 73 This attribute in the ethernet master unit can be set to 1 if the link uses 78 This attribute in the ethernet master unit can be set to 1 if the MAC has 110 When creating a new XML device model, this attribute should be used to specify 116 This attribute is also only required when creating a new XML representation of 120 is the attribute name in the XML to read, and the second name in the pair is the 123 `ATTR_WRITE_PAGE_SIZE` attribute should be stored in a property called
|
| /openbmc/u-boot/include/linux/ |
| H A D | mbus.h | 64 unsigned int attribute, 67 int mvebu_mbus_add_window_by_id(unsigned int target, unsigned int attribute,
|
| /openbmc/u-boot/board/freescale/imx8qxp_mek/ |
| H A D | imximage.cfg | 19 /* Add scfw image with exec attribute */ 21 /* Add ATF image with exec attribute */
|
| /openbmc/phosphor-fan-presence/docs/monitor/ |
| H A D | fan_missing_error_delay.md | 6 its not present. This attribute is optional and defaults to **no error** being 7 logged when the fan is not present when the attribute is not given.
|
| H A D | nonfunc_rotor_error_delay.md | 6 any of its sensors are deemed nonfunctional. This attribute is optional and 7 defaults to **no error** being logged when the attribute is not given and a
|
| /openbmc/phosphor-networkd/test/ibm/hypervisor-network-mgr-test/ |
| H A D | test_hyp_network_manager.cpp | 49 std::string attribute = "vmi_hostname"; in TEST_F() local 51 manager.setBIOSTableAttr(attribute, value, "String"); in TEST_F()
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/flite/flite/ |
| H A D | 0001-Remove-defining-const-as-nothing.patch | 10 …recipe-sysroot/usr/include/bits/stdlib.h:38:54: error: pass_object_size attribute only applies to … 13 …recipe-sysroot/usr/include/bits/stdlib.h:73:43: error: pass_object_size attribute only applies to … 16 …recipe-sysroot/usr/include/bits/stdlib.h:91:55: error: pass_object_size attribute only applies to … 19 …ecipe-sysroot/usr/include/bits/stdlib.h:129:71: error: pass_object_size attribute only applies to … 22 …ecipe-sysroot/usr/include/bits/stdlib.h:159:68: error: pass_object_size attribute only applies to …
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/ |
| H A D | 0001-make-direction-attribute-conforming-to-introspect.dt.patch | 4 Subject: [PATCH 1/3] make direction attribute conforming to introspect.dtd 6 direction attribute defaults to "in" as 7 in the DTD(*1), direction attribute is defined as following:
|