summaryrefslogtreecommitdiffstats
path: root/src/core/fdtcon.c
Commit message (Collapse)AuthorAgeFilesLines
* [fdtcon] Add basic support for FDT-based system serial consoleMichael Brown2025-06-241-0/+108
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>