Home
last modified time | relevance | path

Searched full:purpose (Results 1 – 25 of 3596) sorted by relevance

12345678910>>...144

/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/settings/phosphor-settings-defaults-native/clemente/
H A Dplatform-temporary-software-versions.yml6 Purpose:
14 Purpose:
22 Purpose:
30 Purpose:
38 Purpose:
46 Purpose:
54 Purpose:
62 Purpose:
70 Purpose:
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/settings/phosphor-settings-defaults-native/catalina/
H A Dplatform-temporary-software-versions.yml6 Purpose:
14 Purpose:
22 Purpose:
30 Purpose:
38 Purpose:
46 Purpose:
54 Purpose:
62 Purpose:
70 Purpose:
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/settings/phosphor-settings-defaults-native/
H A Dharma-temporary-software-versions.yml6 Purpose:
14 Purpose:
22 Purpose:
30 Purpose:
38 Purpose:
46 Purpose:
54 Purpose:
62 Purpose:
70 Purpose:
78 Purpose:
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/settings/phosphor-settings-defaults-native/
H A Dyosemite4-temporary-host-software-versions.yml6 Purpose:
14 Purpose:
22 Purpose:
30 Purpose:
38 Purpose:
46 Purpose:
54 Purpose:
62 Purpose:
70 Purpose:
78 Purpose:
[all …]
H A Dyosemite4-temporary-software-versions.yml6 Purpose:
14 Purpose:
22 Purpose:
31 Purpose:
39 Purpose:
47 Purpose:
55 Purpose:
/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/settings/phosphor-settings-defaults-native/
H A Dsantabarbara-temporary-software-versions.yml6 Purpose:
14 Purpose:
22 Purpose:
30 Purpose:
38 Purpose:
46 Purpose:
54 Purpose:
62 Purpose:
70 Purpose:
78 Purpose:
[all …]
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/settings/phosphor-settings-defaults-native/
H A Dminerva-temporary-software-versions.yml6 Purpose:
14 Purpose:
22 Purpose:
30 Purpose:
38 Purpose:
46 Purpose:
54 Purpose:
62 Purpose:
70 Purpose:
78 Purpose:
/openbmc/u-boot/arch/arm/dts/
H A Dzynqmp-mini-nand.dts54 partition@0 { /* for testing purpose */
58 partition@1 { /* for testing purpose */
62 partition@2 { /* for testing purpose */
66 partition@3 { /* for testing purpose */
70 partition@4 { /* for testing purpose */
74 partition@5 { /* for testing purpose */
78 partition@6 { /* for testing purpose */
82 partition@7 { /* for testing purpose */
86 partition@8 { /* for testing purpose */
90 partition@9 { /* for testing purpose */
[all …]
H A Dzynqmp-zc1751-xm016-dc2.dts123 partition@0 { /* for testing purpose */
127 partition@1 { /* for testing purpose */
131 partition@2 { /* for testing purpose */
135 partition@3 { /* for testing purpose */
139 partition@4 { /* for testing purpose */
143 partition@5 { /* for testing purpose */
148 partition@6 { /* for testing purpose */
152 partition@7 { /* for testing purpose */
156 partition@8 { /* for testing purpose */
160 partition@9 { /* for testing purpose */
[all …]
H A Dzynqmp-zc1751-xm017-dc3.dts119 partition@0 { /* for testing purpose */
123 partition@1 { /* for testing purpose */
127 partition@2 { /* for testing purpose */
131 partition@3 { /* for testing purpose */
135 partition@4 { /* for testing purpose */
139 partition@5 { /* for testing purpose */
144 partition@6 { /* for testing purpose */
148 partition@7 { /* for testing purpose */
152 partition@8 { /* for testing purpose */
156 partition@9 { /* for testing purpose */
[all …]
H A Dzynqmp-zc1254-revA.dts51 partition@qspi-fsbl-uboot { /* for testing purpose */
55 partition@qspi-linux { /* for testing purpose */
59 partition@qspi-device-tree { /* for testing purpose */
63 partition@qspi-rootfs { /* for testing purpose */
H A Dzynqmp-zc1275-revA.dts51 partition@qspi-fsbl-uboot { /* for testing purpose */
55 partition@qspi-linux { /* for testing purpose */
59 partition@qspi-device-tree { /* for testing purpose */
63 partition@qspi-rootfs { /* for testing purpose */
/openbmc/phosphor-psu-code-mgmt/test/
H A Dtest_version.cpp15 purpose=xyz.openbmc_project.Software.Version.VersionPurpose.PSU
22 "purpose=xyz.openbmc_project.Software.Version.VersionPurpose.PSU\r\n"
68 {"purpose", "version", "extended_version"}); in TEST_F()
70 auto purpose = ret["purpose"]; in TEST_F() local
75 purpose); in TEST_F()
98 {"purpose", "version", "extended_version"}); in TEST_F()
100 auto purpose = ret["purpose"]; in TEST_F() local
105 purpose); in TEST_F()
/openbmc/qemu/hw/rtc/
H A Dallwinner-rtc.c13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
40 REG_GP0, /* General Purpose Register 0 */
41 REG_GP1, /* General Purpose Register 1 */
42 REG_GP2, /* General Purpose Register 2 */
43 REG_GP3, /* General Purpose Register 3 */
59 REG_GP4, /* General Purpose Register 4 */
60 REG_GP5, /* General Purpose Register 5 */
61 REG_GP6, /* General Purpose Register 6 */
62 REG_GP7, /* General Purpose Register 7 */
142 case REG_GP4: /* General Purpose Register 4 */ in allwinner_rtc_sun6i_read()
[all …]
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dupdate_manager.cpp43 bool verifyImagePurpose(Version::VersionPurpose purpose, in verifyImagePurpose() argument
46 if (purpose == Version::VersionPurpose::Host) in verifyImagePurpose()
139 // Get purpose in processImage()
140 auto purposeString = Version::getValue(manifestPath.string(), "purpose"); in processImage()
143 error("Unable to read purpose from manifest file"); in processImage()
155 "Failed to convert manifest purpose ({PURPOSE}) to enum; setting to Unknown.", in processImage()
156 "PURPOSE", purposeString); in processImage()
158 auto purpose = convertedPurpose.value_or(Version::VersionPurpose::Unknown); in processImage() local
160 if (!verifyImagePurpose(purpose, itemUpdater.type)) in processImage()
162 error("Purpose ({PURPOSE}) is not supported", "PURPOSE", purpose); in processImage()
[all …]
H A Dserialize.hpp26 /** @brief Serialization function - stores purpose information to file
29 * @param[in] purpose - VersionPurpose value for that version.
31 void storePurpose(const std::string& flashId, VersionPurpose purpose);
41 /** @brief Serialization function - restores purpose information from file
44 * @param[in] purpose - VersionPurpose reference for that version.
47 bool restorePurpose(const std::string& flashId, VersionPurpose& purpose);
/openbmc/openbmc-test-automation/data/
H A Dopenbmc_redfish_interop_profile.json5 "Purpose": "A minimally viable profile describes the requirements for openBMC.", string
10 "Purpose": "Every implementation must have at least 1 chassis.", string
18 "Purpose": "Every implementation must have at least 1 computer system.", string
27 "Purpose": "Computer system with basic properties.", string
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/settings/phosphor-settings-defaults-native/
H A Dventura-temporary-software-versions.yaml6 Purpose:
14 Purpose:
22 Purpose:
30 Purpose:
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DAdobe-Display-PostScript5 documentation for any purpose and without fee is hereby granted, provided that
12 this software, its functionality or for any other purpose, such use shall be
19 PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ADOBE
21 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-
H A DCC0-1.05 Statement of Purpose
9 Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributin…
22purpose whatsoever, including without limitation commercial, advertising or promotional purposes (…
24Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affecte…
29 …imitation warranties of title, merchantability, fitness for a particular purpose, non infringement…
H A DLOOP5 documentation for any purpose and without fee is hereby granted,
13 representations about the suitability of this software for any purpose.
26 documentation for any purpose and without fee is hereby granted,
34 this software for any purpose. It is provided "as is" without express
H A DPolyForm-Noncommercial-1.0.016 in it for any permitted purpose. However, you may
44 permitted purpose.
54 Any noncommercial purpose is a permitted purpose.
62 is use for a permitted purpose.
69 or government institution is use for a permitted purpose
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/
H A DPurpose.interface.yaml2 Implement to provide detail on any special purpose of the sensor. Useful for
6 Objects implementing Sensor.Purpose must also implement Sensor.Value.
9 - name: Purpose
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/
H A DVersion.interface.yaml13 - name: Purpose
16 The purpose of the version. As in, what can it be used for or applied
29 The version is of unknown purpose.
32 The version is of some other purpose.
/openbmc/pldm/fw-update/
H A Dfirmware_inventory.cpp10 SoftwareVersionPurpose purpose) : in FirmwareInventory() argument
19 this->version.purpose(purpose); in FirmwareInventory()

12345678910>>...144