| /openbmc/u-boot/drivers/usb/host/ |
| H A D | Kconfig | 2 # USB Host Controller Drivers 4 comment "USB Host Controller Drivers" 6 config USB_HOST 9 config USB_XHCI_HCD 12 ---help--- 13 The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0 14 "SuperSpeed" host controller hardware. 18 config USB_XHCI_DWC3 24 config USB_XHCI_DWC3_OF_SIMPLE 32 config USB_XHCI_MVEBU [all …]
|
| /openbmc/u-boot/drivers/mmc/ |
| H A D | Kconfig | 1 menu "MMC Host controller Support" 3 config MMC 12 also to your specific host controller driver. 14 config MMC_WRITE 21 config MMC_BROKEN_CD 26 config DM_MMC 31 Secure Digital I/O (SDIO) cards. Both removable (SD, micro-SD, etc.) 32 and non-removable (e.g. eMMC chip) devices are supported. These 33 appear as block devices in U-Boot and can support filesystems such 36 config SPL_DM_MMC [all …]
|
| /openbmc/u-boot/arch/sandbox/ |
| H A D | Kconfig | 4 config SYS_ARCH 7 config SYS_BOARD 10 config SYS_CPU 13 config SANDBOX64 14 bool "Use 64-bit addresses" 18 config SANDBOX_SPL 22 config SYS_CONFIG_NAME 27 prompt "Run sandbox on 32/64-bit host" 30 Sandbox can be built on 32-bit and 64-bit hosts. 31 The default is to build on a 64-bit host and run [all …]
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | Kconfig | 6 # NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !! 8 # - Host systems (like PCs) need CONFIG_USB (with "A" jacks). 9 # - Peripherals (like PDAs) need CONFIG_USB_GADGET (with "B" jacks). 10 # - Some systems have both kinds of controllers. 12 # With help from a special transceiver and a "Mini-AB" jack, systems with 13 # both kinds of controller can also support "USB On-the-Go" (CONFIG_USB_OTG). 20 host (such as a PC) controlling up to 127 peripheral devices. 22 you can't connect a "to-the-host" connector to a peripheral. 24 U-Boot can run in the host, or in the peripheral. In both cases 28 familiar host side controllers have names like "EHCI", "OHCI", [all …]
|
| /openbmc/phosphor-buttons/ |
| H A D | README.md | 1 # phosphor-buttons 3 Phosphor-buttons has a collection of IO event handler interfaces for physical 8 its associated IO for event changes and emits signals that the button-handler 17 If the power is off, power on the host. 22 - Short press: Do a host power off 23 - Long press, as determined by the 'long-press-time-ms' meson option: Do a 28 The 'power-button-profile' meson option can be used to select custom power 33 - host_then_chassis_poweroff: When power is on, short presses are ignored and a 34 long press issues a host power off first and then a chassis power off if held 38 ### Multi-Host Buttons [all …]
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ |
| H A D | phosphor-ipmi-fru-merge-config-native.bb | 1 SUMMARY = "To merge the Host and BMC config files generated from MRW " 2 DESCRIPTION = "Merge host provided FRU info config file, fru info config, \ 3 which is not sent by host config, and BMC accessible FRU info config \ 4 files generated by gen-ipmi-fru.pl into a single config file. \ 5 fru-gen parser parses the merged config file and generates cpp file" 6 LICENSE = "Apache-2.0" 7 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacd… 8 DEPENDS += "virtual/phosphor-ipmi-fru-read-inventory" 9 PROVIDES += "virtual/phosphor-ipmi-fru-merge-config" 12 inherit phosphor-ipmi-host [all …]
|
| H A D | phosphor-ipmi-fru-read-inventory-mrw-native_git.bb | 1 SUMMARY = "Generate inventory map for phosphor-ipmi-host from a MRW." 2 DEPENDS += "mrw-native mrw-perl-tools-native" 3 DEPENDS += "virtual/phosphor-ipmi-fru-hostfw-config" 4 PROVIDES += "virtual/phosphor-ipmi-fru-read-inventory" 10 inherit phosphor-ipmi-host 11 inherit mrw-xml 16 install -d ${DEST} 17 ${bindir}/perl-native/perl \ 19 -i ${mrw_datadir}/${MRW_XML} \ 20 -m ${hostfw_datadir}/config.yaml \ [all …]
|
| H A D | phosphor-ipmi-sensor-inventory-mrw-config-native.bb | 1 SUMMARY = "sensor config for phosphor-host-ipmid" 2 LICENSE = "Apache-2.0" 3 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacd… 6 SRC_URI += "file://config.yaml" 11 inherit phosphor-ipmi-host 16 install -d ${DEST} 17 install config.yaml ${DEST}/config.yaml
|
| /openbmc/u-boot/drivers/usb/ |
| H A D | Kconfig | 3 ---help--- 8 connected to a single USB host in a tree structure. 10 The USB host is the root of the tree, the peripherals are the 12 Most PCs now have USB host ports, used to connect peripherals 16 Say Y here if your device has an USB port, either host, peripheral or 17 dual-role. 19 For an USB host port, you then need to say Y to at least one of the 20 Host Controller Driver (HCD) options below. Choose a USB 1.1 26 If your system has a device-side USB port, used in the peripheral 32 <file:Documentation/usb/usb-help.txt>. [all …]
|
| /openbmc/openbmc/meta-phosphor/conf/distro/include/ |
| H A D | phosphor-defaults.inc | 5 # obmc-bmc-state-manager 9 VIRTUAL-RUNTIME_obmc-bmc-state-manager ?= "phosphor-state-manager-bmc" 11 # obmc-chassis-state-manager 15 VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "phosphor-state-manager-chassis" 17 # obmc-host-state-manager 19 # Provides an implementation of the xyz.openbmc_project.State.Host 21 VIRTUAL-RUNTIME_obmc-host-state-manager ?= "phosphor-state-manager-host" 23 # obmc-discover-system-state 25 # Provides an implementation of phosphor-discover-system-state, which, if the 26 # host is powered off, will check the current power policy and, if necessary, [all …]
|
| /openbmc/u-boot/arch/arm/mach-rockchip/ |
| H A D | Kconfig | 3 config ROCKCHIP_RK3036 11 The Rockchip RK3036 is a ARM-based SoC with a dual-core Cortex-A7 12 including NEON and GPU, Mali-400 graphics, several DDR3 options 14 USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs. 16 config ROCKCHIP_RK3128 20 The Rockchip RK3128 is a ARM-based SoC with a quad-core Cortex-A7 21 including NEON and GPU, Mali-400 graphics, several DDR3 options 23 USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs. 25 config ROCKCHIP_RK3188 41 The Rockchip RK3188 is a ARM-based SoC with a quad-core Cortex-A9 [all …]
|
| /openbmc/openbmc-test-automation/ffdc/ |
| H A D | collect_ffdc.py | 12 # ---------Set sys.path for cli command execution----------------------------- 13 # Absolute path to openbmc-test-automation/ffdc 25 @click.command(context_settings=dict(help_option_names=["-h", "--help"])) 26 @click.option("-r", "--remote", help="Hostname/IP of the remote host") 27 @click.option("-u", "--username", help="Username of the remote host.") 28 @click.option("-p", "--password", help="Password of the remote host.") 30 "-port_ssh", default=22, show_default=True, help="SSH port value." 33 "-port_https", default=443, show_default=True, help="HTTPS port value." 36 "-port_ipmi", default=623, show_default=True, help="IPMI port value." 39 "-c", [all …]
|
| /openbmc/openbmc/meta-openpower/conf/machine/include/ |
| H A D | openpower.inc | 2 obmc-phosphor-fan-mgmt \ 3 obmc-phosphor-chassis-mgmt \ 4 obmc-phosphor-flash-mgmt \ 5 obmc-host-ipmi \ 6 obmc-host-ctl \ 7 obmc-host-state-mgmt \ 8 obmc-chassis-state-mgmt \ 9 obmc-bmc-state-mgmt \ 13 VIRTUAL-RUNTIME_phosphor-ipmi-providers:append:df-openpower = " \ 14 openpower-ipmi-oem \ [all …]
|
| /openbmc/qemu/ |
| H A D | Makefile | 10 # Before including a proper config-host.mak, assume we are in the source tree 15 MAKEFLAGS += -rR 17 SHELL = bash -o pipefail 19 # Usage: $(call quiet-command,command and args,"NAME","args to print") 25 quiet-command-run = $(if $(V),,$(if $2,printf " %-7s %s\n" $2 $3 && ))$1 26 quiet-@ = $(if $(V),,@) 27 quiet-command = $(quiet-@)$(call quiet-command-run,$1,$2,$3) 30 help check-help print-% \ 31 docker docker-% lcitool-refresh vm-help vm-test vm-build-% 34 .PHONY: all clean distclean recurse-all dist msi FORCE [all …]
|
| /openbmc/u-boot/board/cobra5272/ |
| H A D | README | 2 Author: Florian Schlote for Sentec elektronik (linux@sentec-elektronik.de) 3 Contents: This is the README of u-boot (Universal bootloader) for our 17 ----------- 21 2. If necessary, modify board/cobra5272/config.mk (see below) 30 Please refer to u-boot README (general info, u-boot-x-x-x/README), 31 to u-boot-x-x-x/doc/README.COBRA5272 and 32 to the comments in u-boot-x-x-x/include/configs/cobra5272.h 34 Configuring u-boot is done by commenting/uncommenting preprocessor defines. 44 no default IP address for target, host set, no MACaddress set 50 #----------------------------------- [all …]
|
| /openbmc/u-boot/arch/arm/mach-rockchip/rk3399/ |
| H A D | Kconfig | 6 config TARGET_EVB_RK3399 10 with full function and phisical connectors support like type-C ports, 11 usb2.0 host ports, LVDS, JTAG, MAC, SDcard, HDMI, USB-2-serial... 13 config TARGET_PUMA_RK3399 14 bool "Theobroma Systems RK3399-Q7 (Puma)" 16 The RK3399-Q7 (Puma) is a system-on-module (designed and 18 in a Qseven-compatible form-factor (running of a single 5V 19 supply and exposing its external interfaces on a MXM-230 22 Key features of the RK3399-Q7 include: 23 * on-module USB 3.0 hub (2x USB 3.0 host + 1x USB 2.0 host) [all …]
|
| /openbmc/u-boot/arch/x86/cpu/ivybridge/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 8 config NORTHBRIDGE_INTEL_IVYBRIDGE 28 config DCACHE_RAM_BASE 31 config DCACHE_RAM_SIZE 34 config DCACHE_RAM_MRC_VAR_SIZE 37 config CPU_SPECIFIC_OPTIONS 42 config SMM_TSEG_SIZE 46 config ENABLE_VMX 51 provide various facilities for allowing a host OS to provide an 57 Intel's implementation of this is called VT-x. This option enables [all …]
|
| /openbmc/phosphor-fan-presence/ |
| H A D | meson.options | 5 'json-config', 12 'machine-name', 15 description: 'Machine name being built. Used to install the proper JSON config files.', 21 'control-service', 28 'json-control', 32 (using json-control=disabled) when json-config is enabled. 33 If json-control=enabled and json-config=disabled it will 38 'control-persist-root-path', 40 value: '/var/lib/phosphor-fan-presence/control', 45 'fan-def-yaml-file', [all …]
|
| /openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/ |
| H A D | 0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch | 4 Subject: [PATCH] Revert "build: Make gpgme.m4 use gpgrt-config with *.pc." 8 The oe-core does not support gpgrt-config, so revert it 10 Upstream-Status: Inappropriate [oe-core specific] 12 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 13 --- 14 src/gpgme.m4 | 54 ++++++++-------------------------------------------- 15 1 file changed, 8 insertions(+), 46 deletions(-) 17 diff --git a/src/gpgme.m4 b/src/gpgme.m4 19 --- a/src/gpgme.m4 21 @@ -122,24 +122,10 @@ AC_REQUIRE([_AM_PATH_GPGRT_CONFIG])dnl [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
| H A D | hg.py | 10 # SPDX-License-Identifier: GPL-2.0-only 50 elif not ud.host: 57 ud.host, ud.path.replace('/', '.')) 102 host = ud.host 104 host = "/" 105 ud.host = "localhost" 108 hgroot = host + ud.path 111 hgroot = ud.user + ":" + ud.pswd + "@" + host + ud.path 113 hgroot = ud.user + "@" + host + ud.path 116 return "%s identify -i %s://%s/%s" % (ud.basecmd, proto, hgroot, ud.module) [all …]
|
| /openbmc/u-boot/drivers/usb/musb-new/ |
| H A D | Kconfig | 6 config USB_MUSB_HOST 7 bool "MUSB host mode support" 11 Enables the MUSB USB dual-role controller in host mode. 13 config USB_MUSB_GADGET 19 Enables the MUSB USB dual-role controller in gadget mode. 21 config USB_MUSB_TI 30 config USB_MUSB_OMAP2PLUS 34 config USB_MUSB_AM35X 37 config USB_MUSB_DSPS 42 config USB_MUSB_PIC32 [all …]
|
| /openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/ |
| H A D | q71l-ipmi-fru-merge-config-native.bb | 1 LICENSE = "Apache-2.0" 2 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacd… 6 DEPENDS += "virtual/phosphor-ipmi-fru-inventory" 7 PROVIDES += "virtual/phosphor-ipmi-fru-merge-config" 10 # Pull the IPMI FRU YAML config to use it in the IPMI HOST YAML. 12 IPMI_FRU_SRC=${datadir}/phosphor-ipmi-fru/config 13 IPMI_HOST_DEST=${D}${datadir}/phosphor-ipmi-host/config 14 install -d ${IPMI_HOST_DEST} 15 cat ${IPMI_FRU_SRC}/config.yaml > ${IPMI_HOST_DEST}/fru_config.yaml
|
| /openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/ |
| H A D | openpower-ipmi-oem-sensor-inventory-mrw-native.bb | 1 SUMMARY = "OEM sensor config for phosphor-host-ipmid" 3 LICENSE = "Apache-2.0" 4 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacd… 6 inherit phosphor-ipmi-host 9 SRC_URI += "file://openpower-config.yaml" 16 install -d ${DEST} 17 install openpower-config.yaml ${DEST}/openpower-config.yaml
|
| /openbmc/openbmc/meta-hpe/conf/machine/include/ |
| H A D | hpe.inc | 2 obmc-phosphor-fan-mgmt \ 3 obmc-phosphor-chassis-mgmt \ 4 obmc-phosphor-flash-mgmt \ 5 obmc-host-ipmi \ 6 obmc-host-state-mgmt \ 7 obmc-chassis-state-mgmt \ 8 obmc-bmc-state-mgmt \ 11 VIRTUAL-RUNTIME_obmc-host-state-manager ?= "x86-power-control" 12 VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "x86-power-control" 14 PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-kcs" [all …]
|
| /openbmc/qemu/tests/data/acpi/ |
| H A D | rebuild-expected-aml.sh | 4 # Rebuild expected AML files for acpi unit-test 13 # See the COPYING.LIB file in the top-level directory. 17 if [ ! -e "tests/qtest/bios-tables-test" ]; then 18 echo "Test: bios-tables-test is required! Run make check before this script." 23 if grep TARGET_DIRS= config-host.mak; then 25 if grep TARGET_DIRS= config-host.mak | grep "$arch"-softmmu; 27 qemu_bins="$qemu_bins ./qemu-system-$arch" 31 echo "config-host.mak missing!" 36 if [ -z "$qemu_bins" ]; then 40 --target-list=x86_64-softmmu,aarch64-softmmu,riscv64-softmmu,loongarch64-softmmu" [all …]
|