/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/settings/phosphor-settings-defaults-native/ |
H A D | catalina-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/linux/Documentation/hwmon/ |
H A D | mc13783-adc.rst | 33 Some channels can be used as General Purpose inputs or in a dedicated mode with 37 the General Purpose inputs and touchscreen. 53 5 General Purpose ADIN5 / Battery Pack Thermistor 0 - 2.30V No 54 6 General Purpose ADIN6 / Backup Voltage (LICELL) 0 - 2.30V / No / 56 7 General Purpose ADIN7 / UID / Die Temperature 0 - 2.30V / No / 58 8 General Purpose ADIN8 0 - 2.30V No 59 9 General Purpose ADIN9 0 - 2.30V No 60 10 General Purpose ADIN10 0 - 2.30V No 61 11 General Purpose ADIN11 0 - 2.30V No 62 12 General Purpose TSX1 / Touchscreen X-plate 1 0 - 2.30V No [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-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-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: [all …]
|
/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-bmc-code-mgmt/ |
H A D | update_manager.cpp | 43 bool verifyImagePurpose(Version::VersionPurpose purpose, in verifyImagePurpose() argument 46 if (purpose == Version::VersionPurpose::Host) in verifyImagePurpose() 140 // Get purpose in processImage() 141 auto purposeString = Version::getValue(manifestPath.string(), "purpose"); in processImage() 144 error("Unable to read purpose from manifest file"); in processImage() 156 "Failed to convert manifest purpose ({PURPOSE}) to enum; setting to Unknown.", in processImage() 157 "PURPOSE", purposeString); in processImage() 159 auto purpose = convertedPurpose.value_or(Version::VersionPurpose::Unknown); in processImage() local 161 if (!verifyImagePurpose(purpose, itemUpdater.type)) in processImage() 163 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/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/linux/drivers/scsi/arm/ |
H A D | queue.h | 19 * Purpose : initialise a queue 26 * Purpose : free a queue 33 * Purpose : removes first SCSI command from a queue 41 * Purpose : remove a SCSI command from a queue 55 * Purpose : Add a new command onto a queue 65 * Purpose : remove a SCSI command from the queue for a specified target/lun/tag 77 * Purpose : remove all SCSI commands from the queue for a specified target 86 * Purpose : check to see if we have a command in the queue for the specified 97 * Purpose : remove a specific command from the queues
|
H A D | msgqueue.h | 33 * Purpose : initialise a message queue 40 * Purpose : free a queue 47 * Purpose : calculate the total length of all messages on the message queue 55 * Purpose : return a message & its length 64 * Purpose : add a message onto a message queue 74 * Purpose : flush all messages from message queue
|
H A D | msgqueue.c | 18 * Purpose : Allocate a message queue entry 34 * Purpose : free a message queue entry 48 * Purpose : initialise a message queue 67 * Purpose : free a queue 76 * Purpose : calculate the total length of all messages on the message queue 93 * Purpose : return a message 109 * Purpose : add a message onto a message queue 145 * Purpose : flush all messages from message queue
|
/openbmc/linux/arch/x86/lib/ |
H A D | kaslr.c | 49 unsigned long kaslr_get_random_long(const char *purpose) in kaslr_get_random_long() argument 59 if (purpose) { in kaslr_get_random_long() 60 debug_putstr(purpose); in kaslr_get_random_long() 65 if (purpose) in kaslr_get_random_long() 74 if (purpose) in kaslr_get_random_long() 83 if (purpose) in kaslr_get_random_long() 94 if (purpose) in kaslr_get_random_long()
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
H A D | hypercalls.rst | 47 4. Purpose 54 :Purpose: Trigger guest exit so that the host can check for pending 62 :Purpose: Support MMU operations such as writing to PTE, 70 :Purpose: Expose hypercall availability to the guest. On x86 platforms, cpuid 81 :Purpose: To enable communication between the hypervisor and guest there is a 91 :Purpose: Hypercall used to wakeup a vcpu from HLT state 107 :Purpose: Hypercall used to synchronize host and guest clocks. 145 :Purpose: Send IPIs to multiple vCPUs. 166 :Purpose: Hypercall used to yield if the IPI target vCPU is preempted 177 :Purpose: Request KVM to map a GPA range with the specified attributes.
|
/openbmc/linux/drivers/media/pci/cx88/ |
H A D | cx88-reg.h | 198 #define MO_VIDY_GPCNT 0x31C020 // {16}RO Video Y general purpose counter 199 #define MO_VIDU_GPCNT 0x31C024 // {16}RO Video U general purpose counter 200 #define MO_VIDV_GPCNT 0x31C028 // {16}RO Video V general purpose counter 201 #define MO_VBI_GPCNT 0x31C02C // {16}RO VBI general purpose counter 202 #define MO_VIDY_GPCNTRL 0x31C030 // {2}WO Video Y general purpose control 203 #define MO_VIDU_GPCNTRL 0x31C034 // {2}WO Video U general purpose control 204 #define MO_VIDV_GPCNTRL 0x31C038 // {2}WO Video V general purpose control 205 #define MO_VBI_GPCNTRL 0x31C03C // {2}WO VBI general purpose counter 216 #define MO_AUDD_GPCNT 0x32C020 // {16}RO Audio down general purpose counter 217 #define MO_AUDU_GPCNT 0x32C024 // {16}RO Audio up general purpose counter [all …]
|
/openbmc/linux/arch/mips/include/asm/sgi/ |
H A D | heart.h | 28 * @mode: HEART_MODE - Purpose Unknown, machine reset called from here. 29 * @sdram_mode: HEART_SDRAM_MODE - purpose unknown. 30 * @mem_refresh: HEART_MEM_REF - purpose unknown. 31 * @mem_req_arb: HEART_MEM_REQ_ARB - purpose unknown. 34 * @fc_mode: HEART_FC_MODE - Purpose Unknown, possibly for GFX flow control. 35 * @fc_timer_limit: HEART_FC_TIMER_LIMIT - purpose unknown. 36 * @fc_addr: HEART_FC0_ADDR, HEART_FC1_ADDR - purpose unknown. 37 * @fc_credit_cnt: HEART_FC0_CR_CNT, HEART_FC1_CR_CNT - purpose unknown. 38 * @fc_timer: HEART_FC0_TIMER, HEART_FC1_TIMER - purpose unknown. 41 * @bus_err_misc: HEART_BERR_MISC - purpose unknown. [all …]
|
/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/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…
|
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
|
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-
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | ta_secureDisplay_if.h | 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 34 /* Query whether TA is responding used only for validation purpose */ 115 * Output buffer format for query TA whether TA is responding used only for validation purpose 118 /* return value from TA when it is queried for validation purpose only */ 124 * and used to write to I2C used only for validation purpose 135 /* Query TA output buffer format used only for validation purpose*/ 137 /* Send ROI CRC output buffer format used only for validation purpose */
|