]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[fdtcon] Add basic support for FDT-based system serial console
authorMichael Brown <mcb30@ipxe.org>
Mon, 23 Jun 2025 15:25:19 +0000 (16:25 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 23 Jun 2025 22:35:27 +0000 (23:35 +0100)
commitc33ff76d8d8112aae1501c21c4906ae17662459e
tree4acf8a674f39cc6f6177e161047eea5367eea70f
parent9ada09c91966c42b49393307b326ff9b078ed448
[fdtcon] Add basic support for FDT-based system serial console

Add support for probing a device based on the path or alias found in
the "/chosen/stdout-path" node, and using a consequently instantiated
UART as the default serial console.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/defaults/sbi.h
src/core/fdtcon.c [new file with mode: 0644]