/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: 78 Purpose: [all …]
|
/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: 78 Purpose: [all …]
|
/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/linux/Documentation/hwmon/ |
D | mc13783-adc.rst |
|
/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 …]
|
/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-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/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/linux/drivers/scsi/arm/ |
D | queue.h |
|
D | msgqueue.h |
|
D | msgqueue.c |
|
/openbmc/linux/arch/x86/lib/ |
D | kaslr.c |
|
/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/linux/Documentation/virt/kvm/x86/ |
D | hypercalls.rst |
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
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…
|
/openbmc/linux/arch/mips/include/asm/sgi/ |
D | heart.h |
|
/openbmc/linux/drivers/media/pci/cx88/ |
D | cx88-reg.h |
|