History log of /openbsd/sys/dev/fdt/pluart_fdt.c (Results 1 – 8 of 8)
Revision Date Author Comments
# c1f87e31 27-Jun-2022 anton <anton@openbsd.org>

Allow the pluart(4) baud rate to be changed.

It's most likely that users have the wrong baud rate in /etc/ttys as
this was corrected in revision 1.11 of sys/dev/ic/pluart.c. Make sure to
change the

Allow the pluart(4) baud rate to be changed.

It's most likely that users have the wrong baud rate in /etc/ttys as
this was corrected in revision 1.11 of sys/dev/ic/pluart.c. Make sure to
change the console baud rate from 38400 to 115200 in /etc/ttys before
upgrading.

ok visa@

show more ...


# 6a0d4444 11-Jun-2022 anton <anton@openbsd.org>

Bring back PL011 UART FIFO support to pluart(4). This time with working
tx interrupts.

Special treatment of Server Base System Architecture (SBSA) generic UART
devices is required as presence of the

Bring back PL011 UART FIFO support to pluart(4). This time with working
tx interrupts.

Special treatment of Server Base System Architecture (SBSA) generic UART
devices is required as presence of the interrupt trigger level register
is not guaranteed. Therefore treat such devices of having a 1-byte FIFO.

ok visa@

show more ...


# cbaa0f69 13-Mar-2022 kettenis <kettenis@openbsd.org>

Revert previous commit. It breaks the serial console on my rpi4.


# 870c96d2 11-Mar-2022 anton <anton@openbsd.org>

Enable PL011 UART FIF0 support in pluart(4). The FIFO depth depends on
the revision and ranges from 16 to 32 bytes.

Special treatment of Server Base System Architecture (SBSA) generic UART
devices i

Enable PL011 UART FIF0 support in pluart(4). The FIFO depth depends on
the revision and ranges from 16 to 32 bytes.

Special treatment of Server Base System Architecture (SBSA) generic UART
devices is required as presence of the interrupt trigger level register
is not guaranteed. Therefore treat such devices of having a 1-byte FIFO.

With help from kettenis@ and ok visa@

show more ...


# 9fdf0c62 24-Oct-2021 mpi <mpi@openbsd.org>

Constify struct cfattach.

ok visa@ a long time ago, ok patrick@


# 273628a8 22-Apr-2019 kettenis <kettenis@openbsd.org>

Configure pins.

ok patrick@


# 70e69ae2 06-Aug-2018 patrick <patrick@openbsd.org>

Give the FDT interrupt API a more generic naming by replacing the
arm_intr_* prefix with fdt_intr_*.

ok kettenis@


# e474e71d 02-Jul-2018 kettenis <kettenis@openbsd.org>

Allow pluart(4) to attach to acpi(4).

ok mlarkin@, patrick@