/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/settings/phosphor-settings-defaults-native/clemente/ |
H A D | platform-temporary-software-versions.yml | 6 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 D | platform-temporary-software-versions.yml | 6 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 D | harma-temporary-software-versions.yml | 6 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 D | yosemite4-temporary-host-software-versions.yml | 6 Purpose: 14 Purpose: 22 Purpose: 30 Purpose: 38 Purpose: 46 Purpose: 54 Purpose: 62 Purpose: 70 Purpose: 78 Purpose: [all …]
|
H A D | yosemite4-temporary-software-versions.yml | 6 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 D | santabarbara-temporary-software-versions.yml | 6 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 D | minerva-temporary-software-versions.yml | 6 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 D | zynqmp-mini-nand.dts | 54 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 D | zynqmp-zc1751-xm016-dc2.dts | 123 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 D | zynqmp-zc1751-xm017-dc3.dts | 119 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 D | zynqmp-zc1254-revA.dts | 51 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 D | zynqmp-zc1275-revA.dts | 51 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 D | test_version.cpp | 15 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 D | allwinner-rtc.c | 13 * 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 D | update_manager.cpp | 43 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 D | serialize.hpp | 26 /** @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 D | openbmc_redfish_interop_profile.json | 5 "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 D | ventura-temporary-software-versions.yaml | 6 Purpose: 14 Purpose: 22 Purpose: 30 Purpose:
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Adobe-Display-PostScript | 5 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 D | CC0-1.0 | 5 Statement of Purpose 9 Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributin… 22 …purpose whatsoever, including without limitation commercial, advertising or promotional purposes (… 24 …Purpose. 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 D | LOOP | 5 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 D | PolyForm-Noncommercial-1.0.0 | 16 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 D | Purpose.interface.yaml | 2 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 D | Version.interface.yaml | 13 - 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 D | firmware_inventory.cpp | 10 SoftwareVersionPurpose purpose) : in FirmwareInventory() argument 19 this->version.purpose(purpose); in FirmwareInventory()
|