]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[uart] Remove ability to use frame formats other than 8n1
authorMichael Brown <mcb30@ipxe.org>
Tue, 17 Jun 2025 14:44:12 +0000 (15:44 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 17 Jun 2025 14:44:12 +0000 (15:44 +0100)
commit60e167c00b138fdb162e7b2192e9cbb196ed3cbd
tree1e6ffb356005986887935a951a9b0a4040b2df35
parent5783a10f721d8f10d535dd2f69a9382c5ef7be7b
[uart] Remove ability to use frame formats other than 8n1

In the context of serial consoles, the use of any frame formats other
than the standard 8 data bits, no parity, and one stop bit is so rare
as to be nonexistent.

Remove the almost certainly unused support for custom frame formats.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/serial.h
src/core/gdbserial.c
src/core/serial.c
src/core/uart.c
src/include/ipxe/gdbserial.h
src/include/ipxe/uart.h