| /openbmc/u-boot/cmd/ |
| H A D | remoteproc.c | 1 // SPDX-License-Identifier: GPL-2.0+ 4 * Texas Instruments Incorporated - http://www.ti.com/ 14 * print_remoteproc_list() - print all the remote processor devices 27 printf("Cannot find Remote processor class\n"); in print_remoteproc_list() 37 switch (uc_pdata->mem_type) { in print_remoteproc_list() 45 printf("%d - Name:'%s' type:'%s' supports: %s%s%s%s%s%s\n", in print_remoteproc_list() 46 dev->seq, in print_remoteproc_list() 47 uc_pdata->name, in print_remoteproc_list() 49 ops->load ? "load " : "", in print_remoteproc_list() 50 ops->start ? "start " : "", in print_remoteproc_list() [all …]
|
| /openbmc/u-boot/include/ |
| H A D | remoteproc.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 4 * Texas Instruments Incorporated - http://www.ti.com/ 16 #include <dm/platdata.h> /* For platform data support - non dt world */ 19 * enum rproc_mem_type - What type of memory model does the rproc use 20 * @RPROC_INTERNAL_MEMORY_MAPPED: Remote processor uses own memory and is memory 24 * of remote processors. Few of the remote processors do have own internal 32 * struct dm_rproc_uclass_pdata - platform data for a CPU 33 * @name: Platform-specific way of naming the Remote proc 48 * struct dm_rproc_ops - Operations that are provided by remote proc driver 50 * Return 0 on success, -ve error on fail [all …]
|
| /openbmc/qemu/docs/system/ |
| H A D | multi-process.rst | 1 .. _Multi-process QEMU: 3 Multi-process QEMU 6 This document describes how to configure and use multi-process qemu. 7 For the design document refer to docs/devel/multi-process.rst. 10 ---------------- 12 multi-process is enabled by default for targets that enable KVM 16 -------- 18 Multi-process QEMU requires an orchestrator to launch. 20 Following is a description of command-line used to launch mpqemu. 24 - The Orchestrator creates a unix socketpair [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 …]
|
| H A D | README.md | 4 $ python3 collect_ffdc.py -h 10 -r, --remote TEXT Hostname/IP of the remote host 11 -u, --username TEXT Username of the remote host. 12 -p, --password TEXT Password of the remote host. 13 -port_ssh INTEGER SSH port value. [default: 22] 14 -port_https INTEGER HTTPS port value. [default: 443] 15 -port_ipmi INTEGER IPMI port value. [default: 623] 16 -c, --config TEXT YAML Configuration file for log collection. [default: 17 <local path>/openbmc-test-automation/ffdc/ffdc_config.yaml] 18 -l, --location TEXT Location to save logs [default: /tmp] [all …]
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | remote_logging_utils.robot | 2 Documentation Remote syslog utilities keywords. 10 Configure Remote Log Server With Parameters 11 [Documentation] Configure the remote logging server on BMC. 16 # remote_host The host name or IP address of the remote logging server 18 # remote_port Remote ryslog server port number (e.g. "514"). 21 # https://xx.xx.xx.xx/xyz/openbmc_project/logging/config/remote 45 Configure Remote Log Server 46 [Documentation] Configure the remote logging server on BMC. 51 # remote_host The host name or IP address of the remote logging server 53 # remote_port Remote ryslog server port number (e.g. "514"). [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/ |
| H A D | src_uri.inc | 2 # [1] git ls-remote https://github.com/charmbracelet/bubbletea 3dc51789d11229a1fb00f137d02b50b04cac… 7 # [1] git ls-remote https://github.com/cheggaaa/pb e2a33cc368a206516cc95f7bdd9176db0b83f098 11 # github.com/dustin/go-humanize v1.0.0 12 # [1] git ls-remote https://github.com/dustin/go-humanize e673fa1ffc91213297a60d18a6f513aa74bced52 13 SRCREV_go-humanize = "e673fa1ffc91213297a60d18a6f513aa74bced52" 14 …com/dustin/go-humanize;name=go-humanize;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/… 17 # [1] git ls-remote https://github.com/fatih/color a05da93ebe62ca9fc6791d3376ec4dad01196448 21 # github.com/go-ole/go-ole v1.2.6 22 # [1] git ls-remote https://github.com/go-ole/go-ole 8b1f7f90f6b1728609c9694f2cff140d34fd91f8 23 SRCREV_go-ole = "8b1f7f90f6b1728609c9694f2cff140d34fd91f8" [all …]
|
| /openbmc/ipmbbridge/ |
| H A D | README.md | 12 "slave-path": "/dev/ipmb-4", 13 "bmc-addr": 32, 14 "remote-addr": 44 18 "slave-path": "/dev/ipmb-9", 19 "bmc-addr": 32, 20 "remote-addr": 96 33 "slave-path": "/dev/ipmb-1", 34 "bmc-addr": 32, 35 "remote-addr": 64, 40 "slave-path": "/dev/ipmb-3", [all …]
|
| /openbmc/openbmc-test-automation/ffdc/plugins/ |
| H A D | ssh_execution.py | 7 # ---------Set sys.path for pluqin execution---------------------------------- 26 Execute a command on the remote host using SSH and return the output. 28 This function executes a provided command on the remote host using SSH. 29 The function takes the remote host details (hostname, username, password, 39 hostname (str): Name or IP address of the remote host. 40 username (str): User on the remote host. 41 password (str): Password for the user on the remote host. 43 command (str): The command to be executed on the remote host. 61 cmd_exit_code: command exit status from remote host 62 err: stderr from remote host [all …]
|
| H A D | telnet_execution.py | 7 # ---------Set sys.path for pluqin execution---------------------------------- 23 Execute a command on the remote host using Telnet and return the output. 25 This function executes a provided command on the remote host using Telnet. 26 The function takes the remote host details (hostname, username, password) 35 hostname (str): Name or IP address of the remote host. 36 username (str): User on the remote host with access to files. 37 password (str): Password for the user on the remote host. 38 command (str): The command to be executed on the remote host. 48 # result: stdout from remote host
|
| H A D | scp_execution.py | 7 # ---------Set sys.path for pluqin execution---------------------------------- 26 Copy a file from a remote host to the local host using SCP. 28 This function copies a file from a remote host to the local host using the 29 SCP protocol. The function takes the remote host details (hostname, 30 username, password), the filename with its full path on the remote host, 36 hostname (str): Name or IP address of the remote host. 37 username (str): User on the remote host with access to files. 38 password (str): Password for the user on the remote host. 40 filename (str): Filename with full path on the remote host.
|
| /openbmc/openbmc-test-automation/ffdc/lib/ |
| H A D | telnet_utility.py | 13 Class to create telnet connection to remote host for command execution. 20 Initialize the TelnetRemoteClient object with the provided remote host 24 attributes, which represent the details of the remote (targeting) host. 33 hostname (str): Name or IP address of the remote 35 username (str): User on the remote host with access 37 password (str): Password for the user on the remote 55 Establish a Telnet connection to the remote host and log in. 57 This method establishes a Telnet connection to the remote host using 77 self.tnclient.write(self.username.encode("utf-8") + b"\n") 82 self.tnclient.write(self.password.encode("utf-8") + b"\n") [all …]
|
| H A D | ssh_utility.py | 21 Class to create ssh connection to remote host 22 for remote host command execution and scp. 27 Initialize the FFDCCollector object with the provided remote host 31 attributes, which represent the details of the remote (targeting) 36 hostname (str): Name or IP address of the remote (targeting) host. 37 username (str): User on the remote host with access to FFDC files. 38 password (str): Password for the user on the remote host. 55 Connect to remote host using the SSH client. 62 # SSHClient to make connections to the remote server 93 Disconnect from the remote host using the SSH client. [all …]
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | imx6q.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 #include <dt-bindings/interrupt-controller/irq.h> 6 #include "imx6q-pinfunc.h" 16 #address-cells = <1>; 17 #size-cells = <0>; 20 compatible = "arm,cortex-a9"; 23 next-level-cache = <&L2>; 24 operating-points = < 32 fsl,soc-operating-points = < 33 /* ARM kHz SOC-PU uV */ [all …]
|
| H A D | r8a7795-salvator-x.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the Salvator-X board with R-Car H3 ES2.0 8 /dts-v1/; 10 #include "salvator-x.dtsi" 13 model = "Renesas Salvator-X board based on r8a7795 ES2.0+"; 14 compatible = "renesas,salvator-x", "renesas,r8a7795"; 48 clock-names = "du.0", "du.1", "du.2", "du.3", "lvds.0", 69 remote-endpoint = <&hdmi0_con>; 75 remote-endpoint = <&rsnd_endpoint1>; 82 remote-endpoint = <&rcar_dw_hdmi0_out>; [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/dynamic-layers/meta-security/recipes-gnome/gnome-remote-desktop/ |
| H A D | gnome-remote-desktop_48.0.bb | 1 SUMMARY = "Remote desktop daemon for GNOME using pipewire." 2 LICENSE = "GPL-2.0-only" 14 asciidoc-native \ 19 glib-2.0 \ 25 nv-codec-headers \ 26 tpm2-tss \ 34 PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,pipewire-native wireplumber-native dbus-native" 35 PACKAGECONFIG[vnc] = "-Dvnc=true,-Dvnc=false,libvncserver" 36 PACKAGECONFIG[rdp] = "-Drdp=true,-Drdp=false,freerdp3 fuse3 libxkbcommon shaderc-native" 37 PACKAGECONFIG[systemd] = "-Dsystemd=true,-Dsystemd=false,systemd" [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
| H A D | 0001-lmbench-Point-webpage-lm-to-target-directory.patch | 4 Subject: [PATCH] lmbench: Point webpage-lm to target directory 6 As webpage-lm.tar has been copied to ${datadir}\lmbench. 9 Signed-off-by: He Zhe <zhe.he@windriver.com> 10 --- 11 Upstream-Status: Pending 13 scripts/lmbench | 18 +++++++++--------- 14 1 file changed, 9 insertions(+), 9 deletions(-) 16 diff --git a/scripts/lmbench b/scripts/lmbench 18 --- a/scripts/lmbench 20 @@ -167,7 +167,7 @@ if [ X$BENCHMARK_OS = XYES -o X$BENCHMARK_UNIX = XYES ]; then [all …]
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | create-pull-request | 3 # Copyright (c) 2010-2013, Intel Corporation. 5 # SPDX-License-Identifier: GPL-2.0-or-later 15 ODIR=pull-$$ 24 …: $CMD [-h] [-o output_dir] [-m msg_body_file] [-s subject] [-r relative_to] [-i commit_id] [-d re… 25 -b branch Branch name in the specified remote (default: current branch) 26 -l local branch Local branch name (default: HEAD) 27 -c Create an RFC (Request for Comment) patch series 28 -h Display this help message 29 -a Automatically push local branch (-l) to remote branch (-b), 31 -i commit_id Ending commit (default: HEAD) [all …]
|
| /openbmc/qemu/hw/remote/ |
| H A D | machine.c | 2 * Machine for remote device 4 * This machine type is used by the remote device process in multi-process 6 * memory regions, etc. The remote machine type offers this environment so 7 * that QEMU device models can be used as remote devices. 12 * See the COPYING file in the top-level directory. 18 #include "hw/remote/machine.h" 22 #include "hw/remote/iohub.h" 23 #include "hw/remote/iommu.h" 24 #include "hw/qdev-core.h" 25 #include "hw/remote/vfio-user-obj.h" [all …]
|
| /openbmc/phosphor-webui/app/server-health/directives/ |
| H A D | remote-logging-server.js | 8 'restrict': 'E', 'template': require('./remote-logging-server.html'), 18 title: 'Add remote logging server', 20 successMessage: 'Connected to remote logging server.', 24 title: 'Edit remote logging server', 26 successMessage: 'Connected to remote logging server.', 27 errorMessage: 'Unable to save remote logging server.' 30 title: 'Remove remote logging server', 32 successMessage: 'Remote logging server removed.', 33 errorMessage: 'Unable to remove remote logging server.' 39 require('./remote-logging-server-modal.html'); [all …]
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | remote.c | 2 * Remote PCI host device 5 * of this PCI host is to host multi-process QEMU devices. 7 * Multi-process QEMU extends the PCI host of a QEMU machine into a 8 * remote process. Any PCI device attached to the remote process is 10 * to be reused in the remote process. 15 * PCI device models need when running in a remote process. 20 * See the COPYING file in the top-level directory. 29 #include "hw/qdev-properties.h" 30 #include "hw/pci-host/remote.h" 44 pci->bus = pci_root_bus_new(DEVICE(s), "remote-pci", in remote_pcihost_realize() [all …]
|
| /openbmc/ipmitool/doc/ |
| H A D | ipmievd.8 | 3 ipmievd \- IPMI event daemon for sending events to syslog 5 ipmievd [\fB\-c\fR|\fB\-h\fR|\fB\-d \fIN\fP\fR|\fB\-v\fR|\fB\-V\fR] 6 \fB\-I\fR \fIopen\fP <\fIopen\fR | \fIsel\fR> [<\fIoption\fP>] 8 ipmievd [\fB\-c\fR|\fB\-h\fR|\fB\-v\fR|\fB\-V\fR] 9 \fB\-I\fR \fIlan\fP \fB\-H\fR <\fIhostname\fP> 10 [\fB\-p\fR <\fIport\fP>] 11 [\fB\-U\fR <\fIusername\fP>] 12 [\fB\-A\fR <\fIauthtype\fP>] 13 [\fB\-L\fR <\fIprivlvl\fP>] 14 [\fB\-a\fR|\fB\-E\fR|\fB\-P\fR|\fB\-f\fR <\fIpassword\fP>] [all …]
|
| /openbmc/qemu/include/hw/remote/ |
| H A D | mpqemu-link.h | 2 * Communication channel between QEMU and remote device process 7 * See the COPYING file in the top-level directory. 18 #include "io/channel-socket.h" 19 #include "hw/remote/proxy.h" 28 * MPQemuCmd enum type to specify the command to be executed on the remote 31 * This uses a private protocol between QEMU and the remote process. vfio-user 68 * @cmd: The remote command 71 * @fds: File descriptors to be shared with remote device 73 * MPQemuMsg Format of the message sent to the remote device from QEMU.
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/ |
| H A D | 0001-remoteproc-Add-Arm-remoteproc-driver.patch | 6 introduce remoteproc support for Arm remote processors 8 The supported remote processors are those that come with a reset 10 switch on or off the remote processor. 12 The current use case is Corstone-1000 External System (Cortex-M3). 14 The driver can be extended to support other remote processors 17 The driver also supports control of multiple remote processors at the 20 Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com> 21 Upstream-Status: Denied [Agreement reached: https://lore.kernel.org/all/20241009094635.GA14639@e130… 22 --- 30 diff --git a/MAINTAINERS b/MAINTAINERS [all …]
|
| /openbmc/openbmc-tools/openbmctool/ |
| H A D | README.md | 12 - `-H`: The hostname or IP for the BMC 13 - `-U`: The username One of the password options: 14 - `-P`: The password, provided in-line 15 - `-A`: Prompt for a password 16 - `-E`: Take the password from envvar `OPENBMCTOOL_PASSWORD` 21 re-enabled with the `local_users` sub-command. 39 To re-enable all local user accounts: 45 ## Remote logging via rsyslog 54 - <https://www.rsyslog.com/storing-and-forwarding-remote-messages/> 55 - <https://www.rsyslog.com/doc/rsyslog%255Fconf%255Ffilter.html> [all …]
|