/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-2.1/ |
H A D | fbset-2.1-fix-makefile-dep.patch | 4 Subject: [PATCH] fbset 2.1 fix makefile dep modes.tab.c 9 make: *** No rule to make target `modes.tab.h', needed by `lex.yy.o'. Stop. 20 @@ -15,7 +15,7 @@ fbset: fbset.o modes.tab.o lex.yy.o 23 modes.tab.o: modes.tab.c fbset.h fb.h 24 -lex.yy.o: lex.yy.c fbset.h modes.tab.h 25 +lex.yy.o: lex.yy.c fbset.h modes.tab.c 27 lex.yy.c: modes.l 28 $(FLEX) modes.l
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | cmd_bmode.c | 12 static const struct boot_mode *modes[2]; variable 18 for (i = 0; i < ARRAY_SIZE(modes); i++) { in search_modes() 19 const struct boot_mode *p = modes[i]; in search_modes() 36 for (i = 0; i < ARRAY_SIZE(modes); i++) { in create_usage() 37 const struct boot_mode *p = modes[i]; in create_usage() 97 modes[0] = p; in add_board_boot_modes() 98 modes[1] = soc_boot_modes; in add_board_boot_modes()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/ |
H A D | ThermalMode.interface.yaml | 2 Implement to provide alternative thermal control modes of a system that can 6 Implementation of this interface populates the list of supported modes. 17 An implementation specific list of supported modes that the thermal 24 selected from the supported modes provided.
|
H A D | VoltageRegulatorMode.interface.yaml | 4 the Supported property populates the list of supported modes. In the case 27 An implementation specific list of supported modes that the voltage
|
/openbmc/docs/designs/ |
H A D | thermal-control-modes.md | 42 standardized profile/modes such "Acoustic" and "Performance". Once the end-user 50 available thermal control modes along with what current mode is in use. 52 the interface would populate the supported list of modes. 55 this dbus interface object which would fill in the list of supported modes from 58 queried for supported modes or update the current mode. An end-user may set the 59 current mode to any of those supported modes and the current mode would be 74 control modes are supported/available on the interface as well as perform the
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/ |
H A D | fbset-modes.bb | 8 SRC_URI = "file://fb.modes" 15 install -m 0644 ${UNPACKDIR}/fb.modes ${D}${sysconfdir} 18 # fb.modes file is MACHINE_ARCH, base.bbclass correctly changes it to MACHINE_ARCH, but too late fo… 22 CONFFILES:${PN} = "${sysconfdir}/fb.modes"
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_alternate_fan_settings.robot | 54 Verify Supported Fan Thermal Modes Available 55 [Documentation] Check supported fan thermal modes are valid mode values. 64 Verify Supported Fan Thermal Modes Switch At Standby 65 [Documentation] Check that supported modes are set successfully at standby. 76 Verify Supported Fan Thermal Modes Switch At Runtime 77 [Documentation] Check that supported modes are set successfully at runtime. 89 [Documentation] Check that supported modes remain set at runtime.
|
/openbmc/u-boot/board/renesas/stout/ |
H A D | cpld.h | 100 /* connected to COM Express connector and CN6 for camera, all modes */ 106 /* connected to COM Express connector, all 10-bit modes */ 109 /* connected to COM Express connector, all 12-bit modes */ 115 /* connected to COM Express connector, modes with sync signals */ 118 /* connected to COM Express connector, modes with field, clken signals */ 121 /* connected to COM Express connector, modes with sync, field, clken signals */ 127 /* connected to COM Express connector, modes with field, clken signals */ 130 /* connected to COM Express connector, modes with sync, field, clken signals */
|
/openbmc/qemu/include/migration/ |
H A D | blocker.h | 22 * @migrate_add_blocker - prevent all modes of migration from proceeding 37 * @migrate_add_blocker_internal - prevent all modes of migration from 57 * @migrate_del_blocker - remove a migration blocker from all modes and free it. 81 * @migrate_add_blocker_modes - prevent some modes of migration from proceeding 87 * @mode - one or more migration modes to be blocked. The list is terminated 88 * by -1 or MIG_MODE_ALL. For the latter, all modes are blocked.
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | st-pincfg.h | 47 * R0, R1, R0D, R1D modes 52 * RIV0, RIV1, RIV0D, RIV1D modes 57 * R0E, R1E, R0ED, R1ED modes 62 * CIV0, CIV1 modes with inverted clock 67 * CLK0, CLK1 modes with non-inverted clock
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/ |
H A D | Mode.interface.yaml | 7 type: enum[self.Modes] 12 - name: Modes 14 Possible boot modes.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Security/ |
H A D | SpecialMode.interface.yaml | 6 type: enum[self.Modes] 11 - name: Modes 13 Possible modes available.
|
H A D | RestrictionMode.interface.yaml | 6 type: enum[self.Modes] 11 - name: Modes 13 Possible modes of restriction.
|
/openbmc/u-boot/include/mtd/ |
H A D | mtd-abi.h | 40 * MTD operation modes 48 * These modes can be passed to ioctl(MEMWRITE) and are also used internally. 49 * See notes on "MTD file modes" for discussion on %MTD_OPS_RAW vs. 66 * @mode: MTD mode (see "MTD operation modes") 70 * writes in various modes. To write to OOB-only, set @usr_data == NULL, and to 104 /* Obsolete ECC byte placement modes (used with obsolete MEMGETOOBSEL) */ 162 /* Get info about OOB modes (e.g., RAW, PLACE, AUTO) - legacy interface */ 180 /* Set MTD mode on a per-file-descriptor basis (see "MTD file modes") */ 192 * modes (see "struct mtd_write_req"). This ioctl is not supported for flashes 246 * MTD file modes - for read/write access to MTD [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 142 | 3 # Test for configuring cache modes of arbitrary nodes (requires O_DIRECT) 43 # We test all cache modes anyway, but O_DIRECT needs to be supported 73 echo === Simple test for all cache modes === 84 echo === Check inheritance of cache modes === 129 echo "--- Configure cache modes on the command line ---" 143 echo "--- Cache modes after reopen (live snapshot) ---" 146 # Then trigger a reopen and check that the cache modes are still the same. 158 echo "--- Change cache modes with reopen (qemu-io command, flags) ---" 174 echo "--- Change cache modes with reopen (qemu-io command, options) ---" 190 echo "--- Change cache modes after snapshot ---" [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0011-aarch64-Fix-include-paths-when-S-B.patch | 38 -#include "aarch64-isa-modes.def" 41 +#include "config/aarch64/aarch64-isa-modes.def" 51 -#include "aarch64-isa-modes.def" 54 +#include "config/aarch64/aarch64-isa-modes.def" 63 -#include "aarch64-isa-modes.def" 64 +#include "config/aarch64/aarch64-isa-modes.def"
|
/openbmc/qemu/hw/intc/ |
H A D | sifive_plic.c | 299 int addrid, hartid, modes, m; in parse_hart_config() local 304 addrid = 0, hartid = 0, modes = 0; in parse_hart_config() 308 if (modes) { in parse_hart_config() 309 addrid += ctpop8(modes); in parse_hart_config() 311 modes = 0; in parse_hart_config() 315 if (modes == (modes | m)) { in parse_hart_config() 320 modes |= m; in parse_hart_config() 323 if (modes) { in parse_hart_config() 324 addrid += ctpop8(modes); in parse_hart_config() 326 modes = 0; in parse_hart_config() [all …]
|
/openbmc/qemu/docs/specs/ |
H A D | ppc-spapr-xive.rst | 11 processors can run under two interrupt modes: 26 Which interrupt modes can be used by the machine is negotiated with 28 sequence. The two modes are mutually exclusive. 36 QEMU advertises the supported interrupt modes in the device tree 41 The interrupt modes supported by the machine depend on the CPU type 45 default mode. ``dual`` means that both modes XICS **and** XIVE are 59 Nevertheless, the available interrupt modes in the machine should not 76 For guest OSes supporting XIVE, the resulting interrupt modes on host 91 modes are the following: 112 For guest OSes supporting XIVE, the resulting interrupt modes on host [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/ |
H A D | Mode.interface.yaml | 30 A const property describing all the allowed power modes. Some systems 31 may not support all modes, so this property can be filled in with only 32 the supported modes. If empty, then any of the PowerMode values can be
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/video/ |
H A D | fbterm_git.bb | 11 SRC_URI += "file://fb.modes" 24 install -m 0644 ${UNPACKDIR}/fb.modes ${D}${sysconfdir}/
|
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/ |
H A D | sata.h | 26 /* Standby modes */ 32 /* Idle modes */
|
/openbmc/phosphor-settingsd/ |
H A D | README-settings-manager.md | 33 BootMode: Mode::Modes::Regular 38 BootMode: Mode::Modes::Safe
|
H A D | settings_example.yaml | 6 Default: Mode::Modes::Safe 17 Default: Mode::Modes::Safe
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/ |
H A D | SecureBoot.interface.yaml | 41 Secure Boot Mode Type. UEFI Secure Boot Modes are defined in UEFI 43 https://uefi.org/specs/UEFI/2.10/32_Secure_Boot_and_Driver_Signing.html#secure-boot-modes
|
/openbmc/intel-ipmi-oem/src/ |
H A D | allowlist-filter.cpp | 46 // the BMC KCS Policy Control Modes document uses different names 48 static constexpr RestrictionMode::Modes restrictionModeAllowAll = 49 RestrictionMode::Modes::Provisioning; 50 static constexpr RestrictionMode::Modes restrictionModeRestricted = 51 RestrictionMode::Modes::ProvisionedHostAllowlist; 52 static constexpr RestrictionMode::Modes restrictionModeDenyAll = 53 RestrictionMode::Modes::ProvisionedHostDisabled; 55 RestrictionMode::Modes restrictionMode = restrictionModeRestricted; 431 case RestrictionMode::Modes::None: in filterMessage()
|