Hi,

On 11/05/2022 02:46, Wei Chen wrote:
Current putn function that is using for early print
only can print low 32-bit of AArch64 register. This
will lose some important messages while debugging
with early console. For example:
(XEN) Bringing up CPU5
- CPU 0000000100000100 booting -
Will be truncated to
(XEN) Bringing up CPU5
- CPU 00000100 booting -

In this patch, we increased the print loops and shift
bits to make putn print 64-bit number.

Signed-off-by: Wei Chen <[email protected]>
Tested-by: Jiamei Xie <[email protected]>
Acked-by: Julien Grall <[email protected]>

I have committed this patch.

Patch #3 looks to be suitably acked but I am not sure whether it can be committed before #2. So I didn't commit it.

Please let me know if it can be.

Cheers,

--
Julien Grall

Reply via email to