Re: [PATCH] hw/loongarch: Add acpi SPCR table support

2024-09-09 Thread gaosong
在 2024/9/7 下午3:30, Bibo Mao 写道: Serial port console redirection table can be used for default serial port selection, like chosen stdout-path selection with FDT method. With acpi SPCR table added, early debug console can be parsed from SPCR table with simple kernel parameter earlycon rather than

[PATCH] hw/loongarch: Add acpi SPCR table support

2024-09-07 Thread Bibo Mao
Serial port console redirection table can be used for default serial port selection, like chosen stdout-path selection with FDT method. With acpi SPCR table added, early debug console can be parsed from SPCR table with simple kernel parameter earlycon rather than earlycon=uart,mmio,0x1fe001e0 Sig