Home
last modified time | relevance | path

Searched +full:ouput +full:- +full:only (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/doc/
H A DREADME.iomux1 SPDX-License-Identifier: GPL-2.0+
7 U-Boot console multiplexing
11 ------------------------------
23 A user can use a comma-separated list of devices to set stdin, stdout
31 finds acceptable, but the code has only been tested with serial and
40 the iomux_tstc() routine in a for-loop. iomux_tstc() in turn calls
44 the for-loop until iomux_tstc() returns true and the input can be
55 Thus, a user can see the ouput for any device registered for stdout
68 -------
78 characters) lines works fine when serial is the only device used.
/openbmc/u-boot/board/aspeed/slt_ast2600/
H A Dslt_ast2600.c1 // SPDX-License-Identifier: GPL-2.0+
28 gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; in board_init()
46 * chip. So only one MDIO channel can access the PHY chip at a time and in board_init()
51 * GPIOS[1:0] -> MDC1 & MDIO1 in board_init()
52 * GPIOB[5:4] -> MDC2 & MDIO2 in board_init()
53 * GPIOA[1:0] -> MDC3 & MDIO3 in board_init()
54 * GPIOA[3:2] -> MDC4 & MDIO4 in board_init()
67 * set 32 GPIO ouput pins for ATE report in board_init()
68 * GPIOV[7:0] -> ATE[7:0] in board_init()
69 * GPIOY[3:0] -> ATE[11:8] in board_init()
[all …]
/openbmc/u-boot/drivers/gpio/
H A Dlpc32xx_gpio.c1 // SPDX-License-Identifier: GPL-2.0+
6 * Written-by: Albert ARIBAUD <albert.aribaud@3adev.fr>
11 #include <asm/arch-lpc32xx/cpu.h>
12 #include <asm/arch-lpc32xx/gpio.h>
13 #include <asm-generic/gpio.h>
17 * LPC32xx GPIOs work in banks but are non-homogeneous:
18 * - each bank holds a different number of GPIOs
19 * - some GPIOs are input/ouput, some input only, some output only;
20 * - some GPIOs have different meanings as an input and as an output;
21 * - some GPIOs are controlled on a given port and bit index, but
[all …]
/openbmc/qemu/hw/gpio/
H A Dstm32l4x5_gpio.c2 * STM32L4x5 GPIO (General Purpose Input/Ouput)
4 * Copyright (c) 2024 Arnaud Minier <arnaud.minier@telecom-paris.fr>
5 * Copyright (c) 2024 Inès Varhol <ines.varhol@telecom-paris.fr>
7 * SPDX-License-Identifier: GPL-2.0-or-later
10 * See the COPYING file in the top-level directory.
15 * for STM32L4x5 and STM32L4x6 advanced Arm ® -based 32-bit MCUs.
16 * https://www.st.com/en/microcontrollers-microprocessors/stm32l4x5/documentation.html
24 #include "hw/qdev-clock.h"
25 #include "hw/qdev-properties.h"
51 return extract32(s->pupdr, 2 * pin, 2) == 1; in is_pull_up()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A Dphp-fpm.conf7 ; '-p' argument from the command line.
13 ; - the global prefix if it's been set (-p arguement)
14 ; - /usr otherwise
25 ;pid = run/php-fpm.pid
31 ; Default Value: log/php-fpm.log
32 ;error_log = log/php-fpm.log
44 ; Default Value: php-fpm
45 ;syslog.ident = php-fpm
79 ; Specify the nice(2) priority to apply to the master process (only if set)
80 ; The value can vary from -19 (highest priority) to 20 (lower priority)
[all …]
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_lbc.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2004-2008,2010-2011 Freescale Semiconductor, Inc.
16 /* BR - Base Registers
84 /* OR - Option Registers
142 #define P2SZ_TO_AM(s) ((~((s) - 1)) & 0xffff8000) /* must be pow of 2 */
224 /* MxMR - UPM Machine A/B/C Mode Registers
246 #define MxMR_GPL_x4DIS 0x00040000 /* GPL_A4 Ouput Line Disable */
285 /* LBCR - Local Bus Configuration Register
300 /* LCRR - Clock Ratio Register
322 /* CLKDIV is five bits only on 8536, 8572, and 8610, so far, but the fifth bit
[all …]
/openbmc/u-boot/include/
H A Dmpc8xx.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * (C) Copyright 2000-2004
17 /*-----------------------------------------------------------------------
23 /*-----------------------------------------------------------------------
24 * SYPCR - System Protection Control Register 11-9
34 /*-----------------------------------------------------------------------
35 * SIUMCR - SIU Module Configuration Register 11-6
48 #define SIUMCR_DBGC01 0x00200000 /* - " - */
49 #define SIUMCR_DBGC10 0x00400000 /* - " - */
50 #define SIUMCR_DBGC11 0x00600000 /* - " - */
[all …]
/openbmc/u-boot/board/compulab/cm_fx6/
H A Dcm_fx6.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Board functions for Compulab CM-FX6 board
5 * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/
28 #include <asm/mach-imx/mxc_i2c.h>
29 #include <asm/mach-imx/sata.h>
30 #include <asm/mach-imx/video.h>
34 #include <dm/device-internal.h>
82 setbits_le32(&mxc_ccm->CCGR3, MXC_CCM_CCGR3_IPU1_IPU_DI0_MASK); in cm_fx6_enable_hdmi()
87 .bus = -1,
113 clrbits_le32(&iomuxc_regs->gpr[3], MXC_CCM_CCGR3_IPU1_IPU_DI0_MASK); in cm_fx6_setup_display()
[all …]
/openbmc/u-boot/scripts/
H A Dspelling.txt796 ony||only
805 ouput||output
1230 vicefersa||vice-versa
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.0.7.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
3 Release notes for Yocto-5.0.7 (Scarthgap)
4 -----------------------------------------
6 Security Fixes in Yocto-5.0.7
9 - avahi: Fix :cve_nist:`2024-52616`
10 - binutils: Fix :cve_nist:`2024-53589`
11 - ffmpeg: Fix :cve_nist:`2024-35366`, :cve_nist:`2024-35367` and :cve_nist:`2024-35368`
12 - gstreamer1.0-plugins-base: Fix :cve_nist:`2024-47538`, :cve_nist:`2024-47541`,
13 :cve_nist:`2024-47542`, :cve_nist:`2024-47600`, :cve_nist:`2024-47607`, :cve_nist:`2024-47615`
14 and :cve_nist:`2024-47835`
[all …]
/openbmc/u-boot/board/freescale/mx6sabresd/
H A Dmx6sabresd.c1 // SPDX-License-Identifier: GPL-2.0+
9 #include <asm/arch/imx-regs.h>
11 #include <asm/arch/mx6-pins.h>
12 #include <asm/mach-imx/spi.h>
15 #include <asm/mach-imx/mxc_i2c.h>
16 #include <asm/mach-imx/iomux-v3.h>
17 #include <asm/mach-imx/boot_mode.h>
18 #include <asm/mach-imx/video.h>
33 #include <usb/ehci-ci.h>
65 gd->ram_size = imx_ddr_size(); in dram_init()
[all …]
/openbmc/s2600wf-misc/subprojects/hsbp-manager/src/
H A Dhsbp_manager.cpp8 // http://www.apache.org/licenses/LICENSE-2.0
41 #include <linux/i2c-dev.h>
55 constexpr size_t maxDrives = 8; // only 1 byte alloted
97 rootBus = -1; in clearConfig()
116 int file = -1;
121 /* Execute below operation only when mode of operation is SMBus. By in initialize()
130 file = open(("/dev/i2c-" + std::to_string(bus)).c_str(), in initialize()
135 << "\" - Unable to open bus : " << bus << "\n"; in initialize()
143 << "\" - Unable to set address to " << address in initialize()
156 << "\" - Byte map error ! Unable to find " in initialize()
[all …]
/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp8 // http://www.apache.org/licenses/LICENSE-2.0
41 #include <linux/i2c-dev.h>
55 constexpr size_t maxDrives = 8; // only 1 byte alloted
97 rootBus = -1; in clearConfig()
116 int file = -1;
121 /* Execute below operation only when mode of operation is SMBus. By in initialize()
130 file = open(("/dev/i2c-" + std::to_string(bus)).c_str(), in initialize()
135 << "\" - Unable to open bus : " << bus << "\n"; in initialize()
143 << "\" - Unable to set address to " << address in initialize()
156 << "\" - Byte map error ! Unable to find " in initialize()
[all …]
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy.c1 // SPDX-License-Identifier: GPL-2.0+
63 //------------------------------------------------------------
65 //------------------------------------------------------------
71 if (eng->env.is_new_mdio_reg[eng->run.mdio_idx]) { in phy_write()
73 MDIO_SET_PHY_ADDR(eng->phy.Adr) | in phy_write()
75 writel(wr_data, eng->run.mdio_base); in phy_write()
76 /* check time-out */ in phy_write()
77 while (readl(eng->run.mdio_base) & MDIO_FIRE_BUSY) { in phy_write()
79 if (!eng->run.tm_tx_only) in phy_write()
81 "[PHY-Write] Time out: %08x\n", in phy_write()
[all …]
/openbmc/ipmitool/lib/
H A Dipmi_ekanalyzer.c25 * PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED.
51 const int ERROR_STATUS = -1;
55 "*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*";
72 { ON_CARRIER_FRU_FILE, "On-Carrier Device" },
130 { 0x00, "Gen 1 capable - non SSC" },
131 { 0x01, "Gen 1 capable - SSC" },
132 { 0x02, "Gen 2 capable - non SSC" },
133 { 0x03, "Gen 3 capable - SSC" },
138 { 0x00, "1000BASE-BX (SerDES Gigabit) Ethernet link" },
139 { 0x01, "10GBASE-BX4 10 Gigabit Ethernet link" },
[all …]