mirror of
https://github.com/ipxe/ipxe
synced 2026-01-23 12:38:58 +03:00
[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>
This commit is contained in:
@@ -22,10 +22,11 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
#endif
|
||||
|
||||
#define CONSOLE_SBI
|
||||
#define CONSOLE_SERIAL
|
||||
#define REBOOT_SBI
|
||||
#define UMALLOC_UHEAP
|
||||
#define MEMMAP_FDT
|
||||
#define SERIAL_NULL
|
||||
#define SERIAL_FDT
|
||||
|
||||
#define ACPI_NULL
|
||||
#define MPAPI_NULL
|
||||
|
||||
Reference in New Issue
Block a user