/openbmc/linux/Documentation/hwmon/ |
H A D | zl6100.rst | 10 Addresses scanned: - 12 Datasheet: https://www.renesas.com/us/en/document/dst/zl2004-datasheet.pdf 18 Addresses scanned: - 20 Datasheet: https://www.renesas.com/us/en/document/dst/zl2005-datasheet.pdf 26 Addresses scanned: - 28 Datasheet: https://www.renesas.com/us/en/document/dst/zl2006-datasheet.pdf 34 Addresses scanned: - 36 Datasheet: https://www.renesas.com/us/en/document/dst/zl2008-datasheet.pdf 42 Addresses scanned: - 44 Datasheet: https://www.renesas.com/us/en/document/dst/zl2105-datasheet.pdf [all …]
|
H A D | max6697.rst | 10 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6581.pdf 16 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6602.pdf 22 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6622.pdf 28 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6636.pdf 34 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6689.pdf 40 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6693.pdf 46 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6694.pdf 52 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6697.pdf 58 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6698.pdf 64 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6699.pdf [all …]
|
/openbmc/webui-vue/src/ |
H A D | i18n.js | 1 import { createI18n } from 'vue-i18n'; 3 import en_us from './locales/en-US.json'; 4 import ru_ru from './locales/ru-RU.json'; 5 import ka_ge from './locales/ka-GE.json'; 9 'en-US': en_us, property in loadLocaleMessages.messages 10 'ka-GE': ka_ge, 11 'ru-RU': ru_ru, 20 fallbackLocale: 'en-US',
|
/openbmc/phosphor-webui/app/common/filters/ |
H A D | index.js | 40 // "Dec 3, 2018 11:35:01 AM CST" for en-US at 'America/Chicago' 41 // "Dec 3, 2018 5:35:01 PM UTC" for en-US at 'UTC' 42 // "Dec 3, 2018 17:35:01 GMT" for en-GB at 'Europe/London' 43 // "Dec 3, 2018 20:35:01 GMT+3" for ru-RU at 'Europe/Moscow' 44 // "Dec 3, 2018 17:35:01 UTC" for ru-RU at 'UTC' 45 return dt.toLocaleDateString('en-US', {
|
/openbmc/linux/Documentation/devicetree/bindings/iio/light/ |
H A D | isl29018.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Brian Masney <masneyb@onstation.org> 17 https://www.renesas.com/us/en/www/doc/datasheet/isl29018.pdf 18 https://www.renesas.com/us/en/www/doc/datasheet/isl29023.pdf 19 https://www.renesas.com/us/en/www/doc/datasheet/isl29035.pdf 24 - isil,isl29018 25 - isil,isl29023 26 - isil,isl29035 [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/musl/ |
H A D | musl-locales_git.bb | 5 HOMEPAGE = "https://git.adelielinux.org/adelie/musl-locales/-/wikis/home" 6 LICENSE = "MIT & LGPL-3.0-or-later" 10 SRC_URI = "git://git.adelielinux.org/adelie/musl-locales;protocol=https;branch=main" 17 DEPENDS = "virtual/libintl gettext-native" 19 PROVIDES = "virtual/libc-locale" 23 # We will skip parsing for non-musl systems 29 # only locale binaries are under GPL-3.0-or-later others are MIT 30 LICENSE:${PN} = "LGPL-3.0-or-later" 31 LICENSE:locale-base-cs-cz = "MIT" 32 LICENSE:locale-base-de-ch = "MIT" [all …]
|
/openbmc/webui-vue/docs/guide/coding-standards/ |
H A D | accessibility.md | 6 [Web Content Accessibility Guidelines (WCAG)](https://www.w3.org/WAI/standards-guidelines/wcag/). 15 [principles](https://www.w3.org/WAI/fundamentals/accessibility-principles/) 19 - [Perceiveable](https://www.w3.org/WAI/fundamentals/accessibility-principles/#perceivable) 20 - [Operable](https://www.w3.org/WAI/fundamentals/accessibility-principles/#operable) 21 - [Understandable](https://www.w3.org/WAI/fundamentals/accessibility-principles/#understandable) 22 - [Robust](https://www.w3.org/WAI/fundamentals/accessibility-principles/#robust) 28 [WAI-ARIA](https://www.w3.org/WAI/standards-guidelines/aria/) can help make an 47 a Bootstrap-Vue component, we can 48 [create an issue in the Bootstrap-vue repo](https://github.com/bootstrap-vue/bootstrap-vue/issues/n… 49 Contributing to the Bootstrap-Vue open-source library, when possible, is [all …]
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | default-distrovars.inc | 5 KERNEL_CONSOLE ?= "${@','.join(d.getVar('SERIAL_CONSOLES').split(' ')[0].split(';')[::-1]) or 'ttyS… 8 DEFAULT_IMAGE_LINGUAS = "en-us en-gb" 9 DEFAULT_IMAGE_LINGUAS:libc-glibc = "c en-us en-gb" 15 LOCALE_UTF8_IS_DEFAULT:class-nativesdk = "0" 34 # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" 36 # COMMERCIAL_VIDEO_PLUGINS ?= "gst-plugins-ugly-mpeg2dec gst-plugins-ugly-mpegstream gst-plugins-ba… 38 COMMON_LICENSE_DIR ??= "${COREBASE}/meta/files/common-licenses" 57 ARCH_DEFAULT_KERNELIMAGETYPE:x86-64 = "bzImage" 64 # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=master;branch=ma…
|
/openbmc/qemu/docs/system/devices/ |
H A D | keyboard.rst | 4 ---------------- 10 US keyboard layout. 12 With the escc.chnA-sunkbd-layout driver property it is possible to select 15 -global escc.chnA-sunkbd-layout=de 17 Depending on type of keyboard, the keyboard can have 6 or 5 dip-switches to 24 -global escc.chnA-sunkbd-layout=0x2b 26 -global escc.chnA-sunkbd-layout=43 28 -global escc.chnA-sunkbd-layout=sv 30 The above 3 examples all select a swedish keyboard layout. Table 3-15 at 31 https://docs.oracle.com/cd/E19683-01/806-6642/new-43/index.html explains which [all …]
|
H A D | igb.rst | 1 .. SPDX-License-Identifier: GPL-2.0-or-later 5 --- 10 This implementation is expected to be useful to test SR-IOV networking without 20 .. code-block:: shell 22 network.sh -6mta 35 However, you may also need to perform additional steps to activate SR-IOV 55 .. code-block:: shell 57 meson test qtest-x86_64/qos-test 64 make check-avocado AVOCADO_TESTS=tests/avocado/netdev-ethtool.py 69 …https://www.intel.com/content/dam/www/public/us/en/documents/datasheets/82576eb-gigabit-ethernet-c… [all …]
|
/openbmc/webui-vue/docs/guide/guidelines/ |
H A D | internationalization.md | 3 The OpenBMC Web UI implements internationalization and separates the language- 8 - [Vue I18n](https://kazupon.github.io/vue-i18n/introduction.html) 14 - Page specific labels should be nested in an object with a key prefixed `page` 17 - e.g. `pageLocalUserManagement.editUser` 18 - Any 'major' child components should be nested inside page specific objects 20 - e.g. `pageEventLogs.table.eventType` 21 - Avoid any complex linked locale messages. 22 - Alphabetize object keys. This helps in locating the keys. 23 - We use the `$t()` function in markup and `this.$t` in scripts (which Vue I18n 28 - A new `src/i18n.js` file is added and it registers Vue I18n as a plugin to our [all …]
|
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | clock_manager_gen5.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright (C) 2013-2017 Altera Corporation <www.altera.com> 21 writel(val, &clock_manager_base->bypass); in cm_write_bypass() 28 writel(val, &clock_manager_base->ctrl); in cm_write_ctrl() 54 * Delay 5 us. 56 * Start 7 us timer. 58 * Wait for 7 us timer. 82 readl(&clock_manager_base->per_pll.en), in cm_basic_init() 83 &clock_manager_base->per_pll.en); in cm_basic_init() 92 &clock_manager_base->main_pll.en); in cm_basic_init() [all …]
|
/openbmc/linux/drivers/nvmem/ |
H A D | sprd-efuse.c | 1 // SPDX-License-Identifier: GPL-2.0 9 #include <linux/nvmem-provider.h> 79 * On Spreadtrum platform, we have multi-subsystems will access the unique 87 mutex_lock(&efuse->mutex); in sprd_efuse_lock() 89 ret = hwspin_lock_timeout_raw(efuse->hwlock, in sprd_efuse_lock() 92 dev_err(efuse->dev, "timeout get the hwspinlock\n"); in sprd_efuse_lock() 93 mutex_unlock(&efuse->mutex); in sprd_efuse_lock() 102 hwspin_unlock_raw(efuse->hwlock); in sprd_efuse_unlock() 103 mutex_unlock(&efuse->mutex); in sprd_efuse_unlock() 106 static void sprd_efuse_set_prog_power(struct sprd_efuse *efuse, bool en) in sprd_efuse_set_prog_power() argument [all …]
|
/openbmc/linux/Documentation/usb/ |
H A D | gadget_multi.rst | 18 have two configurations -- one with RNDIS and another with CDC ECM[3]. 20 Please note that if you use non-standard configuration (that is enable 26 To make use of the gadget one needs to make it work on host side -- 31 ------------------ 38 This is also true for two configuration set-up with RNDIS 43 -------------------- 61 create a proper INF -- and of course, if you do submit it! 90 Similarly, [[file:linux-cdc-acm.inf]] is provided for CDC ACM. 98 interface numbers hard-coded in them (it's not hard to change those 115 and Windows 7, all 32-bit versions. It should work on 64-bit versions [all …]
|
H A D | linux.inf | 2 ; <https://msdn.microsoft.com/en-us/library/ff570620.aspx> 6 ; <http://msdn.microsoft.com/en-us/cc300389.aspx#MLPL>. 12 ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318} 36 ; References the in-build Netrndis.inf 59 ; No sys copyfiles - the sys files are already in-build 61 ; We do not support XP SP1-, 2003 SP1-, ME, 9x.
|
/openbmc/qemu/pc-bios/keymaps/ |
H A D | meson.build | 2 'ar': '-l ara', 3 'bepo': '-l fr -v dvorak', 4 'cz': '-l cz', 5 'da': '-l dk', 6 'de': '-l de -v nodeadkeys', 7 'de-ch': '-l ch', 8 'en-gb': '-l gb', 9 'en-us': '-l us', 10 'es': '-l es', 11 'et': '-l et', [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hunspell/ |
H A D | hunspell-dictionaries.bb | 8 LICENSE:dictionaries/ca-valencia = "GPL 2.0 & LGPL-2.1-only" 9 LICENSE:dictionaries/ca = "GPL 2.0 & LGPL-2.1-only" 10 LICENSE:dictionaries/cs = "GPL-2.0-only" 11 LICENSE:dictionaries/da = "GPL-2.0-only" 12 LICENSE:dictionaries/de-AT = "GPL-3.0-only" 13 LICENSE:dictionaries/de-CH = "GPL-3.0-only" 14 LICENSE:dictionaries/de = "GPL-3.0-only" 15 LICENSE:dictionaries/el-polyton = "GPL-2.0-only" 16 LICENSE:dictionaries/el = "GPL-2.0-only" 17 LICENSE:dictionaries/en-AU = "LGPL-2.0-only" [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/leds/ |
H A D | leds-is31fl32xx.txt | 1 Binding for ISSI IS31FL32xx and Si-En SN32xx LED Drivers 4 constant-current channels, each with independent 256-level PWM control. 5 Each LED is represented as a sub-node of the device. 8 - compatible: one of 13 si-en,sn3218 14 si-en,sn3216 15 - reg: I2C slave address 16 - address-cells : must be 1 17 - size-cells : must be 0 19 LED sub-node properties: [all …]
|
/openbmc/linux/Documentation/translations/sp_SP/process/ |
H A D | programming-language.rst | 1 .. include:: ../disclaimer-sp.rst 3 :Original: :ref:`Documentation/process/programming-language.rst <programming_language>` 11 El kernel está escrito en el lenguaje de programación C [sp-c-language]_. 12 Más concretamente, el kernel normalmente se compila con ``gcc`` [sp-gcc]_ 13 bajo ``-std=gnu11`` [sp-gcc-c-dialect-options]_: el dialecto GNU de ISO C11. 14 ``clang`` [sp-clang]_ también es compatible, consulte los documentos en 17 Este dialecto contiene muchas extensiones del lenguaje [sp-gnu-extensions]_, 20 Hay algo de soporte para compilar el núcleo con ``icc`` [sp-icc]_ para varias 21 de las arquitecturas, aunque en el momento de escribir este texto, eso no 25 --------- [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3288-veyron-speedy.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 9 #include "rk3288-veyron-chromebook.dtsi" 10 #include "cros-ec-sbs.dtsi" 11 #include "rk3288-veyron-speedy-u-boot.dtsi" 15 compatible = "google,veyron-speedy-rev9", "google,veyron-speedy-rev8", 16 "google,veyron-speedy-rev7", "google,veyron-speedy-rev6", 17 "google,veyron-speedy-rev5", "google,veyron-speedy-rev4", 18 "google,veyron-speedy-rev3", "google,veyron-speedy-rev2", 19 "google,veyron-speedy", "google,veyron", "rockchip,rk3288"; [all …]
|
H A D | rk3399-gru-chromebook.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * Google Gru-Chromebook shared properties 8 #include "rk3399-gru.dtsi" 11 pp900_ap: pp900-ap { 12 compatible = "regulator-fixed"; 13 regulator-name = "pp900_ap"; 16 regulator-always-on; 17 regulator-boot-on; 18 regulator-min-microvolt = <900000>; 19 regulator-max-microvolt = <900000>; [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/ |
H A D | Certificate.interface.yaml | 9 - name: CertificateString 14 This is a X.509 public certificate in PEM format. PEM wiki - 15 https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail 19 signed by a certificate authority or self-signed. Refer 20 https://en.wikipedia.org/wiki/X.509 for details. 21 - name: KeyUsage 53 and used to provide a non- repudiation service that 62 - name: Issuer 69 Example: C=US, O=DigiCert Inc, CN=DigiCert SHA2 Secure Server CA Here 72 - name: Subject [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | manifest.py | 4 # SPDX-License-Identifier: GPL-2.0-only 86 This creates a standard initial manifest for core-image-(minimal|sato|sato-sdk). 92 if image_rootfs.find("core-image-sato-sdk") > 0: 94 "packagegroup-core-x11-sato-games packagegroup-base-extended " \ 95 "packagegroup-core-x11-sato packagegroup-core-x11-base " \ 96 "packagegroup-core-sdk packagegroup-core-tools-debug " \ 97 "packagegroup-core-boot packagegroup-core-tools-testapps " \ 98 "packagegroup-core-eclipse-debug packagegroup-core-qt-demoapps " \ 99 "apt packagegroup-core-tools-profile psplash " \ 100 "packagegroup-core-standalone-sdk-target " \ [all …]
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8998-sony-xperia-yoshino.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 8 #include <dt-bindings/input/input.h> 9 #include <dt-bindings/leds/common.h> 10 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 18 qcom,msm-id = <0x124 0x20000>, <0x124 0x20001>; /* 8998v2, v2.1 */ 19 qcom,board-id = <8 0>; 23 compatible = "gpio-gate-clock"; 24 pinctrl-0 = <&div_clk1>; 25 pinctrl-names = "default"; 27 #clock-cells = <0>; [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | maxim,max20730.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Jean Delvare <jdelvare@suse.com> 12 - Guenter Roeck <linux@roeck-us.net> 17 up to 25A (max) load. This single-chip regulator provides extremely 18 compact, high efficiency power-delivery solutions with high-precision 22 https://datasheets.maximintegrated.com/en/ds/MAX20730.pdf 23 https://datasheets.maximintegrated.com/en/ds/MAX20734.pdf 24 https://datasheets.maximintegrated.com/en/ds/MAX20743.pdf [all …]
|