Home
last modified time | relevance | path

Searched refs:HOST (Results 1 – 25 of 99) sorted by relevance

1234

/openbmc/openbmc-test-automation/openpower/ras/
H A Dtest_host_ras.robot2 Documentation This suite tests checkstop operations through HOST.
37 ... HOST ${value[0]} ${value[1]} 1 ${value[2]} ${err_log_path}
47 ... HOST ${value[0]} ${value[1]} 32 ${value[2]} ${err_log_path}
55 Inject Unrecoverable Error HOST
68 ... HOST ${value[0]} ${value[1]} 1 ${value[2]} ${err_log_path}
76 Inject Unrecoverable Error HOST
89 ... HOST ${value[0]} ${value[1]} 5 ${value[2]} ${err_log_path}
99 ... HOST ${value[0]} ${value[1]} 32 ${value[2]} ${err_log_path}
107 Inject Unrecoverable Error HOST
121 ... HOST ${value[0]} ${value[1]} 32 ${value[2]} ${err_log_path}
[all …]
H A Dras_utils.robot2 Documentation Utility for RAS test scenarios through HOST & BMC.
22 Verify And Clear Gard Records On HOST
23 [Documentation] Verify And Clear gard records on HOST.
48 ... BMC/HOST.
51 ... (e.g: Processor core, CAPP, MCA) through BMC/HOST.
52 ... 2. Check If HOST is running.
58 # interface_type Inject error through 'BMC' or 'HOST'.
76 ... BMC/HOST.
79 ... (e.g: Processor core, CAPP, MCA) through BMC/HOST.
80 ... 2. Check If HOST is rebooted.
[all …]
H A Dtest_host_boot_ras.robot3 ... pdbg utility during HOST Boot path.
38 Inject Error At HOST Boot Path ${value[0]} ${value[1]}
51 Inject Error At HOST Boot Path ${value[0]} ${value[1]}
63 Inject Error At HOST Boot Path ${value[0]} ${value[1]}
78 Inject Error At HOST Boot Path ${translated_fir} ${value[1]}
93 Inject Error At HOST Boot Path ${value[0]} ${value[1]}
107 Inject Error At HOST Boot Path ${translated_fir} ${value[1]}
118 Inject Error At HOST Boot Path ${value[0]} ${value[1]}
129 Inject Error At HOST Boot Path ${value[0]} ${value[1]}
140 Inject Error At HOST Boot Path ${value[0]} ${value[1]}
[all …]
H A Dtest_reboot_ras.robot3 ... is injected through HOST/BMC and BMC rebooted.
27 Inject Unrecoverable Error HOST ${translated_fir}
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Dhost.fuc30 * HOST data segment
33 // HOST (R)FIFO packet format
39 // HOST HOST->PWR queue description
48 // HOST PWR->HOST queue description
59 * HOST code segment
62 // HOST->PWR comms - dequeue message(s) for process(es) from FIFO
91 // PWR->HOST comms - enqueue message for HOST to RFIFO
100 // message from intr handler == HOST->PWR comms pending
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/
H A D0001-Remove-Makefile.include-which-includes-hardcoded.patch53 -HOST :=arm-unknown-linux-gnueabi
60 -HOST :=arm-linux-gnueabihf
71 -LD := $(TOOLCHAIN)/bin/$(HOST)-ld --sysroot=$(SYSROOT)
72 -CC := $(TOOLCHAIN)/bin/$(HOST)-gcc --sysroot=$(SYSROOT)
73 -CXX := $(TOOLCHAIN)/bin/$(HOST)-g++ --sysroot=$(SYSROOT)
74 -OBJDUMP := $(TOOLCHAIN)/bin/$(HOST)-objdump
75 -RANLIB := $(TOOLCHAIN)/bin/$(HOST)-ranlib
76 -STRIP := $(TOOLCHAIN)/bin/$(HOST)-strip
77 -AR := $(TOOLCHAIN)/bin/$(HOST)-ar
H A D0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch57 - $(HOST)-strip ffmpeg_compiled/usr/local/lib/*.so
58 + $(HOST)-strip ffmpeg_compiled/usr/lib/*.so
/openbmc/openbmc-test-automation/lib/ras/
H A Dhost_utils.robot2 Documentation Utility for error injection scenarios through HOST & BMC.
85 FIR Address Translation Through HOST
102 Inject Error Through HOST
104 ... CPU/CME/OCC/NPU/CAPP/MCA etc. through HOST.
106 ... 1. Boot To HOST.
140 Inject Error Through HOST 05010800 4000000000000000 1
142 Disable CPU States Through HOST
169 Enable Opal-PRD Service On HOST
181 ... 1. Boot To HOST.
208 Inject Error Through BMC At HOST Boot
[all …]
/openbmc/u-boot/include/configs/
H A Dsandbox.h63 func(HOST, host, 1) \
64 func(HOST, host, 0)
/openbmc/openbmc/meta-google/recipes-google/bare-metal-gpio-monitor/
H A Dbare-metal-gpio-monitor_git.bb32 for HOST in ${HOST_INSTANCES}
34 …or@.service ${D}${systemd_system_unitdir}/multi-user.target.wants/host-gpio-monitor@${HOST}.service
/openbmc/qemu/docs/
H A Dqdev-device-use.txt59 -drive if=none,id=DRIVE-ID,HOST-OPTS...
62 The old OPTS get split into HOST-OPTS and DEV-OPTS as follows:
65 HOST-OPTS.
67 * cyls, head, secs and trans go into HOST-OPTS. Future work: they
75 Additionally, readonly=on goes into HOST-OPTS.
169 -chardev HOST-OPTS...,id=CHR-ID
191 LEGACY-CHARDEV translates to -chardev HOST-OPTS... as follows:
209 * tcp:HOST:PORT,OPTS... becomes -chardev socket,host=HOST,port=PORT,OPTS...
211 * telnet:HOST:PORT,OPTS... becomes
212 -chardev socket,host=HOST,port=PORT,OPTS...,telnet=on
[all …]
/openbmc/openbmc/poky/scripts/
H A Doe-git-proxy107 HOST=$1
116 for HOST_IP in $(getent ahostsv4 $HOST | grep ' STREAM ' | cut -d ' ' -f 1) ; do
/openbmc/qemu/target/arm/tcg/
H A Dsve_ldst_internal.h42 #define DO_LD_HOST(NAME, H, TYPEE, TYPEM, HOST) \ argument
44 { TYPEM val = HOST(host); *(TYPEE *)(vd + H(reg_off)) = val; }
46 #define DO_ST_HOST(NAME, H, TYPEE, TYPEM, HOST) \ argument
48 { TYPEM val = *(TYPEE *)(vd + H(reg_off)); HOST(host, val); }
H A Dsme_helper.c321 #define DO_LD(NAME, TYPE, HOST, TLB) \ argument
324 TYPE val = HOST(host); \
334 #define DO_ST(NAME, TYPE, HOST, TLB) \ argument
338 HOST(host, val); \
352 #define DO_LDQ(HNAME, VNAME, BE, HOST, TLB) \ argument
355 uint64_t val0 = HOST(host), val1 = HOST(host + 8); \
377 #define DO_STQ(HNAME, VNAME, BE, HOST, TLB) \ argument
381 HOST(host, ptr[BE]); \
382 HOST(host + 8, ptr[!BE]); \
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dbusybox-syslog.default11 # -R HOST[:PORT]: Log to HOST:PORT (default PORT:514)
/openbmc/openbmc/poky/bitbake/contrib/prserv/
H A DDockerfile49 HOST=0.0.0.0 \
59 --host=$HOST \
/openbmc/docs/designs/
H A Dvirtual-media.md14 BMC to Server HOST. The Remote drive is visible in HOST as USB storage device,
25 USBGadget as way to expose Media Storage Device to HOST.
50 |Remote Device| | |BMC| +------------+ | |HOST| |
108 Media case it emulates USB mass storage connected to HOST. The source or
409 | Mount | Method | - | BOOLEAN | Perform an asynchronous operation of mounting to HOST on …
410 | Unmount | Method | - | BOOLEAN | Perform an asynchronous operation of unmount from HOST on…
417 … | BOOLEAN | Perform an asynchronous operation of mounting to HOST on given object, wi…
418 …UNIX_FD,INT> | BOOLEAN | Perform an asynchronous operation of mounting to HOST on given object, wi…
419 … | BOOLEAN | Perform an asynchronous operation of unmounting from HOST on given object …
/openbmc/openbmc/poky/meta/recipes-bsp/pciutils/
H A Dpciutils_3.13.0.bb26 # Construct a HOST that matches what lib/configure expects
27 EXTRA_OEMAKE += "HOST="${HOST_ARCH}-${HOST_OS}""
/openbmc/linux/drivers/message/fusion/
H A DKconfig20 SCSI HOST support for a parallel SCSI host adapters.
35 SCSI HOST support for a Fiber Channel host adapters.
54 SCSI HOST support for a SAS host adapters.
/openbmc/openbmc-test-automation/lib/
H A Dffdc_cli_robot_script.py13 HOST = "HOST" variable
145 if HOST in key:
/openbmc/u-boot/doc/device-tree-bindings/phy/
H A Dphy-stm32-usbphyc.txt5 selects either OTG or HOST controller for the second PHY port. It also sets
11 |_ PHY port#1 _________________ HOST controller
/openbmc/phosphor-state-manager/host_condition_gpio/
H A Dphosphor-host-condition-gpio@.service2 Description=Phosphor host condition gpios check for HOST %i
/openbmc/openbmc-test-automation/openpower/
H A Dtest_nmi_interface.robot20 ... while injecting NMI when HOST OS is not up.
29 ... while injecting NMI, when HOST OS is running and
/openbmc/openbmc-test-automation/openpower/pel/
H A Dtest_bmc_pel.robot544 Verify Error Logging Rotation Policy With HOST Error Logs
554 Informational HOST 3000 15
555 Unrecoverable HOST 3000 30
556 Informational HOST 1500, Informational BMC 1500 30
557 Informational HOST 1500, Unrecoverable BMC 1500 45
558 Unrecoverable HOST 1500, Informational BMC 1500 45
559 Unrecoverable HOST 1500, Predictive BMC 1500 60
562 Verify Error Logging Rotation Policy With Unrecoverable HOST And BMC Error Logs
563 … [Documentation] Verify error logging rotation policy with unrecoverable HOST and BMC error logs.
571 Unrecoverable HOST 1500, Unrecoverable BMC 1500 60
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/libselinux/
H A D0001-Remove-bionic-specific-calls.patch21 -#ifdef HOST

1234