/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/ |
H A D | importlayer.html | 5 {% block title %} Import layer - {{project.name}} - Toaster {% endblock %} 29 <form class="col-md-11"> 30 …<span class="help-block">The layer you are importing must be compatible with <strong>{{project.rel… 31 <div class="alert alert-error" id="import-error" style="display:none"> 32 <button type="button" class="close" data-dismiss="alert">×</button> 38 <div class="form-group" id="layer-name-ctrl"> 39 <label class="control-label" for="import-layer-name"> 41 …<span class="glyphicon glyphicon-question-sign get-help" title="Something like 'meta-mylayer'. You… 42 </label> 43 …<input class="form-control" id="import-layer-name" type="text" required autofocus data-autocomplet… [all …]
|
H A D | layerdetails.html | 6 {% block title %} {{layerversion.layer.name}} - {{project.name}} - Toaster {% endblock %} 9 <div id="delete-layer-modal" class="modal fade" tabindex="-1" role="dialog" 10 data-keyboard="false" data-backdrop="static"> 11 <div class="modal-dialog" role="document"> 12 <div class="modal-content"> 13 <div class="modal-body"> 16 <div class="modal-footer"> 17 <button type="button" id="layer-delete-confirmed" class="btn 18 btn-primary">Delete layer</button> 19 <button type="button" class="btn btn-default btn-link" data-dismiss="modal">Cancel</button> [all …]
|
/openbmc/linux/security/apparmor/ |
H A D | apparmorfs.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 * Copyright (C) 1998-2008 Novell/SUSE 8 * Copyright 2009-2010 Canonical Ltd. 34 #include "include/label.h" 82 aa_put_loaddata(private->loaddata); in rawdata_f_data_free() 90 if (size > SIZE_MAX - sizeof(*ret)) in rawdata_f_data_alloc() 91 return ERR_PTR(-EINVAL); in rawdata_f_data_alloc() 95 return ERR_PTR(-ENOMEM); in rawdata_f_data_alloc() 102 * mangle_name - mangle a profile name to std profile layout form 121 else if (isalnum(*name) || strchr("._-", *name)) in mangle_name() [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | armada-388-helios4.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 4 * based on SolidRun Clearfog revision A1 rev 2.0 (88F6828) 10 /dts-v1/; 11 #include "armada-388.dtsi" 12 #include "armada-38x-solidrun-microsom.dtsi" 25 /* So that mvebu u-boot can update the MAC addresses */ 30 stdout-path = "serial0:115200n8"; 33 reg_12v: regulator-12v { 34 compatible = "regulator-fixed"; 35 regulator-name = "power_brick_12V"; [all …]
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | armada-388-helios4.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 4 * based on SolidRun Clearfog revision A1 rev 2.0 (88F6828) 10 /dts-v1/; 11 #include "armada-388.dtsi" 12 #include "armada-38x-solidrun-microsom.dtsi" 25 /* So that mvebu u-boot can update the MAC addresses */ 30 stdout-path = "serial0:115200n8"; 33 reg_12v: regulator-12v { 34 compatible = "regulator-fixed"; 35 regulator-name = "power_brick_12V"; [all …]
|
H A D | armada-388-clearfog.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 3 * Device Tree file for SolidRun Clearfog Pro revision A1 rev 2.0 (88F6828) 8 /dts-v1/; 9 #include "armada-388-clearfog.dtsi" 13 compatible = "solidrun,clearfog-a1", "marvell,armada388", 17 internal-regs { 27 reset-gpios = <&expander0 2 GPIO_ACTIVE_LOW>; 33 gpio-keys { 34 compatible = "gpio-keys"; 35 pinctrl-0 = <&rear_button_pins>; [all …]
|
H A D | armada-388-clearfog-base.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 3 * Device Tree file for SolidRun Clearfog Base revision A1 rev 2.0 (88F6828) 8 /dts-v1/; 9 #include "armada-388-clearfog.dtsi" 13 compatible = "solidrun,clearfog-base-a1", 14 "solidrun,clearfog-a1", "marvell,armada388", 17 gpio-keys { 18 compatible = "gpio-keys"; 19 pinctrl-0 = <&rear_button_pins>; 20 pinctrl-names = "default"; [all …]
|
/openbmc/qemu/hw/acpi/ |
H A D | trace-events | 17 mhp_acpi_pc_dimm_deleted(uint32_t slot) "slot[0x%"PRIx32"] pc-dimm deleted" 18 mhp_acpi_pc_dimm_delete_failed(uint32_t slot) "slot[0x%"PRIx32"] pc-dimm delete failed" 82 acpi_nvdimm_label_oversize(uint32_t pos, uint64_t size) "position 0x%" PRIx32 " is beyond label dat… 84 acpi_nvdimm_read_label(uint32_t offset, uint32_t length) "Read Label Data: offset 0x%" PRIx32 " len… 85 acpi_nvdimm_write_label(uint32_t offset, uint32_t length) "Write Label Data: offset 0x%" PRIx32 " l… 88 acpi_nvdimm_dsm_info(uint32_t revision, uint32_t handle, uint32_t function) "Revision 0x%" PRIx32 "… 89 acpi_nvdimm_invalid_revision(uint32_t revision) "Revision 0x%" PRIx32 " is not supported, expect 0x…
|
H A D | nvdimm.c | 33 #include "hw/acpi/aml-build.h" 34 #include "hw/acpi/bios-linker-loader.h" 37 #include "qemu/nvdimm-utils.h" 157 * ACPI device - nfit_memdev.nfit_handle matches with the value returned 192 for (list = device_list; list; list = list->next) { in nvdimm_get_device_by_handle() 193 NVDIMMDevice *nvd = list->data; in nvdimm_get_device_by_handle() 223 nfit_spa->type = cpu_to_le16(0 /* System Physical Address Range in nvdimm_build_structure_spa() 225 nfit_spa->length = cpu_to_le16(sizeof(*nfit_spa)); in nvdimm_build_structure_spa() 226 nfit_spa->spa_index = cpu_to_le16(nvdimm_slot_to_spa_index(slot)); in nvdimm_build_structure_spa() 232 nfit_spa->flags = cpu_to_le16(1 /* Control region is strictly for in nvdimm_build_structure_spa() [all …]
|
/openbmc/entity-manager/configurations/meta/ |
H A D | ventura_fanboard_adc_max.json | 137 "Label": "in0", string 144 "Label": "in0", string 151 "Label": "in2", string 158 "Label": "in2", string 178 "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Ventura FAN Board', 'BUS': 16, 'BOARD_INFO_AM4': 'adc-max'})", 191 "xyz.openbmc_project.Inventory.Decorator.Revision": { 330 "Label": "in0", 337 "Label": "in0", 344 "Label": "in2", 351 "Label" 334 "Label": "in0", global() string 341 "Label": "in0", global() string 348 "Label": "in2", global() string 355 "Label": "in2", global() string [all...] |
H A D | ventura_fanboard_adc_tic.json | 17 "Label": "in0", string 24 "Label": "in0", string 31 "Label": "in2", string 38 "Label": "in2", string 178 "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Ventura FAN Board', 'BUS': 16, 'BOARD_INFO_AM4': 'adc-tic'})", 191 "xyz.openbmc_project.Inventory.Decorator.Revision": { 210 "Label": "in0", 217 "Label": "in0", 224 "Label": "in2", 231 "Label" 214 "Label": "in0", global() string 221 "Label": "in0", global() string 228 "Label": "in2", global() string 235 "Label": "in2", global() string [all...] |
H A D | ventura_rmc_hsc_ltc_fsc_max_p24vsen_ina_gndsen_ina_p12vbrick_delta.json | 15 "Label": "in1", string 22 "Label": "in1", string 29 "Label": "power1", string 57 "Label": "in1", string 64 "Label": "in1", string 71 "Label": "power1", string 97 "Label": "in0", string 105 "in0_Min": -1, 119 "Label": "in0", string 127 "in0_Min": -1, [all …]
|
H A D | ventura_rmc_hsc_xdp_fsc_nct_p24vsen_isl_gndsen_isl_p12vbrick_flex.json | 15 "Label": "in1", string 22 "Label": "in1", string 29 "Label": "power1", string 57 "Label": "in1", string 64 "Label": "in1", string 71 "Label": "power1", string 79 "curr1_Offset": -0.0003, 84 "power1_Offset": -0.0161, 97 "Label": "in0", string 105 "in1_Min": -1, [all …]
|
/openbmc/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp42x-dlink-dsm-g600.dts | 1 // SPDX-License-Identifier: ISC 3 * Device Tree file for D-Link DSM-G600 revision A based on IXP420 4 * NOTE: revision B of this device uses PowerPC and is NOT supported by 11 /dts-v1/; 13 #include "intel-ixp42x.dtsi" 14 #include <dt-bindings/input/input.h> 17 model = "D-Link DSM-G600 rev A"; 18 compatible = "dlink,dsm-g600-a", "intel,ixp42x"; 19 #address-cells = <1>; 20 #size-cells = <1>; [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/connector/ |
H A D | usb-connector.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/connector/usb-connector.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <robh@kernel.org> 20 - enum: 21 - usb-a-connector 22 - usb-b-connector 23 - usb-c-connector 25 - items: [all …]
|
/openbmc/libcper/specification/document/ |
H A D | cper-json-specification.tex | 7 \title{CPER-JSON Specification} 12 Revision v0.0.1 (\today)\endgraf 13 First revision released [DATE].}} 19 \label{#1} 32 \label{table:#1} 47 in a human-readable JSON format, intended to be interoperable with standard CPER binary. 50 …ive JSON schema\footnote{As defined by \href{https://json-schema.org/draft/2020-12/json-schema-cor… 55 \label{section:parentstructuretype1} 69 \label{section:parentstructuretype2} 82 \label{section:headerstructure} [all …]
|
/openbmc/linux/net/netfilter/ |
H A D | xt_IDLETIMER.c | 1 // SPDX-License-Identifier: GPL-2.0-only 9 * Written by Timo Teras <ext-timo.teras@nokia.com> 51 struct idletimer_tg *__idletimer_tg_find_by_label(const char *label) in __idletimer_tg_find_by_label() argument 56 if (!strcmp(label, entry->attr.attr.name)) in __idletimer_tg_find_by_label() 73 timer = __idletimer_tg_find_by_label(attr->attr.name); in idletimer_tg_show() 75 if (timer->timer_type & XT_IDLETIMER_ALARM) { in idletimer_tg_show() 76 ktime_t expires_alarm = alarm_expires_remaining(&timer->alarm); in idletimer_tg_show() 80 expires = timer->timer.expires; in idletimer_tg_show() 81 time_diff = jiffies_to_msecs(expires - jiffies) / 1000; in idletimer_tg_show() 98 sysfs_notify(idletimer_tg_kobj, NULL, timer->attr.attr.name); in idletimer_tg_work() [all …]
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6dl-prtmvt.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 7 /dts-v1/; 8 #include <dt-bindings/display/sdtv-standards.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/input/input.h> 11 #include <dt-bindings/leds/common.h> 12 #include <dt-bindings/media/tvp5150.h> 13 #include <dt-bindings/sound/fsl-imx-audmux.h> 21 stdout-path = &uart4; 25 compatible = "pwm-backlight"; [all …]
|
H A D | imx6qdl-gw5912.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 6 #include <dt-bindings/gpio/gpio.h> 7 #include <dt-bindings/input/linux-event-codes.h> 8 #include <dt-bindings/interrupt-controller/irq.h> 22 stdout-path = &uart2; 25 gpio-keys { 26 compatible = "gpio-keys"; 28 user-pb { 29 label = "user_pb"; 34 user-pb1x { [all …]
|
/openbmc/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * of PCI-SCSI IO processors. 6 * Copyright (C) 1999-2001 Gerard Roudier <groudier@free.fr> 9 * Copyright (C) 1998-2000 Gerard Roudier 12 * a port of the FreeBSD ncr driver to Linux-1.2.13. 16 * Stefan Esser <se@mi.Uni-Koeln.de> 24 *----------------------------------------------------------------------------- 32 #define SYM_GEN_A(s, label) ((short) offsetof(s, label)), argument 33 #define SYM_GEN_B(s, label) ((short) offsetof(s, label)), argument 34 #define SYM_GEN_Z(s, label) ((short) offsetof(s, label)), argument [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/ |
H A D | qca8k.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - John Crispin <john@phrozen.org> 13 If the QCA8K switch is connect to an SoC's external mdio-bus, each subnode 16 ID. To declare the internal mdio-bus configuration, declare an MDIO node in 18 PHY it is connected to. In this config, an internal mdio-bus is registered and 20 mdio-bus configurations are not supported by the hardware. 27 - enum: 28 - qca,qca8327 [all …]
|
/openbmc/linux/arch/arm/boot/dts/nxp/mxs/ |
H A D | imx28-duckbill.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright (C) 2013-2014,2016 Michael Heimpold <mhei@heimpold.de> 4 * Copyright (C) 2015-2017 I2SE GmbH <info@i2se.com> 7 /dts-v1/; 8 #include <dt-bindings/gpio/gpio.h> 20 reg_3p3v: regulator-3p3v { 21 compatible = "regulator-fixed"; 22 regulator-name = "3P3V"; 23 regulator-min-microvolt = <3300000>; 24 regulator-max-microvolt = <3300000>; [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-mellanox-bootctl | 6 The Life-cycle state of the SoC, which could be one of the 12 GA Non-Secured Non-Secure chip and not able to change state 94 the out-of-band 1Gbps Ethernet port. This MAC address is 95 provided on a board-level label. 103 This value is provided on a board-level label. 111 This value is provided on a board-level label. 119 This value is provided on a board-level label. 127 This value is provided on a board-level label. 142 The "rev" sysfs attribute holds the board's revision. 143 This value is provided on a board-level label. [all …]
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | ras.rst | 33 ------------- 47 Self-Monitoring, Analysis and Reporting Technology (SMART). 55 --------------- 68 * **Correctable Error (CE)** - the error detection mechanism detected and 72 * **Uncorrected Error (UE)** - the amount of errors happened above the error 73 correction threshold, and the system was unable to auto-correct. 75 * **Fatal Error** - when an UE error happens on a critical component of the 79 * **Non-fatal Error** - when an UE error happens on an unused component, 87 The mechanism for handling non-fatal errors is usually complex and may 92 ------------------------------------ [all …]
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap4-duovero-parlor.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 5 /dts-v1/; 7 #include "omap4-duovero.dtsi" 9 #include <dt-bindings/input/input.h> 13 compatible = "gumstix,omap4-duovero-parlor", "gumstix,omap4-duovero", "ti,omap4430", "ti,omap4"; 20 compatible = "gpio-leds"; 22 label = "duovero:blue:led0"; 24 linux,default-trigger = "heartbeat"; 29 compatible = "gpio-keys"; 30 #address-cells = <1>; [all …]
|