Home
last modified time | relevance | path

Searched refs:UART (Results 1 – 25 of 193) sorted by relevance

12345678

/openbmc/u-boot/drivers/serial/
H A DKconfig12 meaning of either setting the baudrate for the early debug UART
32 In various cases, we need to specify which of the UART devices that
41 In very space-constrained devices even the full UART driver is too
42 large. In this case the debug UART can still be used in some cases.
43 This option enables the full UART in U-Boot, so if is it disabled,
44 the full UART driver will be omitted, thus saving space.
51 In very space-constrained devices even the full UART driver is too
52 large. In this case the debug UART can still be used in some cases.
53 This option enables the full UART in SPL, so if is it disabled,
54 the full UART driver will be omitted, thus saving space.
[all …]
H A Dserial_pxa.c177 #define pxa_uart(uart, UART) \ argument
180 return pxa_init_dev(UART##_INDEX); \
185 return pxa_setbrg_dev(UART##_INDEX); \
190 return pxa_putc_dev(UART##_INDEX, c); \
195 return pxa_puts_dev(UART##_INDEX, s); \
200 return pxa_getc_dev(UART##_INDEX); \
205 return pxa_tstc_dev(UART##_INDEX); \
221 #define pxa_uart_multi(uart, UART) \ argument
222 pxa_uart(uart, UART) \
/openbmc/qemu/hw/char/
H A Dgrlib_apbuart.c2 * QEMU GRLIB APB UART Emulator
41 /* UART status register fields */
54 /* UART control register fields */
79 OBJECT_DECLARE_SIMPLE_TYPE(UART, GRLIB_APB_UART)
81 struct UART { struct
99 static int uart_data_to_read(UART *uart) in uart_data_to_read() argument
104 static char uart_pop(UART *uart) in uart_pop()
128 static void uart_add_to_fifo(UART *uart, in uart_add_to_fifo()
141 UART *uart = opaque; in grlib_apbuart_can_receive()
148 UART *uar in grlib_apbuart_receive()
[all...]
H A Dtrace-events72 cmsdk_apb_uart_read(uint64_t offset, uint64_t data, unsigned size) "CMSDK APB UART read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
73 cmsdk_apb_uart_write(uint64_t offset, uint64_t data, unsigned size) "CMSDK APB UART write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
74 cmsdk_apb_uart_reset(void) "CMSDK APB UART: reset"
75 cmsdk_apb_uart_receive(uint8_t c) "CMSDK APB UART: got character 0x%x from backend"
76 cmsdk_apb_uart_tx_pending(void) "CMSDK APB UART: character send to backend pending"
77 cmsdk_apb_uart_tx(uint8_t c) "CMSDK APB UART: character 0x%x sent to backend"
78 cmsdk_apb_uart_set_params(int speed) "CMSDK APB UART: params set to %d 8N1"
89 exynos_uart_dmabusy(uint32_t channel) "UART%d: DMA busy (Rx buffer empty)"
90 exynos_uart_dmaready(uint32_t channel) "UART%d: DMA ready"
91 exynos_uart_irq_raised(uint32_t channel, uint32_t reg) "UART
[all...]
/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/
H A DREADME2 U-Boot console UART selection:
6 configurations (defconfig files). The only difference is the UART that
7 is used as the U-Boot console UART. The default defconfig file:
13 board (conga-QEVAL). This UART is the one provided with a SubD9
18 provides the U-Boot console on the BayTrail internal legacy UART,
21 RS232 level shifters. So a TTL-USB UART adapter does not work in
23 RS232 level signals of the PC UART via some adapter cable.
/openbmc/u-boot/arch/arm/
H A DKconfig.debug16 bool "Low-level debugging via 8250 UART"
19 their output to an 8250 UART. You can use this option
20 to provide the parameters for the 8250 UART rather than
41 hex "Physical base address of debug UART"
51 int "Register offset shift for the 8250 debug UART"
56 bool "Use 32-bit accesses for 8250 UART"
61 bool "Enable flow control for 8250 UART"
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Console/
H A Dmeson.build3 subdir('UART') subdir
33 input: ['../../../../yaml/xyz/openbmc_project/Console/UART.interface.yaml'],
34 output: ['UART.md'],
46 'xyz/openbmc_project/Console/UART',
/openbmc/u-boot/board/solidrun/clearfog/
H A DREADME29 - UART: 01001 [1]
31 [1]: According to SolidRun's manual, 11110 should be used for UART booting on
36 Boot from UART:
42 Set the SW1 DIP switches to UART boot (see above).
48 Use the correct UART device node for /dev/ttyUSBX.
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Console/UART/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Console/UART'
8 '../../../../../yaml/xyz/openbmc_project/Console/UART.interface.yaml',
28 'xyz/openbmc_project/Console/UART',
/openbmc/qemu/docs/system/arm/
H A Dmps2.rst70 Note that for the AN536 the first UART is accessible only by
71 CPU0, and the second UART is accessible only by CPU1. The
72 first UART accessible shared between both CPUs is the third
73 UART. Guest software might therefore be built to use either
74 the first UART or the third UART; if you don't see any output
75 from the UART you are looking at, try one of the others.
77 no "CPU1-only UART", the UART numbering remains the same,
78 with the third UART being the first of the shared ones.)
/openbmc/u-boot/board/kobol/helios4/
H A DREADME29 - UART: 11110
31 Boot from UART:
37 Set the SW1 DIP switches to UART boot (see above).
43 Use the correct UART device node for /dev/ttyUSBX.
/openbmc/u-boot/arch/x86/cpu/baytrail/
H A DKconfig31 bool "Enable the SoC integrated legacy UART"
33 There is a legacy UART integrated into the Bay Trail SoC.
35 reason, it is recommended that the UART port be used for
/openbmc/u-boot/doc/device-tree-bindings/serial/
H A Daltera_uart.txt1 Altera UART
7 - clock-frequency : frequency of the clock input to the UART
H A D8250.txt1 * UART (Universal Asynchronous Receiver/Transmitter)
26 - clock-frequency : the input clock frequency for the UART
32 - current-speed : the current active speed of the UART.
37 accesses to the UART (e.g. TI davinci).
42 - fifo-size: the fifo size of the UART.
H A Dxilinx_uartlite.txt5 - reg: Should contain UART controller registers location and length.
6 - interrupts: Should contain UART controller interrupts.
H A Dbcm2835-aux-uart.txt1 * BCM283x mini UART
6 - clock: input clock frequency for the UART (used to calculate the baud
H A Dpl01x.txt1 * ARM AMBA Primecell PL011 & PL010 serial UART
6 - clock: input clock frequency for the UART (used to calculate the baud
H A Dqca,ar9330-uart.txt1 * Qualcomm Atheros AR9330 High-Speed UART
12 Each UART port must have an alias correctly numbered in "aliases"
/openbmc/obmc-console/
H A DCHANGELOG.md24 3. UART multiplexer support
58 4. Implement D-Bus interface `xyz.openbmc_project.Console.UART` for UART TTY
64 underlying TTY device is a UART and not a VUART nor PTY (where baud is not
80 functionally equivalent `xyz.openbmc_project.Console.UART`.
/openbmc/u-boot/arch/arm/dts/
H A Dkirkwood-openrd.dtsi61 * mode for the second UART.
66 * To use the second UART, you need to change also
78 * SelUARTorSD selects between the second UART
81 * Low: UART
H A Dmeson-gxl-s905x-khadas-vim.dts117 gpio-line-names = "UART TX",
118 "UART RX",
164 "Bluetooth UART TX", "Bluetooth UART RX",
165 "Bluetooth UART CTS", "Bluetooth UART RTS",
/openbmc/u-boot/arch/mips/mach-bmips/
H A DKconfig137 ethernet ports, 2 USB ports, 1 UART, GPIO buttons and LEDs, and
148 ethernet ports, 1 USB port, 1 UART, GPIO buttons and LEDs, and
159 ethernet ports, 1 USB port, 1 UART, GPIO buttons and LEDs, and
170 ethernet ports, 1 USB port, 1 UART, GPIO buttons and LEDs, and a
181 ethernet ports, 1 USB port, 1 UART, GPIO buttons and LEDs,
192 ethernet ports, 1 USB port, 1 UART, GPIO buttons and LEDs,
203 ethernet ports, 3 USB ports, 1 UART, GPIO buttons and LEDs, and
214 ethernet ports, 1 UART, GPIO buttons and LEDs, and a BCM43225
225 ethernet ports, 2 USB ports, 1 UART, GPIO buttons and LEDs, and a
236 ethernet ports, 1 UART, GPIO buttons and LEDs, and a BCM4312
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/pi-bluetooth/pi-bluetooth/
H A D0001-bthelper-correct-path-for-hciconfig-under-Yocto.patch23 -if ! /bin/hciconfig $dev | grep -q "Bus: UART"; then
25 +if ! /usr/bin/hciconfig $dev | grep -q "Bus: UART"; then
26 echo Not a UART-attached BT Modem
/openbmc/docs/
H A Dconsole.md3 This document describes how to connect to the host UART console from an OpenBMC
7 UART. UART data from the host is output to all connections, and input from any
/openbmc/u-boot/arch/arm/mach-bcm283x/
H A DKconfig54 mini UART (rather than PL011) for the serial console. This is the
55 default on the RPi Zero W. To enable the UART console, the following
71 VideoCore firmware to select the PL011 UART for the console by:
93 mini UART (rather than PL011) for the serial console. This is the
94 default on the RPi 3. To enable the UART console, the following non-
109 mini UART (rather than PL011) for the serial console. This is the
110 default on the RPi 3. To enable the UART console, the following non-

12345678