/openbmc/u-boot/drivers/video/ |
H A D | Kconfig | 13 to display a command-line console or splash screen. Enabling this 24 This driver can be use with "simple-panel" and 26 (leds/backlight/pwm-backlight.txt) 34 This driver can be used with "simple-panel" and 36 (leds/backlight/gpio-backlight.txt) 39 bool "Support 8-bit-per-pixel displays" 43 Support drawing text and bitmaps onto a 8-bit-per-pixel display. 45 this option, such displays will not be supported and console output 49 bool "Support 16-bit-per-pixel displays" 53 Support drawing text and bitmaps onto a 16-bit-per-pixel display. [all …]
|
/openbmc/linux/Documentation/scsi/ |
H A D | advansys.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 RISC-based, Bus-Mastering, Fast (10 Mhz) and Ultra (20 Mhz) Narrow 9 (8-bit transfer) SCSI Host Adapters for the ISA, EISA, VL, and PCI 10 buses and RISC-based, Bus-Mastering, Ultra (20 Mhz) Wide (16-bit 21 - ABP-480 - Bus-Master CardBus (16 CDB) 24 - ABP510/5150 - Bus-Master ISA (240 CDB) 25 - ABP5140 - Bus-Master ISA PnP (16 CDB) 26 - ABP5142 - Bus-Master ISA PnP with floppy (16 CDB) 27 - ABP902/3902 - Bus-Master PCI (16 CDB) 28 - ABP3905 - Bus-Master PCI (16 CDB) [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | vt.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 7 * These constants are also useful for user-level apps (e.g., VC 57 unsigned short v_clin; /* number of pixel rows per character */ 59 unsigned short v_ccol; /* number of pixel columns per character */ 68 #define VT_EVENT_SWITCH 0x0001 /* Console switch */ 73 unsigned int oldev; /* Old console */ 74 unsigned int newev; /* New console (if changing) */ 81 unsigned int console; member 85 #define VT_SETACTIVATE 0x560F /* Activate and set the mode of a console */
|
/openbmc/qemu/tests/functional/ |
H A D | test_ppc64_powernv.py | 3 # Test that Linux kernel boots on ppc powernv machines and check the console 8 # later. See the COPYING file in the top-level directory. 16 KERNEL_COMMON_COMMAND_LINE = 'printk.time=0 console=hvc0 ' 17 panic_message = 'Kernel panic - not syncing' 21 ('https://archives.fedoraproject.org/pub/archive/fedora-secondary/' 30 self.vm.add_args('-kernel', kernel_path, 31 '-append', command_line) 42 self.vm.add_args('-smp', '4') 50 self.vm.add_args('-smp', '4') 54 wait_for_console_pattern(self, 'hash-mmu: Initializing hash mmu', [all …]
|
H A D | test_ppc64_pseries.py | 3 # Test that Linux kernel boots on ppc machines and check the console 8 # later. See the COPYING file in the top-level directory. 16 KERNEL_COMMON_COMMAND_LINE = 'printk.time=0 console=hvc0 ' 17 panic_message = 'Kernel panic - not syncing' 21 ('https://archives.fedoraproject.org/pub/archive/fedora-secondary/' 29 self.vm.add_args('-kernel', kernel_path, 30 '-append', kernel_command_line) 35 self.vm.add_args('-machine', 'x-vof=on') 48 self.vm.add_args('-smp', '4') 56 self.vm.add_args('-smp', '4') [all …]
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_boot_devices.robot | 29 &{redfish_ipmi_target_map} Hdd=Force Boot from default Hard-Drive 31 ... Diags=Force Boot from default Hard-Drive, request Safe-Mode 237 # - Boot Flag Valid 238 # - Options apply to all future boots 239 # - BIOS PC Compatible (legacy) boot 240 # - Boot Device Selector : No override 241 # - Console Redirection control : System Default 242 # - BIOS verbosity : Console redirection occurs per BIOS configuration 244 # - BIOS Mux Control Override : BIOS uses recommended setting of the mux at 290 # - Boot Flag Valid [all …]
|
/openbmc/linux/lib/fonts/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 12 bool "Select compiled-in fonts" 16 your frame buffer console usually use. 30 provided by the text console 80x50 (and higher) modes). 43 provided by the VGA text console 80x25 mode. 48 bool "Mac console 6x11 font (not supported by all drivers)" if FONTS 52 Small console font with Macintosh-style high-half glyphs. Some Mac 56 bool "console 7x14 font (not supported by all drivers)" if FONTS 59 Console font with characters just a bit smaller than the default. 64 bool "Pearl (old m68k) console 8x8 font" if FONTS [all …]
|
/openbmc/qemu/ui/ |
H A D | dbus-display1.xml | 1 <?xml version="1.0" encoding="utf-8"?> 3 <!-- 7 --> 9 <!-- 13 --> 16 <!-- 20 --> 23 <!-- 27 --> 30 <!-- [all …]
|
/openbmc/u-boot/test/py/ |
H A D | u_boot_console_exec_attach.py | 1 # SPDX-License-Identifier: GPL-2.0 3 # Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved. 5 # Logic to interact with U-Boot running on real hardware, typically via a 13 """Represents a physical connection to a U-Boot console, typically via a 14 serial port. This implementation executes a sub-process to attach to the 15 console, expecting that the stdin/out of the sub-process will be forwarded 16 to/from the physical hardware. This approach isolates the test infra- 17 structure from the user-/installation-specific details of how to 21 """Initialize a U-Boot console connection. 31 # The max_fifo_fill value might need tweaking per-board/-SoC? [all …]
|
/openbmc/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-recheck-rcu.sh | 2 # SPDX-License-Identifier: GPL-2.0+ 6 # Usage: kvm-recheck-rcu.sh resdir 13 if test -d "$i" -a -r "$i" 22 configfile=`echo $i | sed -e 's/^.*\///'` 23 ngps=`grep ver: $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* ver: //' -e 's/ .*$//'` 24 stopstate="`grep 'End-test grace-period state: g' $i/console.log 2> /dev/null | 25 tail -1 | sed -e 's/^\[[ 0-9.]*] //' | 27 tr -d '\012\015'`" 28 …_prog n_max_cbs: ' $i/console.log 2> /dev/null | sed -e 's/^\[[^]]*] //' | sort -k3nr | head -1 | … 29 if test -z "$ngps" [all …]
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | xen.h | 1 /* SPDX-License-Identifier: MIT */ 13 #include "xen-compat.h" 16 #include "arch-x86/xen.h" 18 #include "arch-arm.h" 118 /* Architecture-specific hypercall definitions. */ 140 /* New event-channel and physdev hypercalls introduced in 0x00030202. */ 158 * In the side comments, 'V.' denotes a per-VCPU VIRQ while 'G.' denotes a 159 * global VIRQ. The former can be bound once per VCPU and cannot be re-bound. 160 * The latter can be allocated only once per guest: they must initially be 161 * allocated to VCPU0 but can subsequently be re-bound. [all …]
|
/openbmc/linux/include/xen/interface/ |
H A D | xen.h | 1 /* SPDX-License-Identifier: MIT */ 69 /* Architecture-specific hypercall definitions. */ 83 * In the side comments, 'V.' denotes a per-VCPU VIRQ while 'G.' denotes a 84 * global VIRQ. The former can be bound once per VCPU and cannot be re-bound. 85 * The latter can be allocated only once per guest: they must initially be 86 * allocated to VCPU0 but can subsequently be re-bound. 90 #define VIRQ_CONSOLE 2 /* G. (DOM0) Bytes received on emergency console. */ 95 #define VIRQ_CON_RING 8 /* G. (DOM0) Bytes received on console */ 102 /* Architecture-specific VIRQ definitions. */ 127 * x != 0 => PFD == x - 1 [all …]
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | serial.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 6 * others. All original copyrights apply as per the original source 11 * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se> 24 * clock... 8250_early.c (early 8250 serial console) actually uses this, so 25 * it needs to be correct to get the early console working.
|
/openbmc/phosphor-net-ipmid/command/ |
H A D | channel_auth.hpp | 64 // Anonymous login status for non-null usernames enabled/disabled 67 uint8_t perMessageAuth:1; // Per-message authentication support 77 uint8_t perMessageAuth:1; // Per-message authentication support 79 // Anonymous login status for non-null usernames enabled/disabled 107 * This message exchange provides a way for a remote console to discover what 110 * console can use to determine whether anonymous, “one-key”, or “two-key” 111 * logins are used.This information can guide a remote console in how it 113 * ‘session-less’ command that the BMC accepts in both IPMI v1.5 and v2.0/RMCP+ 116 * @param[in] inPayload - Request Data for the command 117 * @param[in] handler - Reference to the Message Handler [all …]
|
/openbmc/webui-vue/docs/guide/quickstart/ |
H A D | store-anatomy.md | 17 ├── AdditionalFeatureStore.js # additional features per store 18 ├── AnotherFeatureStore.js # additional features per store 29 - **State:** You cannot directly mutate the store's state. 31 - **Getters:** Getters are used to compute derived state based on store state. 33 - **Mutations:** The only way to mutate the state is by committing mutations, 36 - **Actions:** Asynchronous logic should be encapsulated in, and can be composed 78 // namespace -> getters['featureNameStore/getExampleValue'] 82 // namespace -> commit('featureNameStore/setExampleValue) 86 // namespace -> dispatch('featureNameStore/getExampleValue') 93 .catch((error) => console.log(error)); [all …]
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-serial.h | 2 * Virtio Serial / Console Support 12 * the COPYING file in the top-level directory. 19 #include "standard-headers/linux/virtio_console.h" 24 /* Max. number of ports we can have for a virtio-serial device */ 28 #define TYPE_VIRTIO_SERIAL_PORT "virtio-serial-port" 34 #define TYPE_VIRTIO_SERIAL_BUS "virtio-serial-bus" 45 * The per-port (or per-app) realize function that's called when a 50 * Per-port unrealize function that's called when a port gets 51 * hot-unplugged or removed. 87 * state is configurable via command-line options. Some of it can be [all …]
|
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | index.rst | 1 .. SPDX-License-Identifier: GPL-2.0 3 .. include:: ../disclaimer-zh_TW.rst 5 :Original: :doc:`../../../admin-guide/index` 12 整體的順序或組織 - 這些材料不是一個單一的,連貫的文件!幸運的話,情況會隨著 24 kernel-parameters 32 hw-vuln/index 39 reporting-issues 40 security-bugs 41 bug-hunting 42 bug-bisect [all …]
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 5 force -- enable ACPI if default was off 6 on -- enable ACPI but allow fallback to DT [arm64,riscv64] 7 off -- disable ACPI if default was on 8 noirq -- do not use ACPI for IRQ routing 9 strict -- Be less tolerant of platforms that are not 11 rsdt -- prefer RSDT over (default) XSDT 12 copy_dsdt -- copy DSDT to memory 26 If set to vendor, prefer vendor-specific driver 58 Documentation/firmware-guide/acpi/debug.rst for more information about 116 Format: <byte> or <bitmap-list> [all …]
|
/openbmc/linux/drivers/tty/ |
H A D | mips_ejtag_fdc.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2007-2015 Imagination Technologies Ltd 11 #include <linux/console.h> 71 /* Default channel for the early console */ 87 * struct mips_ejtag_fdc_tty_port - Wrapper struct for FDC tty_port. 117 * struct mips_ejtag_fdc_tty - Driver data for FDC as a whole. 123 * @ports: Per-channel data. 174 __raw_writel(data, priv->reg + offs); in mips_ejtag_fdc_write() 180 return __raw_readl(priv->reg + offs); in mips_ejtag_fdc_read() 186 * struct fdc_word - FDC word encoding some number of bytes of data. [all …]
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | index.rst | 1 .. include:: ../disclaimer-zh_CN.rst 3 :Original: :doc:`../../../admin-guide/index` 11 整体的顺序或组织 - 这些材料不是一个单一的,连贯的文件!幸运的话,情况会随着 23 * kernel-parameters 31 * hw-vuln/index 38 reporting-issues 39 reporting-regressions 40 security-bugs 41 bug-hunting 42 bug-bisect [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/terminus-font/ |
H A D | terminus-font_4.49.1.bb | 1 SUMMARY = "Terminus fonts packages (console and X11)" 3 long (8 and more hours per day) work with computers." 4 HOMEPAGE = "http://terminus-font.sourceforge.net/" 7 LICENSE = "OFL-1.1" 10 DEPENDS = "hostperl-runtime-native gzip-native bdftopcf-native" 12 SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ 13 file://use-no-name-option-for-gzip.patch \ 22 # Don't use font cache mecanism for console packages 23 FONT_PACKAGES = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '${PN}-pcf', '', d)}" 28 ${S}/configure --prefix=${prefix} \ [all …]
|
/openbmc/linux/include/linux/ |
H A D | console_struct.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 5 * Data structure describing single virtual console except for data 8 * Fields marked with [#] must be set by the low-level driver. 9 * Fields marked with [!] can be changed by the low-level driver 33 * struct vc_state -- state of a VC 34 * @x: cursor's x-position 35 * @y: cursor's y-position 62 * Example: vc_data of a console that was scrolled 3 lines down. 64 * Console buffer 65 * vc_screenbuf ---------> +----------------------+-. [all …]
|
H A D | console.h | 2 * linux/include/linux/console.h 11 * 10-Mar-94: Arno Griffioen: Conversion for vt100 emulator port from PC LINUX 37 * struct consw - callbacks for consoles 41 * Invoked by csi_M and printing to the console. 42 * @con_set_palette: sets the palette of the console to @table (optional) 43 * @con_scrolldelta: the contents of the console should be scrolled by @lines. 83 * Flush the video console driver's scrollback buffer 87 * Prepare the console for the debugger. This includes, but is not 88 * limited to, unblanking the console, loading an appropriate 93 * Restore the console to its pre-debug state as closely as possible. [all …]
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | dbus_pcap_loader.js | 14 // 2. Launch "dbus-pcap" to get the timestamps of each DBus message 15 // 3. Launch "dbus-pcap" to get the JSON representation of each DBus message 18 // First try to parse using dbus-pcap 30 ShowBlocker('Running dbus-pcap (Pass 1/2, packet timestamps) ...'); 32 //spawn('python3', ['dbus-pcap', file_name, '--json', '--progress']); 33 spawn('python3', ['dbus-pcap', file_name]); 37 //const r = new RegExp('([0-9]+/[0-9]+) [0-9]+\.[0-9]+:.*'); 38 const r = new RegExp('([0-9]+\.[0-9]+):.*'); 57 if (millis - last_update_millis > 100) { // Refresh at most 10 times per second 59 …ShowBlocker('Running dbus-pcap (Pass 1/2, packet timestamps): ' + count1 + '/' + num_packets + ' (… [all …]
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | Kconfig.aic79xx | 1 # SPDX-License-Identifier: GPL-2.0-only 4 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic79xx#4 $ 11 This driver supports all of Adaptec's Ultra 320 PCI-X 15 int "Maximum number of TCQ commands per device" 19 Specify the number of commands you would like to allocate per SCSI 26 and display a console message indicating this value. 28 Due to resource allocation issues in the Linux SCSI mid-layer, using 29 a high number of commands per device may result in memory allocation 34 Per device tag depth can be controlled via the kernel command line 38 int "Initial bus reset delay in milli-seconds" [all …]
|