Re: [PATCH 4/4] xen/ppc: Implement early serial console on PowerNV

2023-08-07 Thread Shawn Anastasio
On 8/7/23 10:05 AM, Jan Beulich wrote: > On 02.08.2023 02:11, Shawn Anastasio wrote: >> Implement the OPAL firmware calls required to write to the serial >> console on PowerNV systems. Unlike pseries/Open Firmware, the OPAL >> firmware interface can be used past early boot and as such the relevant

Re: [PATCH 4/4] xen/ppc: Implement early serial console on PowerNV

2023-08-07 Thread Jan Beulich
On 02.08.2023 02:11, Shawn Anastasio wrote: > Implement the OPAL firmware calls required to write to the serial > console on PowerNV systems. Unlike pseries/Open Firmware, the OPAL > firmware interface can be used past early boot and as such the relevant > functions are not marked as __init. > > S

[PATCH 4/4] xen/ppc: Implement early serial console on PowerNV

2023-08-01 Thread Shawn Anastasio
Implement the OPAL firmware calls required to write to the serial console on PowerNV systems. Unlike pseries/Open Firmware, the OPAL firmware interface can be used past early boot and as such the relevant functions are not marked as __init. Signed-off-by: Shawn Anastasio --- Changed in v2: - In